/* General page style. The scroll bar colours only visible in IE5.5+ */

/*bg for the header*/
#header{
	background-image:url(../../../images/header/bg120.jpg);
	position:relative;
	background-color: #2D2D2F;
	width: 1000px;
	height: 119px;
	background-position:left;
	background-repeat: no-repeat;
	overflow:hidden;
}

body.forum {
	/*no bg image for the forum*/
	width:1000px;
	background-image: none;
	background-color: white;
	/*background-color: #F5F5F5;*/
	scrollbar-face-color: #F5F5F5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #F5F5F5;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #363636;
	font-size: 11px;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif;font-size: 11px; }
a:link,a:active,a:visited,th{ color : #000000; }
a:hover		{ text-decoration: underline; color : #DCC28E; }

/* Profil in Mein Konto */
a.profil { color : #000000; text-decoration:none; font-weight:bold; }
a.profil:hover		{ text-decoration: underline; color : #DCC28E; }
.fsprofile td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* Hinzugfügen in Konto */
a.a_add { color : #000000; text-decoration:none; font-size:13px;}
a.a_add:hover	{ text-decoration: underline; color : #DCC28E; }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #363636 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #F8F8F8; border: none; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F8F8F8;}
td.row2	{ background-color: #F8F8F8;}
td.row3	{ background-color: #F8F8F8;}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
			background-color:#ACACAC;
			color: #F8F8F8;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000;
	font-size: 11px; 
	font-weight : bold;
	/*background-color: #000000; */
	height: 15px;
	background-color:#E5E5E5;
	text-align: left;
	padding: 0;
	padding-left: 5px;
	border: none;
	margin-bottom:22px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight{
			/*background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;*/
			background-color:#ACACAC;
			color: #F8F8F8;
			height: 15px;
			font-weight: bold;
}
td.catBottom{
	color: #D50A27; /*red*/
	font-size: 11px; 
	font-weight : bold;
	/*background-color: #000000; */
	height: 15px;
	background-color:#E5E5E5;
	text-align: right;
	padding: 0;
	padding-left: 5px;
	border: none;
}
/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 15px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: none; height: 14px;color: #D50A27; /*red*/
}

tr.border_bottom{
border-bottom: 1px solid #CCCCCC;
}

td.row3Right,td.spaceRow{
	background-color: #EBEBEB; border: #FFFFFF; border-style: solid;
}
td.spacer{
	height: 22px;
	border: none;
}
td.spacerSmall{
	height: 12px;
}
td.hr{
	border-bottom: 1px solid #CCCCCC;
}

th.thHead{text-transform:uppercase;}
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px;}
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 11px; }
.gen b{ color: #E30020; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DCC28E; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #DCC28E; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #F8F8F8;}
a.cattitle		{ text-decoration: none; color : #F8F8F8; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #DCC28E; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DCC28E; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #000000 }
a.postlink:visited { text-decoration: none; color : #626868; }
a.postlink:hover { text-decoration: underline; color : #DCC28E}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: -1px;}
a.copyright		{ color: #000000; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFFF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #FFFFFF; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/******* Header: imitates td.thHead    **********************/
h1.header1{
	width: 100%;
	text-transform: uppercase;
	font-weight: bold; 
	border: none; 
	height: 14px;
	font-size: 12px; 
	background-color:#E5E5E5;
	text-align: left;
	padding: 0;
	padding-left: 5px;
	border: none;
	margin-bottom:22px;
	margin-top: 0px;
	color: #D50A27; 
	/*red*/
}

/*********************  Aktive / inaktive TR  *************************************/
.aktiv{

}
.inaktiv{
	text-decoration: line-through;
}

h2, h3{
	padding:0 ;
	margin: 0;

}
h1, h2{
	/*padding-top: 36px;*/
	font-size: 15px;
	font-weight: bold;
}

/*overall layout*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E5E5E5;
	background-image:url(/images/header/bg_header.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
td{
font-family: Arial, Helvetica, sans-serif;
}
body.iframe{
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F8F8;
	background-image: none;
}
#logo{
	position:relative;
	top:0px;
	left:0px;
	background-color: #F8F8F8;
	width: 1000px;
	height: 45px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #6E6E6E;
	border-bottom: 2px solid #6E6E6E;
	background-repeat:no-repeat;
	background-position: center left;
	overflow: visible;
	vertical-align:top;
}
#logo img, .logoImg{
	border: none;
	padding-top: 7px;
	padding-left:45px;
}
#header{
	position:relative;
	background-color: #2D2D2F;
	width: 1000px;
	height: 119px;
	background-image:url(/images/header/topmenu/4.jpg);
	background-position:left;
	background-repeat: no-repeat;
}
#showUser{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 11px;
	z-index: 10000;
	margin-right:182px;
	margin-top:13px;
}
#showUser li, #showUser li a{
	display: inline;
	color: #6E6E6E;
	text-decoration: none;
	font-size: 11px;
}
.spacer{
 font-weight: bold;
 padding-left: 10px;
 padding-right: 10px;
 color: #DCC28E;
}
#header h1{
	margin-top: 0px;
}

/* Navigation */
#logoNavi{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	text-align: right;
}
#navi1{
	position:relative;
	width: 1000px;
	padding:0px;
	margin:  0px 0px 0px 0px;
	height: 45px;
	overflow: visible;
	background-image:url(/images/bg-navi.png);
	background-repeat: no-repeat;
	border-top: 4px solid #DCC28E;
}

#LM_level_1{
	position: absolute;
	width:1000px;
	top: 3px;
	left: 0px;
	margin: 0;
	padding: 0;
/*	width: 100%;*/
	display: inline;
	padding-left: 45px;
	font-size: 12px;
}
#LM_level_1 li{
	display: inline;
	
}
#LM_level_1 li a{
	text-decoration: none;
	padding-right: 25px;
	color: #FFFFFF;
}
#LM_level_2{
	position: absolute;
	top: 24px;
	left: 0px;
	margin: 0;
	padding: 0px;
	width: 1000px;
	z-index: 1000;
	padding-left: 45px;
	font-size: 11px;
}
#LM_level_2 li{
	display: inline;
}
#LM_level_2 li a{
	text-decoration: none;
	padding-right: 25px;
	color: #FFFFFF;
}
a.LM_youAreHere{
	font-weight: bold;
	padding-right: 25px;
	color: #DCC28E;
	}
#LM_level_3{
	position: absolute;
	top: 50px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#LM_level_3 li{
	display: block;
}

/*   Content   */
#container{
	background:url(/images/bg_content.jpg) left repeat-y;
	background-color: white;
	width: 1000px;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	text-align: left;
}
#container td{
	vertical-align: top;
}
#sponsors{
	width: 143px;
	height: 500px;
}
#content {
	width: 468px;
	padding-left:19px;
	padding-right:18px;
  padding-top:3px;
}
#contentLarge{
	width: 635px;
	padding-left:19px;
	padding-right:18px;
}
#forumcontent{
	width: 635px;
	padding-left:19px;
	padding-right:4px;
}

