/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

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

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


a:visited {
	color:#888888;
	text-decoration: none;
	background:inherit;
}



/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
	min-height: 100.05%; 
	}

/* ### BODY ###################################################################### */
body {
	background: #E5E6E5;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	width: 930px;
	margin:0 auto;
	text-align:center;
	}
	
	
* html 	body {
	background: #E5E6E5;
	background-repeat: repeat-x;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	overflow: hidden;
	width: 930px;
	margin-left:150px;
	margin-right:150px;
	}

/* \*/ * html body {
	text-align:center;
	font-size: xx-small;
} /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content {
	background-color:#ffffff;
	position:relative;
	display:block;
	height:100%;
	width:930px;
	font-style: normal;
	margin-top: 20px;
	overflow:hidden;
	}

/* ### Header ##################################################################### */

#header {
	color: #EFE8D3;
	height: 387px;
	margin-left: 15px;
}

#logotext {
    background-image:url(../images/logotext.gif);
    margin-left:200px;
	float:left;
    }
	
/* ### Content #################################################################### */


#content {
	background-image:url(../images/content-oben.jpg);
	background-repeat:repeat-y;
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
	height: auto;
	margin-top: 0px;
	margin-left:15px;
	border-bottom:15px #ffffff;
}

/* Frame images */
#img{
}





#main-content {
	margin-top: 0px;
	height:100%;
	overflow:hidden;
	padding-bottom:50px;
	}

#main {
	float:left;
	width:520px;
	padding-top: 0px;
	padding-left: 20px;
	
}


/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
	width:520px;
	height:520px;
	color: #666666;
	margin-left: 0px;
	padding-left: 20px;
}


#main-content-block {
	padding-top:40px;
	padding-bottom:0px;
	display:block;
	padding-left: 0px;
}



/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:918px;
	background-image:url(../images/footer.jpg);
	height:45px;
	position: relative;
	padding-bottom:40px;
	}

#footer p {
	color:#c4c4c4;
	background:inherit;
	bottom:0;
	clear: both;
}

#copyrights {
    padding-left:208px;
	padding-top:60px;
	color:#888888;
    }


