/* HCMTEAM GmbH 2007 // www.hcmteam.de */
/* intercube Content Management // www.intercube-cms.de */
/* Basics */

BODY { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	line-height: 17px;
	font-size: 11px; 
	color: #000000; 
	padding: 0px;
	background-color: #FFFFFF;
}

/* Bilder */

hr {
	border: 1px dotted #999;
}

.thumb {
	background-image: url(content_left.gif);
	background-repeat: repeat-y;
	border: 0px;
	padding-left: 15px;
	margin-right: 12px;
	margin-bottom: 8px;
	text-decoration:none;
}

img {
	border: 0px;
}

/* Schriften & Links */

a, a:link {
	color: #9b9d9e;
	text-decoration:none;
}

a:hover {
	color: #9b9d9e;
	text-decoration:none;
}

a.link, a.link:link {
	font-size: 11px;
	color: #9b9d9e;
	text-decoration:none;
}

a.link:hover {
	font-size: 11px;
	color: #9b9d9e;
	text-decoration:none;
}

a.nav_small, a.nav_small:link {
	color: #9c9d9f;
	font-size: 10px;
	text-decoration: none;
}

a.nav_small:hover {
	color: #9c9d9f;
	font-size: 10px;
	text-decoration:none;
}

a.nav_bottom, a.nav_bottom:link {
	color: #004173;
	font-size: 10px;
	text-decoration:none;
}

a.nav_bottom:hover {
	color: #004173;
	font-size: 10px;
	text-decoration:none;
}

.headline { 
	color: #66af24;
	font-size: 24px;
	line-height: 30px;
}

.headline_zwei { 
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}

.headline_drei { 
	color: #66af24;
	font-size: 16px;
	line-height: 24px;
}

.headline_big { 
	color: #333333;
	font-size: 30px;
	line-height: 40px;
}

.font_small { 
	font-size: 10px;
	line-height: 15px;
}

.grey { 
	color: #9c9d9f;
}

.blue { 
	color: #004173;
}

a.history, a.history:link {
	background-color: #004173;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.history:hover {
	background-color: #004173;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

h1 { 
	font-size: 18px;
	font-weight: normal;
	color: #004173;
}

h2 { 
	font-size: 14px;
	font-weight: normal;
	color: #9c9d9f;
}

h3 { 
	font-size: 14px;
	font-weight: normal;
	color: #004173;
}

#infos_left h3 { 
	font-size: 11px ! important;
	font-weight: bold;
	color: #004173;
}

b, strong { 
	color: #004173;
}

/* Basiselemente */

#start { 
	margin-right: auto;
	margin-left: auto;
	width: 781px;
}

#container { 
	text-align: left;
	width: 781px;
}

#header { 
	margin-top: 13px;
	margin-bottom: 10px;
	padding-left: 26px;
}

#mininav { 
	height: 34px;
	padding-left: 30px;
}

#random { 
	padding-left: 15px;
	margin-top: 12px;
	margin-bottom: 1px;
	background-image:url(random_left.gif);
	background-repeat:repeat-y;
}

#content { 
	padding-top: 0px;
	background-image: url(content_left.gif);
	background-repeat: repeat-y;
	margin-top: 25px;
	padding-bottom: 15px;
}

#content .left {
	float: left;
	padding-left: 15px;
	width: 181px;
}

#content .right {
	margin-left: 226px;
}

#infos_left {
	padding-left: 15px;
}

#start_left {
	float: left;
	width: 280px;
	padding-right: 20px;
}

#start_left h3 {
	font-weight: bold;
}

#start_right {
	float: left;
	width: 200px;
	padding-left: 20px;
	border-left: 1px dotted #999;
}

#start_right h3 {
	font-weight: bold;
}


#footer { 
	padding-top: 0px;
	padding-left: 26px;
	clear: both;
	text-align: left;
}

/* Navigation */

#navigation { 
	padding-left: 15px;
	height: 35px;
	background-color: #004173;
	background-image: url(nav_left.gif);
	background-repeat: repeat-y;
}

#navigation .menu_item {
	float:left;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
}

