/**
 * Style sheet itw_start
 */
html { height: 100.01%; margin-bottom:1px;}
body
{
	background-image:url("images/bg_body.gif");
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background-attachment: scroll;
}

div, p, pre, code, blockquote, h1, h2, h3, h4, h5, ul, h6, dl, dt, dd, table, th, td, form, input, fieldset, legend, textarea
{	margin:0px;
	padding:0px;}

h1 {font-size: 17px;}
h2, h3, h4, h5, h6 {font-size: 11px}
em, i
{	padding-right:2px;}

#wrapper
{
	text-align:left;
	background: url("images/bg_wrapper.gif");
}

#container
{
	margin-top:-1px;
	padding-bottom:50px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background: url("images/bg_main_start.jpg") no-repeat 0px 0px;
	min-height: 550px;
}

#header
{
	text-align:left;
	background: url("images/bg_header.gif") no-repeat bottom;
}

#logo
{
	width:530px;
	float:left;
	margin-top:55px;
	padding-left:16px;
}

#main
{
	margin-left:0px;
	padding-left:8px;
}

#footer
{
	padding:30px 0px;
	text-align:center;
	border-top:1px solid #CACCD2;
	font-size:9px;
	color:#999;
	background: #FFF;
}

/** Metanavi **/

#metanav
{
	float:right;
	margin-top:75px;
	font-size:9px;
	text-transform: uppercase;
}

#metanav ul
{
	margin:0px;
	padding:0px;
	text-align:right;
	color:#0A93AF;
	list-style-type:none;
}

#metanav li
{
	display:inline;
	padding:0px 7px;
	border-right:1px solid #333;
	white-space:nowrap;
}

#metanav li.last
{
	border-right: none;
}

#metanav li p
{
	display:inline;
	margin:0px;
	padding:0px;
}

/** Search **/

#searchbox
{
	clear:both;
	padding-top:26px;
	padding-left:16px;
}

#searchbox .text
{
	width:90px;
	height:16px;
	padding-left:18px;
	color:#058EAA;
	background: none;
	border: none;
}

#searchbox .submit
{
	width:32px;
	height:23px;
	margin-left:15px;
	border:0px;
	background: url("images/bg_search.gif") no-repeat bottom left;
	cursor: pointer;
}

/** Mainnavi **/

#left {
	background: url("images/border_bottom.gif") no-repeat bottom #E5E7E7;
}

#left ul
{
	margin:0px;
	padding:12px 0px 12px 0px;
	text-align:left;
	list-style-type:none;
	text-transform: uppercase;
}

#left li
{
	margin-top:-2px;
	margin-left:-17px;
	padding-left:30px;
	line-height:30px;
	background: url("images/nav_line.gif") no-repeat bottom;
}

#left li.last
{
	background-image:url("none");
}

#left ul a
{
	padding-left:20px;
	color:#058EAA;
}

#left ul a:hover, #left ul p.active
{
	width:160px;
	display:block;
	margin:0px;
	padding-left:20px;
	text-decoration:none;
	color:#FFF;
	background: url("images/nav_active.gif") no-repeat left;
}

/** Content **/

#back
{
	width:560px;
	margin-top:220px;
	margin-left:201px;
	border-top:1px solid #CACCD2;
	border-bottom:1px solid #CACCD2;
	background: url("images/main_back.gif") no-repeat 0px 0px;
}


#bottom
{
	height:12px;
	background: url("images/bottom.gif") no-repeat top left;
}

#referenzenstart
{	background: url("images/border_left.gif") left top repeat-y;}

.start
{	padding:18px 10px 0px 25px;
	line-height:16px;}

.start h1
{
	margin-bottom:4px;
	font-size:11px;
	color:#058EAA;
	text-transform: uppercase;
}


/** Links **/

#footer a:link, #footer a:active, #footer a:visited
{
	text-decoration:none;
	color:#999;
}

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

.start a:link, .start a:active, .start a:visited
{
	text-decoration:none;
	color:#1AB4BF;
	line-height:26px;
}


.start a:hover
{
	text-decoration:underline;
	color:#1AB4BF;
}

a:link, a:active, a:visited
{
	text-decoration:none;
	color:#666;
}

a:hover
{
	text-decoration:underline;
	color:#0A93AF;
}
