html *{
     	margin:0;
     	padding:0;
}

body {	
	margin: 0px;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
}

html, body {
	height:100%;
}

table, td {
	vertical-align:top;
	font-family: Tahoma,Arial, sans-serif;
	font-size: 12px; 
	color:#646464;
}

label, input, select {
    height:19px;
	display: block; 
	float: left;
	border:0;
	border-bottom: 1px solid #1f716f;
	background-color: #f2f3c2; 
	color: #6c6c6c; 
	margin-top: 4px;
}

textarea {
	border:0;
	border-bottom: 1px solid #1f716f;
	background-color: #f2f3c2; 
	color: #6c6c6c;
	margin-top: 4px;
}

h1 {
	color: #1f716f;
	font-size: 18px;
}

h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
}

h3 {
	font-weight: bold;
	color: #B0C76C;
	font-size: 13px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 3px;
	border-top: 3px solid #ffffff;
}

ul {
	margin-left:20px;
	list-style-image: url('img/arrow.gif');}

li {
	line-height:19px;
}

/* Klassen */


.wrap {
	width:960px;
}

.logo {
	background-image:url(img/logo_bg.gif);
	background-repeat:no-repeat;
	width:216px;
	height:195px;
}

.logo div {
	margin-left:15px;
	margin-top:54px;
}

.lang {
	width:105px;
	margin-top:8px;
}

.head {
	height:195px;
	width:545px;
}

.content {
	background-image:url(img/content_line.gif);
	background-repeat:repeat-y;
	width:545px;
}

.text {
	margin-left:13px;
	line-height:18px;
	width:483px;
}

.rechts div {
	margin-bottom:10px;
}

.nav {	
	width:216px;
}

.main_menu {
	padding-left:23px;
	height:19px;
	background-image:url(img/menu_line.gif);
	background-repeat:no-repeat;
	width:167px;
	margin-bottom:5px;
}

.main_menu_lvl2 {
	margin-left:35px;
}

.global_menu {
	height:27px;
	line-height:25px;
}

.search {
	width:130px;
	margin-top:10px;
	margin-left:22px;
	padding-top:1px;
	background-image:url(img/search.gif);
	background-repeat:repeat-x;
}

.image_subline {
	background-image:url(img/image_subline.gif);
	background-repeat:no-repeat;
	height:21px;
}

.image_subline_text {
	float:left;
	width:168px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {margin:0;padding:0;}


/* Links */

a 			       {font-family: Tahoma, Arial, sans-serif; font-size: 12px; color:#6c6c6c;text-decoration:none;}
.main_menu a	   {font-family: Tahoma, Arial, sans-serif; font-size: 12px; color:#cdd00a;text-decoration:none; font-weight:bold;}
.main_menu_lvl2 a  {font-family: Tahoma, Arial, sans-serif; font-size: 11px; color:#6c6c6c;text-decoration:none;}
.content a		   {font-family: Tahoma, Arial, sans-serif; font-size: 12px; color:#656565;}
.glob_menu a	   {font-family: Tahoma, Arial, sans-serif; font-size: 13px; color:#ffffff;text-decoration:none;}
