body {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(/pagemedia/background.gif);
	background-position:left top;
	background-repeat:repeat-x;	
	width:956px;
	margin: 0px auto 0;		
}
h1 {
	font-size: 22px;
	font-weight:normal;
	color:#000066;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
}
h2 {
	font-size: 13px;
	font-style:italic;
	color:#666666;
	margin-top:0px;
	margin-bottom:5px;
}

h3 {
	font-size: 18px;
	font-style:italic;
	font-weight:normal;
	color:#000066;
}

h4 {
	font-size: 13px;
	color:#FF0000;
	margin-bottom:30px;
}

h5 {
	font-size: 12px;
	color:#000066;
	margin-top:0px;
	margin-bottom:0px;	
}

p{
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}
a{
	color:#330099;
	text-decoration: none;
}
a:hover{
	color:#FF0000;
}

img{
border:none;
}

.ImageRight,.imgR{
	float:right;
	clear:right;
	text-align:right;
	width:135px;
	margin-bottom:10px;
}

.ImageRightSmall{
	float:right;
	clear:none;
	text-align:right;
}

.ImageLeft,.imgL{
	float:left;
	clear:right;
	text-align:right;
	width:135px;
	margin-bottom:10px;
}

div{
	/*border:1px solid red;*/
}
/**** Standard definitionen *************************************************************************************/
#Main{
	clear:none;
	float:left;
	width:956px;
	background-image:url(/pagemedia/background_main.gif);
	background-position:left top;
	background-repeat:no-repeat	;
}



#Left{
	float:left;
	clear:none;
	width: 190px;
	margin-top:40px;
	min-height:440px;
	
}

#Meta{
	float:left;
	clear:both;	
	text-align:right;
	width: 165px;
	margin-top:115px;
}
#Meta img{
margin-left:3px;
}

#Adresse{
	width: 165px;
	float:left;
	clear:both;	
	margin-top:60px;
}
#Emotion{
	float:left;
	clear:none;
	width: 745px;
	height:82px;
	margin-top:40px;
	background-color:#999999;
	background-image:url(/pagemedia/background_middle.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#Emotion img{
	margin-left:4px;
}
#Middle{
	float:left;
	clear:none;
	width: 745px;
	background-color:#FFFFFF;
	background-image:url(/pagemedia/background_middle.gif);
	background-position:left top;
	background-repeat:repeat-y;
	min-height:440px;
	border-bottom:1px solid black;
}

#Content{
	float:left;
	clear:none;
	width: 433px;
	padding:2px 25px 25px 25px;
}

#Right{
	float:left;
	clear:none;
	width: 220px;
	margin-top:35px;
	border-left:4px solid #EBEBEB;
	min-height:440px;
}
#Right a{
	color:#FF0000;
	text-decoration: none;
}
#Right a:hover{
	color:#330099;
}

#Ausgabe{
	font-weight:bold;
	float:left;
	clear:right;
	width: 200px;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
}

#Ausgabe h3{
	font-size:20px;
	text-align:left;
	margin-top:10px;
	margin-bottom:0px;
}
#Ausgabenliste{
	float:left;
	clear:none;
	color:#CCCCCC;
	position:absolute;
	display:none;
	z-index:100;
	font-weight:normal;
	width: 200px;
	margin:0px;
	/*padding-top:5px;*/
	padding-left:5px;
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
}

#News{
	width:200px;
	padding-left:10px;
}

#RightMenu{
	float:left;
	clear:none;
	width: 200px;
	margin:0px;
	padding:10px;
}

/******************* Navigation ******************************/
#LeftMenu{
	text-align:right;
	width: 165px;
	float:left;
	clear:both;	
	border-top: 1px solid #000000;
	margin-top:5px;	
}
#LeftMenu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#LeftMenu ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom: 1px solid #000000;
}
#LeftMenu ul li a{
	color:#333333;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background-image:url(../icon_inactive.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#LeftMenu ul li a.active{
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../icon_active.gif);
	background-position:left top;
	background-repeat:no-repeat;	
}
#LeftMenu ul li a:hover{
	color:#FF0000;
	text-decoration: none;
	background-image:url(../icon_active.gif);
	background-position:left top;
	background-repeat:no-repeat;		
}
#LeftMenu ul li ul{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align:left;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#LeftMenu ul li ul li{
	border:none;
}

#LeftMenu ul li ul li a{
	color: #999999;
	padding-left:0px;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	background-image:none;	
}
#LeftMenu ul li ul li a.active{
	color:#FF0000;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	background-image:none;	
}
#LeftMenu ul li ul li a:hover{
	color:#FF0000;
	text-decoration: none;
	font-size: 11px;
	background-image:none;
}
/**** Standard definitionen *************************************************************************************/




#Disclaimer{
	font-size:11px;
	color:#999999;
	float:left;
	clear:both;
	width:707px;
	padding-left:25px;
}

#Disclaimer .nobreaker{
	float:left;
	clear:none;
}

#Disclaimer a{
	color:#999999;
}
#Disclaimer a:hover{
	color:#FF0000;
}



#Disclaimer ul {
	margin: 0px;
	padding: 0px;
	float:left;
	clear:none;
}
#Disclaimer ul li{
	float:left;
	clear:none;
	list-style-type: none;
	display:inline;
	margin-left:5px;
}

.infobox{
	width:120px;
	float:right;
	clear:none;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	padding:5px;
	margin-left:10px;
	margin-bottom:10px;
	background-image:url(../background_info.gif);
	background-position:right top;
	background-repeat:no-repeat;	
}
.infobox img{
	vertical-align:middle;
}
.Author{
	width:120px;
	float:right;
	clear:right;
	border-left:5px solid #CCCCCC;
	padding-left:5px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}
