/**
* CSS
*
* @author	Sebastian Müller <sebastian produktivbuero de>
* @date		07/02/2007
*/

/* ---------------------------- */
/* LAYOUT */
/* ---------------------------- */

#position {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(images/position-background.gif) repeat-y right; /* rechter Hintergrund, wenn Inhalt kürzer als rechte Spalte */
}

#header {
	position: absolute;
	left: 0;
	height: 110px;
	width: 100%;
	background: no-repeat #0A0A17;
	border-bottom: 1px solid #DCDCE6;
	display: block;
	clear: both;
	overflow: hidden;
}

#printheader {
  display: none;
}

#center {
	margin: 111px 0 0 245px;
	padding-right: 245px;
	background: url(images/position-background.gif) repeat-y right; /* rechter Hintergrund, wenn Inhalt länger als rechte Spalte */
}

#breadcrump {
	padding-top: 10px;
	color: #73737E;
}

#content {
}

#left {
	margin-top: 111px;
	width: 220px;
	background: #BDBDC7;
	float: left;
}

#right {
	margin-top: 111px;
	margin-left: 25px;
	margin-right: 1px; /* Abstand, damit kein Scrollbalken wegen dem Blurrahmen auftaucht */
	width: 219px; /* Breite von 220px - Abstand */
	color: #DCDCE6;
	background: #565662;
	float: right;
}

#footer {
	padding: 10px 0;
	color: #73737E;
}

#printbutton {
	display: none;
}


/* ---------------------------- */
/* STYLES */
/* ---------------------------- */

#mainnavigation ol {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#mainnavigation li {
	text-align: right;
	border-bottom: 1px solid #DCDCE6;
	list-style-type: none;
}

#mainnavigation a {
	padding: 18px 25px;
	color: #DCDCE6;
	display: block;
	text-decoration: none;
}

#mainnavigation a:hover {
	background: #0A0A17;
}

#breadcrump a {
	color: #73737E;
}

#subnavigation ol {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#subnavigation li {
	text-align: left;
	border-bottom: 1px solid #DCDCE6;
	list-style-type: none;
}

#subnavigation a {
	padding: 18px 25px;
	color: #DCDCE6;
	display: block;
	text-decoration: none;
}

#subnavigation a:hover {
	background: #0A0A17;
}

#subnavigation img {
	margin-top: -50px;
	float: right;
}

#right a {
	color: #DCDCE6;
}

#footer a {
	color: #73737E;
}


/* ---------------------------- */
/* KLASSEN */
/* ---------------------------- */

.mainnav_0_001 {
	background: #1F1F2B;
}

.mainnav_0_002 {
	background: #2F2F3B;
}

.mainnav_0_003 {
	background: #3F3F4B;
}

.mainnav_0_004 {
	background: #4F4F5B;
}

.mainnav_0_005 {
	background: #5F5F6B;
}

.mainnav_0_006 {
	background: #777783;
}

.mainnav_0_007 {
	background: #8F8F9B;
}

.mainnav_0_008 {
	background: #A0A0AB;
}

.mainnav_0_009 {
	background: #B0B0BB;
}


.mainnav_0_001_on, .mainnav_0_002_on, .mainnav_0_003_on, .mainnav_0_004_on, .mainnav_0_005_on, .mainnav_0_006_on, .mainnav_0_007_on, .mainnav_0_008_on, .mainnav_0_009_on {
	background: #0A0A17;
}

.subnav_0_001 {
	background: #565662;
}

.subnav_0_001_on {
	background: #0A0A17;
}

.subnav_login {
	background: #1F1F2B;
}

.subnav_suche {
	background: #2F2F3B;
}

.subnav_telegramm{
	background: #3F3F4B;
}

.subnav_neu {
	background: #0A0A17;
}

.servicebox {
	padding: 0 25px;
	font-size: 10px;
	font-weight: normal;
}

.servicebox a, .servicebox a:hover {
	padding: 0;
	display: inline;
}

.service {
	padding: 10px 25px;
}

.hidden {
	display: none;
}
