/* CSS Document 
Zeig Deine Sprache
main template*/

html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
}
body {
	
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
	background: url(Logo_1.gif) no-repeat scroll 50px 10px;
}
#logo {
	position: absolute;
	left: 50px;
	top: 10px;
	width: 800px;
	height:100px;

}

/* @group Navi top */

#navi_top {
	position: absolute;
	height: auto;
	width: 800px;
	left: 50px;
	top: 90px;
	text-align: right;

}

ul.navi {
	margin: 0;
	padding:0;
}

ul.navi li {
	list-style: url(none) none;
	display: inline;
}

ul.navi li a {
	text-decoration: none;
}

ul.navi li a:link {

}

ul.navi li a:visited {

}

ul.navi li a:hover , a.topnav_hover{
	font-weight: bold;
}

ul.navi li a:active, a.topnav_active {
	font-weight: bold;
	color: #993333;
}



/* @end */

/* @group Navi right */
ul.navi-right {
	margin: 0;
	padding-left:0;
}

ul.navi-right-2 {
	margin: 0;
	padding-left:12px;
}
ul.navi-right a, ul.navi-right-2 a {
	text-decoration: none;
}
a.rightnav_hover {
	font-weight: bold;
	}
a.rightnav-active{
	color: #993333;
	font-weight: bold;
	
}

a.rightnav-active, a.rightnav_hover {
	color: #993333;
	font-weight: bold;
	
}

/* @end */
#panel {
	background-color: #49494B;
	position: absolute;
	height: 150px;
	width: 97%;
	top: 194px;
	left: 0px;
	padding-left:30px;
	display: block;
	overflow: auto;
}

#all {
	position: absolute;
	min-height: 400px;
	height: auto;
	width: 800px;
	left: 50px;
	top: 150px;
	background-color: #FFFFFF;
	padding-bottom: 1em;

}
#all img.bg, #all_art img.bg {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 0px;
	border:0;
}
#all_art {
	position: absolute;
	height: auto;
	width: 800px;
	left: 50px;
	top: 365px;
}
#header_art {
	position: absolute;
	height: auto;
	width: 830px;
	left: 50px;
	top: 147px;
	padding-top: 15px;
}
#header_art h2 {
	color: #4E49A3;
	font-size: 2em;
}
#content_all {
background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width:100%;
	border:  1px solid #ddd;
}
#content_all_art {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 400px;
	height: auto;
	width:100%;


}

#content_left {
	width: 515px;
	min-height: 400px;
	height: auto;
	float: left;
	padding-left: 20px;
	/*background-color: #eee;*/

}
#content_right {
	width: 240px;
	float: right;
	padding: 10px 10px 10px 15px;
	

}
#navi_bottom {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 800px;
	text-align: right;
	clear: both;



}
.clearer {
	clear: both;
	display: none;
}



