body {
	font-family: "Arial", sans-serif;	
	font-size: 12px;
	padding : 0;
	margin : 0;	
	height: 100%;
	color : #666666;
	background-color : #8d0303;	
	min-width: 300px;
	max-width : 1280px;
	margin-left : auto;
	margin-right : auto;
	overflow: visible;
}
h1 {
	color : #4c4c4c;
	font-weight : bold;
	font-size : 24px;
	line-height : 26px;
	font-weight : normal;
}

h2 {
	color : #a70303;
	font-size : 16px;
	padding : 6px 0px 5px 0px;
	margin : 2px;
}

h3 {
	color : #a70303;
	font-size : 18px;
	line-height : 20px;
	font-weight : normal;
}

h4 {
	color : #ce1313;
	font-size : 16px;
	line-height : 18px;
	font-weight : bold;
}

h5 {
	color : #ce1313;
	font-size : 14px;
	line-height : 16px;
	font-weight : bold;
}

h6 {
	color : #463e3e;
	font-size : 12px;
	line-height : 14px;
	font-weight : bold;
}
header {
	background-image: url(../images/bg_logo.gif);
	border-bottom: 1px groove white;		
}
#titel {
	color : white;
	padding-left : 5%;
	float : left;
	font-weight : bold;
}
#menu_oben {
	width: 100%;
	float : left;
	padding : 0;
	margin : 0;
	overflow : visible;
	background-color : #8d0303;
	padding-top : 6px;	 
	padding-bottom : 6px;  
}
#inhalt {
	float : left;
	width : 100%;
	min-height:400px;
	padding : 0;
	margin : 0;
	background-image : url(../images/bg_korper.gif);
	background-repeat : repeat-x;
	background-color: white;
}
#links {
	float: left;
	width: 170px;			
}

#links h3 {
    background-image: url("../images/h3.gif");
    background-repeat: no-repeat;
    border: 1px solid #e3e3e3;
    color: #888;
    font-size: 11px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin: 5px 0 2px;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
}

#fusszeile{
	height : 65px;
	width : 100%;
	font-size : 12px;
	padding-top : 20px; 
	background-image: url(../images/bg_fuss.gif);
	background-repeat : repeat-x;
	color : #f0f0f0;
	clear: left;
	text-align: center;  
	margin-left : auto;
	margin-right : auto;	
}

#hauptbereich {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 30px;	
	margin-left: 220px;
}

.random-image {
	margin-top: 15px;
	margin-right: 3%;
	float: right;		
	border : 1px;
	border-color: white;
}	


#menu_oben .nav {
	height : 34px;
	line-height : 35px;
	padding : 0;
	list-style: none;
}	
	
#menu_oben .nav  a {
	border-left : 1px solid #e93737;
	border-top : 1px solid #e93737;
	border-right : 1px solid #e93737;
	background-image : url(../images/top_button.gif);
	background-repeat : repeat-x;
	text-align : center;
	text-decoration : none;
	color : #fff;
	font-size : 11px;
	font-weight : bold; 
	float : left;
	margin-right: 1px;
	padding-left: 20px;
	padding-right: 20px;
}
	
#menu_oben ul.nav  a:hover {
	background-image : url(../images/top_button_hover.gif);
	background-repeat : repeat-x;
	color : #f8f8f8;	
}

.moduletable_menu .nav a {
	background-image : url(../images/menu_bg.gif);
	background-repeat : no-repeat;
	display : block;
	vertical-align : middle;
	list-style: none;
	font-size : 11px;
	text-align : left;
	height : 20px;
	padding : 6px 10px 0 15px;
	margin-bottom : 1px;
	color: #999; 
	text-decoration : none;
}

.moduletable_menu .nav a:hover{
	background-position : 0 -25px;
	text-decoration : none;
	font-size : 11px;
	text-align : left;
}

.nav {
	list-style: none;
	margin:0px; 
	padding:0px;
}

.breadcrumb {
    background-image: url("../images/pathway.gif");
    background-repeat: repeat-x;
    border: 1px solid #e3e3e3;
    color: #888;
    height: 24px;
	font-size : 11px;
	overflow : hidden;
	display : block;
	line-height : 24px !important;
	line-height : 22px;
	padding-left : 5px;
	list-style: none;	
}


ul.breadcrumb li {
display:inline;
}

.pathway { color:black; }

.random-image img {
    border:1px solid white;
}  


.contentheading {
    background-image: url("../images/content_head.png");
    background-repeat: no-repeat;
    color: #a70303;
    font-size: 16px;
    font-weight: bold;
    margin: 2px;
    padding: 6px 0 5px 0px;
}

@media screen and (min-width: 721px) {
	header {
	    height: 100px;
	}
	#titel {
		font-size : 28px;
		margin-top: 30px;
	}
	#menu_oben{
	    float : left;
	    margin-left: 40px;
	    height : 48px;	
	}
	#menuleiste_kopf {
		background-image: url(../images/bg_topmenu.gif); 
		background-repeat : repeat-x;
	}
	#button_oben{
		border-bottom : none;
	}
	#button_oben a {
		padding-left : 30px;
		padding-right : 30px;
	}
	#links {
		margin-top: 30px;
		margin-left: 40px;		
	}	
	.breadcrumb {
    	margin: 35px 30px 4px 220px;
	}
}

@media screen and (min-width: 401px) and (max-width: 720px) {
	header {
	    height: 34px;
	}
	#titel  {
		font-size : 20px;
		margin-top: 5px;
	}
	#menu_oben{
	    float : left;
	    margin-left: 10px;
	    height : 48px;	
	}
	#menuleiste_kopf {
		background-image: url(../images/bg_topmenu.gif); 
		background-repeat : repeat-x;
	}
	#menu_oben .nav {
		border-bottom : 1px solid #e93737;
	}
	#menu_oben .nav a {
		padding-left : 8px;
		padding-right : 8px;
	}
	#links {
		margin-top: 30px;
		margin-left: 10px;		
	}	
	#logo {
		display: none;		
	}
	.breadcrumb {
		margin: 35px 30px 4px 190px;
	}
	#hauptbereich {
		margin-left: 190px;
	}
}

@media screen and (max-width: 400px) {
	header {
	    height: 28px;
	}
	#titel  {
		font-size : 18px;
		margin-top: 3px;
	}
	#menu_oben .nav{
	    margin-left: 10px;
	    height : 100px;
	    margin-bottom: 30px;	
	}
	#menu_oben .nav a {
		padding-left : 8px;
		padding-right : 8px;
		width: 90%;
		border-bottom : 1px solid #e93737;
		margin-top: 2px;
	}
	#links {
		margin-top: 10px;
		margin-left: 10px;		
	}
	#hauptbereich {
		clear: both;
		margin-left: 10px;	
	}	
	#logo {
		display: none;		
	}
	.breadcrumb {
		margin: 290px 18px 4px 10px;
	}
}

