
body { 
	/*Menu for IE*/
	behavior: url("csshover3.htc"); 
	background: #585858 url(../images/layout/bg_body.jpg) repeat-y top center;
} 

*{
	font-size:12px;
	font-family:Arial;
	color:#FFFFFF;
}

h1 {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	font-variant:small-caps;
	color:#68B4E8;
}

h2 a {
	font-size:14px;
	font-variant:small-caps;
	color:#68B4E8;
}

/* ################### */
/* LAYOUT ELEMENTS */
/* ################### */

/* ----------Wrapper-------------- */
#wrapper {
	width: 767px;
	margin: 0px auto;
}

/* ----------Header-------------- */
#header {
	background-color:#FFFFFF;
	height:100px;
}

/* ----------Container-------------- */
#container{
	/*height:1000px;*/
}

/* -----------------Main--------------------- */
#main {
	background-color:#454346;
	float:left;
	margin: 10px 0px 0px 7px;
        padding-right:7px;
	width:432px;
	/*overflow:auto;*/
}

.submit {
	color: #000000; /* Buttonschriftfarbe */
}

.text {
	color: #000000; /* Textfarbe von Texteingabefeldern */	
}

.textarea {
        color: #000000; /* Textfarbe von Texteingabefeldern */	
}

#ctrl_captcha {
        color: #000000; /* Textfarbe von Texteingabefeldern */	
}

/* -----------------Right--------------------- */
#right {
	background-color:#454346;
	float: right;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px;
	width: 140px;
}

/* -----------------Pic--------------------- */
#pic{
	background:#454346;
	float: left;
	width: 170px;  
	height: 500px;
	vertical-align: top;
}


/* -----------Footer--------------------------- */
#footer {
	width: 767px;
	margin: 0px auto;
	text-align: right;	
}

/* ======================== */
/* CALENDER */
/* ======================== */
.days.active {
	background-color:#68B4E8; /* Hinterlegung von Terminen */
}

/* ======================== */
/* MENU */
/* ======================== */
 .mod_navigation
 {
    height:30px;
    top:75px;
    position:absolute;
    z-index:999;
    overflow:visible;
 }
 
.active {
	font-size:12px;
	font-weight:bold;
    color:#000000;
    text-decoration: none;
 }
 
.mod_navigation a
{
    font-size:12px;
	font-weight:bold;
    color:#68B4E8;
    text-decoration: none;
}
  
 .mod_navigation p
 {
    margin:0px;
    padding:0px;
}
 
.mod_navigation ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

 .mod_navigation li
 {
    width:100px; /* Breite eines Men�punktes festlegen */
    position:relative; /* Position */
    float:left; /* links nebeneiander anordnen */
    background-color:#FFFFFF; /* eine Hintergrundfarbe */
	border:1px solid #FFFFFF;
    line-height:20px; /* bestimmt die H�he eines Men�eintrages */
	text-align:center;
}

.mod_navigation li:hover,
.mod_navigation li.sfhover
{
   background-color:#666666;
}
 
.mod_navigation li ul
{
    bottom:0px;
    left:-1px;
    right:0px;
    top:20px;
    position:absolute;
    display:none; /* Ausbleden der Untermen�s */
}

.mod_navigation li:hover ul
{
    display:block;
}

.mod_navigation ul li:hover ul ul
{
    display:none;
}


