/*ABSTÄNDE UND ALLGEMEINE STYLES*/

*  { padding: 0; margin: 0; }
p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; }

/*transparente pngs für IE*/
img, div { behavior: url(fileadmin/resources/js/iepngfix.htc); }

a, img {
	border: none;
}

a {
	color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #ff9;
	margin-bottom: 0.5em
}

h2 {
	font-weight: bold;
	font-size: 12px;
	}
	
h3 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 0.5em
	}
	
.cleardiv { clear: both; }

.bildlinks {
	float: left;
	margin: 5px 5px 5px 0px;
}

.bildrechts {
	float: right;
	margin: 5px 0px 5px 5px;
}

/*BODY*/

body {
	background: black url(../img/background-repeat.jpg) repeat-x top left;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #fff;
	}

/*HAUPTBEREICH*/

#page {
	width: 854px;
	height: 640px;
	margin: 0px auto;
	padding: 0px 73px;
	background: url(../img/background-image.jpg) no-repeat top left;
}


/*HEADER UND NAVIGATION*/

#header {
	width: 854px;
	height: 90px;
}

#logo {
	height: 60px;
	text-align: center;
}

#nav_main {
	position: absolute;
	padding-left: 22px;
	font-family: BickhamScriptPro-Bold;
	color: #999;
	font-size: 29px;
	top: 58px;
	height: 30px;
}

#nav_main a, #nav_main a:link, #nav_main a:visited {
	color: #999;
	text-decoration: none;
}

#nav_main a:hover, #nav_main a:focus, #nav_main a:active 
	color: #fff;
	text-decoration: none;
}

#nav_main ul {
	margin-bottom: 0px;
}

#nav_main ul li {
	display: inline;
	margin: 0 15px 0 0px;
}



/*INHALTSBEREICH*/

#content_main {
	width: 854px;
	}

/*LINKE SPALTE*/

#column_left {
	float: left;
	width: 396px;
	height: 512px;
	background-attachment: fixed;
	background: url(../img/background_column_left.jpg) no-repeat;
}

#content_left {
	padding: 26px 22px 0px 22px;
	width: 352px;
	height: 486px;
	overflow: scroll;
	overflow-x: hidden;
}

#content_left .csc-frame {
	margin-bottom: 2em;
	}
	
#fade_top {
	width: 379px;
	height: 28px;
	position: absolute;
	background: url(../img/fade_top.png) repeat-x;
}

#fade_bottom {
	width: 379px;
	height: 69px;
	position: absolute;
	top: 538px;
	background: url(../img/fade_bottom.png) repeat-x;
}

.textblock {
 	margin-bottom: 30px;
 }
 
/*RECHTE SPALTE*/

#column_right {
	float: right;
	width: 414px;
	height: 460px;
	padding: 26px 22px;
	overflow: hidden;
	text-align: center;
	font-size: 17px;
}


/*FOOTER*/

#footer {
	width: 845px;
	height: 38px;
	padding: 20px 9px 0px 0px;
	font-size: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: right;
}


/*WEITERE*/

.csc-frame {
	clear: both;
	}

.csc-textpic-imagewrap { margin-bottom: 10px; }

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid white;
	}
	
#column_right div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-bottom: 7px;
	}