* { margin:0; padding:0; }
html, body  {
	margin:0;
	padding:0;
	line-height:0;
	height:100%;
	border:0;
/*	text-align:center; */
}
body {
	height:100%;
	line-height:100%;
	font-family:"Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:76%;
	color:#000;
	text-align:center;
	background-color:#fff;
/*	margin-top:-5px; */
/*	overflow-y:scroll; */
}

a, a:visited { color:#E20A16; text-decoration:none; }
a:hover      { text-decoration:underline; }
a img        { border:0; }
hr           { border:0; border-top:solid 1px #DFDFDF; border-bottom:transparent; margin:25px 0; color:#DFDFDF; }
p            { margin:15px 0; }

form { margin:0; padding:0; }
input, select, textarea, .inputbox {
	font-family:"Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:0.86em;
	line-height:135%; 
	padding:1px;
}
textarea { overflow-y:auto; }
p, div { line-height:135%; }

a		  { color:#003366; }
a:visited { color:#003366; }
a:hover   { color:#b50c1e; }
a:active  { color:#b50c1e; }

table    { font-size:1.1em; line-height:135%; }
h1       { font-size:1.3em; line-height:120%; margin:25px 0 15px 0; }
h2       { font-size:1.2em; line-height:120%; margin:20px 0 10px 0; }
h3       { font-size:1.1em; line-height:100%; margin:20px 0  0   0; }
h1,h2,h3 { color:#333; }

#con {
	min-height:100%;
/*	height:auto !important; */
	height:100% !important;
	height:100%;
	width:824px;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	background-image:url('/grafiken/bg.gif');
	background-position:right;
	background-repeat:repeat-y;
}
#con .headimg      { margin:78px 0 40px 40px; }
h1, h2             { margin:30px 70px 1em 40px; }
#con p, #con table { margin:0 70px 0 40px; }
#con img.minus     { margin:0.8em 0 0.8em 6px; }
#con img.logos     { margin:10px; }
.conleft {
	text-align:left;
}
.conright {
	width:142px;
	text-align:center;
}

#nav {
	width:142px;
	background-color:#fff;
	text-align:left;
}
#navabst {
	margin:25px 0;
}
#nav a {
	color:#003366;
	font-size:1.0em;
	font-weight:700;
	line-height:200%;
	letter-spacing:1px;
	text-decoration:none;
}
#nav a:visited { color:#003366; }
#nav a:hover   { color:#b50c1e; }
#nav a:active  { color:#b50c1e; }

.bot {
	font-size:0.9em;
	color:#aaa;
	text-align:left;
	padding:20px 0 20px 40px;
}
.bot a         { color:#aaa; }
.bot a:visited { color:#aaa; }
.bot a:hover   { color:#b50c1e; }
.bot a:active  { color:#b50c1e; }


/* Formulare >>> */
.title_black, .title_red {
	font-size:0.86em;
	color:#555;
	border-bottom-width:1px;
	border-bottom-style:dotted;
 	border-bottom-color:#cfcfcf;
	vertical-align:bottom;
}
.title_red { color:#c11919; }
.inputbox, .selectbox {
	width:245px;
	padding:2px 2px 2px 3px;
	margin:4px 0 0 4px;
	color:#666;
	background-color:#f3f3f3;
	border:#c3c3c3 1px solid;
	border-top-color:   #c3c3c3;
	border-right-color: #dddddd;
 	border-bottom-color:#dddddd;
	border-left-color:  #c3c3c3;
	vertical-align:middle;
}
.inputbox:hover, .inputbox2, .selectbox:hover, .selectbox2 {
	width:245px;
	padding:2px 2px 2px 3px;
	margin:4px 0 0 4px;
	color:#000;
	background-color:#fff;
	border:#a3a3a3 1px solid;
	border-top-color:   #a3a3a3;
	border-right-color: #bbb;
 	border-bottom-color:#bbb;
	border-left-color:  #a3a3a3;
	vertical-align:middle;
}
.selectbox, .selectbox:hover, .selectbox2 { width:252px; }
.checkbox, .radiobox {
	margin:1px 4px 1px 0;
	vertical-align:middle;
}
.button {
	padding:0 5px;
	cursor:pointer;
	vertical-align:middle;
}
/* <<< Formulare */
