/* CSS Document */
	/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	width: 820px;
	height: 600px;
	}
/* end hide */

a.next { color: #C3C3C3; text-decoration: none; }
a.next:hover{ background: #c3c3c3; color:#393939; }

a{
color:#aaaaaa;
outline:none}

a:visited{
color:#7c7c7c}

a:hover{
color:#c3c3c3}

a:active{
color:#4e7dbf}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#393939;

	}

h1, h2, h3, h4, h5, h6{
 font-family: Arial;
 margin: 1em 0 0.4em 0;
 text-transform: uppercase;
}

h1 { 
 font-size: 30px; 
 font-weight: bold; 
}

h2 {
 font-size: 24px;
 font-weight: bold;
}

h3 {
 font-size: 12px;
 font-weight: bold;
}

h4 {
 font-size: 16px;
 font-weight: bold;
}

#rechts {
 position:absolute;
 left: 860px;
 top: 35px;
 width:210px;
 z-index:10;
}
