/* --------------------------- common selectors*/


body {
text-align: center;
background-color: #f4f3ee;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #919191;
font-weight: normal;
font-style: normal;
font-stretch: none;
text-decoration: none;
line-height: 18px; }

a:link {
text-decoration: none;
color: #919191; }

a:hover {
color: #000000;
text-decoration: none; }

a:visited {
color: #919191; 
text-decoration: none;
}

h1{
   font-size: 15px;
   color: #993300;
    }

h2{
   font-size: 13.5px;
   color: #919191;
   text-align: left;
    }
/* --------------------------- werbung*/

.werbung-l {
    margin-left: 1020px;
    margin-top: 200px;
    width: 180px;
    height: 588px;
    background:url(werbung2.png) no-repeat ;
    position:fixed;
}
.werbung-r {
    margin-top: -582px;
    margin-left: 125px;
    width: 180px;
    height: 588px;
    background:url(werbung1.png) no-repeat;
    position:fixed;
}
/* --------------------------- sepcific selectors*/

#metawrapper {
margin-top: 150px;
margin-right: auto;
margin-left: auto;
width: 610px; }

#headerelement {
border-bottom: 1px #919191 dotted; 
position: relative;
}

#mainmenue {
font-size: 10px; 
padding-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}

#blockelement {
text-align: center;
border-bottom: 1px #919191 dotted; 
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
}

#footerelement {
position: relative;
margin-bottom: 20px;
font-size: 10px; }


#infotext {
margin-top: 10px;
text-align: center; }

#impressum {
font-size: 10px; 
border-bottom: 1px #919191 dotted; 
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
text-align: center; 
}

#header {
padding-top: 5px;
padding-bottom: 5px; }

#gallerytable {
margin-right: auto;
margin-left: auto;
}

#gallerytable *img {
padding: 4px;
border: 1px #919191 dotted; 
}

#gallery {
margin-top: 10px;
margin-bottom: 10px; 
margin-right: auto;
margin-left: auto;
height: auto;
}

#gallery img{
padding: 3px;
}



/* --------------------------- tooltip*/

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:9px;
	width:130px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(<?php echo $REX['HTDOCS_PATH'] ?>files/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(<?php echo $REX['HTDOCS_PATH'] ?>files/tipFooter.gif) no-repeat;
}



/* --------------------------- classes*/