.forum_spacer {
  margin-top:50px;
}


#content table.news_new{
	 width: 468px;
}

#content table.news_old{
	 width: 468px;
	 margin-top:20px;
}

td.bottomline, td.bottomline2 {
	border-bottom: 2px solid #E5E5E5;
	}
  
td.bottomline {
	width: 230px;
}
  
/*modified by zuegu, class ok, classname missleading: removed line on bottom*/
table.bottomline {
	/*border-bottom:2px solid #E5E5E5;*/
	}
	
table.bottomlines {
	border-bottom:2px solid #E5E5E5;
	}

td.topline{
	background-color:#E5E5E5;
	color: #D50A27; /*red*/
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	text-transform:uppercase;
}

#content div.news {
	border-top: 0;
	border-left:0;
	border-right:0;
	width:450px;
}
	
#content div.news h1 {
	text-decoration:none;
	padding-top:50px;
	padding-bottom:20px;
}
	
#content div.news a {
	text-decoration:none;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
}
	
#content div.news a:hover {
    color: #DCC28E;
}

#ad{
	width:157px;
	text-align: center;
	padding-top: 39px;
}

#rightside, #home_rightside, #zufallsfahrer, #newsticker {
	width:167px;
}
/** linker **/
#linkerrow{
	height: 48px;
}
#linkerrow td{

}
#linker {
	width:167px;
	height: 25px;
	background-image:url(../../images/linker.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 6px;
	position: relative;
	top: 16px;
	right: 0px;
	text-align: left;
	font-size:11px;
	float: right;
}
.arrowlink, #arrowlink_home {
	width:167px;
	height: 25px;
	background-image:url(../../images/linker.jpg);
	background-repeat: no-repeat;
	font-size:11px;
	padding-top: 6px;
	padding-left: 6px;
}
#linker a, .arrowlink a, #arrowlink_home a, #linker_big a,
#linker_big2 a, #linker_big3 a,
#linker_home a, #linker_big_home a,
#linker_calendar a {
	text-decoration: none;
	color: #656766;
}

