
body {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: black;
	padding:0px;
	margin:0px;
	background-image: url(style_FILES/background.gif);
	background-repeat: repeat-y;
	background-color: gray;
}


/* ----------table definitions-------------- */


td{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: black;	
	padding: 0px 5px 0px 0px;;
	margin: 0px;
	vertical-align: top;
}


a img {
	border: none;
}

img{
	margin: 0px;
	padding: 0px;
	vertical-align:bottom
}

p, div, dl, dt{
margin: 0px;
padding: 0px;
}

a, a:link {color:#F2A64E; text-decoration: none; }
a:visited {color: #F2A64E;}
a:hover {color: #F2A64E;text-decoration: underline;}
a:active {color: #F2A64E;}




/* ----------container zentriert das layout-------------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: 10px;


background-color: #EBEBEB;
} 

/* ----------banner for logo-------------- */
#banner {
	background-color: white;
	/*background-image: url(style_FILES/bg_head.gif);*/
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px; 
	height: 105px;
}

#logo{
	width: 450px;
	background-color: white;
	float:left;
}

#adress{
	width: 250px;
	padding: 10px 0px;	
	float: left;
}

#copyright{
	width: 200px;	
	padding: 10px 10px;	
	float:left;
}

/* ----------outer und inner----------------- */

#outer{ 
	margin: 0px; 
	padding: 0px;
	border-left: solid 140px white; /* linke Menue Spalten Farbe  */ 
	border-right: solid 500px #EBEBEB; /* rechte Menue Spalten Farbe  */ 
} 


#inner{
	margin:0; 
	width:100%;
	padding: 0px;
}

/* --------------left und right navigavtion------------- */
#navi {
 	width:140px; 
 	float:left; 
 	position:relative; 
 	margin-left:-140px; 
 	margin-right:1px;
	margin-top: 0px;
	background-image: url(style_FILES/verlauf.jpg);
	background-repeat: repeat-x;
	background-color: white;
	padding: 0px;

}
 #right {
 	width:500px; 
	float:right; 
	position:relative; 
	margin-right:-500px; 
	margin-left:1px;
	padding: 0px;
 }

/* -----------------Inhalt--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
padding: 10px;
}

#content p {
	margin: 10px 0px 5x 0px;
}

#content b {
	color: #F2A64E;
	
}

#content div.teaser {
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	background-color: white;
	font-weight: bold;
}

#content div {
	margin: 0px;
	margin-bottom: 11px;
	
}

h1 {
	margin: 0px;
	margin-bottom: 14px;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

h2 {
	font-size:11px;
	margin: 0px;
	margin-bottom: 11px;
	font-weight: bold;
	color: black;
}

h3 {
	font-size:11px;
	margin: 0px;
	margin-bottom: 11px;
	color: #F2A64E;
	font-weight: bold;
}	

h4 {
	font-size:11px;
	margin: 0px;
	margin-bottom: 0px;
	color: #F2A64E;
	font-weight: normal;
}	
/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:5px 5px 5px 140px;;
margin:0px;

border-top: 1px solid black;
background-color: white;
text-align: right;
} 

/*  ----------------navigation---------------------- */ 
#navlist {
	margin: 70px 0px 500px 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#navlist li { 
	list-style-type: none;	
	padding: 0px;	
}

#navlist a{
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#navlist a.current { 
	background-color: black;
	color: white;
}
#navlist a:hover {
	text-decoration: none;
	color: white;
	background-color: silver;
}


#navlist ul{
	margin: 0px 0px 10px 40px;
	width: 100px;
	padding: 0px;
	list-style-type: none;
	background-color: white;
}

#navlist ul li { 
	margin: 0px 0 0px 0; 
	list-style-type: none;	
	background-color: white;
}

#navlist ul a{
	font-weight: normal;
}

#navlist  ul ul a{
	display: block;
	margin-left: 10px;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	background-color: white;
	font-weight: normal;
}

#navlist ul ul a.current { 
	background-color: black;
	color: white;
}
#navlist ul ul a:hover{
	text-decoration: none;
}


/* einige defaults von Typo3 überschreiben */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }

.csc-textpic-clear {
font-size: 1px;
}


	.filelinks .pdf{background-image:url('/typo3/gfx/fileicons/pdf.gif')!important;}