@charset "utf-8";
* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #574a43;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	outline: none;
}

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }

body {
	font-size: 62.5%;
	position: relative;
	background-color: #ffffff;
}

html, body { height: 100%; }

/* Standardlinks */
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: underline;
	background-color: transparent;
}
a:link 		{ color: #63acdb; }
a:visited 	{ color: #63acdb; }
a:hover 	{ color: #574a43; }
a:active 	{ color: #574a43; }
a:focus 	{ color: #574a43; }

/* Standardueberschriften */
h1 {
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(/pix/backgrounds/divider_left_col.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2, h3, h4 { font-weight: normal; }
h1 {
	font-size: 2.6em;
	color: #63acdb;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }

/* Absatz */
p { margin: 0px 0px 10px 0px; }

/* Standardbilder */
img {
	border: none;
	vertical-align: middle;
}

/* Standardinputs */
input, button, textarea, select {
	border: 1px solid #574a43;
	font-size: 100%;
	overflow: visible;
}
input, textarea, select { display: block; }

input[type=hidden] {
	border: none;
	display: none;
}

button {
	position: relative;
	padding: 0 10px 0 0;
	height: 29px;
	border: none;
	cursor: pointer;
	text-align: center;
	color: #63acdb;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(/pix/backgrounds/button_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.166em;
}  

button span {  
	display: block;
	position: relative;
	color: #63acdb;
	padding: 0 0 0 10px;  
	height: 29px;
	line-height: 28px;
	white-space: nowrap;  
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(/pix/backgrounds/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left -29px;
}  
   
button:hover span, button:active span, button:focus span { color: #574a43; }

button::-moz-focus-inner {  
	border: none;
	padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
		margin-top: -1px;
	}
}

/* Standardtextarea */
textarea {
	width: 344px;
	height: 174px;
	padding: 2px;
}

/* Standardliste */
ul {
	list-style: none;
	position: relative;
}
ul li ul { margin-top: 4px; }

/* Standardlistenpunkt */
ul li {
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 2px 0px 0px 25px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-image: url(/pix/icons/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ol li {
	min-height: 17px;
	height: auto !important;
	height: 17px;
	margin-left: 18px;
	margin-bottom: 10px;
	line-height: 18px;
	position: relative;
}

/* INPUT-Label */
label {
	cursor: pointer;
	display: block;
}

/* SELECT UND INPUT */
select { float: left; }
select, option { display: block; }

/* ABBR UND ACRONYM */
abbr, acronym {
	cursor: help;
	border-bottom: 1px solid #574a43;
}

/* TABELLENZELLEN */
th, td {
	padding: 2px 5px 2px 5px;
}

p, td, th, legend, li { font-size: 1.2em; }
li li { font-size: 1em; }
/********************************************/
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }

.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.alignTop { vertical-align: top; }
.alignMiddle { vertical-align: middle; }
.alignBottom { vertical-align: bottom; }

.margin10px { margin: 10px; }
.margin10pxTop { margin-top: 10px; }
.margin10pxRight { margin-right: 10px; }
.margin10pxBottom { margin-bottom: 10px; }
.margin10pxLeft { margin-left: 10px; }

.margin20px { margin: 20px; }
.margin20pxTop { margin-top: 20px; }
.margin20pxRight { margin-right: 20px; }
.margin20pxBottom { margin-bottom: 20px; }
.margin20pxLeft { margin-left: 20px; }