@import url("extension.css");
@import url("navigation.css");
@import url("layout.css");

html, body{ 
	margin:0; 
	padding:0; 
	text-align:left;
	color: #000;
	background-color:#fff;
}

*{
	border:0;
	margin:0;
	padding:0;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;	
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

a{
	text-decoration:underline;
	color:#09294E;
}

a:hover{
	text-decoration:none;
}

#ZeileUnten ul { list-style-position: inside; list-style-type: square; color:#439D2A; }

td { text-align: left; vertical-align: top; }

#ZeileUnten h1{
	color:#439D2A;
	font-size:1.1em;
	margin:0;
	padding:0 0 10px 0;
	clear:both;
}

h2{
	color:#09294E;
	font-size:1.0em;
	margin:0;
	padding:20px 0 10px 0;
	clear:both;
}

#ZeileUnten p{
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	color:#439D2A;
	clear:both;
}

h1{
	color:#09294E;
	font-size:1.6em;
	margin:0;
	padding:0 0 10px 0;
}

p{
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
}

dd.csc-textpic-caption {
	background-color: #dddddd;
	color: black;
	text-align: center;
	padding: 0px;
	font-size: x-small;
	margin: 5px 5px 5px 5px;
	border-bottom:10px solid #fff;
}

div.csc-frame-rulerAfter {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin: 10px 0 10px 0;
}

div.csc-frame-rulerBefore {
	padding-top: 20px;
	border-top: 1px solid #000;
	margin: 10px 0 10px 0;
}

div.csc-frame-frame1 {
	padding: 10px;
	border: 1px solid #000;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame2 {
	padding: 10px;
	border: 1px solid #000;
	background: #ccff66;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame3 {
	padding: 10px;
	border: 1px solid #000;
	background: #7B593E;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame4 {
	padding: 10px;
	border: 1px solid #000;
	background: #000;
	margin: 10px 0 10px 0;
	color:#fff;
	clear:both;
}

div.csc-frame-frame5 {
	padding: 10px;
	border: 1px solid #000;
	background: #F7E988;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame6 {
	padding: 10px;
	border: 1px solid #000;
	background: #B9370F;
	margin: 10px 0 10px 0;
	clear:both;
}

div.csc-frame-frame7 {
	padding: 10px;
	border: 1px solid #000;
	background: #abcdef;
	margin: 10px 0 10px 0;
	clear:both;
}

csc-textpic-imagewrap{
	margin-bottom:20px;
	padding-bottom:20px;
}




.csc-textpicHeader {
    
}

.csc-textpic-imagewrap {
    
    
}

.csc-textpic-text .bodytext {
    float:left;
    
}

.csc-textpic-clear {
    
}

div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
    clear:none;
    float:right;
}

 /*printer styles*/ 
@media print{ 
	#leftcol{display:none;} 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}