
/*ALLGEMEINE EINSTELLUNGEN*/

* { margin: 0 auto; padding: 0; }

body{
	padding:20px;
	margin:0 auto;
	background: #A09F8D;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	font-size: 12px;
        text-align: center;
}

img{ 
	border:0px;
}

a:hover{
	text-decoration:none;
}


#wrapper{
	width: 760px;
	margin: 0 auto;
        padding: 0px;
	background: #F1F2EC repeat-y;
        background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}


.leftbox{ 
	float: left;
        margin: 0px;
	padding: 0px;
}

.topbox{ 
	float: top;
        margin: 0px;
	padding: 0px;
}

.lb{ 
	float: left;
        margin-right: 6px;
	padding: 0px;
}

.rightboxtop{
	float: right;
        margin: 0px;
	padding: 0px; 
}

.rightbox{
	float: right;
        margin: 8px;
	padding: 0px; 
}

.centerize{
	text-align: center;
}

.clearing{
	height: 0;
	clear: both;
}



/*HEADER*/

#header{
	position: relative;
        background: #FFFFFF top no-repeat;
        background-image: url(images/header1.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 760px;
	height: 97px;
}

h1.logo{
	display: none;
}

#container{
	width: 760px;
	float: left;
}


#mainimg{
        background: #60615C top no-repeat;
        background-image: url(images/mainimg1.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 100%;
	height: 204px;
}




#mainborder{
        background: #565654 top no-repeat;
	width: 100%;
	height: 43px;
        border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #474746;
}


#sidebar{
        background: #FFFFFF top no-repeat;
        background-image: url(images/scroll.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 218px;
	height: 252px;
	float: right;
	padding: 0px 0;
	text-align: left;
        margin-top: -252px;
}

#scroll{
	margin-left: 20px;
	margin-right: 15px;
	font-size: 11px;
	line-height: 13px;
}

#scroll h1{
	font-size: 11px;
        font-weight: bold;
	text-align: center;
	margin-left: -10px;
	margin-right: -2px;
}

/*CONTENT*/

#contentnav {
	float: left;
	padding: 0px;
	margin: 20px;
	background: #E1E3D6;
	width: 190px; 
	}

#contentnav2{
	padding: 10px;
	font-size: 11px;
	text-align: justify;
}


#contentnav2 h1{
	font-size: 13px;
        font-weight: bold;
	text-align: center;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474746;
	margin-bottom: 5px;
}

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

.roundcorner1 {
	   width: 100%;
	   background: url(images/ecke-ol.gif) no-repeat top left;
	}

.roundcorner2 {
	   width: 100%;
	   background: url(images/ecke-ur.gif) no-repeat bottom right;
	}


#contenttext {
	float: left;
	padding: 0px;
	margin-top: 20px;
	background: #F1F2EC;
	width: 500px;
	font-size: 13px;
	text-align: justify;
	}

#content1 {
	float: left;
	padding: 0px;
	margin-top: 20px;
	background: #F1F2EC;
	width: 500px;
	font-size: 13px;
	text-align: justify;
	}

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

#content1 h1{
	font-size: 17px;

	text-align: left;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A09F8D;
	margin-bottom: 5px;
}

#content1 h2{
	font-size: 14px;

	text-align: left;
}


/*FOOTER*/

#footer{
        background: #F2F2EC top no-repeat;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #565654;
        border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #565654;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	color: #565654;
        clear: both;
}
#footer a:link, a:visited{
	color: #565654;
	text-decoration: none;
}
#footer a:hover, a:active{
	color: #000000;
        text-decoration: underline;
}

