@charset 'utf-8';
@import url(reset.css);

body {
	font-family: Lucida, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}

#outer_wrapper {
	width: 956px;
	margin: 0 auto;
}

#inner_wrapper {
	width: 946px;
	margin-top: 50px;
	min-height: 600px;
	padding: 5px;
	background-color: #FFF;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(uploads/tf/border-radius.htc);
}

#header {
	display: none;
}

#logo {
	display: none;
}

#navigation {
	display: none;
}

/***  Verlinkungen Begin ***/

a
{
	text-decoration: none;
	color: #006195;
}
a:link {
	text-decoration: none;
	color: #006195;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/***  Verlinkungen End ***/


/***  Schriften Begin ***/

h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}

p {
	line-height: 17px;
}

h1 {
	font-size: 18px;
	color: #004e7c;
	margin-bottom: 12px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #004e7c;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	color: #004e7c;
	margin-bottom: 4px;
	line-height: 18px;
}

h4 {
	font-size: 12px;
	color: #004e7c;
	margin-bottom: 4px;
	line-height: 18px;
}

/***  Schriften End ***/

/***  Navigation Begin ***/

.navi {
	display: none;
}

.navi ul {
	list-style: none;
}

.navi li {
	width: auto;
	float: left;
}

.navi a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}

.navi a:hover, .navi a.selected {
	background-image: url(nav_on.jpg);
	color: #FFF;
}

.navtop {
	width: 70px;
	height: 34px;
	margin-right: 0px;
	float: right;
}
.navtop .home a {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.subnavi {
	display: none;
}

.breadcrumb {
	display: none;
}

/***  Navigation End ***/


/*** Suchfeld Begin ***/

#suche {
	display: none;
}

/*** Suchfeld End ***/


/*** Content Begin ***/

#content {
	margin-top: 5px;
	margin-left: 0px;
	padding: 20px;
	width: 890px;
	min-height: 300px;
	background-color: #e5eff6;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(uploads/tf/border-radius.htc);
	border-color: #fff;
	border-width: 0px;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin-left: 35px;
	margin-bottom: 15px;
}

#content li {
	color: #3f3f3f;
	margin-bottom: 0px;
	line-height: 17px;
	list-style-type: disc;
	list-style-position: outside;
}

#content .bild_rechts {
	margin-left: 10px;
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(uploads/tf/border-radius.htc);
	border: 2px solid #FFF;
	clear: right;
}

#content hr {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #FFF;
}

/*** Werften Tabelle Begin ***/

.colw1 {
	width: 275px;
	height: 55px;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
	float: left;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;	
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-radius: 8px;
	border-color: #fff;
	border-width: 0px;
}

.colw2 {
	width: 122px;
	height: 55px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
	float: left;
}
.colw3 {
	width: 164px;
	height: 55px;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
	float: left;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;	
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-radius: 8px;
	border-color: #fff;
	border-width: 0px;
	clear: right;
}

/*** Werften Tabelle End ***/


/*** Rechte Spalte Begin ***/

#content_right {
	margin-top: 5px;
	width: 233px;
	/** height: 400px; **/
	float: right;
	min-height: 400px;
	height: auto;
	display: none;
}

#content_right .suchfeld {
	color: #025080;
	background-color: #cde0ec;
	margin: 3px;
	padding: 4px;
	font-size: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(uploads/tf/border-radius.htc);
	border: 0px;
}

#content_right .button {
	color: #025080;
	background-color: #cde0ec;
	margin-top: 5px;
	margin-left: 63px;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(uploads/tf/border-radius.htc);
	border: 0px;
}

#content_right .button:hover, {
	background-color: #adca07;
}

#content_right a {
	color: #adca07;
}

.box_login, .box_download, .box_events {
	width: 203px;
	margin-bottom: 5px;
	padding: 15px;
	color: #FFF;
	background-repeat: repeat-x;
	background-image: url(rightbox_back.jpg);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(uploads/tf/border-radius.htc);	
}

.box_login {
	height: 124px;
	background-image: url(login_back.jpg);
	background-repeat: no-repeat;
}

.box_download {
	height: 70px;
}

.box_events {
	/** height: 124px; **/
	height: auto;
	min-height: 124px;
	background-color: #004d7b;
	float: left;
}

.box_login p, .box_download p, .box_events p {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

.box_login label {
	padding-top: 5px;
	padding-right: 8px;
	font-size: 11px;
	float: left;
}

.box_login h1, .box_download h1, .box_events h1 {
	color: #adca07;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}

.box_events .datum {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.box_events a {
	font-size: 11px;
}

/*** Rechte Spalte End ***/

/*** Content End ***/

/*** Footer Begin ***/

#footer {
	width: 915px;
	height: 30px;
	margin-top: 15px;
	text-align: right;
	color: #3b3b3b;
	font-size: 11px;
}

#footer a, #footer a:link {
	color: #3b3b3b;
}


/*** Footer End ***/

/************************ Tabelle Projekte *********************/
.tabelle_projekte
{
	border: 1px solid #cde0ec;
	width: 100%;
}
.tabelle_projekte thead
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0270b3;
	text-align: left;
	text-transform: uppercase;
}
.tabelle_projekte th, .tabelle_projekte td
{
	padding: 5px;
}
.tabelle_projekte .tr-odd
{
	background-color: #cde0ec;
}

/************************ TT_News *********************/
.tt_aktuelles
{
	border-bottom: 1px solid #FFF;
	margin-bottom:  15px;
}
.tt_aktuelles h2
{
	font-size: 13px;
}