#linker3{
	text-align: right;
}

#linker2 {
  padding:17px 0 0 18px;
}

#linker2forum {
  padding-top:17px;
}

#linker_big, #linker_big2, #linker_big3,
#linker_big_home, #linker_calendar {
	width:465px;
	height: 25px;
	background-image:url(../../images/linker_big.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 6px;
	font-size:11px;
}

#linker_big2, #linker_calendar {
  width:438px;
  background-image:url(../../images/linker_big2.jpg);
  margin-left:8px;
}

#linker_calendar {
  margin-left:0;
}

#linker_big3 {
  width:392px;
  background-image:url(../../images/linker_big3.jpg);
  margin-left:2px;
}

#rightside h1, #zufallsfahrer h1, #zufallsfahrer h1, #newsticker h1 {
	width:159px;
	background-color:#E5E5E5;
	color: #D50A27; /*red*/
	margin: 0;
	padding-left: 10px;
	font-size: 11px;
	text-transform:uppercase;
}

#login{
	position:relative;
	width:167px;
}

#ticker{
	position:relative;
	width:147px;
	border:1px solid #E5E5E5;
	padding: 10px;
}
#ticker p,  .newslist p {
	font-size: 11px;
	color: #626867;
	margin: 0;
	padding: 0;
	}
#ticker p a, .newslist p a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #626867;
	}
#ticker div.tickernews p.legend, #ticker .legend a {
	color:#010101;
	font-size: 11px;
	font-weight: bold;
	}
.tickernews{
	padding-bottom: 8px;
	}	
.user, .user a, #ticker .user, #ticker .user a {
	text-align: right;
	text-decoration: none;
	color: #B4B4B4;
	}

.news_new h1, .news_new h1 a{
	font-size: 13px;
	color:#000000;
	text-decoration: none;
}
.news_new h1 a:hover{
	text-decoration: underline;
}
.news_new h2{
	font-size: 11px;
	color:#000000;
}
/*Einzelner Artikel*/
.artikel{
	width: 100%
}
.artikel .lead{
	font-weight: bold;
}
#banner{
	position:relative;
	margin-bottom:20px;
	padding-top: 35px;
	width:468px;
	height:60px;
}

#credits{	
	position:relative;
	font-size: 12px;
	color:#999999;
	}
/*non-visible form element*/
.disabled{
	background-color:#CCCCCC;
}
.enabled{
	background-color:#FFFFFF;
}
/**************************************************************/
/******* Blog Styles ******************************************/
.blog_onpage{
	width: 270px;
	padding-left: 10px;
	padding-top: 0px;
	padding: 0;
margin: 0;
}
.blog{
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom:2px solid #E5E5E5;
}
.blog h1{
	color:#010101;
	font-size: 11px;
	font-weight: bold;
}
.blog  a{
	text-decoration: none;
	color:#010101;
}
.blog a:hover{
	text-decoration: underline;
	color:#010101;
}
.blog .lead{

}

