/* @override http://mav-gmbh.com.test.planwerk6.de/css/screen.css */

@import url('blueprint/screen.css');

/*****Basic Elements*****/

body{
	background-image: url('/gfx/bg.png');
	background-position: top center;
	background-repeat: repeat-y;
	color: #505050;
}

body, tt{
	font-family: Helvetica, Arial, sans-serif;;
}

a{
	color: #c55b45;
}

h1{
	color: #b54c37;
	font-size: 1.5em;
	margin-bottom: 1em;
}

h2{
	font-size: 1.3em;
	margin-bottom: .5em;	
}

em{
	font-style: normal;	
}


/*****Generic Classes*****/
.mediaobjectright{
	float: right;
	padding: 0px 0px 0px 1em;
}

.pipe{
	position: relative;
}


/*****Basic Layout*****/
.container{
	position: relative;
	z-index: 2;
}

#leftnavi{
	min-height: 255px;
	width: 210px;
}

#content{
	width: 508px;
}

#sidebar{
	position: relative;
	width: 212px;
	z-index: 2;
}

#backgroundbanner{
	height: 146px;
	background-image: url('/gfx/header.jpg');
	background-repeat: repeat-x;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}


/*****Header*****/
#header{
	background-image: url('/gfx/bodybg.jpg');
	background-repeat: repeat-x;
	border-bottom: 0px solid #c55b45;
	height: 120px;
}

#topmenue{
	height: 49px;
}

#topmenue div{
	background-image: url('/gfx/topnav.png');
	color: #696969;
	float: left;
	padding: 4px .6em 6px .6em;
}

#topmenue div a{
	color: #696969;
	font-size: .9em;
	padding: 0 1em 0 1em;
	text-decoration: none;
}

#topmenue .pipe{
	font-size: 1.1em;
	top: .1em;
}

#logo{
	float: right;
	margin: 0 3em 0 3.3em;
}

#slogan{
	text-align: right;
	margin: 1.5em 0 0 0;
}

#slogan h1{
	color: #898989;
	display: inline;
	font-size: 1.5em;
	margin: 0;
	position: relative;
	top: 8px;
}


/*****Navigation*****/
ul.leftnavi{
	background-color: #3e4a94;
	background-image: url('/gfx/menubg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0;
	padding: 1em 0 87px 0;
}

ul.leftnavi li{
	padding: .2em 0;
}

ul.leftnavi a, ul.leftnavi a:hover{
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 2em;
	text-decoration: none;
}

ul.leftnavi li.curpage{
	background-color: #FFFFFF;
	background-image: url('/gfx/arrow.gif');
	background-position: 1em 7px;
	background-repeat: no-repeat;
}

ul.leftnavi li.curpage a, ul.leftnavi li.curpage a:hover{
	color: #ab321d;
}

ul.level2{
	list-style: none;
	margin: .2em 0;
}

ul.level2 li{
	padding-left: 1em;
}

ul.level2 li.curpage{
	background-position: 2em .6em;	
}

li.nodisplay{
	display: none;
}


/*****Sidebar*****/
.sidebar{
	background-color: #f7f7f7;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	margin-top: 64px;
	padding: 2em 1em 0 1.5em;
}

.sidebarbox{
	margin-top: 1em;
	padding: 0 1em 0 2em;
}

.sidebar h2, .sidebar em, .sidebarbox h2{
	background-image: url('/gfx/arrow.gif');
	background-position: 0px .45em;
	background-repeat: no-repeat;
	color: #505050;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
	padding-left: 1em;
}

.sidebar p{
	margin-bottom: 1em;
}

.sidebar p em{
	display: block;
	margin-top: 6em;
}

.sidebarbox p{
	margin: 0;
}



/*****Content*****/
#content{
	font-weight: normal;
	min-height: 458px;
}

#contentbody{
	border-top: 1px solid #c7c7c7;
}

.banner{
	position: relative;
	left: -9px;
	z-index: 0;
}

.banner .subtitle{
	background-image: url('/gfx/subtitlebg.png');
	color: #FFFFFF;
	font-size: 1.5em;
	margin-top: -32px;
	padding: 0 15px 0 0;
	position: relative;
	text-align: right;
	width: 515px;
}

.content{
	padding: 2em;
}

.itemizedlist ul{
	margin-left: 0;
	margin-right: 0;
}

.itemizedlist li{
	background-image: url('/gfx/arrow_dark.gif');
	background-repeat: no-repeat;
	background-position: 0 .45em;
	list-style: none;
	padding-left: 1.2em;
	margin-bottom: .6em;
}

.itemizedlist p{
	margin-bottom: 0;
}

P.pdf A {
	background: url('../gfx/pdf.gif') no-repeat left top;
	padding-left: 18px;
}

P.anfahrt {
	font-weight: bold;
	font-size: 1.2em;
}

P.anfahrt-last {
	margin-top: 3.0em;
	padding-top: 1.5em;
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.2em;
}


/*****Footer*****/
#footer{
	border-top: 1px solid #ccc;
	font-size: .9em;
	padding: .6em 0 0 0;
}

#footer, #footer a{
	color: #aaa;	
}

#footer a{
	text-decoration: none;
}


/*****Etc*****/



