
/* Allgemeine Angaben */

html
{
	background-color: #776;
	background: #ddd url('../unb_lib/designs/standard/img/back_hlines7.png');
	cursor: default;
}
body {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	}

p {
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0 0 4px 0;
	}
/*
h1, h2 {
	font-weight: bold;
	color: #69c;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0;
	}
h1 {
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	}
h3, h4, h5 {
	font-weight: bold;
	color: #69c;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	font-size: 11px;
	}
*/
.antifloat {
	clear: both;
	visibility: hidden;
	}
a {
	text-decoration: none;
	margin: 0;
	}
p a {
	color: #933;
}
#kopf_rechts a,
#kopf_rechts a:hover {
	color: #933;
}
.list a {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #369;
	}
	
.fuss_z1,
.fuss_z1 a {
	font-weight: bold;
	color: #aaa;
	}
.fuss_z2,
.fuss_z2 a {
	font-weight: normal;
	}
.fuss_z1,
.fuss_z1 a,
.fuss_z2,
.fuss_z2 a {
	font-size: 10px;
	line-height: 12px;
	color: #aaa;
	margin: 4px;
	}

img {
	border: 0px solid #ccc;
}
img.at {
	vertical-align: text-bottom;
	border: 0px;
	height: 11px;
}

a:hover {
	color: #933;
}
b {
	font-weight: bold;
}
a.banner {
	display: block;
	margin-bottom: 12px;
	}
input.text {
	border: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	height: 16px;
	width: 328px;
	margin-bottom: 6px;
}
input.radio {
	float: left;
	vertical-align: top;
	}
.text_radio {
	margin-left: 30px; 
	margin-bottom: 6px;
}
textarea {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	width: 328px;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #933;
	color: #933;
}
sub, sup {
  line-height: 0px;
  font-size: 80%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* - - - - -  S E I T E N - L A Y O U T  - - - - - */


/* ---------- GESAMT-AUFTEILUNG ---------- */
div#aussen_rechts {
	position: absolute;
	left: 784px;
	top: 0px;
}
div#aussen_kopf {
	width:768px;
	margin:0px;
	float:left;
}
div#innen {
	background-color: #fff;
	width: 768px;
	margin: 0;
	padding: 3px 0 0 0;
	float: left;
}

/* ---------- KOPF ---------- */
div#kopf_links {
	margin: 0px;
	text-align: left;
	font-size: 10px;
	float: left;
}
div#kopf_rechts {
	width: 338px;
	margin: 0 3px 0 0;
	text-align: right;
	font-size: 10px;
	color: #999;
	float: right;
}
div#kopf_logo {
	width: 768px;
	margin: 3px 0 3px 0;
	float: left;
}

/* ---------- BANNER ---------- */
div#banner1 {
	position: static;
	margin: 8px 0px 8px 16px;
}
div#banner2 {
	position: static;
	float: right;
	margin: 8px 0px 8px 16px;
}
div#banner3 {
	margin: 8px 0 0 0;
}

/* ---------- MITTE ---------- */
div#mitte_links {
	position: relative;
	left: 0;
	width: 536px;
	background-color: #fff;
	margin: 0 16px 12px 0px;
	padding: 0px;
	font-size: 10px;
	text-align: left;
	float: right;
}
div#mitte_rechts {
	background-color: #fff;
	width: 180px;
	min-height: 300px;
	margin: 0px 0px 12px 0px;
	padding: 0 8px 0px 11px;
	border-left: #aaa 1px dotted;
	float: right;
}

/* ---------- FUSS ---------- */
div#fuss {
	width: 744px;
	clear: both;
	text-align: left;
	margin: 8px 0 16px 16px;
	padding: 0;
	}


