/* CSS Document */

#aussen {
        position: absolute;
        margin-left: -416px;
        width: 832px;
        left: 50%;
    	background-color: #ffffff;
}



#logo {
        height: 280px;
        width: 832px;
        background-image:url(images_start/logo.jpg);
}

#menu {
	width: 100%;
	background-color: #CCCCCC;
	background-image: url(images_start/top_menu_mitte.jpg);
}

#menu1_center {
	position:relative; 
	width:600px; 
	left: 100px;
}

#search {
	background-image:url(images_main/hintergrund_suche.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	width: 358px;
	top: 20px;
	height: 37px;
	padding: 6px 0px 0px 5px;
}

.search_field {
	height: 18px; 
	width: 180px;
	font-size: 14;
}

*html .search_field { height: 23px; }

#language {
	position: absolute;
	right: -10px;
	width: 155px;
	top: 25px;
	height: 37px;
	padding: 6px 0px 0px 5px;
}


/* TopMenu EInstellungen */
#top_menu {
}

.top_menu_links {
        height: 29px;
        width: 74px;
        background-image: url(images_start/top_menu_links.jpg);
        background-repeat: no-repeat;
        background-position: right;
}

.top_menu_mitte {
        height: 29px;
        width:628px;
        background-image: url(images_start/top_menu_mitte.jpg);
        background-repeat: repeat-x;
}

.top_menu_rechts {
        height: 29px;
        width: 75px;
        background-image: url(images_start/top_menu_rechts.jpg);
        background-repeat: no-repeat;
}


.clear {
	clear:both;
}

.space {
	height: 30px;
}

/* Picture Einstellungen*/
#picture {
        height: 185px;
}


/* Fusszeilenmenu*/

#rootmenu {
	width: 950px;
	height: 33px;
}

#rootmenu_left {
	width: 180px;
	background-image: url(images_main/footer_left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
}

#rootmenu_middle {
	width: 490px;
	background-image: url(images_main/footer_middle.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 33px;
	padding: 10px 0px;
	vertical-align: text-bottom;
	text-align: center;
}

#rootmenu_right {
	width: 180px;
	background-image: url(images_main/footer_right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
}

#footer {
	clear;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #69718A;
	text-align: center;
}