body {
	background: #ffffff;
	margin: 0px;
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

div {
	/* border: 1px solid #000000; */
}

/* global font and position style */
p, div, td, a, li, input, textarea, select {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #737373;
	text-decoration: none;
}
p {
	margin: 0px;
	margin-bottom: 6px;
}
.navtrail {
	font-size: 10px;
}
.navtop a {
	font-size: 11px;
	margin-right: 5px
}
td.navtop {
	line-height:13px;
	/*border:1px solid #ffffff;*/
}
table.downloads {
	margin: 20px 0px 20px 0px;
}
.navtop .login { /* wird nur fuer navtop als TMENU gebraucht */
	margin-left: 5px;
}
a.internal-link, a.external-link, a.download, a.galerie-link, a.galerie-link-over {
	font-weight: bold;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
a.internal-link {
	line-height: 22px;
}
h1.csc-firstHeader {
	font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
	margin: 0px 0px 25px 0px;
}
ul {
	display: block; 
	padding: 0px;
	margin: 0px;
}
ul li {
	display:block;
	line-height: 18px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

/* formular styles */
input, textarea, select {
	border: 1px solid #737373;
}
input.radio {
	border: 0px;
	margin: 2px 3px 5px 2px;
}
input.t1 {
	width: 200px;
	margin: 2px 3px 5px 0px;
}
input.t2 {
	width: 150px;
	margin: 2px 0px 5px 0px;
}
input.t3 {
	width: 70px;
	margin: 2px 0px 5px 0px;
}
textarea.t1 {
	width: 353px;
	height: 70px;
	margin: 2px 0px 5px 0px;
}
select.t1 {
	margin: 2px 0px 5px 0px;
}
.formfooter {
	height: 39px;
	padding-right: 10px;
	text-align: right;
}
#mes {
	height: 30px;
	font-size: 11px;
	/*padding-left: 3px;*/
}
.star {
	font-size: 12px;
	font-weight: normal;
}

/* positions */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 782px;
	height: 43px;
	border-bottom: 1px solid #fff;
}
	/* text-menue 
	#navtop {
		position: absolute;
		top: 18px;
		left: 20px;	
	}*/
	/* grafisches menue */
	#navtop {
		position: absolute;
		top: 19px;
		left: 20px;	
	}
	#navlang {
		position: absolute;
		top: 15px;
		right: 32px;
	}
	
#flash {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 100%;
	height: 178px;
	border-bottom: 1px solid #fff;
}

#nav {
	position: absolute;
	top: 223px;
	left: 0px;
	width: 194px;
	min-height: 300px;
}

#content {
	position: absolute;
	top: 223px;
	left: 195px;
	width: 586px;
	padding-bottom: 30px;
}
	#navtrail {
		margin: 5px 0px 0px 0px;
	}
	#line_top {
		margin: 3px 0px 20px 0px;
	}
	#box_1col {
		margin: 3px 30px 10px 30px;
	}
	#box_2col {
		margin: 3px 0px 10px 30px;
	}
	#boxcontainer {
		width: 100%;
	}
		#box_left {
			width: 345px;
			float: left;
		}
		#box_right {
			float: right;
			margin-top: 50px;
		}
	#toplink {
		margin: 20px 0px 0px 0px;
		text-align: right;
	}
	#line_bottom { 
		
	}

