/* Font-Descriptions */

body, html{
	font-family: Arial;
	margin: 0;
	height: 100%;
}

/* Main Container */

#main_container{
	width: 1000px;
	height: 100%;
	min-height: 600px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#header{
	width: 1000px;
	height: 106px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	border-bottom: 1px solid #fff;
	background-color: #c00;
	
	z-index: 50;
}

#header #language{
	position: absolute;
	bottom: 4px;
	left: 4px;
	
	font-size: 11px;
	color: #fff;
}

#header #language a{
	text-decoration: underlined;
	color: #fff;
	font-size: 11px;
}

#header #language a:hover{
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

#header #banner{
	position: absolute;
	left: 170px;
	top: 0px;
	height: 106px;
	width: 600px;
	
}

#header #logo{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 107px;
	height: 106px;
	
}

/* Menu */

#menu{
	width: 150px;
	position: absolute;
	top: 106px;
	left: 0px;
	bottom: 0px;

	background-color: #c00;
	color: #fff;
	display: inline;
	overflow: hidden;
}

.ie #menu{
	height: 100%;
}

#menu a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	border-bottom: 1px solid #fff;
	
	display: block;
}

#menu a:hover{
	text-decoration: none;
	color: #000000;
	background-image: url(../pics/ui/pix_navi_inactive.gif);
}

#menu .active{
	color: #000000;
	background-image: url(../pics/ui/pix_navi_inactive.gif);
}

#menu .inactive{
	color: #fff;
	background-image: none;
	background-color: #c00;
}

#menu .submenu a{
	width: 100%;
	display: block;
	
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
	background-image: url(../pics/ui/pix_navi_inactive.gif);
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#menu .submenu .active, #menu .submenu a.active{
	background-image: url(../pics/ui/pix_navi_active.gif);
}

#menu .submenu a:hover{
	background-image: url(../pics/ui/pix_navi_active.gif);
	text-decoration: none;
}

/* Content */
/*
#redframe{
	border: 1px solid #f00;
}
*/
#outer_content{
	position: absolute;
	top: 105px;
	left: 150px;
	bottom: 0px;
	background-color: #fff;
	width: 850px;
	height: ;
}

#breadcrumbs{
	position: relative;
	/*top: 20px;
	left: 19px;
	width: 759px;
	height: 50px;
	
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 10px;
	*/
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
	/*padding-top: 10px;*/
	color: #c00;
	margin-bottom:0px;
	font-size: 12px;

	border-top: 1px solid #c00;
	border-left: 1px solid #c00;
	border-right: 1px solid #c00;
}

#breadcrumbs a{
	margin-right: 10px;
	color: #c00;
	text-decoration: underline;
}

#breadcrumbs a:hover{
	text-decoration: none;
}

#inner_content{
	position: fixed;
	/*top: 60px;
	bottom: 10px;
	left: 19px;
	width: 759px;
	*/
	top: 126px;
	bottom: 10px;
	margin-left: 20px;
	
	overflow-y: auto;
	overflow-x: hidden;
	
	width: 758px;
	
	/*padding-top: 20px;*/
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 20px;
	
	border-bottom: 1px solid #c00;
	border-left: 1px solid #c00;
	border-right: 1px solid #c00;
	
	font-size: 12px;
    line-height: 16px;
    text-align: justify;
}

/* Spezial-Style f�r Startseite */

#redframe{
	position: absolute;
	top: 20px;
	bottom: 10px;
	left: 19px;
	width: 759px;
	
	overflow: hidden;
	
	/*
	padding-top: 20px;
	padding-bottom: 20px;
	
	padding-left: 40px;
	padding-right: 30px;
	*/
	border: 1px solid #c00;
	
	font-size: 12px;
}


.loading{
	background-image: url(../pics/ui/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.load_finished{
	background-image: none;
}

/* Adresse fixed */

#address{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	width: 150px;
	height: auto;
	
	font-size: 12px;
}

#address a{
	color: #fff;
	text-decoration: underline;
}

#address a:hover{
	text-decoration: none;
}

/* Picture cycle f�r Startseite */

.cycle_picture{
	position: relative;
	left: -20px;
	top: -20px;
	z-index: 20;
}