/* 2008 www.4dmedia.de */


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


#container
{
	margin: 0px auto;
	width: 718px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 1px;
	text-align: left;
}

#name
{
	position: fixed;
	top: 0px;
	width: 705px;
	height: 70px;
	padding-left: 10px;
	background-color: #888888;
	font-size: 50px;
	font-weight: bold;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 1px;
}

#name a
{
	text-decoration: none;
}


#navigation
{
	position: fixed;
	top: 70px;
	width: 708px;
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	background-color: #000000;
	font-weight: bold;
}

#navigation a
{
	color            : #ffffff;
}

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


#MainBody {
	position: absolute;
	top: 95px;
	width: 705px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom:50px;
	overflow: auto;
	background-color: #cccccc;
	font-size: 12px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	}


#footer
{	
	position: absolute;
	width: 725px;
	bottom: 0px;
	left: -10px;
	padding-top: 0px;
	padding-bottom:5px;
	text-align: center;
	color: #ffffff;
	background-color: #888888;
}

#footer a
{
	color            : #ffffff;
}

#footer a:hover
{
	color            : #000000;
	text-decoration: none;
}

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

td, tr, p, div {

  font-size        : 12px;
  color            : #000000;
}


.grey {
  color            : #888888;
}


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

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


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

a:hover, a:focus, a:active
{
/* text-decoration:underline; */
color: #000000;
}

.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: #666666; 
		}

/* ###################### SLIMBOX ###################### */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


