﻿/* reset.css - hier werden die Browserdefaults überschrieben, und neudefiniert.  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
ul, ol, dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

a > h1, a > h2, a > h3, a > h4, a > h6
{
	cursor: pointer;
}

li
{
	list-style-type: none;
}

/* MAIN LAYOUT */
html, body, #aspnetForm {
	width: 100%; height:100%;
}

.viewPort {
	width: 100%;
	min-height: 100%;
	background: url(/Images/bg_verlauf.png) left bottom repeat-x;
}

.innerViewPort { 
	width: 100%;
	overflow: hidden;
	padding: 0 0 60px; 
}

.viewFooter {
	clear: both;
	height: 60px;
	position: relative;
	margin-top: -60px;
}

.teaserGroup { 
	float: left;
	width: 122px;
	padding-top: 55px;
	padding: 60px 38px 0 20px;
}
	
.contentMain {
	float: left;
	width: 664px;
	position: relative;
}

body 
{
	color: #494949;
	background: #ffffff;
	display: block;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:16px;
}

a:link, a:visited
{
	color: #1d8168;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
}


.skipNav
{
	position:absolute;
	text-indent:-999em;
}

/* definition of the replaced-class used for image-replacement. */
.replaced
{
	text-indent:-1000em;
}

a.replaced
{
	display:block;
}



/* Imporatnt for PNG Fix! */
h1, h2 { font-size:10px; }

.normal { cursor: pointer; }

fieldset
{
	background:#daeae7;
	width:658px;
	padding: 20px 0 20px 18px;
	border:0px;
	position:relative;
}

fieldset br
{
	clear:both;
	margin:18px 0 0 0;
}



