* 
{
	margin: 0;
	padding: 0;
}


body 
{
	background: transparent url(balkans_get_up_bg.jpg) no-repeat;
}




	span.nowrap /*(für nicht-trennbare Wörter)*/
{
	white-space: nowrap;
}

#textfeld 
{
	position: absolute;
	width: 500px;
	font-family: Georgia, Times New Roman, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10pt;
	background-color: #fff;
	color: #666;
	line-height: 160%;
	top: 175px;
	left: 450px;
	padding-bottom: 20px;
	text-align: left;
	clip: auto;
	border-bottom: 40px solid #36A7E9;
	border-top: 15px solid #eee;
	border-right: 4px dotted #36A7E9;
	z-index: 1;
}

#textfeld h1 
{
	font-family: Georgia, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #c03;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 140%;
	margin: 20px 0 20px 30px;
	width: 80%;
	background: transparent;
}

#textfeld h2 
{
	font-family: Georgia, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #36A7E9;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 160%;
	margin: 0 0 10px 30px;
	border-top: dotted 2px;
	border-bottom: dotted 2px;
	width: 300px;
	background: transparent;
}

#textfeld p, #textfeld ul, #textfeld address 
{
	margin: 0 40px 20px 30px;
}

ul
{ 
	font-style: normal;
	font-weight: normal; 
	list-style-image: url(bullet.gif); 
}

li
{
	padding-bottom: 10px;
}


img
{
	border: 0px;
}


a:link, a:visited {
	font-style: normal;
	font-weight: normal;
	color: #c03;
	text-decoration: none;
} 


a:hover, a:active { 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: underline } 




#menue
{
	z-index: 1;	
	position: absolute;
	top: 170px;
	left: 440px;
	width: 500px;
	height: 20px;
	background-color: transparent;
	margin: 0 0 0 35px;


}

#menue li
/* alle li in der id menue: hintereinander */
{
	display: inline;
}


#menue a:link, #menue a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
   padding: 0 5px 5px 5px;
	background: transparent url(menue.gif) 0 2px no-repeat;
} 



#menue a:hover, #menue a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal; 
	font-weight: bold; 
	color: #c03; 
	text-decoration: none;
	/*	background: #fff */} 


#menue a.menue_active:link, #menue a.menue_active:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #c03;
	text-decoration: none;
	/*	background: #fff */
} 

#menue a.menue_active:hover, #menue a.menue_active:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal; 
	font-weight: bold; 
	color: #903; 
	text-decoration: none } 


	
	
#bild 
{
	position: absolute;
	top: 100px;
	left:100px;
	width: 620px;
	height: 100px;
	}
	
	
	
#adresse
{
display: none;
}		
	
#bildleiste
{
	float: right;
	padding-left: 10px;
	margin-left: 0px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 8pt;
	line-height:10pt;
	text-align: right;
}	




/* =Hoverbox Code für Bildleiste
----------------------------------------------------------------------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	vertical-align: top;
	width: 200px;

}

.hoverbox li
{
	margin-left: 20px;
	/*border-right: 20px solid #f93; */
	float: right;
	position: relative;
}

.hoverbox .preview
{
	width: 400px;

}

