@charset "utf-8";
/* CSS Document */

/* Struktur */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d7c0c6;
	background-color:#ffedbd;
}

img {
	display:block;
	border:0;
}

a {	
	color:#ffedbd;
}

#container {
	position:absolute;
	left: 50%;
	margin: 0;
	margin-left: -441px;
	padding: 0;
	height: 550px;
	width: 883px;
}

.ueberschrift {
	margin:87px 56px 0 0;
	padding:0;
	color:#701b33;
	font-size:26px;
	font-weight:bold;
}


/* Content */
#content {
	margin:0 0 0 22px;
	width:300px;
}

#content a {
	text-decoration:none;
}

#content a:hover {
	color:#000000;
}

#content h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin: 0 0 10px 0;
	padding:0;
}

h6 {
	font-size:12px;
}

h5 {
	font-size:14px;
}

h4 {
	font-size:16px;
}

h3 {
	font-size:18px;
}

h2 {
	font-size:20px;
}

h1 {
	font-size:22px;
}

#content p {
	margin: 0 0 10px 0;
	padding:0;
}


/* page: Kontakt */

form.contactForm {
    margin: 0px;
    padding: 0px;
}

label.contactForm {
    width: 100px;
    padding: 0px;
    float: left;
}

input.contactForm {
    color: #000000;
	font-family: Verdana, Arial;
	font-size:12px;
}

.inputTextContactForm {
    width: 152px;    
    color: #000000;
	border: none;
	background-color:#d4b4aa;
}

.selectTextContactForm {
    color: #000000;
	border: none;
	background-color:#d4b4aa;
}

textarea.contactForm {
    height: 80px;
    width: 200px;
    color: #000000;
	font-family: Verdana, Arial;
	font-size:12px;
	background-color:#d4b4aa;
}

ul.contactForm {
	width:280px;
	margin:0 0 0 15px;
    padding: 0px;
    list-style-type: none;
}

li.contactForm {
    padding-bottom: 5px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:228px;
	width:684px;
/*	width:663px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:78px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:78px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none; 
	color:#fff; 
	width:79px; 
	height:31px; 
	border:1px solid #ffffff; 
	border-width:0; 
	background:#701a33; 
	padding-left:1px; 
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:72px;
	w\idth:71px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}
.menu ul ul ul :hover > a {
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:100px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:100px; 
	top:0;
	width:100px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffedbd; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 0px 5px 5px; 
	width:73px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:100px;
	w\idth:79px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#d7c0c6; 
	background:#701a32; /* !!!!!!!!!! TOM !!!!!!!!!!!!! */
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#d7c0c6;
	background:#701a33;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}


