@charset "utf-8";
/* CSS Document */
* {
     margin: 0;
 }
body {
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
height: 100%;
} 
p {
	margin-top: 0px;
	margin-bottom:10px;
}
#outerwrapper {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -50px;
	
}
#contentwrapper {
	margin-top: 15px;
}
#push {
	height:50px;
}
#footer {
	height: 30px;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #29417B;
	position:relative;
	padding-top:15px;
}

#breadcrumb {
	margin-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #635510;
	padding-bottom: 2px;
}
#contentleft {
	float: left;
	width: 580px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #635510;
	margin-left: 10px;
}
#contentright {
	float: left;
	width: 220px;
	margin-left: 24px;
}
h1 {
	font-size: 16px;
	color: #213C94;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #213C94;
	margin-bottom:15px;
}
h2 {
	font-size: 14px;
	color: #849ED6;
}




#innerwrapper {
	margin: 0 auto;
	width: 927px;
		overflow:hidden;
}

#navbar li {
	display: inline;
}


#logo_container {
	float: left;
	position: relative;
}
#nav_bg_container {
	background-image: url(../images/nav_bg_img.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 414px;
	height: 158px;
	clear: right;
}

#header {
	height: 201px;
}
.navitem {
	border: 5px solid #000000;
	height: 100px;
}

#navbar ul {margin:0;padding:0;float:left;width:100%;}
#navbar li {margin:0;padding:0;list-style:none;float:left;margin:0 20px 0 20px;}
#navbar li a {
	text-decoration:none;
	display:block;
	color:#213CA5;
	font-size: 12px;
	font-weight: bold;
	padding-top:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #849ED6;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#secnav li a:hover {
	text-decoration: underline;
}

#navbar li a.selected {
	color:#213C94;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #213C94;
}
#navbar li a:hover {
	color:#213C94;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #213C94;
}
#secnav {
	background-color: #004DA5;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
#secnav ul {margin:0;padding:0;width:100%;}
#secnav li {
	padding:0;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}
#secnav li a {
	text-decoration: none;
	color: #FFF;
}
#secnav li a.selected {
	text-decoration:underline;
	color: #FFF;
}

a {
	color: #18419C;
	text-decoration: underline;
}
a:hover {
	color: #18419C;
	text-decoration: none;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}
th {
	text-align:left;
}
.fotorechts {
	float:right;
	margin-left:10px;
	text-align:center;
	font-size:10px;
}
#tel {
	background-color: #ff9933;
	margin-top: 10px;
}

