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

body {	
	background-image: url(img/bg.gif);
	background-repeat:repeat-y;
	background-color: #953c3e;
	margin: 0px;
}

html, body {
	height:100%;
}


table, td {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#e9c278;
}
/*
label, input, select {
    height:19px;
	display: block; 
	float: left;
	border: 1px solid #cd851d;
	background-color: #e9e2e8; 
	color: #292929; 
	margin: 1px;
}*/

textarea {
	border: 1px solid #cd851d;
	margin-left: 2px;
}

h1 {
	color: #162752;
	font-size: 15px;
}

h2 {
	font-weight: bold;
	color: #426dad;
	font-size: 12px;
}

h3 {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}

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

li {
	line-height:19px;
	margin-left:20px;
}


/* Klassen */

.frame {
	background-image:url(img/bg_h.gif);
	background-repeat:repeat-x;
}

.header {
	height:248px;
	width:598px;
}

.global {
	width:362px;
}

.ticker {
	text-align:center;
	height:36px;
	border:0;
	background-color:#633121;
	border-spacing:0px;
	padding:0px;
	margin:0px;
}

.claim {
	background-color:#b0573b;
	height:174px;
	width:302px;
	float:left;
}

.global_menu {
	height:38px;
	background-color:#633121;
	float:left;
	width:302px;
}

.global_nav {
	text-align:right;
	background-color:#633121;
	height:38px;
	line-height:38px;
    overflow:hidden;
}

.lang_but {
	margin-top:12px;
	margin-left:80px;
	float:left;
}

.logo {
	background-image:url(img/logo_bg.gif);
	background-repeat:repeat-x;
}

.logo_1 {
	background-image:url(img/logo_1.gif);
	background-repeat:no-repeat;
	width:562px;
	height:47px;
	float:left;
}


.logo_2 {
	background-image:url(img/logo_2.gif);
	background-repeat:no-repeat;
	width:200px;
	height:47px;
	float:left;
}


.logo_3 {
	background-image:url(img/logo_3.gif);
	background-repeat:no-repeat;
	width:96px;
	height:15px;
}

.logo_4 {
	background-image:url(img/logo_4.gif);
	background-repeat:no-repeat;
	width:60px;	
	height:212px;
	float:left;
}

.content {
	width:562px;
	float:left;
}

.text {
	margin-left:20px;
	margin-right:15px;
	width:527px;
}

.nav	{
	width:200px;
	float:left;
}
.main_menu	{
	width:180px;
	margin-left:19px;
	margin-top:20px;
}

.main_menu li {
	margin:0;
	padding:0;
	height:34px;
	list-style:none;
	margin-bottom:2px;
}

.main_menu img {
	float:left;
	margin-right:5px;
}

.caption {
	/*width:130px;*/
	vertical-align:top;
	margin:0;
	padding:0;
	padding-top:8px;
	margin-right:10px;
}

.rechts {
	width:191px;
	float:left;
	margin-top:40px;
}

div.rechts div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img 
	{margin-bottom:10px;}

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

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #cd851d;
	padding:1px;
	margin-bottom:5px;
}

.csc-frame csc-frame-frame1 {
	border:3px solid #633121;
	}

/* Links */

.ticker a {
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#e9c278;text-decoration:none;
}

.navi a		{font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#e9c278;text-decoration:none;}
.text a		{font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#e9c278;text-decoration:underline;}

.global_nav a		{font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#ffffff;text-decoration:none;}

.main_menu a		{font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#e9c278;text-decoration:none;}



