* {
margin: 0;
padding: 0;}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	background:#CCC;
}



/* ################   Position ################  */
div#all {
background: #FFFFFF;
border: solid 1px #CCCCCC;
color: #000000;
font-size: 0.8em;
margin: 5px auto;
max-width: 980px;
padding: 3px 3px 3px 3px;
text-align: left;}

div#page { }

div#cont_header {
	width:100%;
	height:150px;}

div#cont_header_logo {
	width:75%;
	height:100%;
	position:relative;
	float:left;
	z-index:5;
}

div#cont_header_tools {
	width:24%;
	height:100%;
	position:relative;
	float:right;
	text-align:right;
}

div#cont_login {
	width:5.5em;
	height:1.em;
	background-color:#FFF;
	float:right;
}

div#cont_font_select {
	width:98%;
	height:30px;
	background-color:#FFF;
	margin-top:40px;
}

div#cont_search {
	width:100%;
	height:40px;
	background-color:#FFF;
	margin-top:20px;
}

div#cont_top_tools {
	padding:0;
	margin:0;
	background:#781125 url(../images/bg_left_nav.jpg) no-repeat ;
	color:#000000;
	height:42px;
}

div#cont_breadcrumbs {
	width:60%;
	height:30px;
	margin-top:5px;
	background-color:transparent;
	float:left;
}

div#cont_topnav {
	width:38%;
	height:30px;
	float:right;
}

div#cont_leftcolumn {
	float:left;
	text-align:left;
	margin-top:-2px;
	background:#FFF;
	color:#000;
	width:170px;
}

div#cont_leftnav {
	width:100%;
}	

div#cont_leftgraphics {
	width:100%;
	height:300px;
	background:url(../images/bg_left_unten.png) no-repeat; 
	margin-top:-12px;
}	

div#cont_left_tools {
	margin: -100px 0 10px 15px;
	width:100%;
	height:auto;
	text-align: center;
}


div#cont_footer {
	padding:2%;
	text-align:center;
	clear:both;
	background-color:#781125;
	color:#FFF;
}