
/* 	Global Reset */
/**********************************************************/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
em, img, small, strike, strong, sub, sup, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;	
	font-family: inherit;
	vertical-align: baseline;
}
/* IE hasLayout Trigger */
* html ul,
* html ol { /* for IE6 */
		overflow: visible;
		height: 1%;
}
ul li,
ol li{
	list-style-type: none;
}

/* Structure Styles */
/**********************************************************/

body {
	background: #fff none 0 0 repeat-x;
	text-align: center; /*IE*/	
	font-size: 62.5%; /*IE*/
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

div#wrapper {
	margin:0 auto;
	text-align: left;	
	width: 748px;
}

div#header {
	margin-top: 30px;
}

div#header div.logo a {
	display: block;
	text-indent: -9000em;
	width: 260px;
	height: 73px;
	background: transparent url("../images/logo_auto-winkler.jpg") 30px 0 no-repeat;
}



div#navigation {
	height: 26px;
	padding: 0 21px 2px 21px;
	padding-bottom: 2px;
	background: transparent url("../images/bg_head_navigation.jpg") 0 0 no-repeat;
}
ul#navigation-list li {
	float: left;
	list-style-type: none;
	padding-left: 10px;
}

ul#navigation-list li a{
	
	text-transform: uppercase;
	display: block;
	margin-top: 2px;
	padding: 2px 10px 2px 15px;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

ul#navigation-list li a:hover,
ul#navigation-list li a.activ{	
	background: #9ab4dd url("../images/icon_navigation_arrow.gif") 7px 8px no-repeat;	
}	

div.infobanner {	
	height: 139px;
	background: transparent url("../images/bg_head_panorama-bild.jpg") 0 0 no-repeat;	
}

div.head-divider {
	height: 22px;
	background: transparent url("../images/bg_head_content_divider.jpg") 0 0 no-repeat;	
}

div#content {
	min-height: 300px;;
	height: auto !important;	
	height: 300px;
	background-color: #eff6fe;
	padding: 15px;
	width: 718px;
	color: #333333;
}

div#footer {
	height: 26px;
	margin: 0 auto;
	width: 748px;
	background: transparent url("../images/bg_footer.gif") 0 0 no-repeat;	
	text-align: center;
}

div#footer a {
	color: #cedefa;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer ul {
	padding-top: 4px;
}
div#footer ul li {
	display: inline;
	padding-left: 15px;
}

div#footer ul li a{ 
	font-size: 1.2em;
}
div#footer h4 {
	margin-top: 10px;
	font-weight: bold;
	color:#003366;
}

/* Column Row Structure */
/**/
/**********************************************************/
.col-1,
.col-1-last{
	float:left;
	display: inline;
	margin-right:10px; 
	width: 229px; 
	
}
.col-1-last { margin: 0!important;	width: 239px!important; }

.col-2,
.col-2-last {
	float:left;
	display: inline;
	margin-right:10px; 
	width: 468px; 
	
}
.col-2-last { margin: 0!important; width: 478px!important; }

.col-3-half,
.col-3-half-last{
	float:left;
	display: inline;
	margin-right:10px; 
	width: 349px; 
}
.col-3-half-last {	margin: 0!important; width: 359px!important; }


/* Link Styles */
/**********************************************************/

div#content a {
	color: #333333;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: underline;
}

a.pfeil {
	padding-left: 15px;
	background: transparent url("../images/icon_pfeil.gif") 0 6px no-repeat;
	color: #333333;
}

/* Inner Content Styles */
/**********************************************************/

.infotext {
	position: relative;
	left:310px;
	top: 40px;
	width: 400px;
	height: 80px;	
	text-align: right;
}
.infotext h3 {	font-size: 1.5em; font-weight: bold;	}
.infotext h3 em { color: #0955A5; }
.box-header {
	position: relative;	
}
.box-header-corner-left { float: left; }
.box-header-corner-right { float:right; }

.yellow .box-header-corner-left{ background: transparent url("../images/bg_yellowbox_head_left.gif") 0 0 no-repeat; }
.yellow .box-header-corner-right{ background: transparent url("../images/bg_yellowbox_head_right.gif") 0 0 no-repeat; }
.blue .box-header-corner-left {	background: transparent url("../images/bg_bluebox_head_left.gif") 0 0 no-repeat; }
.blue .box-header-corner-right { background: transparent url("../images/bg_bluebox_head_right.gif") 0 0 no-repeat; }

.box-header-corner-left,
.box-header-corner-right { height: 19px; width: 4px; }

* html .box-header-corner-left {	position: relative;	right: -3px; }
* html .box-header-corner-right {	position: relative;	left: -3px; }

.box-header-topic {
	margin: 0 4px 0 4px;	
	height: 19px;
	font-size: 0.8em;
}
.box-header h2 {	
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	
}
.yellow .box-header-topic{	background-color: #fb8c04; }
.gray .box-header-topic {   background-color: #ccc;    }
.blue .box-header-topic {   background-color: #83aad6; }

.white { background-color: #fff!important; }

div#content { font-size: 12px; line-height: 150%;}

.col-3 { }

p {	padding: 10px 0 10px 10px; font-size: 1em;}
p.border-blue {
	border: 1px solid #83aad6;
	border-width: 0 1px 1px 1px;	
}
p.border-orange {
	border: 1px solid #fb8c04;
	border-width: 0 1px 1px 1px;	
}
.col-3 h2 {
	padding-left: 10px;
	font-weight: bold;
}

div#content h1 {
	font-size: 1.6em;
	color: #0955A5;
	margin-bottom: 15px;
}
div#content h3 {
	font-size: 1.1em;
	color: #0955A5;
	font-weight: bold;
	margin-bottom: 2px;
}

.rule {
	border: 1px solid #333333;
	border-width: 1px 0 0 0;
	margin: 20px 0 20px 0;
}

/* Formulare */


fieldset div {
	margin-bottom: 5px;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

.input-normal {
	width: 170px;
	font-size: 12px;
}

span.pflicht {
	color: red;
}

.buttonrow {
	float:right;
	margin-top: 20px;
}


p.alert {
	/*border: 1px solid #000; */
	color: #372b2d;
	background-color: #fc817c;
	margin:0;
	padding:3px;
	padding-left: 10px;	
}

.clear {
	clear:both;
}

ul.bullet-list  li {
	list-style-type: square;
	margin-left: 15px;
}
