/* FARBSCHEMA ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Bg-Farbe: 	#36251A > Braun
Links:	  	#286C9E > Blau
Hover:	  	#B94A13 > Orange

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* RESET :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
 
fieldset,img {  
	border:0; 
}
 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}
 
ol,ul { 
	list-style:none; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal;
}

a, a:hover {
	text-decoration: none;
}



/* GRUNDKONFIGURATION ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html{
	font-size:100%;
	min-height: 100%;
}

body{
	height: 100%;
	min-height: 100%;
	font-size:10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000;
	/*background:url(../../images/bg_tapette.gif);*/
}


h1 {
	font-size: 20px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: 999px;
}

h2 {
	font-size: 24px;
	text-align: center;
}

h2 em, h3 em {
	display: none;
}

#inhalt .csc-textpic-text a {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #286C9E;
	border-bottom: 1px dotted #286C9E;
}

#inhalt .csc-textpic-text a:hover {
	color: #B94A13;
	border-bottom: 1px dotted #B94A13;
}




/* BOXEN ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#streifen {
	position: absolute;
	left: 0px;
	z-index: 1;
	margin-top: 135px;
	width: 100%;
	height: 204px;
	background-image: url(../../images/streifen_horizontal.png);
	/*IE6*/ _background-image: url(../../images/streifen_horizontal_IE.png);
}

#perforierung {
	position: absolute;
	right: 6px;
	top: 0px;
	width: 2px;
	height: 100%;
	background-image: url(../../images/perforierung.png);
	background-repeat: repeat-y;
}

#webContainer{
	position: relative;
	z-index: 2;
	width:810px;
	margin:0 auto;
}

#navi {
	width: 810px;
	height: 135px;
	font-size: 11px;
	color: #D3C8BC;
}

#navi li {
	float: left;
	width: auto;
	padding-right: 10px;
}

#navi a {
	font-size: 1em;
	color: #D3C8BC;
	border-bottom: 1px dotted #D3C8BC;
}

#navi a:hover {
	color: #B94A13;
	border-bottom: 1px dotted #B94A13;
}

#navi em {
	font-size: 18px;
	font-family: Georgia, Times, serif;
	font-style: italic;
}

#navi em a {
	color: #B94A13;
}

#inhalt {
	width: 100%;
	height: 204px;
	clear:both;
}

#spruch {
	padding-top: 70px;
}


address {
	font-size: 11px;
	text-align: right;
	color: #D3C8BC;
}

address a {
	color: #D3C8BC;
	border-bottom: 1px dotted #D3C8BC;
}

address a:hover {
	color: #B94A13;
	border-bottom: 1px dotted #B94A13;
}

address em {
	font-size: 11px;
	font-family: Georgia, Times, serif;
	font-style: italic;
}



/* STYLES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.csc-frame-invisible {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}