/* ######################## */
/* ##### CSS Document ##### */
/* ##### style index ###### */
/* ######################## */

a {
	text-decoration: none;
	font-size: 11px; 
}

div.page {
    background-image: url(../img/bg_page_start.gif);
    background-repeat: no-repeat;
}

div.navigation_top {
	margin-top:10px;
	padding-top: 2px;
	padding-left: 10px;
	height: 17px;
	color: #ffffff;
	background-color: #686663;
	border-bottom: 1px solid #ffffff; 
}

.topnav_item {
	padding: 0px 7px 0px 3px;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;
	background-color: #686663;
}

.topnav_item:hover {
	color: #95a2a3;
}

a.topnav_item_aktiv {
	padding: 4px 12px 4px 12px;
	float: right;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;
	background-color: #6780be;
	border-left: 1px solid #ffffff;
}

.nav_item {
	padding-top: 7px;
	height: 18px;
	width: 150px;
	float: left;
	color: #686663;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;
	background-image:  url(../img/linien_start.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}

.nav_item:hover {
	color: #000;
}

div.content {
	width: 820px;
	height: 480px;
	padding: 0;
	margin: 0;
	float: right;
	background-color: #d9e3e8;
}

div.content_left {
	width: 150px;
	height: 450px;
	padding: 0 0 0 15px ;
	float: left;
}

a.katalog {
    /*display: block;*/
    /*float: left;*/
    margin-left: 35px;
}

div.bgimage {
	width: 780px;
	height: 440px;
	padding: 20px;
	margin: 0;
	float: left;
	background-color: #d9e3e8;
	background-image:  url(../img/bg_flashintro2011.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.navbox {
	width: 100px;
	height: 70px;
	margin: 20px;
	float: right;
	cursor: pointer;
	/*border: 1px solid red; */
}

div.navboxtop {
	width: 90px;
	height: 40px;
	padding: 5px;
	color: #294654;
	float: left;
	background-color: #ffffff;
}

a.navboxtop {
	color: #294654;
	
}

div.navboxbottom {
	width: 90px;
	height: 17px;
	padding: 0;
	margin-top: 1px;
	float: left;
}

div.footer {
	width: 1000px;
	height: 100px;
	border-top: 1px solid #ffffff;
	background-color: #686663;
	float: left;
}