/************ Tabelle als Liste **************************/
table.liste{
	width: 100%;
}
table.liste th{
	background-color:#CCCCCC;
	color:#FF0000;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
}
table.liste td{
	vertical-align:middle;
}

/******** Login Box ******************/
#loginbox .mainoption{
	color:#E2001F;
	background-color:#F8F8F8;
	border: none;
	text-decoration: underline;
	font-size: 11px;
}
#loginbox{
	position:relative;
	width:169px;
	border:1px solid #E5E5E5;

	}
#loginbox a{
	color: #6E6E6E;
}

/*********** register link********************/
a.register{
	color: #E2001F;
}

/********* HOME *******************/
.hometable{
	padding: 0px;
	margin:  0px;
	border: none;
	border-collapse:collapse;
	margin-bottom: 20px;
}
.hometable td{
	padding: 0px;
	margin:  0px;
	border: none;
	border-collapse:collapse;
}
.teaser{
height:170px;
width:225px;
background-repeat:no-repeat;
padding-top: 185px;
padding-left: 15px;
padding-right: 15px;

}
.teasertext{
padding-top: 91px;
padding-left: 15px;
padding-right: 5px;
}
.teasertextBottom{
padding-top: 128px;
padding-left: 15px;
padding-right: 5px;
}

.tdlink, .tdlink:hover, .tdlink:visited { 
display: block; 
width: 229px;
height:170px; 
text-decoration: none; 
color:#000000;

}


/********** tabs *******************************************/

#tabs{
	  width: 100%;
      padding:0;
      margin:0;
	  border-collapse:collapse;
	  }
#tabs td{
      padding:0;
      margin:0;
	  border-collapse:collapse;
	  background-image:url(../../images/hr_line_1px.png);
	  background-position:bottom;
	  background-repeat:repeat-x;
}

#tabs ul {
	  padding:0;
	  margin:0;
      }

#tabs li {
      display:inline;
      }
	  
#tabs span {
      float:left;
      padding:0 0 0 5px;
      text-decoration:none;
	  }
#tabs li.selected {
      background-color: #FFFFFF;
	  height: 24px;
	  }
#tabs li.unselected {
      background-color:#E2E2E2;
	  }
#tabs li.selected span{
      background:url(../../images/kante_links_aktiv.jpg) no-repeat left top;
	  border-bottom:1px #FFFFFF solid;
	  }
#tabs li.unselected span{
      background:url(../../images/kante_links_inaktiv.jpg) no-repeat left top;
	  border-bottom:1px #ACACAC solid;
	  background-color:#E2E2E2;
	  }

#tabs span a {
      float:left;
  	  padding:5px 15px 4px 6px;
      text-decoration:none;
	  }
#tabs li.selected span a {
      background:url(../../images/kante_rechts_aktiv.jpg) no-repeat right top;
	  }
#tabs li.unselected span a {
      background:url(../../images/kante_rechts_inaktiv.jpg) no-repeat right top;
	  }

#tabsbackground {
	  /*border-top:solid 1px #ACACAC;*/
	  background-color:#FFFFFF;
	  width:650px;
	  padding-top:4px;
	  padding-bottom:40px;
	  background-image:url(../../images/bg_top_line.jpg);
	  background-position:top;
	  background-repeat:repeat-y;
	  }

/***************** Splitter: Abzweigung auf der Seite in Form einer Tabelle*******************/
.splitter{
	margin-top:10px;
	width: 100%;
	border-collapse:collapse;
}

.splitter_border{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.rollover{
	background-color: #E5E5E5;
}
.rollout{
	background-color: #F8F8F8;
}

/****************************   login im menu            ******************************************/

#loginMenu{
	width: 320px;
	height: 45px;
	
	background-image:url(../../images/navi1_verlauf.jpg);
	background-position: top right ;
	background-repeat: no-repeat;
	
	position: absolute;
	right: 0px;
	top: 0px;
	overflow:hidden;
	padding: 0;
	margin: 0;
}
#loginMenu table td{
	height: 22px;
	vertical-align:middle;
	color: #F8F8F8;
	padding-right: 5px;
}
#loginMenu a{
	color: #F8F8F8;
}

