/* CSS Document */
/* Jugendoffiziere des Wehrbereichskommando I / Küste */
/* erstellt am: Feb 2005 */
/* durch: */

body{
background-color : #F7F6F4;
font-family : arial, tahoma, sans-serif;
font-size : 12px;
margin: 0px;
}

/* Standardschrift */
p{
font-size : 12px;
font-family : Arial, Tahoma, sans-serif;
}

p.einzug{
font-size:12px;
font-family: Arial, Tahoma, sans-serif;
margin-left: 100px;
margin-top: 27px;
}

/* Hauptüberschriften*/
h1{
font-family : Arial, Tahoma, sans-serif;
font-size : 16px;
font-weight : bold;
}

/*Nebenüberschriften*/
h2{
font-family : Arial, Tahoma, sans-serif;
font-size : 12px;
font-weight : bold;
color : #999966;
}

/* Marginalspalte*/
h3{
font-family: Arial, Tahoma, sans-serif;
font-size: 12px;
font-weight:bold;
color: #000000;
}
/* Nebenüberschrift */
h4{
font-family:Arial, Tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
color:#000000;
margin:0px;
padding:-1px;
float:left;
}
/* Schrift in blauem Feld */
h5{
font-family : Verdana, Arial, Tahoma, sans-serif;
font-size:11px;
background: #003366;
color:#F7F6F4;
text-align:left;
margin: 0px;
display:block;
height: 20px;
width:auto;
}

/*Link*/
a{
font-weight : bold;
color:#344E83;
text-decoration : none;
}

a:link{
font-size:12px;
color:#344E83;
text-decoration : none;
}

a:active{
font-size:12px;
color:#344E83;
text-decoration : none;
}

a:hover{
font-size:12px;
color:#344E83;
text-decoration : underline overline;
}

a:visited{
font-size:12px;
color:#344E83;
text-decoration : none;
}

A.block {
	font-family:Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #003366;
	display:block; 
	text-align:center; 
	width:154px;
	height:14px;
	text-decoration:none;
	background:#CCCCCC;
	margin:0px;
}

A.block:hover{
	font-family:Arial, Tahoma, sans-serif;
	font-size: 12px;	
	color: #F7F6F4;
	display:block; 
	text-align:center; 
	width:154px;
	height:14px;
	text-decoration:none;
	background: #003366;
	margin:0px;
}

A.block2 {
	font-family:Arial, Tahoma, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #666;
	display:block; 
	text-align:center; 
	width:100px;
	height:14px;
	text-decoration:none;
	background:#CCC;
	margin:0px;
	border: 1px solid #CCC;
}


A.block2:visited{
	font-family:Arial, Tahoma, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #666;
	display:block; 
	text-align:center; 
	width:100px;
	height:14px;
	text-decoration:none;
	background:#CCC;
	margin:0px;
	border: 1px solid #CCC;
}


A.block2:hover{
	font-family:Arial, Tahoma, sans-serif;
	font-size: 10px;	
	font-weight:bold;
	color: #CCC;
	display:block; 
	text-align:center; 
	width:100px;
	height:14px;
	text-decoration:none;
	background: #666;
	margin:0px;
	border: 1px solid #CCC;
}

/* Layout */

.head{
position: relative;
width: 955px;
height: 100px;
z-index: 3;
margin-left: 20px;
}

.navi{
position: relative;
width:955px;
height:20px;
z-index: 3;
margin-left: 20px;
background-color: #CCCCCC;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
padding:0px;
}

.main{
position: absolute;
width: 683px;
height: 440px;
z-index: 3;
margin-top: 10px;
margin-right: 20px;
margin-left: 290px;
border: 1px solid #003366;
}

.content{
padding: 4px;
overflow:hidden;
}

.margin{
position: absolute;
width: 250px;
height: 440px;
z-index: 3;
margin-top: 10px;
margin-left: 20px;
border: 1px solid #003366;
}

.bwimg{
position:absolute;
width:250px;
height:80px;
z-index:3;
margin-top: 370px;
margin-left: 20px;
background: #003366;
border: 1px solid #003366;
}

.footer{
position:absolute;
margin-top:460px;
width:955px;
height:20px;
z-index: 3;
margin-left: 20px;
background-color: #CCCCCC;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
padding:0px;
}

img.textbild{
float:left;
}