@charset "utf-8";
/* CSS Document Printversion */

/*# Layout CSS  for site structure and global styles #*/

/* Reset all margins */
* { margin:0; padding:0;}



html {
	background: none;
}


body {
	width: 100%;
	display: table;
	font-family:Arial, Verdana, sans-serif;
    font-size:13px;
	color:#000000;
	background:none;

}

img { border:0 solid; display:inline;}	
ul, object {margin:0;}
li { margin-left: 0; }
a {text-decoration:none; color:#000000;}
*:focus {outline:none;}
fieldset {margin:0;display:inline;}
.clear{ overflow:hidden;clear:left;line-height:0;}



/*LAYOUT*/

#siteWrapper{
	width:100%;
}

/*### HEADER ###*/

#header {
   display:none;
}

	

/*### CONTENT BEREICH UNTERSEITEN ###*/		 
#main {
   overflow:visible;
   padding:10px 0;
   position:static;
   

}
   /*Linke Navigation*/
	#navigation {
		display:none;
	}
	 
	
	/*Contentpage with Navigation*/
    #content {
		overflow:visible;
		float:none;
		width:760px;
		padding-top:3px;
		 position:static;
	}	
	

		 #content .leftCol {
			width:500px;
			float:left;
			margin-right:31px;
			
		}	
		
		 #content .rightCol , #content .rightCol2 {
			width:229px;
			float:left;
			padding-top:52px;
		}
		
		 #content .rightCol2 {
		 padding-top:6px;
		 }
			
	/*Landingpage without Navigation*/		
	#contentLarge {
		overflow:visible;
		float:none; position:static;
		padding:3px 0 0 0;
	  }	
	

		 #contentLarge .leftCol {
			width:729px;
			float:none;
			margin-right:22px;
			
		}	
		
		 #contentLarge .rightCol {
			width:229px;
			float:none;
			padding-top:52px;
		}
				
		
		


/*### FOOTER BEREICH ### */
#footer {
	display:none;
}
   
   
/*### CONTENTMODULE###*/

h1 {
	font-size:24px;
	line-height:26px;
	padding-bottom:26px;
	color:#8e8d81;
}


 h2 {
	font-size:13px;
	line-height:22px;
	padding-bottom:5px;
}


 h2 img {display:block;clear:left;}


 img {
	padding-bottom:17px;
	
}

p.intro {
	padding-bottom:27px;
	font-size:16px;
	line-height:22px;
	

}

p {
	padding-bottom:23px;
	padding-right:10px;
	line-height:22px;
	overflow:hidden;
	
}

 ul {
	list-style-type:disc;
	padding: 8px 0 10px 15px;
}

 ul li{
	padding-bottom:5px;
}
td p {margin-bottom:0px;}
#content td img {margin-bottom:5px;}

a {
	text-decoration:underline;
	color:#333333;
}



a.mail:hover, a.internal-link:hover,a:hover {
	color:#2a2a2a;
}

.headgraphic  p {margin:0;}
.headgraphic  img {margin:0;}  

 
/* Teaser Unterseiten*/
.teaser {
	padding:0px 0px 15px 10px;
	width:218px;
}	

	.teaser  h3 {
		font-size:12px;
		line-height:17px;
		font-weight:bold;
		padding-top:5px;
	}	
	
	
	.teaser  h3:first-child {
		font-size:12px;
		line-height:17px;
		font-weight:bold;
		margin-top:0;
	}	
	
	.teaser div {
		padding:9px 0 9px 9px;
		background:#f2f1ef;
		color:#333333;
		font-size:12px;
		line-height:16px;
	}	
	
	
  
 .teaser img {
		padding-bottom:0;
		display:block;
	}
	
	.teaser blockquote {
		font-size:14px;
		line-height:18px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-bottom:8px;
		font-style:italic;
	}
	
	.teaser  p {
		padding-bottom:4px;
		font-size:12px;
		line-height:16px;
		margin-bottom:0;
	}
	
	

 .teaser  ul {
		list-style-type:disc;
		padding:0 0 -4px 14px;
		margin:0;
	}
	
 .teaser ul li {
		padding:0 0 5px 0px;
	}
	
	.teaser  ul.linklist,  .teaser ul.download {
			list-style:disc;
			padding:0 0 -4px 0;	
			
	}
	
	
	
	.teaser .news-list-morelink {
		display:block;
		padding-top:3px;
	}

/*###Landing Page ####*/

#contentLarge .leftCol h2 {
	font-size:18px;
	line-height:20px;
	color:#8e8d81;
	padding:0 0 17px 10px;
	clear:left;
}

#contentLarge .wrapper{
	padding: 0 0 38px 10px;
    overflow:visible;
	position:static;
}


#contentLarge .wrapper  img { 
	float:left;
	margin:0 40px 20px 10px;
}

/*Achorlinks Landing Page*/
.anchorLinks  ul { 
	display:none;
}


/*3 Spaltiger Content*/

.threeColWrapper {
	overflow:visible;
	position:static;
	float:none;
}

.threeColWrapper div {

	float:none;
	padding-bottom:10px;

}


.threeColWrapper h3 {
	width:215px;
	height:34px;
	color:#ffffff;
	text-transform:uppercase;
	background:#9c9b8e;
	margin:0 -9px 6px -9px;
	padding:6px 9px 0 9px;
	line-height:14px;
	font-size:12px;
}

.threeColWrapper h3 a{text-decoration:none;}


.threeColWrapper p {
	height:160px;
	padding:0 0 10px 0px;
	margin-bottom:0;
}

 .threeColWrapper ul {
	padding:0 0 11px 0;
	list-style:disc;
	height:160px;
}

 

.textlink:link, .textlink:visited, .textlink:hover {
	color:#333333;
	background:url(../img/arrow_link.gif) no-repeat right center ;
	padding-right:14px;
	line-height:16px;
	text-decoration:none;
}



.topLink {
display:none;
}















