body {
	color: #85502d;
	font-family: Helvetica,Times,sans-serif;
	font-size: 13pt;	
	margin: 0;
	padding: 0;
	min-width: 550px;	
	/*background-color: #abcdab;*/		
}

h1 {
	color: #00a4de;
	font-size: 18pt;
	font-style: italic;
}

h2 {
	color: #00a4de;
	font-size: 14pt;

}

h3 {
	color: #00a4de;
	font-size: 12pt;
}

#window{
	/*width: 80%;	*/
	clear: both;
	width: 780px;
	margin: 0 auto;	
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	/*border-right: 1px solid #abcddf;
	border-left: 1px solid #abcddf;*/
}

#header_wrapper{
	clear: both;	
	/*height: 500px; */	
	width: 100%;
}

#header_image{
	clear: both;	
	overflow: hidden;
	/*height: 200px;*/
	height: 250px;
	/*background: url(../images/header_image.jpg) no-repeat;*/	
	/*background: #7ed1f1;	*/
}

#images{
	padding: 0;
	margin: 0;
}

#header_image2{
	clear: both;	
	overflow: hidden;
	height: 200px;
	background: url(../images/tasse.jpg);		
}


#sub_image{
	clear: both;
	width:95%;
	height: 25px;	
	background: url('../images/dot.png');
	background-repeat:repeat-x;
	margin: 5px auto;
}

#navigation_wrapper{
	clear: both;
	float: left;
	height: 170px;			
}

#navigation{
	padding: 120px 0 0 0;
}

#logo{
	float: right;
	width: 300px;
	height: 150px;
	background: url('../images/logo.png');
}

#logo a{
	display: block;
	width: 300px;
	height: 150px;
	border: 0px;
}

#content_wrapper{
	clear: both;		
	width: 100%;	
}


#footer_wrapper{	
	clear: both;			
	width: 100%;
	padding: 15px 0 0 0;
	text-align: center;
	color: #abcddf;
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;	
}

#footer_wrapper a{	
	color: #7ed1f1;
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;	

}



/******************************************************************************
	Level one menu definitions
******************************************************************************/

#l1menu
{
	font-family: Times;		
	font-style: italic;	
	font-weight: bold;
	clear: both;		
	text-align: left;
	margin: 0;
	padding: 0;
	display: table;		
}

ol.l1
{
	padding: 0;
	margin: 0px 0px 0px 0px;
}

li.l1
{
	float: left;
	width: 75px;
	color: #7ed1f1;
	height: 24px;	
	list-style: none;	
	position: relative;
	z-index: 998;
	text-align: center;
}

li.l1s
{
	float: left;
	color: #c0a087;
	width: 75px;
	height: 24px;
	list-style: none;	
	position: relative;	
	z-index: 998;
	text-align: center;
}

li.l1menuempty
{
	float: left;
	padding: 2px 3em 2px 10px;
	height: 24px;
	list-style: none;	
}


li.l1 a:link,li.l1 a:active,li.l1 a:visited, li.l1 a:hover
{
	font-size: 12pt;	
	color :  #7ed1f1;
	display: block;
	overflow: hidden;
	height: 24px;
	text-decoration : none;
	background-color : transparent;
}

li.l1s a:link,li.l1s a:active,li.l1s a:visited
{
	font-size: 12pt;	
	color :  #c0a087;
	display: block;
	height: 24px;
	overflow: hidden;
	text-decoration : none;
	background-color : transparent;
}



li.l1 ul, li.l1s ul
{
	font-size: 10pt;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	list-style: none;
 	width: 75px; 
	background-color: white; 
	border: 1px solid #00a4de;
	color: #88A826;
	padding: 5px;
	margin: 0;
	z-index: 999;
	text-align: left;
	
}

li.l1s ul li, li.l1 ul li
{
	margin: 3px 0px 3px 0px;	
}

li.l1s ul li.selected 
{
	background-color: #FABF33;
	padding: 1px 0 1px 0;
	color: white;	
}


li.l1 ul a:link,li.l1 ul a:active,li.l1 ul a:visited, li.l1s ul a:link,li.l1s ul a:active,li.l1s ul a:visited
{
	display: inline;
	color: #7ed1f1;
	font-size: 10pt;
	font-style: normal;
}


li.l1 ul a:hover, li.l1s ul a:hover
{
	color: #c0a087;
}

li.l1 > ul, li.l1s > ul, li.l1s > ul li
{
	top: 24px;
	left: 0;
}


