/* @override 
	http://redesign.ifbf.de.test.planwerk6.de/css/main.css
	http://ifbf.de/css/main.css
*/

/*****Basic Elements*****/
body{
	background-color: #D7D5CF;
	background-image: url('/gfx/bg.png');
	background-position: top left;
	background-repeat: repeat-y;
	color: #302f2f;
	font-size: 80%;
}

h1{
	border-bottom: 1px solid #7b5759;
	font-size: 200%;
	padding-bottom: .9em;
}

h2{
	background-color: #c4c3b9;
	color: #5c441d;
	font-size: 125%;
	font-weight: bold;
	padding: .1em .4em .1em .4em;
	margin-top: 1em;
}

a{
	color: #302f2f;
	cursor: pointer;
}

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


/*****Generic Classes*****/  
.einleitung{
	color: #5c441d;	
}


/*****Basic Layout*****/  
.container{
	margin: 0 auto 0 0;
	overflow: hidden;
}

  
/*****Header*****/  
#header{
	height: 87px;
	overflow: hidden;
}

#header .span-18{
	background-color: #FFFFFF;
}

#header .sidebar{
	height: 87px;
}

#banner{
	background-image: url('/gfx/fotoleiste.jpg');
	background-repeat: no-repeat;
	height: 100px;
}

  
/*****Content*****/  
#content_wrapper{
	padding: 20px 20px 20px 20px;
}

#content p{
	margin-bottom: .9em;
	margin-top: .9em;
}

#content ul p{
	margin: 0 0 0 0;
}

#content li{
	list-style-image: url('/gfx/list1.gif');
	margin: 0 0 .4em 0;
}

.aktuell{
	border: 2px solid #B62E19;
	background-color: #FFFFFF;
	padding: 10px;
	color: #B62E19;
}

.aktuell tt{
	color: #B62E19;
}

.aktuell a{
	color: #B62E19;
}


  
/*****Footer*****/  
#contentfooter{
	border-top: 1px solid #7b5759;
	font-size: .9em;
	margin: .9em 0 0 0;
	padding: .4em 0 0 0;
}

#contentfooter .page_through{
	float: right;
}
  
tt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
  
/*****Navigation*****/  
.sidebar{
	width: 225px;
}

.sidebar a{
	color: #EFEDE9;
	font-weight: bold;
	text-decoration: none;
}

.sidebar p{
	color: #EFEDE9;
	font-weight: bold;
	margin: .9em 0px 0px 5px;
}

.sidebar ul{
	margin-left: 5px;
	margin-bottom: 0;
}

.sidebar ul.level1, .sidebar ul.level2{
	margin-left: 15px;
	margin-right: 0px;
}

#navigation{
	margin-top: 5px;
}

.leftnavi li{
	list-style-type: none;
	margin: 0px 0px 0xp 0px;
	padding: 8px 0px 0px 0px;
}

.leftnavi li.curpage a{
	text-decoration: underline;
}

.leftnavi .level1 li, .leftnavi .level2 li{
	color: #F9C9C9;
	list-style-type: square;
	padding: 3px 0px 0px 0px;
}

.leftnavi .level1 a, .leftnavi li.curpage .level1 a{
	color: #F9C9C9;
	font-size: .9em;
	text-decoration: none;
}

.leftnavi .level1 li.curpage a{
	color: #EFEDE9;
}

#adresse{
	margin-top: 50px ;
}


/*****Etc*****/
#contactformtable{
	width: 500px
}

.submit{
	text-align: right;
}


/*****Fontskalierung*****/
#fontscale{
	float: right;
	margin: 1em 1em 0 0;
}

#fontscale, #fontscale *{
	color: #EFEDE9;
	font-weight: bold;
}

#fontscale .smaller{
	font-size: .9em;
}

#fontscale .bigger{
	font-size: 1.1em;
}


/*****Baurechtstage*****/
.baurechtstag{
	background-color: #cfcec6;
	background-image: url('/gfx/baurechtstage_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #625132;
	display: none;
	margin: 2em auto 0 auto;
	padding: 1em .5em .5em .5em;
	width: 630px;
	height: 120px;
}

.current{
	display: block;
}

.baurechtstag h2{
	background: none;
	color: #000000;
	font-size: 110%;
	margin: 0 0 .4em 0;
}

.baurechtstag .more{
	display: block;
	text-align: right;
	width: 100%;
}

.baurechtstag table{
	margin: 0;
}

.baurechtstag th, .baurechtstag td{
	vertical-align: top;
}

.baurechtstag th{
	font-style: italic;
	font-weight: normal;
	width: 50px;
}

#content .baurechtstag ul{
	margin: 0;
}

#content .baurechtstag li{
	list-style: none;
	list-style-image: none;
	margin: 0;
}

.timeline_row .year{
	display: block;
	float: left;
	font-size: .8em;
	padding-top: .5em;
	text-align: center;
}

.timeline_row a{
	text-decoration: none;
}

.timeline_row .current{
	font-size: 1.2em;
	padding-top: 0;
}

.timeline_row .near_current{
	font-size: 1em;
	padding-top: .2em;
}





