/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Allgemeine Formatierungen
*/

body {
	background: #6e90a6 url("img/bg.png") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}

p {
	padding: 1em 6.1em 1em 3.35em;
	line-height: 140%;
}

ol {
	padding: 1em 6.1em 1em 5.1em;
	line-height: 140%;
	list-style-type: decimal;
}

h2 {
	padding: 3.35em 6.1em 1em 3.35em;
	line-height: 149%;
	font-style: italic;
}

h3 {
	padding: 0 6.1em 1em 3.35em;
	line-height: 149%;
}


h4 {
	padding: 0 6.1em 0 3.35em;
	margin-bottom: -1em;
	line-height: 100%;
}

/*
	div-Boxen
*/

#page {
	background: #e4e5e6;
	margin: 80px auto 10px auto;
	width: 60.25em;
	min-height: 590px;
	text-align: left;
}

#head1, #head2 {
	height: 114px;
}

#head1 {
	background: url("img/header_bg_left.png") #9ab2c1 left repeat-y;
	padding-top: 54px;
	height: 60px;
}

#head2 {
	background: #fff;	
}

#menu1, #menu2 {
	min-height: 1.75em;
	background: #6e90a6;
}

#menu1 {
}

#menu2 {
	text-align: right;
}

#content1, #content2 {
	height: 40.42em;
}

#icontent1, #icontent2, #icontent3, #icontent4 {
	height: 40.45em;
	font-size: 0.7em;
	background: #fff;
}

#hcontent1 {
	clear: both;
	height: 40.45em;
	font-size: 0.7em;
}

#hcontent2 {
	clear: both;
	height: 40.45em;
	font-size: 0.7em;
	background: url("img/home.jpg");
}

#content1 {
	height: 28.3em;
}

#content2 {
	background: #e4e5e6;
	font-size: 0.7em;
}

/* Spaltenbreiten und Floats */
.width100 {
	width: 100%;
}

.width50 {
	width: 50%;
}

.width33 {
	width: 33.3%;
}

.width34 {
	width: 33.4%;
}

.width25 {
	width: 25%;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clearall {
	clear: both;
}

/* 
	Menü
*/
#menu1 ul li, #menu2 ul li {
	color: #fff;
	font-size: 0.7em;
	float: left;
}

#menu1 ul {
	margin-left: 1.8em;
}

#menu2 ul {
	margin-left: 26em;
}

#menu1 ul li a, #menu2 ul li a {
	line-height: 2.5em;
	padding: 0 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu1 ul li a:hover, #menu2 ul li a:hover {
	color: #a1b1c1;
}


/*
	Content
*/

#head1 h1 {
	background-image: url("img/headline.png");
	background-repeat: no-repeat;
	margin-left: 42px;
	height: 16px;
}

#head1 h1 span {
	visibility: hidden;
}

#head2 img {
	padding: 0 0 0 34px;
	margin-top: 38px;
}

#content1 img {
	width: 30.1em;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: black;
}

a:focus, a:hover, a:active {
	color: #002c5a;
}

/* Home */
#hcontent2 h2 {
	font-size: 3em;
	padding: 4.05em 1em 0 3.4em;
	color: white;
	font-weight: bold;
	position: absolute;
}

#hcontent2 p {
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 1.9em;
	padding: 9.4em 2em 0 22em;
	position: absolute;
	width: 22em;
}

a.pfeil {
	position: absolute;
	display: block;
	width: 964px;
	height: 453px;
	z-index: 0;
}

a.pfeil img {
	padding: 35em 0 0 79.5em;
}

/* Impressum */
#impressum #page {
	background: #fff;
}

#impressum p, #impressum h4 {
	padding-right: 0;
}

br.imp {
	line-height: 6em;
}

#icontent3 br.imp {
	line-height: 5em;
}


/* Bestellen */
#bestellen #page, #bestellen2 #page {
	background: #fff;
}

#bestellen #content2, #bestellen2 #content2 {
	background: #fff;
}

#bestellen h3, #bestellen2 h3 {
	line-height: 120%;
	padding: 0;
}

form {
	padding: 1em 6.1em 1em 3.35em;
}

input, label {
	border: 1px solid black;
	border-width: 0 0 1px 0;
	margin-top: 0.2em;
}

input {
	width: 20.8em;
	background: none;
	font-size: 1em;
	height: 1.461em;
	text-indent: 0.5em;
}

#submit, #weiter {
	background: #d9dadb;
	width: 6.5em;
	height: 2em;
	border: 0;
	font-size: 1em;
	margin: 3.8em 0 0 0.8em;
	text-indent: 0;
}

#weiter {
	margin: 2em 0 0 25.4em;
}

label {
	display: block;
	width: 11.2em;
	float: left;
	line-height: 164%;
	clear: left;
}

label.checkbox {
	border: 0;
	width: 33.6em;
	margin-top: -0.1em;
	clear: right;
}

label.alert {
	border: 1px solid #600;
	color: #600;
}
p.alert {
	font-size: 1em;
	color: #600;
}

input[type="checkbox"] {
	width: 1.2em;
	height: 1.2em;
	margin-left: -2.5em;
	float: left;
}

#lbemerkungen {
	float: none;
	border: 0;
	line-height: 1.45em;
	padding: 0;
}

textarea {
	background: #ececed;
	border: 0;
	height: 5.6em;
	width: 24.2em;
	float: left;
	margin-top: 0.2em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

br.double {
	line-height: 1.64em;
}

form p {
	padding: 0;
	width: 32em;
	font-size: 0.9em;
}

#binstitut_l {
	width: 7.2em;
}

#binstitut {
	width: 14.8em;
	float: left;
	padding-right: 1em;
}

#blz {
	width: 6em;
}

#blz_l {
	width: 3em;
	clear: none;
}

#haftungsausschluss p { padding: 1em 3.35em; }
#haftungsausschluss #page { min-height: 840px; }
