/* Global Resetting */
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color:#9f8563;
	background-image:url(../images/tapeteKACHEL.jpg);
	background-repeat:repeat;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}

.left{
	float:left;
	margin-right:10px;
}
.right{
	float:right;
	margin-left:10px;
}
.clear{
	clear:both;
}

/* Layout CSS */
#MainContainer {
	margin:0px auto;
	width:930px;
}

#MainHP {
	width:710px;
	float:left;
}

#Main {
	width:710px;
	float:left;
}

#Header {
	width: 700px;  
	height:166px;
	text-align: left;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
	margin-left:13px;
	margin-bottom:0px;
}

	#Header h1 {
		color:#e7e7e7;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
		display:none;
	}
		#Menu1 {
			width: 726px;
			height:73px;
			text-align: left;
			background-repeat:no-repeat;
			padding-top:26px;
			padding-left:30px;
			background-image:url(../images/menu.png);
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
			}
				#Menu1 li.current,
				#Menu1 li.section {
				}
				#Menu1 li a {
					margin-left:21px;
					margin-top:5px;
					color:#000;
					text-decoration:none;
					font-size:20px;
					font-weight:bolder;
					font-family:Arial, Helvetica, sans-serif;
					font-variant:small-caps;
				}
					#Menu1 li a:hover {
						color:#e7e7e7;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						color:#d2ebff;
					}
.logo { 
	margin-left:25px;
	margin-top:5px;
	float:left;
}

#ContentContainer {
	color:#656565;
	width:684px;
	min-height:600px;
	margin-top:-1px;
	margin-left:2px;
	padding:5px 20px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
}

#Banner {
	text-align: center;
}

#Menu2leer {
	background-color:#e7e7e7;
	width:700px;
	height:12px;
	background-image:url(../images/topic.jpg);
	background-position:bottom;
	margin-left:12px;
	margin-top:-5px;
}

#Menu2 {
	background-color:#E7E7E7;
	background-image:url("../images/topic.jpg");
	font-variant:small-caps;
	height:52px;
	margin-left:12px;
	margin-top:-5px;
	padding-top:7px;
	width:700px;
}
	#Menu2 li {
		float:left;
	}

#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
		padding-left:40px;
	}
	#Menu2 a:hover {
		/*text-decoration:underline;*/
		color:#aa4e0e;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	/*float: left;*/
	margin: 0px 20px;
}

#Content h1 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#0083C8;
	margin:5px 0px;
	text-transform:uppercase;
}
#Content h2 {
	font-size:14px;
	margin:5px 0px;;
	padding:0px;
}
#Content h3 {
	font-size:11px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
}
.main { 
	width: 1000px;  
	height:100%;
	margin: auto; 

} 

.mainbig { 
	width: 1000px;  
	height:100%;
	margin: auto;
	padding-left:17px; 

}

.struktur { 
	width: 726px;  
	height:100%;
	text-align: left;
	margin:auto;
	

} 


.imgleft {
	margin-right: 5px;
	float:left;
}

.imgleft {
	border:0px;
}

.header { 
	width: 700px;  
	height:166px;
	text-align: left;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	margin-left:13px;
	
} 

.topic { 
	width: 700px;  
	height:48px;
	text-align: left;
	background-image:url(images/topic.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	margin-left:13px;
	
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer { 
	width: 700px;  
	height:86px;
	text-align: left;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	margin-left:13px;
}
	#Footer li {
		float:right;
		margin:7px;
	}
	
	#Footer li a,#Footer li a:visited{
		text-decoration:none;
		color:#9F8563;
		font-weight:bold;
		font-size:11px;
	}
	
	#Footer li a:hover {
		text-decoration:none;
		color:#0083C8;
		font-weight:bold;
		font-size:11px;
	}

	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		background:url(../images/ss_logo.gif) no-repeat;
	}
	#Footer a {
		color:#e7e7e7;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

.content .h { 
	font-size:14px;
	font-weight:bold;
	color:#656565;
	
}

.contentagb { 
	margin-left:30px;
	margin-right:30px;
	color:#656565;
	padding-top:20px;
	line-height: 1.5;
}

.contentagb .h { 
	font-size:14px;
	font-weight:bold;
	color:#656565;
	
}

.contenthis { 
	margin-left:16px;
	margin-right:30px;
		

}

.content .hsmall { 
	font-size:9px;
	color:#656565;
	
}

.contentgalerie { 
	margin-left:17px;
	margin-right:15px;
	color:#656565;
	width:940px;
	
}

.contentgalerie img{ 
	margin:0px 1px 1px 0px;
	
	
}

.contentgeo { 
	margin-left:16px;
	margin-right:15px;
	color:#656565;
	width:940px;
	line-height: 1.5;
}

.contentgeo img{ 
	margin:0px 1px 1px 0px;
	
	
}

.contentstart { 
	margin-left:16px;
	margin-right:15px;
	color:#656565;
	height:406px;
	width:940px;
		
}


.pdf { 
	margin-right:10px;
	padding-top:0px;
	float:left;
	
}

.startbutton {
	margin:auto;
	color:#656565;
	text-align:center;
	vertical-align:top;	
}

.startschrift { 
	float:right;
	margin-top:30px;
	margin-right:12px;
	z-index:10000;
}

#newsletter{
	/*float:right;*/
	/*margin:15px 20px 0px 0px;*/
	float:left;
	border:0px solid #0083C8;
	margin:310px 0 0px 10px;
	background-color:#e7e7e7;
	padding:5px;
	width:182px;
}

#newsletter h3 {
	color:#0083C8;
	
}

.Facebook {
	float:left;
	border:0px solid #0083C8;
	margin:10px 0 10px 10px;
	background-color:#e7e7e7;
}
