/* 
	filename: 	gen_screen.css
				css-definition / screen
	author:		-quale- at web dot de
	version:	1.0 - 2006-04-22 - quale
*/

body, div, span, h1, h2, h3, p, ul, li, a, img {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	background: #000;
}

/*  contentrow1  */
/*---------------------------------------------------------------------------*/
#page {
	width: 1000px;
}

#page #head {
	padding-top: 30px;
}

.nuria {
	float:left;
}

.logodiv {

}

.logo {
	background: #fff url("/img/logo.gif") no-repeat;
	width: 261px;
	height: 70px;
	margin-left: 140px;
}

.clickbild{
	margin-top: 60px;
	margin-left: 29px;
}

/* border: 1px solid #fff;	 */

/*  content  */
/*---------------------------------------------------------------------------*/

#page #content {
	margin-top: 50px;	
	margin-left: 50px;
	width: 400px;
}

#page #content h1 {
	font-size: 18px;
	color:#fff;
	margin-bottom: 20px;
}

#page #content h2{
	font-size: 18px;
	color:#cc0033;
}

#page #content p{
	font-size: 14px;
	color: #a2a2a2;
	margin-bottom: 15px;
}

#page #content a {
	text-decoration: none;
	color: #cc0033;
}

#page #content a:hover {
	text-decoration: underline;
}

/* border: 1px solid #fff;	 */

/*  footer  */
/*---------------------------------------------------------------------------*/

#page #animation{
	float:right;
}

/* border: 1px solid #fff;	 */

/*  menü  */
/*---------------------------------------------------------------------------*/

#menue {
	position: absolute;
	left: 140px;
	top: 100px;
	font-size: 12px;
	color: #fff;
	visibility: hidden;
	display: none;
}

#menue .ebene {
	background: #000;
	border: 1px solid #383838;
	padding: 4px 5px 5px 5px;
}

#menue .ebene .thema{
	font-weight: bold;
	color: #B9BFF7;
	margin: 2px 0 2px 0;
	padding: 1px 8px 1px 8px;
}

#menue .ebene a {
	text-decoration: none;
	color: #B9BFF7;
	padding: 1px 8px 1px 8px;
	display: block;
}

#menue .ebene a:hover {
	background: #009;
}

/* border: 1px solid #fff;	 */

