/******************************************
Copyright (c) 2010 cdnet-internetservice  *
       Alle Rechte reserviert             *
*******************************************/
html * {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size:1em;
	line-height:1.5em;
	color: #666;
	background-color: #dad4cd;
	text-align:center;
}

h1  {
	color:#999;
	font-size:1.3em;
	line-height:17px;
	font-weight:700;
	margin:0 0 2px 18px;
}

h2  {
	color:#666;
	font-size:1.2em;
	margin:22px 18px;
	font-weight:600;
}
h3  {
	display:block;
	width:250px;
	color:#666;
	font-size:1.2em;
	line-height: 18px;
	font-weight:100;
	float:left;
}

a {	text-decoration:none;
	font-size:1em;
	color:#000;
}
.small {
	font-size:0.7em;
}

/* ======= CONTENT - BEREICH ======== */

#main  {
	width:826px;
	height:642px;
	margin:30px auto;
	text-align:left;
}

/*___ KOPFTEIL mit TEXT ___*/

#main  #head {
	background: url(./img/head_top.jpg) 0 0 no-repeat;
	height:356px;
	padding: 75px 34px;
	padding-bottom:30px;
}
#main  #head.wir {
	background: url(./img/back_txt.jpg) 0 0 no-repeat;
}

#main  #head  p {
	margin-top:-12px
}

#main  #head #colL,
#main  #head #colR {
	float:left;
	width:150px;
	font-size:0.8em;
}
#main  #head #colL img {
	margin-top:2px;
}


#main  #head  #colR {
	width:578px;
	height:380px;
	overflow:auto;
	padding-right:22px;
}

#main  #head  ul {
	width:500px
}

#main  #head  li {
	margin-bottom:8px;
}
/*=== TEXT-LINKS ====*/

#main  #head  a.seclink {
	color:#fff;
	padding:2px 6px;
	background-color:#888;
}
#main  #head  a.seclink:hover {
	color:#000;
	text-decoration:underline;
	background-color:transparent;
}

#main  #head  .box  {
	margin:22px 32px;
	height:25px

}


/*=== REFERENZ-LINKS ====*/

#main  #head  a.reflink {
	line-height:1.2em;
	color:#433;
	padding:2px 26px;
	float:left;
	background: url(./img/pfeil-re.png) 0 3px  no-repeat;
}
#main  #head  a.reflink:hover {
	color:#fff;
	text-decoration:none;
background: #888 url(./img/pfeil-re.png) 0 -12px  no-repeat;
}

/*____ FEED ___*/	
#main  #feed {
	background: url(./img/back_bottom.png) 0 0 no-repeat;
	height:147px;
	padding: 16px 34px;
}

#main  #feed  .kasten {	
	float:left;
	height:129px;
	width:129px;
	margin-right:18px;
}

#main  #feed  .kasten  ul {	
	margin-top:0;
	
}
#main  #feed  .kasten  li {	
	list-style:none;
	margin-bottom:12px;	line-height:1em;
}

#main  #feed  .kasten   li a{	
	font-size:1em;
	color:#666;
	padding-left:20px;
	font-weight:600;
	line-height:1em;
}

#main  #feed  .kasten   li a:hover,
#main  #feed  .kasten   li a.active {	
	color:#9d060a;
	background: url(./img/navi_pfeil.png) 0 3px no-repeat;
}

#main  #feed  .kasten  img {	
height:129px;
	width:129px;
	border:0;
}

#main #feed #foot-face {
	float:left;
	padding-left:682px;
	height:33px;
}
	
.clear {
	border:0;
	padding:0;
	height:0;
	font-size:0;
}

/* ===== FORMULAR ===== */
fieldset {
	border:0;
}

*+html fieldset {
	width:450px;
	margin: 0;
}


p input,
p select,
p textarea,
p submit	{   
	border: 1px solid #666;
	background-color:#d7dfe3;
	margin-top:2px;
	color:#333;
	width:275px;
}


fieldset p {
	width:520px;
	margin:22px 0;

}

label {
	display: inline;
	width:135px;
	float: left;	
	line-height:1.8em;
	font-size:1em;
	text-align:right;
	margin-right:12px;
}


.send { display:inline;
	width:auto;
	cursor:pointer;
	padding:3px 16px;
	font-size:1em;
	color:#333;
	border:none;
	background-color:#aaa;
	margin-top:4px;
	font-weight:700;
}
.send:hover {
	background-color:#666;
	color:#fff;

}

p textarea {
	height:8em;
}
p input:hover, p textarea:hover,
p input:focus, p textarea:focus {
	background-color: #fff;
}

.kurz {  width: 55px;}
.kurz2 {  width: 55px;}

/* Formularfelder wie PLZ und Betrag */
.super_kurz {  width: 20px; }

/* Formularfelder wie PLZ und Betrag */
.lang {  width: 250px; }

/* Formularfelder wie Termin */
.ohne  {  border:0;
	background-color:transparent;
}
