body,
html {
	margin:0;
	padding:0;
	background:white;
}
body {
	min-width:950px;
	background: #ffffff url('../images/bg.gif') repeat-x  0 bottom;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}


h1 {
	font-size: 22px;
	font-weight:lighter;
	font-style: normal;
}
h2 {
	font-size: 18px;
	font-weight:lighter;
	font-style: normal;
}
h4 {
	font-size: 14px;
	font-weight:lighter;
	font-style: normal;
}

#container {
	
	margin:0 auto;
	width:950px;
}
#banner  {
	text-align: right;
	padding: 5px;
	/*background: url('../images/head.gif') no-repeat;*/
}

#innercontainer{
	margin-top: 10px;
	background-color: #f5f5f5;
	border:1px solid #b0b0b0;
}

#content {	
	float:left;
	width:696px;
	min-height: 800px;
}

#content, x:-moz-any-link, x:default { 
	float:left;
	width:692px;
	min-height: 800px;
} /* FireFox 3 */

#innerContent {
	margin:0px;
	padding: 20px;
}

#right {
	/*background-color: #E3C3D4;*/
	background: url('../images/bg_right.gif') repeat-x;
	margin-left:696px;
	width:252px;
}
#right, x:-moz-any-link, x:default { 
	background: url('../images/bg_right.gif') repeat-x;
	margin-left:692px;
	width:256px;
} /* FireFox 3 */

#innerRight {
	/*border-left: 1px solid #666666;*/
	padding:20px;
}


#footer {
	background-color: #7aa2d5;
	clear:both;
	height:30px;	
}



/* ----------navigationsbereich-------------- */
#navigation {
	background-color:#E7E7E7;
	background: url('../images/bg_nav.gif') repeat-x;
	margin:0;
	padding:0;
	border:1px solid #b0b0b0;
	height:40px;
	list-style: none;
}
#navigation li,
#navigation li#selected {
	text-align:center;
	border-right:1px solid #b0b0b0;
	float:left;
}
#navigation li#selected {
	background-color:#B54C6A;
	background: url('../images/bg_nav_hover.gif') repeat-x;
}

#navigation li a, 
#navigation li#selected a,
#navigation li a:hover {
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	font-size: 14px;
	line-height:40px;
	padding: 0 26px 0 25px;
}
#navigation li#selected a {
	color:#ffffff;
}
#navigation li a:hover {
	background-color:#B54C6A;
	background: url('../images/bg_nav_hover.gif') repeat-x;
	color:#ffffff;
}

#navigation span#newsletter {
	color:#ffffff;
	font-size:19px;
	padding-left:15px;
	line-height:29px;
	letter-spacing:6px;
}

#content p {
	text-align:justify;
	line-height:1.5em;
}

#content h1 {
	font-size: 2em;
	color:#333333;
	margin:0px;
	margin-bottom:8px;
}
#content h2 {
	font-size:1.7em;
	color:#333333;
	margin:0px;
	margin-bottom:20px;
	border-bottom:1px solid #333333;
}
#content h3 {
	font-size:1.2em;
	color:#333333;
	margin:0px;
	margin-bottom:10px;
}
#content h4,a.Question {
	font-size:1.1em;
	color:#B54C6A;
	margin:0px;
	margin-bottom:2px;
	margin-top:10px;
}
#content h5 {
	font-size:1.0em;
	color:#333333;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
}

#image {
	margin: 0 auto;
	width: 202px;
}

#footer p {
	padding:5px;
	margin:0;
	text-align: center;
	color:#ffffff;
	font-size:1.1em;

}




/* --------------Box mit Texten------------- */
#box {
	border: 1px solid #79a3d3;
	color: #ffffff;
	background-color: #d9e5f3;
	margin: 0 auto;
	width: 202px;
	vertical-align:top;
}
#box p#boxhead {
	margin:0px;
	text-align:left;
	border-bottom: 1px solid #7aa2d5;
	color: #ffffff;
	font-size:1.3em;
	background-color: #7aa2d5;
	padding: 5px;
}
#box p#boxcontent {
	text-align:left;
	font-size: 10px;
	background-color: #d9e5f3;
	padding: 5px;
	margin:0px;
}
#small {
	font-size:0.9em;
	padding: 0px;
	margin:0px;
	margin-left:5px;
	margin-bottom:5px;
}

#box p#boxbuttons {
	margin:0px;
	text-align:left;
	padding: 5px;
	padding-top:0;
	border-top: 1px solid #d9e5f3;
	background-color:#d9e5f3;
}

#List li {
	padding-bottom:15px;
	text-align:justify;
	line-height:1.5em;
}

#InfoMessage {
	border: 1px solid green;
	margin-top:10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color:#99CC99;
}
#ErrorMessage {
	border: 1px solid red;
	margin-top:10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color:#FFCC99;
}

div.contentLink {
	margin-top:5px;
	margin-bottom:20px;
}

input,
textarea {
	border: 1px solid #666666;
	padding:2px;
	font-size:14px;
	color: #666666;
}
input:focus {
	border: 1px solid #B54C6A;
	padding:2px;
	font-size:14px;
	color: black;
}

p.smallText {
	font-size:0.9em;
	line-height:1;
	margin-top:5px;
}
p.content {
	margin:0;
	padding:0;
}

#loesungen p.content {
	padding-bottom:7px; 
}

#loesungen li {
	padding-bottom:7px;
}

td.Label {
	padding:3px;
	vertical-align:top;
}
td.Input {
	padding:3px;
}
td.Input textarea {
	height:100px;
	width:400px;
}


.buttonBlue,
.buttonGray,
.buttonBlueSel {
	background: url('../images/bg_button_blue.gif') no-repeat;
	display: block;
	height: 38px;
	width:222px;
	margin: 5px 0 5px 0;
	color: white;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	padding-left: 10px;		
}

.buttonGray {
	background: url('../images/bg_button_gray.gif') no-repeat;
	color: #4a4a4a;
}

.buttonBlueSel {
	background: url('../images/bg_button_magenta.gif') no-repeat;
}


#Aktuelles {
	padding: 10px;
	background-color: #e7e7e7;
	
}

#Aktuelles ul {
	list-style: none;
	margin:0;
	padding:0;	
}

#Aktuelles ul li h5, #Aktuelles ul li h3 {
	margin-bottom: 2px;
}
#Aktuelles ul li p {
	margin-top: 2px;
}

#Aktuelles ul li h5 {
	font-style: italic;
	color: gray;
	font-weight: lighter;
}

fieldset {
	margin-top:20px;
	padding: 0px 25px 20px 20px;
}

fieldset legend {
	font-size: 16px;
}

fieldset label {
	display: block;
	margin-top: 5px; 
	cursor: pointer;
}


#Customer {
	width:100%;	
}

#Customer td {
	vertical-align: top;
	text-align: justify;
}

#Customer td img {
	width:200px;
}

#Customer tr:first-child {
	width: 220px;
	
}

#MailForm {
	border:0;
	padding: 0;
	
}


#naviblock {
	width:100%;
}

#naviblock th{
	border: 1px solid #7aa2d5;
}

#naviblock th a {
	font-size: 1.3em;
	vertical-align: middle;
	text-align: center;
	color:#7aa2d5;
	text-decoration: none;
}

#naviblock td {
	background-color: #7aa2d5;
	color: white;
	padding: 7px;
	vertical-align: top;
}
