/******************************************
Copyright (c) 2011  cdnet-internetservice *
      Alle Rechte reserviert          *
*******************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #888;
	color: #ccc;
	line-height: 18px;
	font-size: 12px;
	font-weight:100;
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
	scrollbar-face-color:#888;
	scrollbar-highlight-color:#888;
	scrollbar-shadow-color:#888;
	scrollbar-3dlight-color:#ccc;
	scrollbar-arrow-color:#ccc;
	scrollbar-track-color:#888;
	scrollbar-darkshadow-color:#ccc;
	text-align:center;           /* wird nur vom IE erkannt */
}


h1, h2, h3 {	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size:17px;
	font-weight:200;
	letter-spacing:1.2px;
	margin-top:12px;
	color:#eee;
}	
h2 {
	line-height:18px;
	padding:2px 9px;
	width:182px;
	margin-top:-1px;
	font-weight:600;
	border-top:3px solid #eee;
}

* + html h2 {
		margin-top:-3px;
}

* html h2 {
	width:200px;
}

h3 {
	line-height:26px;
	font-weight:600;
	margin-top:-5px;
	color:#ddd;
}

#main {
	width:930px;
	margin:0 auto;
	height:640px;
}

/*_______FRONTSEITE_______*/

#main #head {
	height:130px;
}

/*_______LINKS- /  RECHTS_______*/

#main #navi {
	height:200px;
	text-align:left;
}


#main #navi #haupt-navi li ,
#main #navi #sec-navi li {
	border-bottom:1px solid #ccc;
	line-height:22px;
	list-style:none
}

*+html #main #navi #haupt-navi li ,
*+html #main #navi #sec-navi li {
	line-height:20px;
}

#main #navi #sec-navi {
	margin-left:220px;
	margin-top:-82px;
}

*+html #main #navi #sec-navi {
	margin-top:-75px;
}

* html #main #navi #sec-navi {
	margin-top:-81px;
}
#main #navi #sec-navi li {
	border:none;
	line-height:24px;
}
*+html #main #navi #sec-navi li {
	line-height:21px;
}
* html #main #navi #sec-navi li {
	line-height:27px;
}
#main #navi #haupt-navi a,
#main #navi #sec-navi a {
	display:block;
	color: #ccc;
	font-family: Arial, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:2px 0;
	font-size:12px;
	font-weight:bold;
}

* html #main #navi #sec-navi a {
	padding:0;

}
#main #navi #sec-navi a {
	padding-right:33px;
	width:250px;
}
#main #navi #haupt-navi a:hover,
#main #navi #haupt-navi a.active {
	background-color:#808080;
	color: #fff;
}

#main #navi #sec-navi a:hover,
#main #navi #sec-navi a.active {
	color: #c00;
}

/*_______CONTENT_________*/

#main #content  {
	height:300px;
	text-align:left;
	overflow:auto;

}

/*_________Listen im Content_______*/
.content-right,
.content-left {
	float:left;
	width:220px;
	margin-bottom:22px
}

.content-left img {
	width:200px;
	height:154px;
}
.content-left img.big {
	width:200px;
	height:235px;
}

.content-right {
	width:680px;
}
/*_________LISTEN im Content_______*/
.content-right ul {
	margin:16px;
}
.content-right li {
	line-height:18px;
	padding-left:6px;
	list-style-type:square
}

/*_________Links im Content_______*/
.content-right  a,
.feet-left a {
	color:#666;
	padding:2px 5px;
	text-decoration: none;
	background-color: #ccc;
}

.content-right  a:hover,
.feet-left a:hover{
	color:#000;
	background-color: #888;
	text-decoration: underline;
}

/*_________ZWEISPALTIGKEIT_______*/
.content-right  .colL {
	float:left;
	padding-right:22px ;
	line-height:22px;
	min-width:120px;
}

.small  {
	font-size:9px;
}


/*=========FUSSZEILE==========*/
#main #feet {
	border-top:1px solid #ccc;
	margin-top:20px;
	/* background:url(./img/bg-dunkel.gif) 0 0 repeat-x;*/
	height:58px;
	text-align:left;
	padding-top:5px;
}

#main #feet .feet-left {
	float:left;
	width:220px;
}



#main #feet .feet-right {
	float:left;
	width:490px;
}

#main #feet .feet-right h3 {
	float:right;
	text-align:right;
}


.clear  {
	clear:both;
	height:1px;
}
.line {	
	border-bottom:1px dashed #ccc;
	margin:18px 0;
}
/*   Formularfelder wie Name, Kontonr. etc. 
-------------------------------------------------------- */
p input,
p select,
p textarea,
p submit	{   
	border: 1px solid #666;
	background-color:#ccc;
	margin-top:2px;
	color:#333;
	width: 570px;
}
p textarea {
	height:6em;
}
p select {
	background-color:#fff;
}

p input:hover, p textarea:hover,
p input:focus, p textarea:focus,
.send:hover {
	background-color: #ddd;
	border-color:#fff;
}

fieldset {
	float:left;
	margin-top: -12px;
}

* html fieldset {
	width:590px;
}
legend {
background-color:#eee;
	color:#666;
	padding:2px 9px;
	}
fieldset p {
	width:700px;
	margin:8px 0;

}

label {
	display: inline;
	width:120px;
	float: left;	
	margin-top:10px;
	line-height:12px;
	font-size:11px;	font-weight:bold;
}
label.last {
	width:220px;
	font-weight:normal;
}
.send {
	cursor:pointer;
	width:80px;
	padding:2px;
	font-size:0.8em;
	color:#333;
	background-color:#ccc;
	margin-top:4px;
	float:right;
	font-weight:700;
	margin-right:200px;
}