#loginMenu .menuInput{
	border: none;
	height: 12px;
	width: 128px;
	font-size: 10px;
}
#loginMenu .menuButton{
	border: none;
	height: 11px;
	width: 14px;
	background-image:url(../../images/menu_btn.jpg);
}


/****************************   marktplatz           ******************************************/

.marktplatz td{
	vertical-align: middle;
	padding-right: 15px;
}

/****************************   home           ******************************************/

#home, #calendar {
	margin-top:16px;
	font-size:11px;
	width:660px;
}

#home a img {
	border:0;
}

#linker_big_home, #linker_calendar {
	float:left;
}

#linker_home {
	width:161px;
	height: 25px;
	background-image:url(../../images/linker.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 6px;
	margin-left:20px;
	font-size:11px;
	float:left;
}

#arrowlink_home {
	float:right;
	width:161px;
}

#home_content, #calendar_content {
	float:left;
	width: 464px;
}

#home_rightside {
	float:left;
	margin-left:28px;
}

* html #home_rightside {
  margin-left:25px;
}

#home_content a {
	text-decoration:none;
}

#home_content .box_image {
	float:left;
	margin-bottom:2px;
}

#home_content .box_title {
	background-color:#E5E5E5;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.box_content {
	height:13px;
	clear:left;
	overflow:hidden;
}

#home .box_content a:hover span {
	color:#000;
	text-decoration:underline;
	background-color:#E5E5E5;
}

#home .box_title a {
	color:#D50A27;
	text-decoration:none;
}

#home .box_title span, #home .box_content span {
	display:block;
	padding-left:5px;
}

#home_content .box, #home_content .rightbox,
#home_content .box_small, #home_content .rightbox_small {
	float:left;
	width:223px;
	height:160px;
	margin-bottom:14px;
	border:1px solid #bcbcbc;
}

#home_content .box_small, #home_content .rightbox_small {
	height:100px;
}

#home_content .rightbox, #home_content .rightbox_small {
	margin-left:14px;
}

#home_content p {
	font-size:11px;
}

#zufallsfahrer, #newsticker {
	float:left;
}

#zufallsfahrer {
	text-align:center;
	margin-bottom:5px;
}
#zufallsfahrer h1, #newsticker h1 {
	text-align:left;
	width:157px;
}

#zufallsfahrer img {
	margin-top:2px;
}

#zufallsfahrer, #newsticker {
	border:1px solid #bcbcbc;
}

#exklusiv {
	width:140px;
	border:1px solid #bcbcbc;
  margin:40px 0 0 10px;
  text-align:left;
}

#exklusiv .title {
  color:#010101;
  font-size:11px;
  font-weight:bold;
}

#exklusiv .legend {
  background-color:#E5E5E5;
  margin:0;
}

#exklusiv .legend a {
  background-color:#E5E5E5;
  color:#D50A27;
  text-decoration:none;
  font-weight:bold;
  padding-left:10px;
}

#exklusiv .lead {
  padding:0 7px;
  color:#626867;
}

#calendar th, #calendar td, #calendar p {
  font-size:12px;
}

#calendar .cal_eventlist_options td {
  vertical-align:middle;
}

#calendar .calendar_column,
#calendar .eventlist_column {
  padding-top:10px;
}

#calendar .calendar_column {
  padding-left:8px;
}

.exam_nbr, .exam_title, .printtitle, .black {
	color:#000;
}

.exam_nbr, .exam_title, .partexam_title {
	padding-left:5px;
}

.printtitle {
	background-color:transparent;
	padding-left:0;
}

.theadercenter {
	text-align:center;
}

.resultlisttable {
	overflow:auto;
	width:635px;
}

.phase {
	padding-right:2px;
	text-align:right;
}
