@media all { 
	.contentFrameFull fieldset {
		padding-top:10px;
	}
	.contentFrameFull .csc-mailform-radio input {
		width:14px !important;
		position:relative;
		left:-200px;
		margin:0 10px 20px;
		background:transparent;	
	}
	.contentFrameFull .csc-mailform-radio label {
		width:11px !important;
		top:20px;
		position:relative;
		margin:0 11px;
		white-space:nowrap;
	}
	.contentFrameFull legend {
		display:none;
	}
	.csc-mailform-label {
		font-weight:bold;
		margin-top:20px;
	}
	.csc-mailform-field textarea {
		width:474px;
	}
	
	body {
		font-family:verdana, arial, helvetica, "sans serif";
		font-size:100.01%;
		color:black;
		background-color:white;
		width:100%;
		height:100%;
		min-height:100%;
		margin:auto;
		padding:0;
		background-image: url(../../pics/bg.gif);
	}
	
	a {
		color:black;
	}
	
	img {
		border:0;
		margin:0;
		padding:0;
	}
	
	h1,h2,h3,h4,h5,h6 {
		padding:3px 0;
		margin:0;
	}
	
	h1 {
		font-size:1.6em;
	}
	
	h2 {
		font-size:1.4em;
	}
	
	h3 {
		font-size:1.2em;
	}
	
	h4 {
		font-size:1em;
	}
	
	h5 {
		font-size:0.8em;
	}
	
	h6 {
		font-size:1em;
		background-color: #eee;
		color: #000;
		padding-left: 8px;
		margin-top: 10px;
		margin-right: 10px;
	}
	
	p, form {
		padding:5px 0;
		margin:0;
	}
	
	.csc-textpic {
		padding:10px 0;
		margin:0;
		float:left;
	}
	.csc-textpic-text {
		margin-top:-5px;
	}
	
	li {
		list-style-image:url(../../pics/bullet_grey.gif);
	}
	
	.k42Header {
		color: black;
		font-size: 1.2em;
		background-image: url(../../pics/header_hr.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding:0 2px 2px 0;
	}
	
	#wrapper {
		width:917px;
		text-align:left;
		margin:0 auto;
		font-size:0.8em;
		background-color:white;
		display: table;
		height: 100%;
	}
	table {
		font-size:1em;
	}
	.logo {
	  padding: 16px;
	  width: 885px;
	}

	.trailer {
	  position: static;
	  top: 80px; left: 8px;
	  height: 133px; width: 917px;
	  z-index: 1;
	}
	
	.navBar {
 	  letter-spacing: 0.1em;
	  position: relative;
	  top: 64px; left: 60px;
	  height: 32px; width: 708px;
	  z-index: 5;
	  background-color: transparent;
	  overflow: hidden;
	  font-weight: bold;
	  font-size: 1.2em;
	  padding: 4px;
 	}

 	.navBar a:link, .navBar a:visited {
 	  color: white;
	  text-decoration: none;
 	}

	.navBar a:hover {
	  background-image: url(../../pics/nav_active.gif);
	  background-position: bottom right;
	  background-repeat: no-repeat;
	  padding-bottom: 3px;
	}

	.navBar li {
	  list-style-type: none;
	  display: inline;
	}
	
	.navBar li.active a {
	  background-image: url(../../pics/nav_active.gif);
	  background-position: bottom right;
	  background-repeat: no-repeat;
	  padding-bottom: 3px;
	}

	.title {
	  font-size: 2.0em;
	  font-weight: bold;
	  color: #c2202d;
	  padding: 16px;
	  vertical-align: middle;
	}
	
	.title img {
	  vertical-align: middle;
	}

	.subMenu li {
	  list-style-image:url(../../pics/bullet_off.gif);
	  font-weight: bold;
	}
	
	.subMenu li.active {
	  list-style-image:url(../../pics/bullet_on.gif);
	}
	
	.subMenu a {
	  text-decoration: none;
	}
   
	.leftFrame {
	  margin: 16px;
	  float: left;
	  width: 255px;
	}
  
	.contentFrame {
	  float:right;
	  width:630px;
	}
	.contentFrameFull {
	  float:left;
	  padding:0 40px;
	}
	.contentFrameFull .csc-mailform-field label {
		width:340px;
		margin-bottom:20px;
	}
	.contentFrameFull .csc-mailform-field select{
		width:200px;
	}
	
	
	

	
	.newsletter {
		clear:both;
	  margin-top: 32px;
	}
	/* Newsletter Schriftzug im Menü */
	div.newsletter a {
	  font-weight: bold;
	  border-bottom: blue solid thin;
	  text-decoration: none;
	}

	/* Newsletter Anmeldung Formular */
	.newsletter input {
		line-height: 1.2em;
		border: none;
		background-color: #eee;
		padding: 4px;
	}

	/* 2 Spalten Template */	
	.contentFrame2ColLeft {
	  float:left;
	  width:280px;
	  margin-right:30px;
	}
	
	.contentFrame2ColRight {
	  float:left;
	  width:280px;
	  margin-right:10px;
	  padding-left:10px;
	}

	/* Login Box */
	.login {
		font-weight: bold;
		padding-top: 32px;
	}

	.login form {
		border-right: 1px solid #c0c0c0;
	}

	#login label, #login input {
		display: block;
		float: left;
		width: 90px;
		line-height: 1.2em;
	}

	#login input {
		border: none;
		background-color: #eee;
	}

	#login div.login_fields {
		clear: left;
		padding: 6px;
	}

	#login input.submit {
		float: none;
		width: auto;
	}


	/* KONTAKTFORMULAR */
	fieldset.csc-mailform {
		border:none;
	}
	
	.csc-mailform-field label {
		float: left;
		width: 140px;
	}

	.csc-mailform-field input, .csc-mailform-field textarea {
		border: none;
		background-color: #eee;
		font-weight: bold;
	}
	
	form#mailform div {
		clear: left;	
		margin-bottom: 16px;
	}

	/* TABLE CONTENT TEAM */
	table.contenttable-0 {
		margin-top: 20px;
		border: 0px;
		border-spacing: 0px;
	}
	
	td.td-0 {
		width: 15em;
	}
	
	td.td-1 {
		border-left: 1px solid #dddddd;
		line-height: 2em;
		width: 5em;
	}
	
	td a.mail {
		color: blue;
	}

}

	.tx_jkpoll_pi1_answers li {
		list-style-image: none;
}