#navigation .menu_item a {
	text-decoration: none;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#navigation .menu_item a:hover{
	text-decoration: none;
	color: #CECFD0;
}


#navigation .menu_item_active {
	float:left;
	height: 26px;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
	background-color: #9C9D9F;
}

#navigation .menu_item_active a {
	text-decoration: none;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#navigation .menu_item_active a:hover{
	text-decoration: none;
	color: #004173;
}

#subnavigation { 
	/*padding-bottom: 50px;*/
}

a.subnav_item, a.subnav_item:link {
	width: 160px;
	background-color: #eee;
	font-size: 11px;
	color: #333;
	text-decoration:none;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.subnav_item:hover {
	width: 160px;
	background-color: #004173;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.subnav_item_active, a.subnav_item_active:link {
	width: 160px;
	background-color: #004173;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.subnav_item_active:hover {
	width: 160px;
	background-color: #004173;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

/* Tabellen */

.tabelle_eins {
	background-color: #069EDB;
	color: #000000;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_eins, a.tabelle_eins:link {
	background-color: #d6f5ff;
	color: #000000;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_eins:hover {
	background-color: #32cdff;
	color: #FFFFFF;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_eins_duo, a.tabelle_eins_duo:link {
	background-color: #d6f5ff;
	color: #000000;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_eins_duo:hover {
	background-color: #32cdff;
	color: #FFFFFF;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

.tabelle_zwei {
	width: 160px;
	background-color: #004173;
	font-size: 11px ! important;
	color: #FFFFFF;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_zwei, a.tabelle_zwei:link {
	background-color: #ddd;
	width: 160px;
	color: #333;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_zwei:hover {
	background-color: #004173;
	color: #FFFFFF;
	border: 0px;
	width: 160px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}


a.tabelle_zwei_active {
	background-color: #9C9D9F;
	color: #FFFFFF;
	border: 0px;
	width: 160px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_drei, a.tabelle_drei:link {
	background-color: #004173;
	color: #FFFFFF;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_drei:hover {
	background-color: #004173;
	color: #FFFFFF;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_vier, a.tabelle_vier:link {
	background-color: #32cdff;
	color: #FFFFFF;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_vier:hover {
	background-color: #32cdff;
	color: #FFFFFF;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 1px;
}

a.tabelle_fuenf, a.tabelle_fuenf:link {
	background-image: url(pfeil_rechts.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	background-color: #FFFFFF;
	color: #000000;
	border: 0px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 5px;
}

a.tabelle_fuenf:hover {
	background-image: url(pfeil_rechts.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	background-color: #d6f5ff;
	color: #000000;
	border: 0px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 5px;
}

a.tabelle_sechs, a.tabelle_sechs:link {
	color: #000000;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 5px;
}

a.tabelle_sechs:hover {
	color: #000000;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 5px;
}


a.tabelle_sechs_active {
	color: #9C9D9F;
	border: 0px;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 5px;
}

/* Sonstiges */

.clear { 
	height:1px;
	clear:both;
	line-height:1px;
}

li { 
	list-style: none;
	background-image: url(pfeil_rechts.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
}

/* Spielzeug */

.textfield {height: 12px; font-size: 9px ! important; width: 100px; font-family: Arial, Tahoma, sans-serif;}

.foot {
	padding-left: 15px;
	margin-top: 21px;
	margin-bottom: 21px;
	background-image:url(content_left.gif);
	background-repeat:repeat-y;
}

.footlinks {
	height: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ddd;
}

.footlinks a {
	display: block;
	float: left;
	padding: 1px 4px;
	color: #666;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.footlinks a:hover {
	color: #CE1717;
}

.panou {
	width: 230px;
	float: left;
	margin-right: 14px;
	border-bottom: 1px dotted #999;
	padding: 10px ! important;
	height: 200px;
}

#breadcrumbs {
	float: right;
}

.text-tabelle {
	color: #fff ! important;
}

.text-tabelle strong {
	color: #fff ! important;
}

.submit {
	background-color: #004173;
	color: #fff;
	font-size: 11px ! important;
	margin-top: 4px;
	margin-left: -2px;
	padding: 2px ! important;
	padding-top: 1px ! important;
}
