* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}

html {
    height: 100%;
}

body{
    /*background: #d9d9d9 url(../img/bg_y.gif) 0 0 repeat-x;*/
    background-color: #d9d9d9;
}

div#center{
		position: absolute; 
		top: 0px;
	  width: 833px;
	  left: 50%;
	  margin-left: -416px;
	  background-repeat: no-repeat;
    background: #ffffff url(../img/bg_outer.gif) 0 0 repeat-y;
    
}
	
div#header{
		margin: 20px 0 0 40px;
}
			
		
div#footer {
    margin: 50px 0 0 0;
    padding: 0 0 10px;
    
    background: transparent url(../img/border_bottom_ziemlich_brei.gif) 6px bottom no-repeat;
}
div#footer p {
    border-top: 1px solid #670C0B;
    margin: 0 40px 10px 40px;
    font-size: 10px;
    
}


/**************            Navi               **************/

ul#menu {
		margin: 10px 0 0 40px;
		width: 160px;
		float: left;
		list-style: none;            
}

* html ul#menu {
		margin: 10px 0 0 20px;
		width: 155px;            
}

 

ul#menu li{
    padding: 10px 0 5px;
    
    background-image: url(../img/nav_line.jpg);
    background-position: 0 bottom;
    background-repeat: no-repeat;
}

ul#menu li a{
    text-decoration: none;
    font-size: 12px;
		color: #670C0B;
}

ul#menu li a:hover{
		color: #B28483;	            
}

ul#menu li a.active{
		font-weight: bold;	            
}

ul#menu li ul{
		list-style: none;            
}

ul#menu li ul li{
    margin: 5px 0 5px 0;
		padding: 0px 0 0 15px;
    background-image: url(/fileadmin/templates/img/list-style-arrrow.gif);
    background-position: 0 5px;
    background-repeat: no-repeat;            
}
		

		
/**************            CONTENT               **************/		
	

div#content {
   float: right;
   width: 580px;
   margin: 0px 40px 0 0px;
   height: 100%;
}

* html div#content {
   float: left;
   margin: -3px 0px 0 20px;
}

*+html div#content {
   margin: -3px 40px 0 0px;
}

div#content img {
    margin-bottom: 30px;
}

* html div#content img {
    margin-bottom: 20px;
}

div#content h1 {
    background: transparent url(../img/content_header_bg.gif) 0 0 no-repeat;
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    padding: 4px 10px 4px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 0.1em;
}

div#content p {
    margin: 0 10px 20px;
    line-height: 18px;
}

div#content div.left {
    float: left;
    width: 240px;
}

div#content div.right {
    float: left;
    width: 240px;
}

div#content strong {
    color: #670C0B;
}


div#content ul {
    margin: -10px 0 0 20px;   
}

div#content ul li{
    list-style: none;
    background-image: url(/fileadmin/templates/img/list-style-arrrow.gif);
    background-position: 0 5px;
    background-repeat: no-repeat;  
    padding-left: 15px;
    line-height: 18px;   
}

div#content p a.external-link-new-window{
    color: #670C0B;
    background-image: url(/fileadmin/templates/img/list-style-arrrow.gif);
    background-position: 0 5px;
    background-repeat: no-repeat;  
    padding-left: 15px;
}

div#content a.thickbox{
		position: relative;
}

div#content a.thickbox img{
		display: block;
}





/*****************************************************
 * WEIN                                              *
 *****************************************************/

div.wein {
    background: transparent url(../img/linie.jpg) 0 bottom no-repeat;
    height: 56px;
    margin-top: 15px;
    clear: left;
}
div#content div.wein img {
    float: left;
    margin-right: 15px;
    border: 1px solid #6a0c02;
    margin-bottom: 0;
}

div.wein strong {
    color: #6a0c02;
}

div.wein_overlay strong {
    color: #6a0c02;
}


div.wein_overlay img {
    border: 1px solid #6A0C02;
    margin: 10px 0 0 20px;
}

div.wein_overlay  div{
    width: 400px;
    float: left;
    margin: 20px 0 0 20px;
}








	
		

