@charset "utf-8";
body, html {
	background: #FFFFFF url(../gfx/body.png) repeat-x top;
	color: #333;
}
h1,h2,h3,h4,h5, h6{
	color:#e40008;
}
h1.icon{
	padding-left: 40px;
}
h1.tick{
	background: url(../../../gfx/tick.png) no-repeat left top;
}
h1.search{
	background: url(../../../gfx/icon_search.png) no-repeat left top;
}
sub{
	color:#333;
}
h3 sub{
	font-weight: normal;
	font-size: 100%;;
}
a{
	color:#e40008; 
}
/* Layout */
#mm{
	background: url(../gfx/mm_bg.png) repeat-x center top;
	width: 100%;
	text-align: center;
	border-collapse:collapse;
	height: 78px;
	padding: 0;
	margin: 0;
}
#mm td{
	vertical-align: bottom;
	border-color: #ab0107;
	border-width: 0 1px;
	border-style: solid;
	background: url(../gfx/mm.png) no-repeat center top;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	width: 10%;
}
#mm td.os{
	background: url(../gfx/mm_bg_os.png) repeat-x center top;
}
#mm a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mm a:hover{
	text-decoration: underline;
}
#theme{
	height:191px;
	padding: 0px 0;
	text-align: center;
}
#theme img{
	margin-top: 3px;
}
#sm{
	background: url(../gfx/sm_bg.png) repeat-x center top;
	height: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0;
}
#sm a{
	border-right: 1px solid #ab0107;
	color: #fff;
	text-decoration: none;
	padding: 0 25px;
	font-weight: bold;
}
#ft{
	background: #ccc;
	border-top: solid 4px #a8a8a8;
	padding: 20px 0 30px 0;
	font-size: 77%;
}


/* Elements */

#contentRoot{
	border-right: solid 1px #a8a8a8;
	padding-right: 1em;
}
#yui-main, #nav{
	
	padding-bottom: 0;
	margin-bottom: 0;
	T_border: solid 1px #009900;
	padding: 1em 0;
}
#nav h3{
	margin-top: 0;
	padding-top: 0;
}
#nav .yui-gd{
	margin-bottom: 1em;
}
.auflistung h1{
	margin-top: 0;
	padding-top: 0;
}
img.imgBorder{
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.hr{
	background: url(../gfx/hr.png) repeat-x center bottom;
	height: 11px;
}
/*  Item List*/
.listItem{
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.listItem h3{
 margin-top: 0;
}


/* debug */
.imgDummy50{
 border: 1px solid #ccc;
 margin-bottom: 5px;
 height: 120px;
}
