html {
	min-height: 100.1%;
}
body {
	background:url(../images/back/back_body.gif) center top no-repeat;
	margin: 0px;
	font: 75% Arial, Helvetica, sans-serif;
	text-align: center;
}

#page {
	width: 980px;
	text-align: left;
	margin: 30px auto 0px;
}

/* Kopfbereich */

#head {
	height: 70px;
	padding: 20px 0px 0px;
}
#head img {
	border-style: none;
}
#head img.right {
	float: right;
	padding: 0px;
	margin: 7px 10px 0px;
}
#title {
	padding: 0px 0px 20px 310px;
	float: left;
}



/* Hauptbereich */

#main {
	padding: 0px 0px 0px 0px;
	clear: left;
}


/* Menü */

#menu {
	width: 260px;
	float: left;
	padding-bottom: 30px;
}

#menu ul {
	margin: 0px 0px 20px 60px;
	padding: 0px;
	list-style: none;
}
#menu li {
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding: 0px;
}

#menu li.long {
	line-height: 15px;
}

#menu li a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0px;
	width: 140px;
	text-align: right;
}

#menu li a:hover {
	color: #999;
}

#menu li a.active {
	color: #dd0000;
}



#base {
	width: 710px;
	padding: 0px; 
	margin: 0px;
	float: left;
}

#visual {
	float: left;
	padding: 0px 0px 50px 50px;
	margin: 0px;
	width: 660px;
}

/* Wrapper */

#wrapper {
	float: left;
	width: 410px;
	padding: 0px 50px 50px;
	margin: 0px;
}
#wrapper.large {
	border-right-style: none;
	width: 660px;
	padding-right: 0px;
}
#wrapper.full {
	margin-left: 0px;
	border-right-style: none;
	padding-right: 0px;
	width: 660px;
}
#wrapper.home {
	width: 580px;
	margin-left: 0px;
	margin-bottom: 30px;
}




/* Inhalte */

#content {
	float: left;
	padding: 0px 0px 20px;
	width: 100%;
}

.image-row img {
	width: 120px;
	height: auto;
}



/* Überschriften */

#content h1 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
#content h2 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}


/* Absatzformate */

#content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #555;
}
#content p.author {
	float: left;
	padding-right: 10px;
	font-size: 11px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	line-height: 15px;
}
#content p.date {
	font-size: 11px;
	line-height: 15px;
}
#content p.lead {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
#content p.previous {
	float: left;
	color: #999;
}
#content p.overview {
	text-align: center;
	color: #999;
}
#content p.next {
	float: right;
	color: #999;
}


/* Listenformate */

#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: square;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	color: #555;
	margin-bottom: 5px;
	font-size: 12px;
}

/* Weitere Formate */

#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDD;
}
#content cite {
	font-size: 11px;
	margin-bottom: 10px;
	font-style: normal;
}

/* Bilder */

#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	border-style: none;
}
#content img.left {
	float: left;
	margin-right: 20px;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}
#content img.right {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}

/* Hyperlinks */

#content a {
	text-decoration: none;
	color: #D03;
	font-weight: bold;
}
#content a:hover {
	color: #000;
}
#content abbr {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}


/* Formulare */

#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #D00;
	border-style: none;
}
#content form span {
	font-size: 12px;
	color: #999;
}
#content form br {
	clear: left;
}
#content fieldset {
	margin: 0px;
	padding: 10px 0px;
	border-style: none;
}
#content fieldset.button {
	padding-left: 150px;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #384;
	line-height: 20px;
	font-weight: bold;
}



/* Feldbezeichner */

#content label {
	font-size: 12px;
	line-height: 25px;
	padding-right: 10px;
	float: none;
	vertical-align: middle;
	color: #666;
}
#content label.before {
	float: left;
	width: 140px;
	display: block;
}
#content label.between {
	padding-left: 10px;
}
#content label.data {
	line-height:30px;
}
#content label.after {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 400px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 3px 0px 2px;
	width: 380px;
}
#content label.error {
	color: #C00;
}



/* Eingabefelder */

#content input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#content input.text {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0px 1px;
	vertical-align: middle;
}
#content input.text:focus {
	border: 1px solid #999;
}
#content input.horizontal {
	margin: 1px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 150px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input.file {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}


/* Mehrzeilige Felder */

#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#content textarea:focus {
	border: 1px solid #999;
}


/* Auswahllisten */

#content select {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select:focus {
	border: 1px solid #999;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}


/* Schaltflächen */

#content button {
	font: 12px Arial, Helvetica, sans-serif;
}


/* Inlineformate */


#content span.author {
	padding-right: 10px;
}
#content span.date {
	color: #666;
}
#content span.hint {
	line-height: 25px;
	vertical-align: middle;
	padding-left: 10px;
}
#content span.example {
	margin-left: 150px;
	display: block;
	padding-top: 5px;
}




/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	border-style: none;
}
#content th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

/* Referenzen */
#customers td {
	padding: 20px 0px;
	border-bottom: 1px solid #EEE;
	vertical-align: top;
}
#customers  p {
	margin: 0px 0px 5px;
}

#customers img {
	margin: 0px 30px 0px 0px;
}



/* Teaserboxen */

#teaser {
	padding-top: 10px;
	clear: left;
}
#teaser ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#teaser li {
	float: left;
	width: 260px;
	background: #EEE;
	margin: 0px 30px 20px 0px;
	padding: 10px;
}
#teaser li:last-child {
	margin-right: 0px;
}
#teaser li.last {
	margin-right: 0px;
}

#teaser p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#teaser a {
	font-weight: bold;
	color: #06C;
	text-decoration: none;
	padding: 1px 10px;
	border: 1px dotted #06C;
}
#teaser a:hover {
	color: #FFF;
	background: #06C;
}


#teaser img {
	margin: 0px 0px 20px;
}








/* Zusatzspalte */

#column {
	float: left;
	color: #555;
	margin: 0px;
	padding: 10px 0px 50px;
	width: 200px;
	display: block;
}

#column h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#column h5 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#column p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
#column a {
	font-weight: bold;
	color: #D03;
	text-decoration: none;
}
#column a:hover {
	color: #000;
}
#column a.button {
	display: inline-block;
	font-weight: bold;
	background: #777;
	color: #FFF;
	margin-top: 10px;
	text-decoration: none;
	padding: 5px 10px; 
}
#column a.button:hover {
	color: #FFF;
	background: #D03;
}
#column hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDD;
}





/* Fußbereich */

#foot {
	text-align: left;
	clear: both;
	height: 100px;
	margin: 50px 0px 30px 50px;
	padding: 10px 0px 0px;
	border-top: 1px #DDD solid;
}
#foot ul {
	padding: 5px 0px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
}
#foot li {
	list-style: none;
	border-left: 1px solid #CCC;
	font-size: 11px;
	line-height: 20px;
	display: inline;
	margin: 0px;
	padding: 0px 20px;
}

#foot li.first {
	border-left-style: none;
	padding: 0px 10px 0px 0px;
}

#foot a {
	text-decoration: none;
	color: #BBB;
}
#foot a:hover {
	color: #777;
}
