/*
/ file: advanced.css
/ dsc:  Formatierungen werden nur in modernen Browsern angezeigt
*/

/* in modernen Browsern nicht anzeigen*/
.hide {
	display: none !important;
	}

/* Dokument */
body {
	background: #ffc;
	text-align: center;
	}

/* Ränder, Breite, etc. der Seite */
#page {
	margin: 10px auto 10px auto;
	padding: 0;
	width: 777px;
	background: #fff url(../images/layout/middle.gif) repeat-y top left;
	text-align: left;
	}

/* Kopf der Seite */
#header {
	margin: 0;
	padding: 0;
	height: 89px;
	background: #fff url(../images/layout/top.gif) no-repeat top left;
	}
#header h1 {
	display: none;
	margin: 0;
	padding: 0;
	height: 89px;
	}

/* Navigation am linken Rand der Seite */
#nav {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 180px;
	}
#nav ul {
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style: none;
	}
#nav li {
	margin: 2px 0 8px 5px;
	padding: 0;
	line-height: 100%;
	}
#nav li ul {
	margin-top: 5px;
	}
#nav li li {
	margin: 3px 0 3px 5px;
	padding-bottom: 2px;
	}
#nav li a {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	}
#nav li ul a {
	font-weight: normal;
	}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	}
#nav li a:hover, #nav li a:active {
	text-decoration: underline;
	}

/* Inhalt in der Mitte/Rechts der Seite */
#content {
	margin: 10px 4px 20px 180px;
	padding: 0 90px 0 15px;
	min-height: 410px;
	background: transparent url(../images/layout/right.jpg) repeat-y top right;
	}
#content a {
	color: #f60;
	}
#content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	}
#content h3 {
	margin: 0 0 15px 0;
	padding: 30px 0 0 0;
	}
#content p {
	margin: 5px 0 10px 0;
	padding: 0;
	}
#content form {
	margin: 5px 0 10px 0;
	padding: 0;
	}
#content form fieldset {
	margin: 0 0 15px 0;
	border: #f60 1px solid;
	padding: 5px;
	}
#content form fieldset legend {
	color: #083094;
	font-weight: bold;
	}
#content table {
	margin: 5px 0 10px 0;
	padding: 0;
	}

/* Fuss am unteren Rand der Seite */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 83px;
	background: #fff url(../images/layout/bottom.gif) no-repeat top left;
	}
#footer address {
	display: none;
	margin: 0;
	padding: 0;
	height: 83px;
	}

/* Spezielle Klassen */
.bold {
	font-weight: bold !important;
	}
.left {
	text-align: left !important;
	}
.center {
	text-align: center !important;
	}
.right {
	text-align: right !important;
	}
.clear {
	clear: both !important;
	}
.bt {
	border-top: #f60 1px solid !important;
	}
.br {
	border-right: #f60 1px solid !important;
	}
.bb {
	border-bottom: #f60 1px solid !important;
	}
.bl {
	border-left: #f60 1px solid !important;
	}
.red {
	color: #c00;
	}
.orange {
	color: #f60;
	}
.blue {
	color: #0044dd;
	}
.boldblue {
	font-weight: bold !important;
	color: #083094;
	}
.small {
	font-size: x-small;
	}