/*------------------- CSS RESET ---------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: ;
font-weight: normal;
}

ul,
ol {
list-style: disc;
padding-left: 10px;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
margin-bottom: 0px;
}



/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/
html {
min-height: 101%;
}

body {
font-family: Arial,Helvetica,sans-serif;
font-size: 0.9em;
color: #464646;
background-color: #f0f0f0;
line-height: 1.5em;
text-align: left;
margin-top: 20px;
}


h1 {
font-family: Arial,Helvetica,sans-serif;
font-size: 1.2em;
margin-bottom: 1.0em;
line-height: 1.5em;
}


p{
margin-bottom: 10px;
}

.contentHome{
font-family: Arial,Helvetica,sans-serif;
font-size: 1.2em;
margin-bottom: 40px;
line-height: 1.6em;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.footer {
margin-top: 80px;
}

#clear{
clear: both;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/





/*------------------- LAYOUT ---------------------
---------------------------------------------------*/


#container {
width: 960px;
background-color: #fff;
border: solid #267972;
border-width: 2px;
margin: 0 auto;
}

#header{
margin-top: 0px;
border-bottom: solid #267972;
border-width: 1px;
}



#content{
background-color: transparent;
}


#mainContent{
width: 560px;
float: right;
min-height: 450px;
margin: 30px 60px 30px 0px;
}



#sidebarLeft{
float: left;
width: 180px;
margin: 30px 0px 0px 40px;
}

#plan{
text-align: center;
}

#footer{
clear: both;
padding: 50px 0px 0px 0px;
}

#footerText{
background: #f7f7f7;
font-size: 12px;
padding: 0px 10px;
}

a:link,
a:visited{
color: #65a5d3;
font-weight: bold;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #65a5d3;
text-decoration: underline;    
}

/*Kontaktformular */

#inhalt-haupt table {
	width: 100%;
}

#inhalt-haupt table th,#inhalt-haupt table td { 
	vertical-align: top;
	text-align: left;
}

#inhalt-haupt input, #inhalt-haupt textarea {
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 0px 3px;
	background: #e3e3e3;
	border: 1px solid #aaa;
}

#inhalt-haupt table td {
	border: none;
}

/* ERROR & SUCCESS */

.error {
	color: red;
}
.success {
	color: #00b9ef;
}
