@charset "utf-8";
/* CSS Document */
#header{height:231; width:1015; background:url(img/header.jpg); background-repeat:no-repeat; text-align:left;}
#main{float:left; height:579; width:600; background:url(img/main.jpg); background-repeat:no-repeat; text-align:left;}
#footer{float:left; width:1015; height:auto; background:url(img/footer.jpg); background-repeat:repeat; text-align:left;}
#rightbottom{float:right; background:url(img/rightbottom.jpg); background-repeat:no-repeat; text-align:left;}
#righttop{float:right; background:url(img/righttop.jpg); background-repeat:no-repeat; text-align:left;}

/* HEADER */
.inhaltheader{height:231px; width:1015px;}
.inhalttextheader{height:231px; width:1015px;margin-left:13px;margin-top:10px;}


/* INHALT */
.inhalt{height:575px; width:600px;}
.inhalttext{height:540px; width:579px;overflow-x:hidden;overflow-y:auto;margin-left:13px;margin-top:17px;}
.text{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;text-align:left;color:#FFFFFF;margin-right:10px;}


/* RIGHTTOP */
.inhaltrighttop{height:141px; width:392px;}
.inhalttextrighttop{height:141px; width:392px;margin-left:13px;margin-top:10px;}

/* RIGHTBOTTOM */
.inhaltrightbottom{height:438px; width:392px;}
.inhalttextrightbottom{height:438px; width:392px;margin-left:13px;margin-top:10px;}


/* FOOTER */
.footertext{width:995px;margin-left:13px;margin-top:10px;}
.text2{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;text-align:justify;color:#FFFFFF;}
.text3{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:6px;text-align:justify;color:#FFFFFF;}


h1
{	
	font-family: Gill Sans, Verdana;
	font-size: 15px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color:#FFFFFF;
	margin-left:13px;
}

h2
{
	margin: 5px 0px 5px 5px;
	padding:5px 0px 5px 0px;  
	font-family: Gill Sans, Verdana;
	font-size: 15px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color:#FFFFFF;
}



/* LINKS */
a:link
{
color:#FFFFFF;
text-decoration: none;
}
a:visited
{

color:#FFFFFF;
text-decoration: none

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

}
a:active{
color:#dd46ed;
text-decoration: none

}


