/*
-----------------------------------------
Stylesheet domain.de
d2c4af, eee8df
-----------------------------------------
*/

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: VERDANA, ARIAL, HELVETICA;
	text-align: center;
	color: #000000;
	background: #eee8df url(../img/bg_top.png) repeat-x;
}

h1
{
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
}

h2, h3
{
	font-size: 14px;
	color: #000000;
}

/* -------- Links Konfig --------- */

a:link
{
    color: #000000;
    text-decoration: underline;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:active
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}

/* -------- Maincontainer -------- */

div#wrap
{
	margin: 40px auto 40px auto;
	padding: 0px auto;
	width: 800px;
	height: auto;
	min-height: 475px;
	text-align: left;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}

div#header
{
	margin: 0px auto auto 0px;
	padding: 5px;
	height: 25px;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

div#content
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	min-height: 440px;
	width: 800px;
	min-width: 800px;
	text-align: left;
	background-color: #ffffff;
}

div#content-left
{
	float: left;
	margin: 0px auto 0px 0px;
	padding: 0px;
	height: auto;
	min-height: 440px;
	width: 300px;
	min-width: 300px;
	text-align: left;
	background: Transparent url(../img/paletten.png) no-repeat;
}

div#content-right
{
	margin: 0px 0px 0px 301px;
	padding: 0px;
	height: auto;
	min-height: 440px;
	width: 500px;
	min-width: 500px;
	text-align: left;
	border-left: 1px solid #000000;	
}

div#infotext
{
	margin: 0px;
	padding: 10px;
	height: auto;
	width: auto;
	text-align: left;
}

div#footer
{
	margin: 0px auto;
	padding: 5px;
	width: 790px;		
	height: 20px;
	border-top: 1px solid #000000;
}

div#footerleft
{
	float: left;
	text-align: left;
	margin: 3px auto 3px 10px;
}

div#footerright
{
    float: right;
	text-align: right;
	margin: 3px 10px 3px auto;
}
