/*

dunkeltürkis
#012b67

helltürkis	
#96d7ff

dunkelblau
#023467

hellblau
#27316e

mittelblau
#5398db

*/

* { margin: 0; padding: 0; }

html {
	text-align: center;
	/*overflow: -moz-scrollbars-vertical;*/
}

body {
	background: #012b67 url(../img/head.png) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 13px;
	color:#666;
	text-align: left;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 0;
}

h1 {
	font-size: 150%;
	color:#023467;
	background:#96d7ff;
	text-indent:15px;
}

h2 {
	font-size: 150%;
	color:#023467;
	border-bottom:1px solid #27316e;
	display:block;
	margin-bottom:15px;
}

h3 {
	font-size: 125%;
	color:#27316e;
}

h4 {
	font-size: 100%;
	color:#27316e;
	text-transform: uppercase;
	margin-top:5px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

a { 
	outline: none;
	color:#023467;
}
	
a img { border: 0; }


#container {
	position:relative;
	width: 100%;
	height:475px;
	text-align: left;
	margin: 0 auto;
	background: url(../img/logo.jpg) no-repeat top;
}

#container2 {

height:475px;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}

	
#header {
	width: 784px;
	height:240px;
	margin: 0 auto;
	display:none;
}

#contentbox {
    position:absolute;
	top:281px;

	width: 80%;
	background: #fff;
	margin-left:0px;

}

#content {
	margin:20px;
}

#content a {
	outline: none;
	color: #27316e;
}

#content a:hover {
	color: #023467;
}

#footer {
	height:30px;
	line-height:30px;
	text-indent:20px;
	background:#5398db;
}

ul#navigation {
	position:absolute;
	top:240px;
	width:80%;
	margin-left:20px;
	list-style: none;
}

ul#navigation li{
	float:left;
	width:11.5%;
	margin:0 2px;
	padding:0;
}

ul#navigation li a{
	display:block;
	float:left;
	width:100%;
	height:25px;
	background:#5398db;
	text-align:center;
	border-bottom:8px solid #5398db;
	text-decoration:none;
	color:#023467;
	margin-top:8px;
}

ul#navigation li a:hover{
	background:#fff;
	height:30px;
	margin-top:3px;
}

ul#navigation li a.active{
	background:#fff;
	border-bottom:8px solid #fff;
}

ul#topnav {
	position:absolute;
	top:20px;
	right:20px;
	margin-left:25px;
	list-style: none;
}

ul#topnav li{
	float:left;
}

ul#topnav li a{
	display:block;
	width:75px;
	height:20px;
	margin:4px;
	text-align:center;
	text-decoration:none;
	border:1px solid #27316e;
	color:#012b67;
}

ul#topnav li a:hover{
	background:#96d7ff;
}

ul#topnav li a.active{
	color:#27316e;
}

/*============================*/

.lightred { color:#27316e; }

.team_img {
	float:left;
	width:120px;
	height:120px;
	margin:10px;
	border:1px solid #96d7ff;
}

.team_img:hover {
	background:#023467;
}

.team_img a {
	display:block;
	width:100px;
	height:100px;
	margin:10px;
	background:#fff;
}

#gallery img {
	padding:8px;
	border:1px solid #96d7ff;
}
#gallery img:hover {
	background:#023467;
}

#erfolge ul {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #96d7ff;
}
#erfolge ul li {
	line-height:24px;
	list-style-type:none;
	text-indent:20px;
	text-decoration:none;
	background: #ffffff url(../img/bullet-list.gif) no-repeat 8px 10px;
}

#erfolge ul li a{
		text-decoration:none;
color:#666;


}


#erfolge ul li:hover {
	background: #96d7ff url(../img/bullet-list.gif) no-repeat 8px 10px;
}



.clear {
	clear:both;
	height:10px;
}

.box {
    width:100%;
	margin:15px 0px;
	border:1px solid #96d7ff;
}

.box div {
	margin:10px;
}

.gallery {
	float:left;
	margin:10px;
	width:340px;
}

.gallery:hover {
	background:#96d7ff;
}

.gallery div img {
	float:left;
	margin-right:20px;
	width:120px;
	height:90px;
}

ul.links {
	list-style: none;
}

ul.links li a {
	display:block;
	height:30px;
	line-height:30px;
	width:100%;
	margin:10px 0px;
	text-decoration:none;
	text-indent:20px;
	border-bottom:1px solid #96d7ff;
	background: #ffffff url(../img/bullet-list.gif) no-repeat 8px 13px;
}

ul.links li a:hover {
	background:#96d7ff url(../img/bullet-list.gif) no-repeat 8px 13px;
}



ul.checklist {
	list-style: none;
	margin-top:10px;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 23px;
	background: url(../img/checklist-bg.gif) no-repeat 0px 0px;
}

table.profil {
	width:470px;
	height:238px;
	border:1px solid #96d7ff;
	border-collapse: collapse;
}

table.profil td {
	background:#96d7ff;
	border-bottom:1px solid #fff;
	padding-left:5px;
}

table.profil td.left {
	width:200px;
}

table.profil tr:hover td {
	background:#27316e;
	color:#fff;
}

/*======Kontaktformular============================*/

#form_box {
	float:left;
	width:360px;
}
 
#form_box div {
	height: 25px;
	padding: 0.2em 0.5em;
}
 
#form_box p {
	float: left;
	margin: 4px 0;
	width: 100px;
}
 
#log {
	float:right;
	width: 350px;
	background:#fff;
	text-align:center;
	font-size:11px;
	color:#fff;
}
 
#log_res {
	overflow: auto;
	margin:10px;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../img/loading.gif) no-repeat center;
}

#log ul {
	list-style-type:square;
	padding-left:20px;
}
	
#log ul li {
	height:20px;
}

#submitter {
	padding:4px;
	border:1px solid #666;
	background:#f2f2f2;
	cursor:pointer;
	width:120px;
	outline:none;
}

#submitter:hover {
	border:1px solid #27316e;
	background:#eee5e5;
	outline:none;
}

.message, input {
	width:220px;
	padding:2px;
	color:#666;
	border:1px solid #ccc;
	font: normal 12px/15px "Lucida Grande", Arial, Helvetica, sans-serif;
	overflow:auto;
}

/* Tooltip */

.tool-tip {
	color: #96d7ff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	text-align:left;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}

.date {
	float: left;
	margin:5px 10px 0 0;
	padding:0 10px;
	text-align:center;
	font-size: 0.8em;
	border:#ccc 1px solid;
	font-weight:bold;
	background:url(../img/ribbed.gif) repeat;
	color:#27316e;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
}

.date span 
{
	display:block;
}

.date .day 
{
	font-size:1.6em;
}

.news img {
	float:left;
	padding:8px;
	border:1px solid #96d7ff;
}

.news p {
	float:left;
	margin-left:15px;
}

.spacer {
	line-height:30px;
}




#button { position:absolute;
          top:600px; left:10px;
          width:189px; height:63px;
          font-size: 10pt;
        }

