/* (c) 2001 - 2006, EIKONA Medien GmbH, it.x informationssysteme gmbh, Mosaiq-Media GmbH, Alle Rechte vorbehalten. */

/* Grundgerüst der Seite */
#cycon-seite {
	width: 850px;
	margin: 20px auto;
}

.kopf-ecke-links {
	background: url(../pics/layout/cycon/ecke_orange_ol.gif) no-repeat top left #fb8600;
}

.kopf-ecke-rechts {
	height: 5px;
	line-height: 5px;
	background: url(../pics/layout/cycon/ecke_orange_or.gif) no-repeat top right;
}

#kopf-logo {
	height: 52px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url(../pics/layout/cycon/logo_cycon.gif) no-repeat 40px 13px;
}

.kopf-trennlinie-1 {
	height: 9px;
	line-height: 9px;
	background: url(../pics/layout/cycon/linie_gestrichelt_doppelt_1.gif) repeat-x top left;
}

#kopf-titel {
	height: 75px;
	background: url(../pics/layout/cycon/cycon_titel.gif) no-repeat top left;
}

#kopf-titel-hintergrund {
	height: 89px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url(../pics/layout/cycon/cycon_titel_hintergrund.gif) no-repeat top right;
}

.kopf-trennlinie-2 {
	height: 5px;
	line-height: 5px;
	background: url(../pics/layout/cycon/linie_gestrichelt_doppelt_2.gif) repeat-x top left;
}

#spalte-links {
	width: 150px;
	float: left;
}

#spalte-rechts {
	width: 200px;
	float: right;
}

#spalte-mitte {
	margin-left: 170px;
	margin-right: 220px;
}

#spalte-mitte .funktionen {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#spalte-mitte .funktionen li {
	display: inline;
	margin-right: 5px;
}

#footer {
	clear: both;
	background: url(../pics/layout/cycon/footer_hg.gif) top left repeat-x;
}

#footer .footer-links {
	background: url(../pics/layout/cycon/footer_links.gif) top left no-repeat;
}

#footer .footer-rechts {
	height: 12px;
	background: url(../pics/layout/cycon/footer_rechts.gif) top right no-repeat;
}

/* Standard-Box */
.rahmen-oben-aussen {
	background: url(../pics/layout/cycon/ecke_orange_ol.gif) top left no-repeat #fb8600;
}

.rahmen-oben-innen {
	background: url(../pics/layout/cycon/ecke_orange_or.gif) top right no-repeat;
	padding: 2px 10px;
}

.rahmen-seite {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.rahmen-unten {
	margin: 0;
	margin-bottom: 10px;
	height: 4px;
	background: url(../pics/layout/cycon/box_rahmen_unten.gif) top left repeat-x;
}

.rahmen-unten-links {
	height: 4px;
	text-align: right;
	background: url(../pics/layout/cycon/box_ecke_ul.gif) top left no-repeat;
}


/* Link mit rundem Rahmen */
.verweis-rahmen {
	font-size: 9px;
	padding-bottom: 20px;
}

.verweis-rahmen img {
	vertical-align: middle;
}

.verweis-rahmen a:link,
.verweis-rahmen a:visited {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
	text-decoration: none;
	color: #fb8600;
	padding: 0px 3px 1px 3px;
}


/* Allgemeine HTML-Elemente */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

h1 {
	display: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}

ul, li {
}

img {
	border: none;
}

a:link, a:visited {
	color: #000000;
}

a:hover {
	color: #ff9900;
}

table, tr, td {
	font-size: 10px;
}


