html, body {
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	letter-spacing: 0px;
	background-color: #FFFFFF;
	}


#container
{
	margin: 0px auto;
	/* width: 718px; */
	width: 918px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px;
	text-align: left;
}

#name
{
	font-family: 'Times New Roman', serif;
	position: fixed;
	top: 0px;
	width: 705px;
	height: 90px;
	padding-top: 26px;
	padding-left: 100px;
	background-color: #ffffff;
	font-size: 40px;
	font-style: italic;
	/*font-weight: bold;*/
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px;
	z-index:3;
}

#name a
{
	color            : #999999;
	text-decoration: none;
}


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


#navigation
{
	position: fixed;
	top: 75px;
	width: 1000px;
	height: 20px;
	padding-left: 100px;
	padding-top: 5px;
	text-align: left;
/*	background-color: #cccccc;*/
	background-color: #eeeeee;
	font-weight: bold;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0px 0px 0px;	
	z-index:3;
}

#navigation a
{
	color            : #666666;
}

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


#MainBody {
	position: absolute;
	top: 105px;
	width: 800px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom:50px;
	overflow: auto;
	background-color: #ffffff;
	font-size: 12px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 0px 0px;
	z-index:0;
	}

#bottom
{
	position: fixed;
	bottom: 0px;
	width: 705px;
	height: 18px;
	padding-left: 100px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px;
	z-index:3;
}

#footer
{
	position: fixed;
	bottom: 2px;
	width: 1000px;
	height: 1px;
	padding-left: 100px;
	padding-top: 5px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0px 0px 0px;	
	z-index:3;
}

#footer a
{
	color            : #666666;
}

/* ###################### OVERALL SETTINGS ###################### */

td, tr, p, div {
  font-size        : 12px;
  color            : #000000;
}


.grey {
  color            : #888888;
}


.fathead {
	font-size		: 19px;
	font-weight    	: bold;
}

.slimhead {
	font-size		: 19px;
}

.fathead_red {
	font-size		: 19px;
	font-weight    	: bold;
  	color            : #FF0000;
}


/* generelle Linkfarbe */
a:link, a:visited
{
text-decoration:none;
color: #666666;
}

a:hover, a:focus, a:active
{
text-decoration:underline;
color: #888888;
}

.title
{
font-weight: bold;
color: #333333;
}

.small
{
font-size: .8em;
}


.suggest_link {
		background-color: #FFFFFF;
		padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #E30303;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
}

img
        {
        border:0em;
        margin:0em;
        padding:0em;
        z-index:7;
        }


/* ###################### FORMULAR SETTINGS ###################### */

input, textarea, select {
  		border: 1px solid #D6D6D6;
  		font-size:1em;
  		background-color: #ffffff;
  		}

 input:hover {
  		border: 1px solid #D6D6D6;
  		font-size:1em;
  		color: #ff0000;
  		}

input.box
        {
        background-color: #ff0000;
        border-width:0px;
        border-style:none;
        }

input.button
        {
        background-color: #ff0000;
        color: #ffffff;
        border-width:0px;
        font-weight:bold;
        cursor:hand;
        border-style:solid;
        border-color: #000000;
        padding:0em;
        margin:0em;
        font-size:1em;
        }


input.button:hover
        {
        background-color: #ffffff;
        color: #666666;
        }


/* ###################### LIGHTBOX SETTINGS ###################### */

#overlay
		{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		z-index: 90; 
		width: 100%; 
		height: 100px; 
		background-color: #FFFFFF; 
		}
