/* Allegemeine Einstellungen und Browser-Fixes -begin */
/* -------------------------------------------------------------------------- */

html { height: 100% }

* { margin:0; padding: 0; } 
option {padding-left: 0.4em}
fieldset, img { border:0; }
select, input, textarea { font-size: 99% }



/* Seitenaufbau -begin */
/* -------------------------------------------------------------------------- */

body {
/*background-color:#DBDADA;*/
background-color:#4c453f;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
line-height:15px;
padding: 0;
margin: 0;
text-align: left; 
position: relative; 
color:#666666;
}


#wrapper1{
background-image:url(../imgs/bg_content.png);
background-position:left top;
background-repeat:repeat-y;
margin:60px 0 0 40px;
min-height:600px;
width:960px;
}


#top{
background-image:url(../imgs/bg_top.png);
background-position:left top;
background-repeat:no-repeat;
width: 900px;
height: 151px;
margin: 0;
padding:0 30px 0 30px;
}

#logo{
padding:10px 0 0 30px;
width:120px;
height:141px;
float:left;
}

#content_top{
float:left;
height:56px;
padding:95px 0 0 10px;
width:400px;
}

#nav_sub{
float:left;
font-size:11px;
height:11px;
line-height:11px;
padding:29px 20px 90px 0;
text-align:right;
width:320px;
}

#navigation{
height:56px;
padding:0 40px 10px 560px;
width:370px;
}

#nav_lev1{
padding:0;
width:370px;
height:20px;
float:left;
}

#nav_lev2{
padding:3px 0 3px 0;
width:370px;
height:15px;
float:left;
}

#nav_lev3{
padding:0;
width:370px;
height:15px;
float:left;
}

#contentcontainer{
width:850px;
padding: 0 50px 0 60px;
min-height:400px;
}

#bottom{
background-image:url(../imgs/bg_bottom.png);
background-position:left bottom;
background-repeat:no-repeat;
width: 900px;
height: 30px;
margin: 0;
padding:0 30px 0 30px;
}


.clearl{
clear:left;
height:0;
line-height:0;
font-size:0;
padding:0;
margin:0;
}


/* Seitenaufbau -end */
/* -------------------------------------------------------------------------- */


/* Subtemplates - Zwei Spalten - default net/bureau -begin */
/* -------------------------------------------------------------------------- */
#content_main_fullwidth{
}

#wrapper2{
width: 480px;
padding:0;
float:left;
}

#content_left{
width: 480px;
height:204px;
padding:0;
}

#nav_left{
width: 480px;
height:26px;
padding:0;
}

#content_main{
width: 350px;
float: left;
padding: 10px 0 0 20px;
}

/* Subtemplates - Zwei Spalten - default net/bureau -end */
/* -------------------------------------------------------------------------- */


/* Allgemeine Fonts -begin */
/* -------------------------------------------------------------------------- */
p{
padding: 0px;
margin: 0px;
}

p.bodytext{
padding: 0 0 12px 0;
}

body#impressum #content_main{
font-size:8pt;
}

a{
text-decoration:none;
color:#543018;
}

a:hover{
text-decoration:underline;
}



/* Überschiften -begin */

h1{
	font-size: 11px;
	margin:20px 0 5px 0;
	padding:0;
	text-transform:uppercase;
}

h1.csc-firstHeader{
	margin:0 0 5px 0;
}

h2{
	font-size: 10px;
	margin:15px 0 5px 0;
	padding:0;
}	

/* Überschiften -end */

/* Tabellen -begin */

table{
border-collapse:collapse;
padding:0;
margin:0;
}

tr, td{
padding:0;
margin:0;
}

table.contenttable td{
padding:0 10px 0 0;
}


/* Allgemeine Fonts -end */
/* -------------------------------------------------------------------------- */

