body {
   font-size:75%;
   font-family:verdana,arial;
   background-color:#FFFFFF;
}

#header {
	width:900px;
	height:86px;
	margin:0 auto;
	background:url(../images/dresden-logo.jpg) no-repeat;
}

#footer  {
	width:900px;
	margin:0 auto;
}

#navigation {
	width:150px;
	margin-right:15px;
	float:left;
}

#content {
	width:570px;
	float:left;
	margin-right:15px;
	text-align:justify;
}

#ads {
	width:150px;
	float:left;
}

#copyright {
	width:900px;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding-top:0.5em;
}

/*Boxen: Navigation + Werbung*/
#navigation ul {
   margin : 0.6em 0 0 0;
   padding : 0;

}
#navigation ul li{
   list-style-type:none;
   margin-bottom:0.0em;
   /*height:25px;*/
   padding:0;
   padding-top:0.5em;
   padding-left:0.3em;

}

#navigation ul li.navititle {
	color:#FFFFFF;
	/*width:150px;*/
	/*height:24px;*/
	background:url(../images/navitop.jpg) no-repeat;
	border:none;
	font-weight:bold;
}
#navigation ul li.navilink,#navigation ul li.navilastlink { 
	/*width:148px;*/
	
	border-left:1px solid #FF812D;
	border-right:1px solid #FF812D;

	background-color:#CCE4A9;
}
#navigation ul li.navilastlink {
	background:url(../images/navibottom.jpg) no-repeat;
	/*width:150px;*/
	height:30px;
	border:none;
}

#ads ul {
   margin : 0.6em 0 0 0;
   padding : 0;
}
#ads ul li{
   list-style-type:none;
   margin-bottom:0.0em;
   /*height:25px;*/
   padding-top:0.5em;
   padding-left:0.3em;
  
}

#ads ul li.adtitle {
	color:#FFFFFF;
	/*width:150px;*/
	/*height:24px;*/
	background:url(../images/adstop.jpg) no-repeat;
	border:none;
	font-weight:bold;
}
#ads ul li.adcontent {
	height:245px;
}

#ads ul li.adcontent,#ads ul li.adfooter { 
	/*width:148px;*/
	border-left:1px solid #FF812D;
	border-right:1px solid #FF812D;
	background-color:#ffffff;
}
#ads ul li.adfooter {
	background:url(../images/adsbottom.jpg) no-repeat;
	/*width:150px;*/
	height:30px;
	border:none;
}

	
#ads ul li.navititle {
		color:#FFFFFF;
		/*width:150px;*/
		/*height:24px;*/
		background:url(../images/adstop.jpg) no-repeat;
		border:none;
		font-weight:bold;
}
#ads ul li.navilink,#ads ul li.navilastlink { 
		/*width:148px;*/
		border-left:1px solid #FF812D;
		border-right:1px solid #FF812D;
	
		background-color:#CCE4A9;
		/*padding-top:0.5em;*/
		font-weight:bold;
}
#ads ul li.navilastlink {
		background:url(../images/navibottom_right.jpg) no-repeat;
		/*width:150px;*/
		min-height:30px;
		border:none;
}

/*Content*/

#content #breadcrumb {
  background:url(../images/contenttop2.jpg) no-repeat;
  width:570px;
  height:30px;
  margin:0.6em 0 0 0;

}

/*Tabellen*/

#content table {
	border:0;
}

#content td {
	padding:5px;
}

/*Bilder*/
#content .preview_left {
	float:left;
}
#content .preview_right {
	float:right;
}

#content .preview_right .image {
	margin:5px;
	margin-right:0;
	width:150px;
	border:none;
	border:2px solid #FF812D;
	
}

#content .preview_left .image {
	margin:5px;
	margin-left:0;
	width:150px;
	border:2px solid #FF812D;
}

#content .image_big {
	margin:0 auto;
	width:450px;
}

/*Text*/

#header p {
	margin:0 5em;
	padding-top:4em;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
}
#content h1 {
	font-size:130%;
	color:#FF812D;
	padding-top:6px;
	margin:0;
}	

#content h2 {
	font-size:110%;
/*	margin-top:2em;*/
}

#content .center {
  margin-left:auto;
  margin-right:auto;
  width:570px;
 }

#content #breadcrumb {
	color:#FFFFFF;
	height:25px;
	font-weight:bold;
   	padding-top:0.5em;	
}

#content .small_text {
	font-size:75%;
	text-align:center;
	clear:both;

}

#content .bold{
	font-weight:bold;
}

#content #author {
	text-align:right;
	font-size:75%;
}

#content #article_links {
	
}

#content #comments {
	
}

/*Links*/
a {
	color:#000000;
	text-decoration:underline;
}
a:hover,
a:focus,
a:active {
	color:#FF812D;
	text-decoration:underline;
}

#navigation a {
	text-decoration:none;
	font-weight:bold;
}

a.new_articles {
	text-decoration:none;
}

/*Untere Links*/
.externallinks {
	font-size:8px;
	text-decoration:none;
}

/*interessante Links*/
#content #breadcrumb a:hover,
#content #breadcrumb a:focus,
#content #breadcrumb a:active {
	color:#FFFFFF;
}

#content ul#links {
	margin : 0.6em 0 0 0;
   padding : 0;
}

#content ul#links li {
   list-style-type:none;
   margin-bottom:0.6em;
}

#content ul#links li.description {
   padding-left:1em;
}

/*Inputfelder*/
input,textarea {
	border:1px solid #FF812D;
	margin:1px;
	
}
