/* ********** ********** HeadLines ********** ********** */
h1, h2     { font-weight: normal; font-family: "Times New Roman", serif; }
h2, h3, h4 { margin-bottom: 10px; }
h3, h4     { font-weight: bold; }
h1 {
	font-size: 1.6em;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.5em;
	color: #003F5B;
}
h3 {
	font-size: 1.2em;
	color: #333;
}
h4 { font-size: 1.1em; }
h5 { font-size: 1em; font-weight: bold; color: #003F5B; }
.box h2, .box h3, .box h4 { padding: 0px 10px; }

/* ********** ********** TEXT ********** ********** */
p { line-height: 1.4em; margin-bottom: 10px; }
.box p { padding: 0px 10px 0px 10px; }
strong { font-weight: bold; }
small { font-size: 0.8em; }

/* ********** ********** LISTEN ********** ********** */
/* in Default*/

/* ********** Listen In Boxen ********** */
.box ul { padding: 0px 5px 0px 5px; }
.box ul li { padding: 5px 0px; }
/*#aside .box ul li { padding: 0.3em 0em; }*/

/* in Default*/
/* ********** FragenBox ********** */

/* ********** ********** LINKS ********** ********** */
a {
	color: #86171E;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

a.pfeilBold, a.pfeil {
	padding-left: 12px;
	background-position: 0px 2px;
}
a.pfeilBold { font-weight: bold; }
a:hover.pfeilBold, a:hover.pfeil {	background-position: 0px -17px; }

/* ********** ********** Bilder ********** ********** */
img { color: #b0b0b0; text-decoration: none; }

/* ********** ********** COLORS ********** ********** */
/*
rot:               c10066   86171E
blau:              005dad   003F5B
grau-mittel:       726e70
*/
.redFont 		{ color: #86171E; }
.blueFont 		{ color: #003F5B; }
.greyFont 		{ color: #333; }
.greyLightFont 	{ color: #666; }
.blackFont 		{ color: #000; }
                                                    												
/* ********** ********** ALIGNMENT ********** ********** */
.left 	{ text-align: left; }
.right 	{ text-align: right; }
.center { text-align: center; }
                                        
/* ********** ********** FLOATS ********** ********** */
.floatLeft { float: left; }
.floatRight { float: right; }
.floatNone { float: none; }

/* ********** ********** Display ********** ********** */
.displayNone 	{ display: none; }
.displayBlock 	{ display: block; }
.displayInline 	{ display: inline; }

/* ********** ********** Froms ********** ********** */
form { background-color: #fff; }
form.rightInline {
	display: none !important;
	clear: right;
}
fieldset {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	padding: 0px 0px 5px 0px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
legend {
	margin: 5px;
	padding: 0px 2px;
	font-size: 1.1em;
	color: #333;
	color: #0362AE;
}
/* Labels */
label {
	width: 128px;
	height: auto;
	padding: 0px;
	margin: 5px 10px 0px 0px;
	color: #000;
	float: left;
	cursor: pointer;
}
label.labelCheckbox {
	width: auto;
	display: inline;
	margin-left: 0px;
}
label.zweiZeilig { margin-top: 0px; }
input + label { float: none; }

/* Felder */
input, textarea {
	width: 310px;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	color: #4d4d4d;
	border: 1px solid #c4c4c4;

	
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: inset 2px 2px 5px #e2e2e2;
	-moz-box-shadow: inset 2px 2px 5px #e2e2e2;
	box-shadow: inset 2px 2px 5px #e2e2e2;

	/*filter:progid:DXImageTransform.Microsoft.Shadow
	(color=#e2e2e2, Direction=135, Strength=5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow
	(color=#e2e2e2, Direction=135, Strength=5)";*/
}
input:hover, textarea:hover,
input:focus, textarea:focus { border: 1px solid #347db8; }

input.fullLenght 		{ width: 450px; }
input.half 				{ width: 140px; }
input.plz 				{ width: 50px; }
input.ort 				{ width: 230px; }

input[type="checkbox"], input[type="radio"] {
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 1px;
}
input[type="checkbox"], input[type="radio"],
input[type="checkbox"]:hover, input[type="radio"]:hover {
	border: 0px solid #000;
}

input + input	{ margin-left: 20px;}

/* Buttons */
input[type="submit"], input.button {
	width: auto;
	padding: 1px 2px;
  	color: #fff;
	font-weight: bold;
	cursor: pointer;
	
	border: 1px solid #e35061;
	background-color: #c50a1f;
  
  background: -moz-linear-gradient(top, #a90059, #bf0065);
  background: -webkit-gradient(linear, left top, left bottom,
  color-stop(0, #a90059), color-stop(1, #bf0065));
  
   -webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
  0 1px 0 #c50a1f, 0 -1px 0 #c50a1f;

  -moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
  0 1px 0 #c50a1f, 0 -1px 0 #c50a1f;

  box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,
  0 1px 0 #c50a1f, 0 -1px 0 #c50a1f;
}
/*input.button {
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	-webkit-box-shadow: inset 0px 0px 0px #e2e2e2;
	-moz-box-shadow: inset 0px 0px 0px #e2e2e2;
	box-shadow: inset 0px 0px 0px #e2e2e2;	
}*/

/* Grund LI Design */
form fieldset ol li {
	padding: 5px 10px;
	margin: 5px 0px;
	float: left;
}
form fieldset ol li.buttonArea {
	float: none;
	clear: both;
	text-align: right;
}

form fieldset .col2 {
	width: 50%;
	margin: 0px;
	float: left;
}

/* Error & Pflicht */
label.error { color: #86171e; }
input.pflicht { background: #fff url(../images/pflicht.jpg) center right no-repeat; }
.pflicht { background-color: #f2f2f2; }
input.error, textarea.error {
	background-color: #f3c7ca;
	color: #86171e;
	border: 1px solid #86171e;

	-webkit-box-shadow: inset 2px 2px 5px #eb8c92;
	-moz-box-shadow: inset 0px 0px 10px #eb8c92;
	box-shadow: inset 2px 2px 5px #eb8c92;
}

/* Sonder */
                                    
/* ++++++++++++++++++++++++++ Weiten/Width ++++++++++++++++++++++++ */
.w100 { width: 100px;}

/* ++++++++++++++++++++++++++ Abstände/Margin ++++++++++++++++++++++++ */
.t5 { margin-top: 5px;}

/* ++++++++++++++++++++++++++ Display ++++++++++++++++++++++++ */
.block { display: block; }
