/* CSS: AIV WÜRZBURG */

/* ----------------------------------- */
/* Allgemeine Gestaltungselemente */
/* ----------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%; /*Ausdehnung der Inhaltsfläche bis an den unteren Rand */
	background-color: #D6D1D6;
}

#position {
	margin: 0 auto; /* Inhalt zentrieren */
	width: 800px;
	height: 100%;
	border-left: 2px solid #786778;
	border-right: 2px solid #786778;
	color: #000000;
	background-color: #FFFFFF;
	overflow: visible;
}

#header {
	text-decoration: none;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 134px;
	border-bottom: 2px solid #FFFFFF;
	background-repeat: no-repeat;
	clear: both;
}

#content {
	width: 800px;
	overflow: visible;
}

#navigation {
	margin: 0px;
	padding: 0px;
	width: 211px;
	float: left;
	overflow: visible;
}

#text {
	/* text-align: justify; */
	line-height: 20px;
	margin-left:261px; /* Breite der Navigation inkl. Abstand */
	margin-right: 20px; /* Abstand zum rechten Rand */
	padding-top: 10px;
	overflow: visible;
}

#subnavigation {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	height: 20px;
	padding: 5px 20px 0 0;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-color: #786778;
	overflow: visible;
}

#footer {
	color: #000000;
	font-size: 10px;
	text-align: right;
	margin-top: 20px;
	padding: 5px 20px;
	height: 20px;
	border-top: 1px dashed #786778;
	overflow: visible;
	clear: both;
	background-color: #FFFFFF;
}

.seperator {
	text-align: right;
	margin: 20px 0 0;
	border-top: 1px dashed #786778;
}

.back {
	margin: 20px 0 0;
	border-top: 1px dashed #786778;
	clear: both;
}

.error {
	padding: 10px 20px 10px 60px;
	border: 1px solid #FF0000;
	font-weight: bold;
	color: #FF0000;
	background-image: url(../images/aiv_error.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.badfield {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFD5D5;
}

.bad {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}
/* ----------------------------------- */
/* Verweise */
/* ----------------------------------- */

#navigation a {
	font-size: 10px;
	color: #786778;
	text-decoration: none;
	margin: 0px;
	padding: 12px 35px;
	width: 141px; /* Breite der Navigation minus Padding rechts und links */
	border-top: 1px dashed #786778;
	display: block;
	background-color: #FFFFFF;
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #786778;
}

#navigation .on {
	color: #FFFFFF;
	background-color: #786778;
}
#navigation p {
	font-size: 10px;
	padding: 12px 35px;
	display: block;
}
#text a {
	color: #786778;
	text-decoration: none;
	padding-left: 16px;
	background-image: url(../images/aiv_link.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#text a:hover {
	color: #000000;
	background-image: url(../images/aiv_link_over.gif);
	background-color: #FFFFFF;
}

#subnavigation a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	background-color: #786778;
}

#subnavigation a:hover {
	color: #FFFFFF;
	background-image: none;
	background-color: #786778;
}

#footer a {
	color: #786778;
	text-decoration: none;
	background-image: none;
	background-color: #FFFFFF;
}

#footer a:hover {
	color: #000000;
	background-image: none;
	background-color: #FFFFFF;
}

/* ----------------------------------- */
/* HTML-Elemente */
/* ----------------------------------- */

h1 {
	font-size: 14px;
	margin-top: 0px;
}

h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin-top: 10px;
}

p {
	font-size: 11px;
}

ul {
	list-style-type: none;
	list-style-image: url(../images/aiv_list.gif);
}

table {
	border: none;
}

td {
	vertical-align: super;
	padding-right: 20px;
}

img {
	margin: 0 -20px 0px 40px; /* Abstand zum rechten Rand entgegenwirken */
	padding: 1px 0 1px 1px;
	border-top: 3px solid #786778;
	border-left: 3px solid #786778;
	border-bottom: 3px solid #786778;
	float: right;
}


img.nostyle { /* keine Auszeichnung für Tabellenbilder */
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-size: 12px;
	width: 250px;
	margin: 0;
	padding: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #000000;
}
