/****************************************************
 Copyright (c) 2010 cdnet internetservice          *
                Alle Rechte reserviert             *
 ***************************************************/
html * {
	margin: 0;
	padding: 0;
	border: 0;
	
}

body  {
	background-color:#999 ;
	color: #ddd;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	scrollbar-face-color:#999;
	scrollbar-highlight-color:#999;
	scrollbar-shadow-color:#666;
	scrollbar-3dlight-color:#666;
	scrollbar-arrow-color:#666;
	scrollbar-track-color:#999;
	scrollbar-darkshadow-color:#999;
	}

.b {
	color:#999;
	font-size: 5px;
	line-height: 11px;
}
a {	color:#999;
	text-decoration: none;
}

h1, h3  {
	color:#fff;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-left:1px;
	font-weight:100;
}
h3  {	
	font-size: 1.2em;
	font-weight:700;
	color:#eee;
}
	


/*   Master-Frame   */
#master  {
	width: 800px;
	height: 508px;
	margin: 50px;
}

/* ======== CONTENT - BEREICH ========= */
#content {
	height: 340px;
 	overflow:auto;
	padding:20px 70px 10px 70px;
	
}


/* Formatierung Referenztabelle */

#content table {
	margin-top:1em;
	width:680px;	color:#eee;
}
#content td  {
	padding:5px 9px;
	line-height:1.4em;
	font-size:1em;
	vertical-align:top;
}
.farbe td {
	background-color:#888;
	color:#333;
}
/*=== TABELLE IM KONTAKTFORMULAR ====*/
#content td.formularTD {
	font-size:10px;
	line-height:15px;
	height:15px;
	padding:0;
	margin:0;
	text-align:left;

}
#content li {
	list-style:url(img/bullet.gif);
	line-height:18px;
}

/*=== ABSTAENDE AUFZAEHLUNGEN IM CONTENTBEREICH ===*/
#content ul {
  margin-top: 8px;
  margin-bottom:10px;
  margin-left: 12px;
}



/*====== a ======*/
#feed a,
#content a {
	color:#eee;
}
#content a:hover {
	text-decoration: underline;
	color:#000;
}

/* Zweispaltenformat */
#content .colL,
#content .colR {
	width: 310px;
	float: left;
	margin-right: 10px;
}

#content .colR {
	margin:0;
}

#content ul {
	width: 600px;
}
#content  li {
	margin-left:12px;
	line-height: 18px;
}

/*=== FUSSZEILE =====*/
#feed {
	width: 800px; 
	background:#999  url(img/back_down.jpg) left no-repeat;
	height: 46px;    
	padding:6px;
}

#feed a.down   {
	color:#666;
	float:right;
	font-size: 9px;
	font-family:Verdana, Arial, "Trebuchet MS", sans-serif;
	margin: 9px 12px 0 8px;
} 

#feed a.down:hover  {
	text-decoration:underline;
	color:#000
} 


/* ======== NAVI HORIZONTAL =======*/
#subnavi {
	list-style-type: none;
	margin:5px 45px;
	float:left;	
}
#subnavi li {
	float: left;
	line-height:1.8em;
	border-right: 1px solid #666;
}
#subnavi li a {
	padding: 2px 5px 2px 15px;
	font-size:0.9em;
	color: #666;
		line-height:1.8em;
	letter-spacing: normal;
}
#subnavi li a:hover,
#subnavi li a.active {
	color: #fff;
	background-color: #999;
}


/* Formularzuweisung */
input,
select,
textarea
	{   
	border: 1px solid #fff;
	width: 330px;
	background-color:#ddd;
	padding:2px;
	margin-top:5px;
	font-size:1em;
	line-height:1.2em;
	font-family:arial;
	color:#000;
}


/* Formularfelder wie Name, Kontonr. etc. */

.inputKurz {  width: 270px; }

/* Formularfelder wie PLZ und Betrag */
.inputGanzKurz {  width: 45px; }

.send {
	cursor:pointer;
	width:80px;
	padding:4px 12px;
	font-size:1em;
	color:#333;
	border:0;
	background-color:#ddd;
	margin-top:4px;
	font-weight:700;
	line-height:1.4em;
}
.send:hover {
	background-color:#333;
	color:#fff;
}

p textarea {
	height:12em;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color: #fff;
	border-color:#000;
}



/* ============== VERS. KLASSEN ================= */
.clear {
	clear: both;
	height: 1px;
	padding:0;
	margin:0;
	font-size:0
}
