/*
Stlyes fuer Dorles Website
http://www.dorle-wolf.de

(c) 2003 Leonard Burtscher
ileo Webdesign
http://www.ileowebdesign.de
*/




/* Allgemeine Klassen Anfang */



html {	overflow-x:hidden;
	}


body {
	margin-top: 5px;
	margin-left: 5px;
	margin-width: 0px;
	margin-height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dddddd;
	background: #000000;
	font-size: 12px;
	}

.bold {
	font-weight: bold;
	}

.small {
	font-size: 15px;
         color: #99CCFF;
	}

.subheadline {
	color: #99CCFF;
	font-weight: bold;
	font-size: 14px;
	}

.headline {
	font-weight: bold;
	font-size: 18px;
	}

.headlinebig {
	font-weight: bold;
	font-size: 36px;
	}

/* Allgemeine Klassen Ende */




/* Links Anfang */

a:active {
	color: #99CCFF;
	text-decoration: underline
	}

a:link {
	color: #99CCFF;
	text-decoration: none
	}

a:visited {
	color: #99CCFF;
	text-decoration: none
	}

a:hover {
         color: #99FFE5;
	text-decoration: none;
	}

/* Links Ende */





.bannerbox
{
position:absolute;
top:35px;
left:530px;
width:474px;
}



.front
{
position:absolute;
top:35px;
left:35px;
width:400px;
}


.welcomebanner
{
position:relative;
font-weight: bold;
}










.container {
    position: relative;
	}

         .footer {
    position: absolute;
    bottom: 0;
	}
