/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
font-family: Arial,Helvetica,sans-serif;
font-size: 76%;
color: #000;
background: #ccc;
line-height: 1.5em;
text-align:left;
}

h1,
h2,
h3 {

font-weight: bold;
margin-bottom: 0.7em;
text-align: center;
line-height: 1.1em;
}

h1,
h2,
h3 {
font-family: 'Times New Roman','Trebuchet MS', serif;
color: #ff9933;

}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.2em;
color: #ff9933;
}





a:link,
a:visited {
color: #330000;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #ad1910;
text-decoration: underline;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
width: 90%;
min-width: 600px;
max-width: 1200px;
background-color:  #ccc;
border: 4px solid #ccc;
padding: 4px;
margin: 0 auto;
text-align:left;
}

#header {
background-color: #ff9933; 
position: relative;
}

#hdTop {
height: 90px;
}

#logo {
padding-top: 10px;
padding-left: 20px;
}

#hdMenu {
height: 300px;
width:250px;
position:relative;
left:0px;
top:0px;
}

#content {
background-color: transparent;
padding: 30px 20px;
}

#sidebarLeft {
width: 150px;
position:relative;
top:50px;
left:50px;
}

#mainContent {
	width:500px;
position: relative;
top: -300px;
left:300px;
}

#wrapper {
float: left;
width: 70%;
}

#content p {
margin-bottom: 20px;
}


#mainContent p{

font-size: 1em;
text-align: center

}

#footer {
	}

#footer p {
font-size: 0.9em;
text-align: center;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.mehrInfo {
	
font-size: 1.2em;
margin-top: 8px;
display: inline;
text-align: right;
}

.mehrInfo a:link,
.mehrInfo a:visited {
padding: 2px 20px;

}

.web {
margin-bottom: 0.7em;
padding-left :120px;

} 

.mehrInfo a:hover,
.mehrInfo a:focus,
.mehrInfo a:active {
text-decoration: none;
}
