/*
 * ProBar Objekt-CSS  Stand: 15.06.2009
*/

:focus {
	outline: 0;
}

.hellblau{
color:#0092c7;
font-weight:bold;
}

img{
border:0px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #0092c7;
	text-decoration: none
}

a:hover {
	color: #11aee7;
	text-decoration: underline;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	font-size: 10px;
	color:#fff;
	text-decoration: none
}

#footer a:hover {
	font-size: 10px;
	color:#fff;
	text-decoration: underline;
}

.white{
	clolor:#fff;
}
.blue{
	clolor:#048bc5;
}
.blue_sm{
	clolor:#048bc5;
	font-size:10px;
}


/* =====  Form Styles  ===== */	



.error{
	color:#b60505; 
	font-weight:bold;
	background:transparent;
	margin:20px 0 20px 0;
}



.textfeld, .inputNewsletter{
	width: 250px;
	height:18px;
	color:#686868;
	background-color: #efefef;
	border:1px solid #ffffff;
	margin:2px;
	padding-left:2px;
	font-weight: normal; 
	text-decoration:none;
}

.plz {
	width: 53px;
	height:18px;
	color:#686868;
	background-color: #efefef;
	border:1px solid #ffffff;
	margin:2px 0 2px 2px;
	padding-left:2px;
	font-weight: normal; 
	text-decoration:none;
}

.ort {
	width: 189px;
	height:18px;
	color:#686868;
	background-color: #efefef;
	border:1px solid #ffffff;
	margin:2px 0 2px 0;
	padding-left:0px;
	font-weight: normal; 
	text-decoration:none;
}

.textfeld2{
	width: 400px;
	margin: 0 0 0 0px;
	height:100px;
	color:#686868;
	background-color: #efefef;
	border:1px solid #ffffff;
	padding-left:2px;
	font-size:11px; 
	font-weight: normal; 
	text-decoration:none;
}


.button,
.button:focus,
.button:active,
.formButton,
.formButton:focus,
.formButton:active{
	width: 126px;
	height:27px;
	padding:2px 0 5px 0;
	margin: 2px 0 0 0;
	color:#ffffff;
	font-size:11px;
	font-weight: bold; 
	text-decoration:none;
	background-color: transparent;
	border: 0px;
	background-image:url(../img/button.gif);
	background-position:left top;
	background-repeat: no-repeat;
}



.button:hover, .formButton:hover{
	background-color: transparent;
	border: 0px;
	color:#ffffff;
	background-image:url(../img/button_hover.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

/* ====== SEND A FRIEND ===== */



.sendafriendInfo {
	clear:both;
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #F1AE3D;
}

.sendafriend p {
	margin:0;
	padding:0;
}

.sendafriend em {
	font-size: 11px;
	margin-bottom:	2px;
	font-style: normal;
	color: #686868;
}

.textfeld3{
	width: 220px;
	margin: 0 0 0 0;
	height:100px;
	padding:2px;
	color:#686868;
	background-color: #efefef;
	border:1px solid #ffffff;
	padding-left:2px;
	font-size:11px; 
	font-weight: normal; 
	text-decoration:none;
}

.infotext{
	font-size: 10px;
}


/*Headlines*/



h1, h2, h3, h4, h5, h6{
color:#048bc5; 
font-weight: bold;
}

h1, h2, h3{
font-size: 1.5em;
font-weight: bold;
margin: 20px 0 20px 0;
}

h3{
font-size: 1.4em;
font-weight: bold;
margin: 20px0 0 20px 0;
}

h4{
font-size: 1.2em;
font-weight: bold;
margin: 10px 0 10px 0;
padding:0px;
}

h5, h6{
font-size: 1em;
font-weight: bold;
margin: 0 0 6px 0;
}

