﻿body 
{
    margin: 0;
    padding: 0px;
    
    background: #F3E9D8;/*#B9BBAD #efe5ce*/
    
	font-family: Georgia,Verdana,Arial, Sans-serif;
    font-size:11px;
    line-height: 18px;
    color:#993366;
}
#Editor
{
    background: #ffffff !important;
}

a:link {
	font-family: Georgia,Verdana,Arial, Sans-serif;
    font-size:11px;
    line-height:18px;
	text-decoration: underline;
	color: #993366;/*BE4331*/
}
a:visited {
	font-family: Georgia,Verdana,Arial, Sans-serif;
    font-size:11px;
    line-height:18px;
	text-decoration: underline;
	color: #993366;
}
a:hover {
	font-family: Georgia,Verdana,Arial, Sans-serif;
    font-size:11px;
    line-height:18px;
	text-decoration: none;
	color: #993366;
}
a:active {
	font-family: Georgia,Verdana,Arial, Sans-serif;
    font-size:11px;
    line-height:18px;
	text-decoration: underline;
	color: #993366;
}

#container
{
    background: #fff url("images/bg2.gif") top center repeat-y;
   
    width:760px;  
    margin: 0px auto; 
}

#top
{
    background: #fff url("images/header.gif") top center no-repeat;
	height: 65px;
	padding-top: 18px;
	padding-left: 28px;
	padding-right: 20px;
	
	color: #ccc;
	font-size: 10px;
}
#logo
{
    float: left;
    width: 150px;
}


#menu
{
    padding-top: 10px;
    height: 25px;
}
#menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0xp;
}
#menu ul li
{
    float: left;
}
#menu ul li a
{
    display: block ;
    background: url(images/li.gif) repeat-x; 
	width: 70px ;
	height: 20px;
	margin-right: 10px;
	color: Black;
	text-decoration: none;
    text-align: center;
    text-transform: uppercase;
	font-weight: bold;
}

#content
{
    width: 715px;
    
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
	
	min-height: 400px;
}
.right
{
    background: transparent url("images/bg_nav.gif") no-repeat top center;
	width: 205px;
    padding-top: 3px;
	padding-left: 15px;
    padding-right: 15px;
    font-size: 11px !important;
}

#bottom
{
}

#pre-footer
{
    clear: both;
    background: transparent url("images/herberg.jpg") bottom center no-repeat;
	height: 169px;
	padding: 10px 10px 10px 20px;
}
#info
{
    background: transparent url("images/bg_box.png") center center no-repeat;
    width: 350px;
    padding-left:15px;
    padding-right:15px;
	font-family: Georgia,Verdana,Arial, Sans-serif;
	font-size: 11px;
}
#info p {
    width: 350px;
    padding: 6px 0px 6px 0px;
    margin: 0px 0px 3px 0px;
    border-bottom: 1px solid #B3A998;
}

#info a {
	color: #B60400;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0px 0px 0px;
}

#footer
{
    height: 10px;
    margin-top: -30px;
    
    background: transparent url("images/footer2.png") top no-repeat;
	color: #505050;
	padding: 10px 0px;
	text-align: center;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}


h1
{
	margin-bottom: 5px;
	padding: 0;
	color: #993366;
	border-bottom: solid 1px #993366;
}

h2
{
	margin-bottom: 5px;
	padding: 0;
	color: #993366;
}

h3, h4
{
	margin-bottom: 3px;
	margin-top: 2px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #993366;
}

strong, b
{
    color: #993366;
}

td
{
	font-family: Georgia,Verdana,Arial, Sans-serif;
	font-size: 11px;
}


ul
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.list
{
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 0 0 15px;
    list-style-type: disc;
}

.none
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding: 0 0 0 5px;
    list-style-type: none;
}
.list li, .none li
{
    padding-bottom: 5px;
}

.small, .small a
{
    font-size: 11px !important;
}


p {
	margin: 0;
	padding: 0;
}

#hr {
 background: #fff url("images/hr.gif") no-repeat;
 margin: 13px;
 height: 1px;
}

* html #hr {
 background: #fff url("images/hr.gif") no-repeat;
 margin-left: 60px;
 height: 1px;
}

.small
{
    font-size: 9px;
}

.link
{
    margin-bottom: 3px;
	padding: 0;
	padding-bottom: 0px;
	font-size: 12px;
	border-bottom: solid 1px #505050;
	color: #505050;

}

