/* Bear technische Federn GmbH */

.page
{
	left: auto;
	right: auto;
	position: relative;
	visibility: inherit;
	padding: 1px;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 1px;
	width: 850px;
	height: 100%;
	border: 0px;
}

.headleft {position: absolute;
    top: 3px;
    left: 5px;
    height: 98px;
    width: 170px;
    z-index: 3;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    line-height: 120%;
    background-color: #FFBB55;
    overflow: hidden;
	border-top:2px solid;
	border-top-color: #FFBB55;
	}

.head {
	position: absolute;
	top: 3px;
	left: 175px;
	height: 100px;
	width: 670px;
	z-index: 3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7px;
	line-height: 120%;
	background-color: #FFBB55;
	overflow: hidden;
}
	
.navigation {
	position: absolute;
	top: 103px;
	left: 5px;
	height: 480px;
	width: 170px;
	z-index: 3;
	background-color: #FFBB55;
	overflow: hidden;
	text-decoration: none;
	display: block;
}
.nav {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight:bold;
	line-height: 160%;
	text-decoration: none;
	left:7px;
	display: block;
	color:  #0145A9;
}

.nav a:link, .nav a:active, .nav a:visited {
	text-decoration: none;
	display: block;
	color: #0145A9;
	padding-left:7px;
}
	
.navactive, .navactive a:link, .navactive a:active, .navactive a:visited, .navactive a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight:bold;
	line-height: 160%;
	left:5px;
	text-decoration: none;
	padding-left:7px;
	display: block;
	color:  #0000FF;
	background-color:#FFFFFF;
	text-transform: none;
	background-image: url(images/pfeil.gif);
	background-repeat: no-repeat;
	background-position:160px;
	}

.nav a:hover {
	text-decoration: none;
	background-color:#F5F5F5;
	display: block;
	padding-left:7px;
	left:0px;
	color: #000000;
	background-image: url(images/pfeilhover.gif);
	background-repeat: no-repeat;
	background-position:160px;
	}

.content {
	position: absolute;
	top: 103px;
	left: 175px;
	width: 670px;
	z-index: 3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 120%;
	background-color: rgb(255,255,255);
	overflow: hidden;
	text-decoration: none;
}

.general a:link, .general a:active, .general a:visited{
	color: #000000;
	text-decoration: underline;
	}

.general a:hover{
	color: #0145A9;
	text-decoration: none;
	}


.news {position: absolute;
    top: 103px;
    left: 675px;
    height: 459px;
    width: 170px;
    z-index: 3;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 120%;
    background-color: rgb(255,255,255);
    overflow: hidden}


body {
	background-color: #0145A9;
	margin-top: 0px;	
	}
	
.bkn {
	font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    line-height: 120%;
    background-color: rgb(255,255,255);
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	}

.bkn a:link, .bkn a:active, .bkn a:visited, .bkn a:hover {
	text-decoration:none;
	color: #0145A9;
	}
	
.copyright {
	top:155px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size: 9px;
	line-height: 150%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	position: relative;
	}

.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-top:7px;
	padding-left: 10px;
	padding-right:10px;
	
	}

.red{
	color:#FF0000}