/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p,
blockquote, th, td 
{ margin: 0; padding: 0; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Normaliseirt font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Entfernt list-style aus Listen */
ol, ul
{ list-style: none; }

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Tabellenvorgabe */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border: 0; }

/* Richtet Text in caption und th links aus */
caption, th
{ text-align: left; }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content: '';}

p {
	line-height: 15px;
}

a {
	color: black;
}

.errormessage {
	color: red;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.cssbuttonfirst {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;  
    height: 16px;
    background-color: #E5EEB8;
    color: black;
    border: 0px;
    text-align: center;  
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    margin-top: 0px;
    margin-right: 0px;	
}

.cssbuttonfirst a {
	display: block;	
	line-height: 16px;
	text-decoration: none;
	color: black;
}








html,body {
	background: none;
}

div#leftcol, div#header .headnavi, div#navi, div#contentpic {
	position: absolute;
	top:0px;
	left: -2000px;
}

div#content {
	width: 638px;
}







div#footer {
	width: 638px;
}


