html {
	font-size:100.01%;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0c67a0;
}

#framecontentLeft{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 250px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-image:url(../bilder/bglinks2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#framecontentRight{
	position: fixed; 
	top:0px;
	right: 0px; 
	bottom:0px;
	width: 10px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #ffffff;
	color:#0c67a0;
	border-left:2px solid #0c67a0;
}

#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0; 
	left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 13px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 120px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentBottom{
	top: auto;
	height: 40px; /*Height of bottom frame div*/
	bottom: 0;
	background-image:url(../bilder/karo.jpg);
	background-repeat:repeat;
	/*background-position:left top; */
}

#maincontent{
	position: fixed; 
	top: 120px; /*Set top value to HeightOfTopFrameDiv*/
	bottom: 42px; /*Set bottom value to HeightOfBottomFrameDiv*/
	left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 13px; /*Set right value to WidthOfRightFrameDiv*/
	overflow: auto; 
	background: #fff;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 120px 150px 100px 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
	width: 100%;
}

#navigationbox{
	background-color:#ffffff;
	color:#0c67a0;
	padding:0px 5px 0px 5px;
	border: solid 2px #0c67a0;
	margin:0px auto;
	width:100px;
}

.navi{
	color:#0c67a0;
	padding:3px ;
	font-weight:bold;
	font-size:1em;
}

#navigationbox li{
	padding:5px;
	list-style:none;
	margin-left:-40px;
	
}

#navigationbox li:hover{
	padding:5px;
	background-color:#d2eefe;
}

#navigationbox a {
	text-decoration:none;
}


h1, h2, h3 {
	color:#0c67a0;
}

#copyright{
	bottom:2px;
	position:absolute;
	background-color:#FFFFFF;
	color: #0c67a0;
}

#ansichtLinks {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	font-size:1.2em;

}

#ansichtRechts {
	float:right;
	position:relative;
	top:0px;
	right:5px;
}

.tdlinks{
	vertical-align:top;
	text-align:left;
	padding:3px;
}

.tdrechts{
	vertical-align:top;
	text-align:left;
	padding:3px;
}

.galerielink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0c67a0;
	text-decoration:none;
}
.zeile {
	width:100%;
	position:relative;
}

.bilder_klein_links{
	width:129px;
	left:5px;
	float:left;
	text-align:center;
	margin: 5px 0px 25px 0px;
}

.bilder_klein_mitte{
	width:129px;
/*	padding:auto; */
	float:none;
	text-align:center;
	margin: 5px auto 25px auto;
}

.bilder_klein_rechts{
	width:129px;
	position:relative;
	right:5px;
	float:right;
	text-align:center;
	margin: 5px 0px 25px 0px;
}

float_weg {
	position:relative;
	width:100%;
	clear:both;
}

img{
	border:0px;
}

#bigPic{
	display:none; 
	padding:20px 20px 20px 20px;
/*	margin:100px auto 0px auto; */
	top:0px;
	right: 0px;
	bottom: 0px; 
	left: 0px;
	position: fixed;
	z-index:50;
	vertical-align:middle;
	text-align:center;
	background:#FFFFFF;
	cursor:pointer;
	border: solid 1px #0c67a0;

}


#aktion {
    height: 14px;
    text-align: right;
/*    background-image:url('../bilder/kasten_hintergrund.gif');*/
    background-repeat:repeat-y;
/*   padding: 5px 5px 5px 5px;  */
	margin-bottom:5px;
	color: #0c67a0;
	background-color:#FFFFFF;
}

#aktion ul {
	background-color:#FFFFFF;	
	margin-left: -30px;
}

#aktion ul li {
	list-style-type:none;
	padding-left: 10px;
	margin-right: 20px;
	float: left;
	/*    background: url('../bilder/pfeil_dunkelblau.gif') no-repeat top left;*/
}

#aktion a {
	display: block;
	color: #0c67a0;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color:#FFFFFF;
}  



