/************************************************
   Copyright (c) 2010 CD-NET INTERNETSERVICE         *
                       Alle Rechte reserviert                                    *
************************************************/
* {
	margin: 0; 
	padding: 0;
	border: 0;
}


body {	
	background-color: #fff;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	color:#000;
	
}



h1 {
	margin:25px 0;
	padding-top:16px;
	font-size:17px;
	letter-spacing:1.5px;
	color:#000;

}

h2 {	color:#000;
	font-weight:100;
}
h3 {	
	display:inline;
	padding:1px 12px;
	background-color:#c9c;
	color:#000;
	font-weight:100;
	font-size:12px;
	letter-spacing:1.5px;
	margin-top:12px;
	margin-left:15px;
	font-family:  Verdana;
	}


.small  {
	font-size:9px;
	letter-spacing:1.2px;
	text-align:center;
	margin:0 44px;
}

/*  CSS Layout   */

#main  {
	width:778px;
	margin:0;
	text-align:left;
	border:1px solid #000;
}


#main #head {
	background: url(./img/back_head.jpg) 0 0 no-repeat;
	height:296px;
}
#main #navi {
	background: url(./img/back_navi.jpg) 0 0 no-repeat;
	height:70px;
		border-bottom:1px solid #000;
}

#main #navi ul {
	margin-left:85px;
}

#main #navi ul li {
	float:left;
	margin:4px 12px 2px 12px;
	line-height:26px;
	list-style:none;
	border:1px solid #000;
}

#main #navi ul li  a {
	color:#666;
	font-size:12px;
	font-weight:800;
	padding:9px 25px;
	line-height:18px
}

#main #navi ul li  a:hover,
#main #navi ul li  a.active {
	color:#000;
	background-color:#dfddda;
	font-size:15px;
	
}

/*====== SUB-NAVI ====*/


#main #navi #subnavi {
	margin-left:305px;
	margin-top:18px;
	height:17px;
}


#main #navi #subnavi li  a {
	color:#666;
	font-weight:100;
	font-size:12px;
	padding:1px 5px;
	line-height:17px
}

#main #navi #subnavi li  a.active{
	color:#f00;
	background:none;
	font-size:13px;
	padding:5px;
}

/*======  CONTENT ====*/

#main #content {
	background: url(./img/back_content.jpg) 0 0 repeat-y;
	min-height:300px
}
/*======== SPALTEN IM TEXTKOERPER =======*/
#main #content #colOne,
#main #content #colL,
#main #content #colR  {
	width:566px;
	padding-left:96px;
	padding-top:28px;
}

#main #content #colL,
#main #content #colR  {
	width:255px;
	float:left;
}

#main #content #colR  {
	padding-left:60px;background-color:#f99
}



#main #content .prod { 
	background-color:#ccc;
	padding:6px 15px;
	line-height:15px;
	font-size:11px;
	color:#666;
	margin-bottom:16px;
	min-height:110px;
	
}
/*======== FOTO IM TEXTKOERPER =======*/

#main #content .photo {
	height: 100px;
	width: 100px;
	float:left;
	margin:-6px 9px 2px -16px;
}

#main #content .photo  li {
	display:inline;
	width:100px;
	height:100px;
	margin: 0;
	background-image:none
}
* html #main #content .photo  li {
	display:inline;
	width:100px;
	height:100px;
	background-image:none;
}

#main #content .photo li a {
	display:block;
	width:100px;
	height:100px;
	text-decoration:none;
	background-image:none
}
#main #content .photo li a img { 
	display:block;
	width:100px;
	height:100px;
	background-color: #fff;
	z-index:99;
}



/*======== Tabellen =======*/
#main #content table {
	width:580px;
	border:0;
}

td {
	padding:2px 16px;
	vertical-align:top;
	border-bottom:1px solid #666;
}
td.zahl {
	font-weight:800;
	color:#000;
}

.gr {
	background-color:#ccc;
}


/*======  FUSSZEILE ====*/

#main #feet {
	background: url(./img/back_feet.jpg) 0 0 no-repeat;
	height:66px;
	padding-top:22px;
	border-top:1px solid #000;

}
#main #feet ul {
	margin-left:100px;
}

#main #feet ul li {
	float:left;
	margin:14px 9px;
	line-height:26px;
	font-weight:700;
	list-style:none;
}

#main #feet ul li  a {
	color:#eee;
	font-size:12px;
	font-weight:800;
	padding:9px;
	line-height:18px
}

#main #feet ul li  a:hover,
#main #feet ul li  a.active {
	color:#2F2A25;
	font-size:13px;
	border:1px solid #666;
	
}

/*   Formularfelder wie Name, Kontonr. etc. 
-------------------------------------------------------- */
p input,
p select,
p textarea,
p submit	{   
	border: 1px solid #000;
	background-color:#fff;
	color:#000;
	line-height:18px;
}

p input.radio {
	border:none;
	background-color:transparent;
}

p select {
	background-color:#fff;
	text-align:center;
}


fieldset {
	float:left;
	margin-right: 4px;
}
legend {
	font-weight:800;
	color:#000;
}
* html fieldset {
	width:500px;
}

fieldset p {
	width:500px;
	margin:8px 0;
	color:#000;
}

* fieldset p {
	margin:12px 0;
	color:#000;
}

label {
	display: inline;
	width:100px;
	float: left;	
	margin:3px 9px 0 0;
	line-height:9px;
	font-size:11px;
	text-align:right;
}
.send {
	width:80px;
	padding:2px;
	font-size:0.8em;
	color:#333;
	border:1px solid #000;
	background-color:#fff;
	margin-top:4px;
	float:right;
	font-weight:700;
	margin-right:280px;
	line-height:12px
}

p textarea {
	height:8em;
}




