* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	/*height: 100%;*/
	background: #d1d3cb url(images/back_verlauf.gif) repeat-y 0 0;
	height: 100%;
}

/***  BASIC'S  ***/

body {
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	font-size: 70%;
	line-height: 180%;
	text-align: left;
	color: #191916;
	margin-bottom: 10px;
	min-height: 
}

table {
	font-family: arial, tahoma, helvetica, verdana, sans-serif;
	font-size: 100%;
	line-height: 15px;
}

caption {
	font-weight:bold;
	text-align:left;
	padding-bottom:2px;
}

td {
	padding-right:20px;
	padding-bottom:2px;
	border-bottom: 1px solid #d9dbd4;
}

tr {
	
}

div.td-0 td{
	font-weight: bold;
	color: red;
	
}

ul, ol {
	margin-bottom: 1.5em;
	margin-top: 0.3em;
}

ul li, ol li {
	margin-left: 2em;
	margin-bottom: 0.3em;
	margin-top: 0.0em;
	list-style-type: disc;
}

a { color: #97bf0d; text-decoration: none; }
a:hover { text-decoration: underline; color: #97bf0d; }
a:visited { color: #97bf0d; text-decoration: none; }
a:visited:hover { text-decoration: underline; color: #97bf0d; }

.clear {
	clear: both;
}


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background: red;
	height: 5px;
	width: 100%;
	overflow: hidden;
	background: url(images/back_line_bottom.gif) bottom left repeat-x;
}

/***  HEADER  ***/
#wrapper {
	margin-left: 100px;
	background: url(images/image-line.gif) repeat-x 0 0;
}

div.header {
	height: 150px;
	width: 930px;
}

div.logo {
	float: left;
	width: 220px;
	height: 40px;
	margin-right: 50px;
}


div.navi_container {
	float: left;
	width: 650px;
	height: 40px;
	padding-top: 11px;
}

div.navigation {
	float: left;
	height: 30px;
}

div.single_navi {
	float: left;
	width: 108px;
}



/***  HEADLINES  ***/

div.headlines {
	margin: 0px; padding: 0px;
	width: 650px;
	height: 130px;
	padding-left: 270px;
}

/***  CONTENT  ***/
div.content {
	width: 930px;
}

div.subnavi {
	float: left;
	width: 220px;
	text-align: right;
}

div.content_here {
	float: left;
	width: 540px;
	margin-left: 50px;
}

/* clearfix
************************************************/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*
.csc-textpic-clear {
height: 30px;
}

.csc-textpic-text {
padding-left: 50px;
padding-top: 50px;
}
*/
/* Text mit Bildern
************************************************/

div.textboxInnerLeft div.textboxImage {
	float: left;
	margin-right: 1em;
}

div.textboxInnerRight div.textboxImage {
	float: right;
	margin-left: 1em;
}

div.textboxNowrapLeft {
	padding-left: 135px;
	margin-bottom: 2em;
}

div.textboxNowrapLeft div.textboxImage {
	float: left;
	margin-left: -135px;
	width: 120px;
	overflow: hidden;
}

div.textboxNowrapLeft div.textboxImage img, div.textboxNowrapRight div.textboxImage img { margin-bottom: 1em; }

div.textboxNowrapRight {
	padding-right: 135px;
}

div.textboxNowrapRight div.textboxImage {
	float: right;
	width: 120px;
	overflow: hidden;
}

div.textboxAboveLeft div.textboxImage, div.textboxAboveCenter div.textboxImage, div.textboxAboveRight div.textboxImage {
	margin-bottom: 1em;
	display: block;
	float: none;
}

div.textboxAboveCenter div.textboxImage { text-align: center; }
div.textboxAboveRight div.textboxImage { text-align: right; }

div.textboxBelowLeft div.textboxImage, div.textboxBelowCenter div.textboxImage, div.textboxBelowRight div.textboxImage {
	margin-top: 1em;
	display: block;
	float: none;
}

div.textboxBelowCenter div.textboxImage { text-align: center; }
div.textboxBelowRight div.textboxImage { text-align: right; }


