body {
	margin:0px;
	padding:0px;
	background:#fff;
	background:url(../../_images/bg.gif) repeat-x;
}

/*****************************************************
	wichtige Elemente 
*****************************************************/
#leftCol {
	position:absolute;
	width:185px;
	top:0px;
	left:0px;
}
#centerCol {
	position:absolute;
	width:685px;
	top:0px;
	left:184px;	
}


#logo {
	display:block;
}
#navigation_meta {
	position:relative;
	margin-top:50px;
	height:25px;
	width:685px;
	text-align:right;
}

#visual {
	position:relative;
	display:block;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
#content {
	position:relative;
	width:685px;
	background:#082254;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
#footer {
	position:relative;
	background:#e3e8f0;
	width:625px;
	padding:10px 30px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#888;
}

#footer p {
	float:left;
	width:200px;
}
.copy {
	padding:30px;
	float:left;
}

#content.template_1 {
	background:url(../../_images/bg_template1.gif)
}
.template_1 .copy {
	width:380px;
}
.template_1 .box {
	float:left;
	width:240px;
	padding-bottom:30px;
}
.template_1 .box .copy {
	width:auto;
	padding-bottom:0px;
	border:none;
}



/*****************************************************
	Links 
*****************************************************/
a {
	text-decoration:none;
	color:#bce;
}
a:hover, a:hover {
	color:#fff;
}
a.dark {
	color:#082254;
}
a.dark:hover {
	color:#000;
}

#footer a {
	color:#888;
}
#footer a:hover {
	color:#444;
}

#navigation a {
	display:block;
	height:45px;
	padding-left:15px;
	color:#ddd;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:1.2em;
	line-height:45px;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../../_images/nav_bg.gif);
}
#navigation a:hover {
	background:url(../../_images/nav_bg_hover.gif);
}
#navigation a.active {
	background:url(../../_images/nav_bg_active.gif);
	color:#138;
}
#navigation a.active:hover {
	background:url(../../_images/nav_bg_active.gif);
}


#navigation_sub {
	background:#fff;
	padding:10px 0px;
}

#navigation_sub a {
	margin:0px;
	padding:5px 15px 5px 15px !important;
	display:block;
	border:none;
	height:auto;
	color:#888;
	font-size:1em;
	line-height:1em;
	text-decoration:none;
	text-transform:none;
	background:none;
}
#navigation_sub a:hover {
	background:none;
	color:#138;
}
#navigation_sub a.active {
	font-weight:bold;
	background:none;
}

#navigation_meta a {
	margin:0px 0px 0px 10px;
	color:#999;
	text-decoration:none;
}
#navigation_meta a:hover {
	color:#444;
}
#navigation_meta a.active {
	color:#000;
}
#navigation_meta a.active:hover {
	color:#999;
}

/*****************************************************
	Text 
*****************************************************/
body {
	font-size:0.7em;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
#leftCol {
	color:#082254;
}
.label {
	font-weight:bold;
	padding-right:10px;
	vertical-align:top;
}
tr .error {
	color:#FFF100;
	font-weight:bold;
	padding-left:5px;
}

h1 {
	font-size:1.3em;
	font-weight:normal;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#ddf;
	padding:0px 30px 5px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #8490aa;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0px 0px 0px;
	padding:0px;
}
p {
	margin:0px 0px 5px 0px;
	padding:0px;
}

ul {
	list-style:square;
	padding:0px 0px 0px 13px;
}
* html ul {
	margin:0px;
	padding:0px 0px 0px 15px;
}
li {
	margin:0px 0px 10px 0px;
}

/*****************************************************
	Tabellen 
*****************************************************/
tr.hover:hover {
	background:#f4f3e7;
}
td {
	padding:2px 0px 2px 0px;
}

/*****************************************************
	Diverses 
*****************************************************/
.footnote {
	color:#888888;
	font-weight:normal;
}
.team .name {
	font-weight:bold;
}
.team p {
	margin-bottom:15px;
}

/*****************************************************
	Formulare 
*****************************************************/
form {
	display:inline;
}
input.style, textarea.style, button.style, select.style {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #292929;
	font-size:11px;
	height:16px;
	padding:2px 0px 1px 4px;
}

input.style:focus, textarea.style:focus, button.style:focus, select.style:focus {	
	background:#ffffdd;
}
* html input.image {
	margin-bottom:1px;
}

.highglight {
	color: #FFF100;
}