body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	background-image:url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	border-bottom-color: #FFFFFF;
	}

/* layout structure --------------------------- */

#header
	{
	margin: 0px 0px 0px -390px;
	padding: 0px;
	height: 199px;
	width: 779px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 0px;
	text-align: right;
	background-image: url(../images/top_left_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#leftbox 
	{
	margin: 0px 0px 0px -390px;
	padding: 0px;
	height: auto;
	width: 200px;
	left: 50%;
	top: 199px;
	position: absolute;	
	z-index:20;
	}

#rightbox {
	margin: 0px 0px 0px -190px;
	padding: 0px;
	height: auto;
	width: 579px;
	position: absolute;
	left: 50%;
	top: 199px;
	z-index: 30; 

}

/* leftbox decoration  ------------------------- */

#navigation {
	width:200px;
	margin:0;
	padding:0;
	background-color:#FDB827;

}

#navigation ul {
	width:auto;
	margin:0;
	padding:0;
	height:auto;
	list-style-type:none;
	font-size:120%;
	border-bottom:1px solid #ffdb91;
	
}

#navigation  li {
	margin:0;
	padding:5px 5px 5px 15px;
	width:auto;
	height:auto;
	border-bottom:1px solid #dc9501;
	border-top:1px solid #ffdb91;
	}
#navigation  li a {
	text-decoration:none;
	color:#781f4d;

	}
#navlist a:visited

	{
	color:#781f4d;
	text-decoration:none;
	}

#navigation a:hover, #navigation ul#navlist li a.active 

	{
	color:#fff;
	font-weight:bold;
	
	}
#navigation ul li:hover, #navigation ul li.high	

	{
	background-color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FECF6D;
	}

/* links---------------------------------- */
a:link, a:visited {
	
	text-decoration:none;
	color:#6EA2C1;
}	
a:hover {
	text-decoration:underline;
	
}

/* #qoute decoration ---------------------------------- */

#qoute
	{
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	background: url(../images/quote_topleft_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	
	}
#qoute h3
	{
	margin:0;
	padding:35px 20px 20px 15px;
	color:#781F4D;
	background: url(../images/quote_bleft_bg.gif) no-repeat bottom left;
	}

.armani
	{
	font-size:90%;
	line-height:2em;
	}

/* #content decoration ------------------------ */

#content
	{
	margin:0;
	padding:15px 20px 15px 20px;
	width:auto;
	height:auto;
	line-height: 1.5em;
	}

#content h1
	{
	padding-top:2px;
	font-weight: normal;
	}




.footer
	{
	margin:0;
	padding-top:10px;
	font-size:80%;
	border-top:2px dotted #999999;
	
	}

/* Seminare table decoration------------------------------ */

table
	{
	width:auto;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;		
	}
table th, table td
	{
	margin:0;
	padding:8px 20px;
	text-align:left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #CCCCCC;	
	}
table .ort
	{
	text-align: left;
	}

/* Einkaufen  decoration --------------- */

#content dl
	{
	margin:0;
	padding:0;
	}

#content dt
	{
	float:right;
	width:280px;
	margin:0;
	padding:0;
	}

#content dd
	{
	margin:0;
	padding:0
	}

#content dd.img 
	{
	float:left;
	margin:0 8px 0 0;
	padding:4px;
	}
#content p.navbottom
	{
	clear:both;
	}
/* Personlich and Homeparty decoration --------------------- */


#left div
	{
	padding-right:20px;
	}


/* Common Elements ----------------------------------------- */

p	{
	margin:1em 0 1em;
	padding:0;
	}
h1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:normal;
	margin:0;
	padding:0;
	}
h2	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:normal;
	margin:0 0 1em 0;
	padding:0;
	}

h3	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:normal;
	margin:1.5em 0 0 0;
	padding-bottom:2px;
	}
