*
{
	font-family:arial;
	font-size:11px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}

html
{
	width:100%;
	height:100%;
}

body
{
  scrollbar-base-color:#201617;
  scrollbar-3dlight-color:#201617;
  scrollbar-arrow-color:#201617;
  scrollbar-darkshadow-color:#201617;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#201617;
  scrollbar-track-color:#201617;
	background:url(../../images/redline.jpg) repeat-x 0px 180px;
	width:100%;
	height:100%;
}

img
{
	border:0px;
}

a
{
	color:#FFFFFF;
	text-decoration:underline;
}

p
{
	margin-bottom:15px;
}

h1
{
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}

h2
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}

h3
{
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
}


/***** Layout *****/

div.container
{
	background:url(../../images/bg.jpg) no-repeat top left;
	width:793px;
	height:467px;
	margin:57px auto 0px;
	padding-top:16px;
}

div.menu
{
	width:723px;
	height:28px;
	background:url(../../images/menu_bg.gif) no-repeat top right;
	padding-left:70px;
	padding-top:27px;
}

div.content
{
	background:url(../../images/bg_startseite.jpg) no-repeat;
	width:719px;
	height:383px;
	margin-left:12px;
}
div.text
{
	width:419px;
	height:353px;
	overflow:auto;
	z-index:-1;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:285px;
}

div.flower
{
	background:url(../../images/flower.png) no-repeat right;
	height:156px;
	z-index:200;
	margin-top:-122px;
	margin-right:24px;
}

div.footer
{
	margin-top:-20px;
	text-align:center;
	color:#000000;
}

div.introbg
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	filter:progID:DXImageTransform.Microsoft.Alpha(style=0, opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:50;
}

div.intro
{
	position:absolute;
	top:37px;
	left:50%;
	margin-left:-360px;
	background:url(../../images/bg_intro.jpg) no-repeat;
	width:741px;
	height:18px;
	z-index:50;
	vertical-align:bottom;
	text-align:center;
	padding-top:500px;
}

/***** Menu *****/

div.menu a
{
	color:#000000;
	text-decoration:none;
	font-size:12px;
	margin-right:10px;
}

div.footer a
{
	color:#000000;
}




