/* CSS Dokument für Avanyo Design */

html {
	width: 100%;
	height: 100%;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
	background-color: #6F0004;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(img/bgr_content.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

#topcontainerbgr {
	width: 100%;
	height: 61px;
	margin: auto;
	background-image: url(img/topcontainer_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.topnavi {
	width: 800px;
	height: 20px;
	margin: auto;
	padding-top: 41px;
	border-left: 1px solid #0A0909;
	border-right: 1px solid #0A0909;
	background-color: #530000;
}

#headercontainer {
	width: 800px;
	height: 260px;
	margin: auto;
	border-left: 1px solid #0A0909;
	border-right: 1px solid #0A0909;
}

#contentcontainer {
	width: 800px;
	min-height: 50%;
/*	max-height: auto;*/
	margin: auto;
	padding-bottom: 20px;
	overflow: hidden;
	border-left: 1px solid #0A0909;
	border-right: 1px solid #0A0909;
	background-image: url(img/bgr_content.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.subnavicolorbox {
	width: 250px;
	height: 26px;
	float: left;
	background-color: #870000;
}

.contentcolorbox {
	width: 550px;
	height: 26px;
	float: left;
	background-color: #BA0000;
}

.subnavibox {
	width: 220px;
	min-height: 100%;
/*	max-height: auto;*/
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-color: #EFEFEF;
}

.contentbox {
	width: 520px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-color: #FFFFFF;
}


/* Textdefinitionen */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #660000;
}

.topnavi {
	color: #FFFFFF;
}

.subnavibox {
	text-align: left;
}

.contentbox {
	text-align: left;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

.smallfont {
	font-size: 10px;
	line-height: 14px;
}


/* Linkdefinitionen */

a:link {
	color: #BA0000;
	text-decoration: none;
	border-bottom: 1px dashed #BA0000;
}

a:visited {
	color: #950909;
	text-decoration: none;
	border-bottom: 1px dashed #950909;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 0px;
}


.navi:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #E4E4E4;
}

.navi:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D3D3D3;
	text-decoration: none;
}

.navi:hover, .navi:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.subnavi:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BA0000;
	text-decoration: none;
	border-bottom: 0px;
}

.subnavi:visited {
	color: #77241E;
	border-bottom: 0px;
}

.subnavi:hover, .subnavi:active {
	color: #B80F04;
	border-bottom: 1px dashed #B80F04;
}

.nolink:link, .nolink:visited, .nolink:hover, .nolink:active {
	border: 0px;
}

.blind:link, .blind:visited, .blind:hover, .blind:active {
	text-decoration: none;
	border: 0px;
	color: #660000;
}


/* Navigation */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited { 
	padding: 45px 14px 2px 14px;
	text-decoration: none;
	border-bottom: 0px;
}

#navigation a:hover, #navigation a:active {
	background-color: #7E0A02;
	text-decoration: none;
	border-bottom: 0px;
}

#subnavigation ul {
	margin: 0;
	padding: 0;
}

#subnavigation li {
	list-style-position: inside;
	list-style-type: disc;
}


/* sonstige Definitionen */

.line {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
	height: 0px;
	border: 0px;
	border-bottom: 1px dashed #660000;
}

.dashedborder {
	border: 8px solid #660000;
}