body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#000000;
	margin:0px;
  	background-color:#2a457c;
  	background-image:url(../img/bg.jpg);
}

#container {
  padding-top:50px;
  margin:auto;
  width:800px;
  height:650px;
}

img.headerbild {
  padding:0px;
  position:relative;
  width:800px;
  height:170px;
  border:1px solid white;
}

div.logo {
  position:relative;
  border-left:1px solid white;
  border-right:1px solid white;
  width:725px;
  height:37px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:75px;
  
}

img.logo {
  position:relative;
  
}

#content {
  width:650px;
  padding-right:75px;
  border-left:1px solid white;
  border-right:1px solid white;
  padding-left:75px;
  background-color:white;
  height:auto;
  padding-bottom:2em;
  min-height:400px;
}

.text {
		color:#164088;
		line-height:14px;
}

.text a {
	color:#164088;
	text-decoration:underline;
}

.text a:hover {
	text-decoration:none;
}

.text ul {
  margin-left:25px;
  
}


.text td{
  color:#164088;
}


h1 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#164088;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding-top:30px;
	padding-bottom:25px;

	}
	
	/* Seitentitel */
	h1.invisible {
    display:none
  }
	
h2 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#164088;
	line-height:16px;
	margin:0px 0px 0px 0px;
	}
	
h2.nobr {
	
	display:inline;
}
	
h3 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#164088;
	line-height:10px;
	margin:0px 0px 0px 0px;
	}
	
hr.line {
		border-bottom: 1px solid #164088;;
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		height: 1px;
}
	
#footer {
    color:white;
    margin-top:0.5em;
    padding-bottom:0.75em;
    height:1em;
    text-align:center;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

.topnav {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:20px;

	border-left:1px solid white;
	width:800px;
	border-right:1px solid white;
}


/* Formular */

input {
	border:1px;
	border-style:solid;
	border-color:#164088;
	background-color:#ffffff;
	width:268px;
	font-size:10px;
	color:#164088; 
	font-family:verdana,arial;
}

input.button {
	width:80px;
	height:20px;
}

textarea {
	border:1px;
	border-style:solid;
	border-color:#164088;
	background-color:#ffffff;
	width: 268px;
	height:100px;
	font-size:10px;
	color:#164088;
	line-height:14px;
	font-weight:normal;
	font-family:verdana,arial;
}

.thumbnail {
	cursor: hand;
	cursor: pointer;
}

