/* @override 
	http://www.topscan.de/css/layout.css
	http://topscan.de/css/layout.css
*/

body {
	background: #dff4f9 url('../_gfx/body_bg.jpg') top center repeat-x;
	text-align: center;
	margin:0; padding:0;
}
a img{
	border: none;
	text-decoration: none;
}
#logo{
	width: 760px;
	margin: 0 auto;
	text-align:left;
	margin: 18px auto 15px auto;
}
#container{
	position: relative;
	top: 0; right: 0;
	width: 760px;
	background-color: #FFF;
	margin: 0 auto;
	text-align:justify;
}
#menu{
	list-style-type: none;
	margin:0; padding:0;
	width: 100%;
	height: 29px;
	background-color: #0095d8;
}

#menu li img{
	border: none;
}
#sprache {
    position: absolute;
    top: -30px; right: 0;
    margin: 8px 8px 0 0;
}

/*
#submenu{
	font-size:0.9em;
	clear:both;
	float:left;
	list-style-type: none;
	list-style-position: outside;
	width: 170px;	
	margin: 45px 20px;
	padding:0;
	display: inline;
}
#submenu li{
	padding:0; margin:0;
	display: block;
	width: 100%;
	line-height: 170%;		
	background: url('../_gfx/dotted.gif') bottom left repeat-x;
}
#submenu a{
	display: block;
	font-weight:bold;
	text-decoration:none;
	color: #0095d8;
	padding-bottom: 1px;
	text-transform: uppercase;
}
#submenu ul{
	margin:0; padding:0;
	padding-bottom: 2px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image:none;
	margin-left: 10px;
}
#submenu ul li{
	border:none;
	background: none;
	
}

#submenu ul a{
	background: url('../_gfx/sub_arrow.gif') 3px 8px no-repeat;
	padding-left: 14px;
	border: none;
	font-weight:normal;
	text-transform:none;
	color: #333;
	border-bottom: 1px solid #98d9e9;
}
#submenu ul li.active a{
	font-weight: bold;
}
#submenu ul ul li a{
	border:none;
	background: none;
	padding-left: 10px;
}
*/
/* Fix IE. Hide from IE Mac \*/
* html #submenu li { float: left; height: 1%; }
/* End */

#breadcrumb{
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	clear: both;
	float: none;
	color: #0095d8;
/*	border-bottom: 1px solid #0095d8; */
	font-size: 0.9em;
	background: url('../_gfx/dotted.gif') 0 20px repeat-x;
}
#breadcrumb a{
	text-decoration: none;
}
#content{
	width: 700px;
	padding: 10px 30px 30px 20px;
	float:right;
}

/*2-spaltig */

#content .rightpan{
	width: 48%;
	float: right;
}
#content .leftpan{
	width: 48%;
	float: left;
}

/*3-spaltig */

#content .onecol{
	width: 30%;
	float: right;
}
#content .doublecol{
	width: 66%;
	float: left;
}

#footer{
	background: url('../_gfx/dotted.gif') top left repeat-x;
	font-size: 0.8em;
	color: #0095d8;
	padding: 10px 25px;
}
.col_left {
	width: 49%;
	float: left;
}
.col_right {
	width: 49%;
	float: right;
}
.clear {
	clear: both;
	float: none;
}
