/* global */

/* whitespace reset */

body,div,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,th {
	margin:0px;
	
}
blockquote {margin:6px 0 0 18px;padding:0px;}
table {border-collapse:collapse;}
td {height: 15px; padding: 6px;}
img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}

body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: small;
text-align: center;
color: #000000;
padding:0px;
}

.clear { /* float-clearing element */ clear: both; height: 0; line-height: 0; }

/* font sizing */

h1 {font-size: 135%; color: #000099; margin-bottom: 8px; }
h2 {font-size: 20px; font-weight: bold; color: #000099; font-family: verdana, arial, sans-serif; margin:2px 0 -6px 0; padding:0 0 3px 0; display: block; }
h3 { font-size: 90%; font-weight: bold; color: #000000; margin-top: 8px; margin-bottom: 8px; display: block; }
h4 { font-size: 100%; font-weight: bold; color: #00a0af; margin-top: 4px; margin-bottom: -3px; display: block; }
p { padding: 4px 0 8px 0; margin: 0; }

/* lists */

ul { padding: 5px 10px 5px 20px; margin: 0px; }
li { padding-bottom: 5px; margin: 0px; }
ul li ul li{ list-style-type: none; }

dl,dt,dd { padding: 0px; margin: 0px; }
dl { position: relative; }

/* links */

a {
	color: #333333;
	text-decoration: none;}
	
a:hover { color: #333333; text-decoration: none; }

/* layout elements */


div#main-column {
float: left;
width: 600px;
margin: 0 0 0 20px;
display: inline;
}

/* abstand von oben zum text */
div#header {
position: relative;
width:900px;
height: 80px;
padding:0px;
margin:0px;
}


/* footer elements */

div#footer {
float: left;
text-align: center;
width: 900px;
height: auto;
color: #ffffff;
text-decoration: none;
font-size: 75%;
margin: 12px 0 20px 0;
display: inline;
}

div#footer a {
color: #ffffff;
text-decoration: none;
}

div#footer a:hover {
color: #ffffff;
text-decoration: underline;
}

p#disclaimer {
float: left;
text-align: center;
width: 600px;
height: auto;
color: #ffffff;
font-size: 9px;
padding: 0px;
margin: 8px 0 0 150px;
display: inline;
}

