/**********************************************************************************************

   Copyright (c) 2008 CD-NET INTERNETSERVICE                                           *
                       Alle Rechte reserviert                                          *
                                                                                       *
**********************************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:  #fff;
	color: #666;
	line-height: 17px;
	font-size: 12px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#666;
	scrollbar-3dlight-color:#666;
	scrollbar-arrow-color:#666;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#fff;
}

a {
	text-decoration: none;
}

/* headlines */
h1, h2 {
	font-size: 18px;
	line-height:22px;
	font-weight: 500;
	letter-spacing: 1.2px;
	color: #666;
	margin-bottom: 18px;
	width: 500px;
}

/* sub-headlines */
h3 {
	font-size: 13px;
	color: #ff0000;
	margin-top: 12px;
}



/*   Master-Frame   */
#master  {
	width: 919px;
	}
* html #master  {
	width: 990px;
}
/* __________________________linker Layer*/
#master  #links {
	float:left;
	width: 260px;
	height: 947px;
}

/* logo */
#master  #links #logo {
	width: 260px;
	background:#f00  url(img/logo.png) bottom left no-repeat;
	height: 160px;
}
/* ============== NAVI ================= */
#navi {
	background: url(img/back_left.jpg) top left no-repeat;
	width: 260px;
	height: 787px;
	padding:  10px 0 0 10px;
	text-align: left;

}

#navi ul {
	list-style-type: none;
		margin-top: 29px;
}
#navi li {
	padding: 3px 5px;
}

*+html #navi li {
	margin-top: 2px;
}

#navi ul li a {
	color: #fff;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #eee;
	width: 180px;
	padding-left: 40px;
	padding-bottom:4px;
	display: block;
	font-weight:700;

}
#navi ul li a.last {
	border:0;
	}


#navi ul li a:hover,
#navi ul li a.active {
	color: #000;
	background: url(img/pfeil.gif) right no-repeat;
}

/* ________________________rechter layer*/
#master  #contentCenter {
	width: 655px;
	height: 590px;
	float:left;
}
* html #master  #contentCenter  {
	width: 730px;
	float:left;
	padding:0;
	margin-left:-10px;
}

/* head */
#master  #contentCenter #head {
	width: 655px;
	height: 160px;
}


#master  #contentCenter  #head-sub {
	background:url(img/back_sub_head.jpg) top left no-repeat;
	width: 655px;
	height: 37px;
}

* html #master  #contentCenter  #head-sub {
	margin-top:-3px;
	}

/* ============== CONTENT - BEREICH ================= */
#content {
	width: 600px;		/* 700 - 30 pro seite ausser für ie */
	height:680px;
	padding: 30px;
	padding-left:44px;
	background: #fff url(img/back_content.jpg) top left repeat-y;
}
*+html #content {	/* 700 - 30 pro seite ausser für ie */
	width: 595px;
}


#content .zeile {
	width:550px;
	margin: 12px 0;
	border-top: 1px solid #666;

	
}
#content .zeile a {
	float:right;
	font-size: 10px;
	color:#aaa;
	margin-top:0;
}



#content-frame {
		width: 600px;		
		}
#content-frame  iframe {
	
	height:730px;
	width:600px;
	
}


/* Abstaende rund um Aufzaehlungen im Contentbereich*/
#content ul {
  margin-top: 8px;
  margin-bottom:12px;
  margin-left: 26px;
  width: 500px;
}
#content li {
	list-style: url(img/bullet.gif);
	line-height:18px;
	margin-bottom:8px;
}


/* a */
#content a {
	text-decoration: none; font-weight:bold;
	color:#666;
}
#content a:hover {
	text-decoration: underline;	 color:#000;
}

#content .colL,
#content .colR {
	width: 260px;
	margin-bottom: 30px;
}
#content .intro {
	width: 490px;
	margin-bottom: 30px;
}



#content .colL .headline,
#content .colR .headline,
#content .intro .headline {
	font-weight: 900;
	font-size: 12px;
	color: #ff0000;
}
#content .colL img,
#content .colR img,
#content .intro img
 {
	margin: 0 20px 10px 0;
	float: left;
}
#content .colL a,
#content .colR a,
#content .intro a {
	color: #ff0000;
}
#content .colL a:hover,
#content .colR a:hover,
#content .intro a:hover {
	text-decoration:underline;
}

#content .colL {
	float: left;
	margin-right: 10px;
}
#content .colR,
#content .intro {
	float: left;
}




/*   Formularfelder wie Name, Kontonr. etc. 
-------------------------------------------------------- */
p input, p select, p textarea, p submit	{   
	border: 1px solid #666;
	background-color:#fff;
	margin-top:2px;
	color:#933;
}
p input.noframe {
	border:0;
}
fieldset {
	float:left;
	width:230px;
	margin-right: 4px;
}
fieldset.re {
	float:right;
	margin-left:12px

}
*html fieldset {
	width:230px;
}

fieldset p {
	width:230px;

}

label {
	display: block;
	width:115px;
	float: left;	
	margin-top:10px;
	line-height:9px;
	font-size:10px;
}
.send {
	cursor:pointer;
	width:80px;
	padding:2px;
	font-size:0.8em;
	color:#333;
	border:1px solid #763;
	background-color:#A09988;
	margin-top:4px;
	float:right;
	font-weight:700;
}
.send:hover {
	background-color:#6C6948;
	color:#fff;

}

p textarea {
	height:6em;
}
p input:hover, p textarea:hover,
p input:focus, p textarea:focus {
	background-color: #ccc;
}

p input:focus, p textarea:focus {	
	border-bottom: 1px solid #666000;
}



/*==== Formularfelder wie Name, Kontonr. etc. ========= */
.inputLang {  width: 230px; }

/* Formularfelder wie PLZ und Betrag */
.inputKurz {  
	width: 90px;
}
.inputKurz_re {
	width: 114px;  
	margin-left:22px;
}



/* ============== VERS. KLASSEN ================= */
.clear {
	clear: both;
	height: 1px;
}
