/* CSS Document */
/* ********************************************** */
/* .example example {...} is for ie               */
/* .example > example {...} is for netscape/gecko */
/* ********************************************** */
/*@import url("iehtc.css");*/
@media handheld {
	#segelL{
	display: none;
	}
}
body { 
    position:absolute;
	height: 100%;
	}
html, body {
	top:0;
	left:0;
	right:0;
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 74%;
}
#header_container {
    position:fixed;
    top:0; left:0; right:0;
    text-align:center;
    margin:0;
    height:125px;
    z-index:3;
}
#header {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    height:100%;
    margin:0;
    padding:0.2em;
	text-align:left;
}
#segelL{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 237px;	
	background: url(../images/basic/segellinks.jpg) 0 125px no-repeat;
	z-index: 20;
}



/*_______________________Inhaltsbereich__________________________________________________*/

#content {
	margin:0;
	padding-top:160px;
	padding-left:250px;
	z-index:2;

	}

#inhalt {
	width: 95%;
	font-size: 1.5em;
	color: #070827;
}
#inhalt h1 {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}

#inhalt h2 {
	color: #FAF7E6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}
#inhalt h3 {
	color: #FAF7E6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}
#inhalt span{
	font-size: 1em;
	background: #5475a1;
	color: #fff;
}
#inhalt a{
	color: #070827;
	}

#inhalt a:hover{
	background: #fff;
	}

/* Nun für den MSIE */
		* html, * html body 
		{
			overflow:hidden;
			bottom:0;
			height:100%;
		}
		* html #header_container
		{
			position:absolute;
			width:100%;
			padding-right:16px;
		}
		* html #header
		{
			height:100%;
			position:static;
		}
		* html #mainnavi
		{
			margin: -1px 0 0 0;
		}
		* html #content 
		{
			position:absolute;
			top:0; bottom:0; left:0; right:0;
			height:100%;
			width:100%;
			overflow:auto;
			margin:0;
		}
.csc-textpic-caption{
	font-size: 85%;
}
td{
font-size: 80%;
}