@charset "ISO-8859-1";
/* 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,
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input {
	margin: 0px;
}
/* End Reset */

body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/* Absatz, Überschrift */
b, strong {
	font-weight: bold;
}


h1, h2, h3 {
	margin: 13px 0px 13px 0px;
}

h4, h5, h6 {
	margin: 13px 0px 13px 0px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	line-height: 150%;
	margin: 10px 0px 10px 0px;
}

.small {
	font-size: 12px;
}
	
.smaller {
font-size: 10px;
}

/* Ausrichtung */
.clear {
	clear: both;
	line-height: none;
}

.left {
	clear: left;
	float: left;
}

.right {
	clear: right;
	float: right;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

/* Farbe */
.textBlue {
	color: #00A5DB;
}

.backgroundBlue {
	background-color: #00A5DB;
}

.textGreen {
	color: #7AB51D;
}

.backgroundGreen {
	background-color: #7AB51D;
}

.textLightgray {
	color: #A3ACB2;
}

.backgroundLightgray {
	background-color: #A3ACB2;
}

/* Buttons */
.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: normal;
}

.smallButton {
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	text-shadow: 0 1px 1px #333;
	zoom: 1;
	filter:dropshadow(color=#333, offx=1, offy=1);
}

.standardButton {
	font-size: 16px;
	padding: 5px 15px 5px 15px;
	text-shadow: 0 1px 1px #333;
	zoom: 1;
	filter:dropshadow(color=#333, offx=1, offy=1);
}

/* Links */
.standardLink, .standardLink:link {
	color: #00A5DB;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.standardLink:hover {
	color: #00A5DB;
	text-decoration: underline;
}

.footerLink {
	color: white;
	text-decoration: none;
}

.footerLink:hover {
	color: white;
	text-decoration: underline;
}

/* Hinweis-Boxen */
.errorBorder {
	border: 1px solid red;
	padding:5px;
}

.errorBox {
	color: red;
	margin:5px 0px 10px 0px;
}