body
{
	/* Die Hintergrundfarbe, bzw. das Hintergrundbild..*/
	background: url(./img/web_background.gif) #000030;
	margin:0;
    padding:0;
}

p
{
	/*Aussehen normaler Textparagraphen*/
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

h1
{
	/*Überschriften Größe 1*/
	font-size: 19px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

h2
{
	/*Überschriften Größe 2*/
	font-size: 17px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

h3
{
	/*Überschriften Größe 3*/
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

h5 {
	/*Überschriften Größe 5*/
	font-size: 45px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

a
{
	/* Aussehen der Links*/
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a:link, a:visited, a:active
{
	color: #3E02FE;
}	

a:hover
{
	color: Red;
}

img.contact {
	position: relative;
	top: 194px; 
	left: 0px; 
	z-index: 1;
	}
	
* html img.contact { /* fixes for ie 6 */
	position: absolute;
	z-index: -1;
	}

/*Round Box class*/
.RoundBox {background: transparent; width:960px; margin:0 auto;}
.RoundBox .top, .RoundBox .bottom {display:block; background:transparent; font-size:1px;}
.RoundBox .b1, .RoundBox .b2, .RoundBox .b3, .RoundBox .b4 {display:block; overflow:hidden;}
.RoundBox .b1, .RoundBox .b2, .RoundBox .b3, .RoundBox .b4 {height:1px;}
.RoundBox .b1, .RoundBox .b2, .RoundBox .b3, .RoundBox .b4 {background:orange; border-left:2px solid orange; border-right:2px solid orange;}
.RoundBox .b3 {background:#000000;}
.RoundBox .b4 {background:#000000;}
.RoundBox .b1 {margin:0 4px;}
.RoundBox .b2 {margin:0 3px;}
.RoundBox .b3 {margin:0 2px;}
.RoundBox .b4 {margin:0 1px;}

.RoundBox h2, .RoundBox p {margin:0 10px;}
.RoundBox h2 {color:#fff; letter-spacing:1px;}
.RoundBox p {color:#fff;}
a.RoundBox:link, a.RoundBox:visited, a.RoundBox:active
{
	color: #FFFFFF;
	font-weight:bold;
}	

a.RoundBox:hover
{
	color: #66AAFF;
	font-weight:bold;
}
a.Home:link, a.Home:visited, a.Home:active
{
	color: #FFFFFF;
	font-weight:bold;
	font-size: 17px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}	

a.Home:hover
{
	color: #66AAFF;
	font-weight:bold;
	font-size: 17px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}
img.footer
{
	vertical-align: middle;
}

.RoundBox .headerContent {display:block;  background:#000000 url("img/web_backHeader.png") no-repeat left top; border-left:2px solid orange; border-right:2px solid orange; height:100px; padding-left:80px;}
.RoundBox .footerContent {display:block;  background:#000000 url("img/web_backFooter.png") no-repeat right bottom; border-left:2px solid orange; border-right:2px solid orange; height:20px;}



/* KOPFBEREICH -----------------------------------------------------------------------------------------------------------------*/



/*- Menu--------------------------- */
#menu
{ 
	margin:auto;
}

#menu ul {
	margin:0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:4px;
	padding-left:3px;
	padding-right:3px;
	border:0px;
}

#menu a
{
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}

#menu a:link, #menu a:visited, #menu a:active
{
	color: #66AAFF;
}	

#menu #current a {
	color: #AAFF66;
	text-decoration:underline;
}

#menu a:hover, #menu #current a:hover
{
	color: #FFFFFF;
	background-color: orange;
}
/*- Menu--------------------------- */


#content
{ 
	max-width: 950px;
	margin: auto; /* Hiermit zentrieren wir unsere Seite. */
	margin-top:15px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
	border:1px solid #0080FF;
}

#content p
{ 
	color: #000000;
}

#contact{
	clear:both;
	position:fixed;
	top:200px;
	border:0;
	margin:0;
	padding:0;
}

/**
 * Styles for CSS hack.
 */
#tempLinks .pornLink {
  display: none;
}
#tempLinks .pornLink:visited {
  display: inline;
}

/*Bereich, welcher nicht gedruckt werden soll..*/
@media print {
.noprint {display:none;}
}
