/* CSS Document */
html{
width:100%;
height:100%;}

body {
	background-color:#BFC0C2; 
	font-family: verdana,arial; 
	font-size: 10pt;
	height:100%;
	margin:0%;
 	padding:0%;
}
hr {
	border-top: 0px solid;
	border-right:0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #000000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding:5px;
	color:#15144D;
	margin-bottom:0px;
	font-size:18px;
	font-style: italic;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding:5px;
	color:#15144D;
	margin-bottom:0px;
	font-size:16px;
	font-style: italic;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding:5px;
	color:#15144D;
	margin-bottom:0px;
	font-size:16px;
	font-style: italic;
}
h4 {
	font-family: "Geneva, Arial, Helvetica", sans-serif;
	font-weight: normal;
	padding:5px;
	color:#15144D;
	margin-bottom:0px;
	font-size:11px;
	font-style:normal;
}

.headtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:5px;
	color:#ffffff;
	margin-bottom:0px;
	font-size:12px;
}

.table_border {
	border: 1px solid #485E88;
}


.small {
	font-size:10px;
	color:#666666;
	margin-bottom:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:5px;
	text-align: justify;
}



p {
	margin-top:0px;
}


a:link, a:visited, a:active, a:hover { 
  	text-decoration:none;
  	font-weight:bold;
  	color:#ffffff;
  	font-size:11px;
}

a:active, a:hover { 
 	text-decoration:underline;
}





.smalltext{
    text-decoration:none;
    color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.newlink a:hover{
    font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding:5px;
	color:#ffffff;
	margin-bottom:0px;
	font-size:16px;
	font-style: italic;
}
.newlink a:active{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding:5px;
	color:#15144D;
	margin-bottom:0px;
	font-size:16px;
	font-style: italic;
}
.newlink a:visited{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding:5px;
	color:#15144D;
	margin-bottom:0px;
	font-size:16px;
	font-style: italic;
}
.newlink a:link{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding:5px;
	color:#15144D;
	margin-bottom:0px;
	font-size:16px;
	font-style: italic;
}

#left {
	float:left;
}

#right {
	float:right;
}

.menutitle {
	font-weight:bold;
	border-top:1px dashed #000000;
	margin-top:15px;
}

#content {
	width:66%;
	float:left;
	border:1px solid #000000;
	background-color:#efefef;
}


ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul, li {
  display: inline; 
}

ul#nav li ul {
  display: none;
  padding: 2px;
 
}

ul#nav li:hover ul {
  display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

ul#nav li a {
	padding: 2px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navi{
	position:absolute;
	top:240px;
	left: 450px;
	z-index: 1;
	width:50%;
}
#footer{
bottom:100%;
width:100%;
}

#news{
postion:absolute;
left:100px;
}

#wetter{
postion:fixed;
width:50px;
height: 100px;
}


.texlink a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#00CCCC;
	margin-bottom:0px;
	font-size:10px;
	text-decoration: underline;
}
.textlink a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#00CCCC;
	margin-bottom:0px;
	font-size:10px;
	text-decoration: underline;
}
.textlink a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#00CCCC;
	margin-bottom:0px;
	font-size:10px;
	text-decoration: underline;
}
.textlink a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:0px;
	font-size:10px;
	text-decoration: none;
}