* { 
	margin: 0; 
	padding: 0; 
	border: 0;
	font-size: 12px;
}
body { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color: #ebebeb;
}


a:link, a:visited, a:active  { 
	text-decoration: none;	
	color: #000090;	
}
a:hover {  
	text-decoration: underline;
	color: #000099;
}
a[href^="http:"], a.ext {
   background: transparent url('images/link_out.gif') no-repeat right top;
   padding-right: 16px;
}
a.noExt {
   background: transparent;
      padding-right: 0px;
}
a[href^="http://die-computer-ecke.de"], a[href^="http://www.die-computer-ecke.de"] {
   background: transparent;
   padding-right: 0px;
}


#containerMain { 
	margin: 10px auto 10px auto;
	width: 770px;
}


#pageHeader {
	width: 100%;
	border: 1px solid #596885;
	border-bottom: 0;
	height: 100px;
	background-color: #596885;    
    background-image: url('images/logo-hintergrund.png');
    background-repeat:repeat-x;
}

#pageHeaderSub {
	width: 100%;
	height: 26px;
	background-color: #B3C5D7;    
	border: 1px solid #596885;
	border-top: 0;
	border-bottom: 0;
	float: left;
}

#pageBody {
	padding: 10px 7px 7px 7px;  
	width: 756px;
	min-height: 400px;	

	height:auto !important;
	height:400px;

	background-color: #F6F9FE;
	border: 1px solid #5A6785;
	border-top: 0;
	border-bottom: 0;	
	clear: both;
}

#pagePlace {
	width: 770px; 
	height: 10px;
	border: 1px solid #596885;
	border-top: 0;
	border-bottom: 0;
	background-color: #A8B9CD;	
	clear: both;  
}

#pageFooter {
	width: 770px; 
	height: 25px;
	border: 1px solid #596885;
	border-top: 0;
	background-color: #596885;
	clear: both;  
}
.pageFooterIn {
	background-color: #E5EdF1; 
  	color: #004568;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

#pageFooterInRight {
	padding: 1px 15px 1px 20px;   
	margin: 5px 2px 1px 0px; 
	float: right;
}


.inHeadDiv {
	padding: 3px;
	background-color: #94A7C0;
	border: 1px solid #556180;
	border-top: 1px solid #596885;
	border-left: 1px solid #596885;
	font-weight: bold;
	color: #221111;
}
.inSubDiv {
	padding: 3px;
}


.table {
	background-color: #596885;
	width: 100%;
}
.tableTdHead {
	padding: 4px;
	background-color: #B3C5D7;
	color: #442222;
	font-weight: bold;
	margin: 5px;
}
.tableTd1 {
	padding: 4px;
	background-color: #B3C5D7;
}
.tableTd2 {
	padding: 4px;
	background-color: #B3C5D7;
}

.tableInput {
	padding: 1px;	
	background-color: #FFFFFF;   
	border: 1px solid #596885;
}
.tableInputRadio {
	padding: 3px;	
	background-color: #FFFFFF;		
}
.tableInputButton {
	padding: 3px;	
	background-color: #FFFFFF;   
	border: 1px solid #596885;
	font-weight: bold;
}

.highlightRot {
	color: #B60000;
	font-weight: bold;
}
.highlightGrun {
	color: #007700;
	font-weight: bold;
}

.textSmall {
	font-size: 10px !important;
}