* {
	margin: 0px;
	padding: 0px;
	
}

body {
	background: #6e120e url('../../assets/images/bg.gif') repeat-x;
	background-color:#fff;
    
}

body, th, td, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	
	
}

p, ol
{line-height:19px;


}


h1 {
	font-size: 1.2em;
	
	font-weight: bold;
	color: #fff;
	padding: 2px 0 2px 2px;

}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color:#2f62f6;

}


h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color:#fff;
	background-color:#2f62f6;
	padding-left:10px;
	padding-top:10px;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color:#ff7c22;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color:#2f62f6;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color:#2f62f6;
}

hr {
	display: none;
}


#wrapper
{
width: 860px;
margin: 0px auto;

}


/* Header */


#header {
width:860px;
height: 220px;
background: url('../../assets/images/header_bg.png') no-repeat;
position:absolute;z-index:5000;
 
}

/* Menue */

.pmenu, .pmenu ul {
padding-left:0px; 
margin:0; 
list-style-type: none;
}

.pmenu {
margin:160px 0 200px 40px; 
position:relative; 
z-index:500;
text-align:center;
}

.pmenu li {
float:left;
position:relative;
}

.pmenu a, .pmenu a:visited {
display:block; 
width:100px; 
font-size:12px; 
font-weight:bold;
color:#fff; 
height:23px; 
line-height:22px; 
text-decoration:none; 
text-indent:5px;  
padding-left:5px;
padding-right:5px;
border-right:1px solid #ff7c22;
text-shadow: grey 0.1em 0.1em 0.2em;

}

.pmenu .last a {
border:0;
}

.pmenu li:hover > a{

color:#000;
}

.pmenu li ul {
display: none;

}

.pmenu li:hover > ul {
display:block; 
position:absolute; 
top:0; 
left:101px;
background-color:#ff7c22;
border-bottom:5px solid #ff7c22;
border-left:1px solid #ff7c22;

}

.pmenu > li:hover > ul {
left:-1px; 
top:26px;

}




/* Page */


#content {
	width: 840px;
	padding-top:200px;	margin-left:16px;
    height: auto;
    background: url('../../assets/images/bg_content.png') repeat-y;
  
}






/* Content */

#left {
 
	float: left;
	width: 450px;
	padding: 15px 15px 15px 40px;
	margin-left:22px;	
	margin-right:15px;
	height: auto;

}
.haupt {
color:#444;

margin-bottom:10px;
}
.bildschatten {
 background: url('../../assets/images/bildschatten.png') no-repeat bottom left;
 padding: 4px 7px 17px 7px;
}

#content H2
{
height: 22px;

padding-top: 5px;
margin-bottom:15px;
font-size: 14px;
color:#2f62f6;
}

#content H2 a
{
color: #345A05;
}


/* Content Sidebar */
#sidebar
{ 	
padding: 0 15px 15px ;
width: 200px;
float: left;
height: auto;
background: url('../../assets/images/bg_sidebar.png') repeat;

}

.sidebar {
color: #fff;
border:1px solid #2f62f6;
padding:10px;
font-size:10px;
margin-bottom: 15px;
background-color:#2f62f6;

}
#sidebar2
{ 	
padding: 0 15px 15px ;
float: left;
height: auto;


}
.sidebar2 {
color: #fff;
border:1px solid #2f62f6;
padding:10px;
font-size:10px;
margin-bottom: 25px;
background-color:#2f62f6;

}

#sidebar h2{
color: #2f62f6;
margin-top:15px;


}
.bildschatten_sidebar {
 background: #fff url('../../assets/images/schatten-150px.png') no-repeat bottom left;
 padding: 4px 7px 17px 7px;
}

.box {

width:195px;

padding:2px;
margin-bottom:10px;
background-color:#fff;
border:1px solid #2f62f6;

}

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}
#footer {background: url('../../assets/images/footer_bg.png') no-repeat;		
width: 840px;	height:70px;	
list-style: none;	
margin-left: 16px;	
padding-left:10px;
clear: both;	}

#footer li {display: inline;	
border-right: 1px solid #ff7c22;	
padding: 0 15px 0 15px;
}

#footer li.last {	
border-right: none}

#footer a {	color:#000;	
text-decoration: none

}

#footer a:hover {	
color:#ff7c22;	text-decoration: none
}

