body,td,div,p {
	font-size:11px;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
h1,h2,h3,h4,h5 {
	margin:0px;
	padding:0px;
}

h2 {
	font-size:12px;
	color:#4B191E;
	margin-bottom:4px;
}

a {
	color:#4B191E;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	}

p {
	margin:0px;
	padding:0px;
}

html,body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background-color:#C0C0C0;
}
#abstand {
	height:50%;
	width: 100px;
	margin-bottom: -250px;
	float:left;
}
div.content_box {
	clear: left;
	margin:auto;
	vertical-align:middle;
	width:700px;
	min-height:500px;
	background-image:url(img/struct/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:white;
	border:1px solid #7F8082;
}
/* HEADER BLOCK */
div.header {
	background-image:url(img/struct/header.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:143px;	
}
img.logo_link {
	float:left;
	width:250px;
	height:140px;
	border:0px solid black;
}
div.lang {
	float:right;
	background-image:url(img/struct/lang_bg.gif);
	margin:0px 10px 0px 0px;
	padding:4px 0px 5px 0px;
	width:142px;
	text-align:center;
	font-size:9px;
	color:#808080;
}
div.lang a,div.lang a:link,div.lang a:visited,div.lang a:hover,div.lang a:active {
	color:#808080;
}

/* NAVIGATION */
div.nav_box {
	float:right;
	border:0px solid black;
	margin:53px 0px 0px 0px;
	width:318px;
}
div.nav_box a {
	float:left;
	margin:0px 26px 0px 0px;
}
div.nav_box #n4 {
	margin:-6px 26px 0px 56px;
	//margin:-9px 26px 0px 56px;
}
div.nav_box #n5 {
	margin-top:-6px;
	//margin-top:-9px;
}
div.nav_box #n3,div.nav_box #n5 {
	margin-right:0px;
}

div.column_box {
	clear:left;
} 

.nav_icon {
	clear:right;
	float:right;
	margin:15px 3px 0px 0px
}
/* COLUMN SMALL */
div.column_small {
	float:left;
	margin:0px 6px 0px 5px;
}
div.column_small p {
	
}
div.column_small table.content_table {
	margin-left:-5px;
}

div.column_small table.content_table td img {
	margin:0px 5px 5px 0px;
}
div.column_small table.content_table td {
	padding:0px 0px 10px 0px;
}

div.column_small img {
	margin:-5px -5px 5px -5px;
}
div.column_small h1 {
	color:white;
	font-size:12px;
	background-image:url(img/struct/balken_1_bg.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 10px;
}
div.column_small div.content {
	background-color:#F1F2F2;
	width:207px;
	min-height:305px;
	border:1px solid #BFBFBF;
	border-top:0px;
	padding:5px;
}
/* COLUMN */
div.column {
	float:left;
	margin:0px 0px 0px 5px;
}
div.column .content_table {
	margin:-2px -5px 0px -5px;
}
div.column .content_table td {
	padding:0px;
}
div.column .content_table img {
	margin:0px 0px 0px 0px;
}
div.column h1 {
	color:white;
	font-size:12px;
	background-image:url(img/struct/balken_2_bg.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 10px;
}
div.column h2 {
	margin-top:3px;
	
}
div.column h3 {
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	background-color:#7F8080;
	background-image:url(img/struct/h3_bg.gif);
	background-repeat:no-repeat;
	background-position:10px top;
	padding:2px 0px 2px 25px;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
}
div.column h3 a {
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}
div.column div.content {
	background-color:#F1F2F2;
	width:670px;
	min-height:286px;
	border:1px solid #BFBFBF;
	border-top:0px;
	padding:5px;
}
/* COLUMN LIST */
div.column_list {
	float:left;
	margin:0px 0px 0px 5px;
}
div.column_list .content_table {
	width:680px;
	margin:4px 0px 0px 0px;
}
div.column_list .content_table td {
	padding:0px 0px 0px 5px;
}
div.column_list .content_table img {
	border:0px;
}
div.column_list h1 {
	color:white;
	font-size:12px;
	background-image:url(img/struct/balken_2_bg.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 10px;
}


div.column_list div.content {
	background-color:#F1F2F2;
	width:680px;
	min-height:315px;
	border:1px solid #BFBFBF;
	border-top:0px;
}