li > ul
{
	top: 24px;
	left: 0;
}


li.l1:hover ul, li.l1s:hover ul, li.l1.over ul, li.l1s.over ul
{
	display: block;
}


/****************************************
	Sonstiges
*****************************************/
a:link, a:active, a:visited
{
	color: #00a4de;
	text-decoration: none;	
}

a:hover {
	color: #00a4de;
	text-decoration: underline;	
}


.content_text{
	margin:20px;
}


.content_box{	
	width: 100%;
	border: 1px solid #00a4de;	
	-moz-border-radius:15px;	
}

.content_box .content_text{
	font-style: italic;
}

.content_info_box_wrapper{
	clear:both;
	width: 100%;	
	float:left;
	margin: 10px 0 10px 0;
	-moz-border-radius:15px;	
	/*background: #7ed1f1;*/
	background: #ffffff;
	
}

.content_info_box {
	width: 48%;
	float:left;
	border: 1px solid #00a4de;
	background: #00a4de;
	-moz-border-radius:15px;
	/*
	-moz-border-radius-topleft:15px;
	-moz-border-radius-bottomleft:15px;
	*/
	color: #ffffff;	
	min-height: 350px;
}

.content_info_box_image{
	width: 48%;
	float:right;	
	-moz-border-radius:15px;
	background: #7ed1f1;
	/*
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	*/
	min-height: 350px;
}
p.breaker
{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

/****************************************
	BOXES
*****************************************/

.box1_topr
{
	position: relative;
	top: -20px;
	padding-top: 20px;
	background: url('../images/boxes/box1/topr.png') left top repeat-x transparent;
}

.box1_botr
{
	position: relative;
	top: 20px;
	background: url('../images/boxes/box1/botr.png') left bottom repeat-x #00A9E8;
}


.content_box1_tl
{
	margin: 0;
	padding: 0 0 0 20px;
	background: url('../images/boxes/box1/box.png') left top no-repeat transparent;	
}

.content_box1_tr
{
	margin: -20px 0 0 -21px;
	padding: 0 20px 0 0;
	background: url('../images/boxes/box1/box.png') right top no-repeat transparent;
}

.content_box1_bl
{
	margin: 0;
	padding: 0 0 0 20px;
	background: url('../images/boxes/box1/box.png') left bottom no-repeat transparent;		
}

.content_box1_br
{
	margin: 0;
	padding: 0 0 20px 0;
	background: url('../images/boxes/box1/box.png') right bottom no-repeat transparent;		
}

.content_box1_lr
{
	margin: 20px 0 0 -20px;
	padding: 0 0 0 1px;
	background: url('../images/boxes/box1/boxmiddle.png') left bottom repeat-y transparent;		
}

.content_box1_rr
{
	margin: 0 0 0 20px;
	/* left: 20px; */
	background: url('../images/boxes/box1/boxmiddle.png') right bottom repeat-y transparent;		
}

/* BOX 2 */

.box2_topr
{
	position: relative;
	top: -20px;
	padding-top: 20px;
	background: url('../images/boxes/box2/topr.png') left top repeat-x transparent;
}

.box2_botr
{
	position: relative;
	top: 20px;
	background: url('../images/boxes/box2/botr.png') left bottom repeat-x #00A9E8;
}


.content_box2_tl
{
	margin: 0;
	padding: 0 0 0 20px;
	background: url('../images/boxes/box2/box.png') left top no-repeat transparent;	
}

.content_box2_tr
{
	margin: -20px 0 0 -21px;
	padding: 0 20px 0 0;
	background: url('../images/boxes/box2/box.png') right top no-repeat transparent;
}

.content_box2_bl
{
	margin: 0;
	padding: 0 0 0 20px;
	background: url('../images/boxes/box2/box.png') left bottom no-repeat transparent;		
}

.content_box2_br
{
	margin: 0;
	padding: 0 0 20px 0;
	background: url('../images/boxes/box2/box.png') right bottom no-repeat transparent;		
}

.content_box2_lr
{
	margin: 20px 0 0 -20px;
	padding: 0 0 0 1px;
	background: url('../images/boxes/box2/boxmiddle.png') left bottom repeat-y transparent;		
}

.content_box2_rr
{
	margin: 0 0 0 20px;
	/* left: 20px; */
	background: url('../images/boxes/box2/boxmiddle.png') right bottom repeat-y transparent;		
}



