/***************************************************
* CSS das korrektiv
* (c) akea webdesign
* author:  Gina Steiner (steiner@akea.de),
* Last Modified: 21.9.2006
****************************************************/
/* general */
body {
	background-color: #FFFFFF;
	background-image: url("../grafik/hgr.gif");
	color: #666666;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 17px; 
}
/* links */
a {
	color: #666666;
}
a:hover {
	color: #ff9900;
}
.menu a:active, .menu a:focus {
	color:#fff;
}

/* images */
img {
	margin: 0;
	padding: 0;
	display: block;
}

/* absätze */
.klein {
	font-size: 10px; 
	line-height: 13px;
}
p.mail {
	line-height: 15px;
}
.orange {
	color: #FF9900;
	font-weight: bold;
}

/* layout */
#container {
	width: 700px;
	margin: auto;
	padding-top: 60px;
}

/* header */
#header img{
	display: inline;
}
#header div.common {
	margin-left: 90px;
	display: inline;
}
#header div.dynamic {
	margin-left: -3px;
	display: inline;
}
#header div.biene {
	margin-left: 46px;
	display: inline;
}

/* menu */
#inhalt div.menu {
	position: absolute;
	margin-left: 0px;
	margin-top: -4px;
}
a.abstand img {
	margin-top: 0px;
}

/* content */
#inhalt div.content {
	position: absolute;
	width: 380px;
	height: 280px;
	margin-left: 265px;
}
/* No margins around the whole image-block */
#links DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 40px !important;
}
#links DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 40px !important;
}
/* Space below each image (also in-between rows) */
#links DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom: 15px;
	margin-bottom: 0px;
}
#links DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	padding-bottom: 15px;
	margin-bottom: 0px;
	display: block;
}
#links DIV.csc-textpic DIV.csc-textpic-imagerow {
	clear: both;
}
#outer {
	height: 280px;
	overflow: hidden; /* ??? */
	
	/*vertical-align: middle
	line-height: 280px;*/
	
	position: relative; /* for ie only*/
}
#outer[id] { /* for standard browsers*/
	display: table;
	position: static;
}
#middle { /* for ie only*/
	position: absolute;
	top: 50%;
}
#middle[id] { /* for standard browsers*/
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner { /* for ie only*/
	position: relative;
	top: -50%
	
	/*line-height: 17px;*/
}
/* optional: #inner[id] {
	position: static;
}*/

/* navigation bei referenzen */
a.kommentare {
	background-color: transparent;
	background-image: url("../grafik/de/kom_0.gif");
	/*background-repeat: no-repeat;
	background-position: bottom;*/
	height: 1px;
	padding-left: 120px;
	/*padding-top: 10px;*/
	margin-left: 120px;
	text-decoration: none;
}
a.kommentare:hover {
	background-image: url("../grafik/de/kom_1.gif");
}
a.kunden {
	background-color: transparent;
	background-image: url("../grafik/de/kunden_0.gif");
	height: 1px;
	padding-left: 120px;
	/*padding-top: 10px;*/
	/*margin-left: 120px;*/
	text-decoration: none;
}
a.kunden:hover {
	background-image: url("../grafik/de/kunden_1.gif");
}
span.kunden {
	background-color: transparent;
	background-image: url("../grafik/de/kunden_1.gif");
	/*background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;*/
	/*padding-top: 10px;*/
	padding-left: 120px;
}
span.kommentare {
	background-color: transparent;
	background-image: url("../grafik/de/kom_1.gif");
	/*padding-top: 10px;*/
	padding-left: 120px;
	margin-left: 120px;
}

/* formular */
#formfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DFE2E1;;
	border: 1px solid #B0B0B0;
	width: 180px;
	height: 16px;
}
#textArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DFE2E1;;
	border: 1px solid #B0B0B0;
	width: 180px;
	height: 120px;
}
.button {
	width:70px;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}