* {
	margin: 0;
	padding: 0;
}

body {
	font: 69%/130% Verdana, Arial, Helvetica, san-serif;
	background-color: #E75112;
	background-image: url(../media/logo_bg.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.5em;
	color: #E75112;
	margin-bottom: 2em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #E75112;
}

a:hover,
a:active,
a:focus { text-decoration: underline; }


img { border: none; }

p {
	margin-bottom: 1.5em;
}


/* Navigation */

	
#shortnavi {
	position: absolute;
	left: 580px;
	top: 205px;
	color: #FFFFFF;
	}
	
#shortnavi a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* Bühne und Content */

#buehne{
	position: absolute;
	left: 110px;
	top: 280px;
	width: 790px;
	height: 780px;
	background-image: url(../media/buehne.gif);
	background-repeat: no-repeat;
	}
	
#buehne.datenschutz{
	position: absolute;
	left: 110px;
	top: 280px;
	width: 790px;
	height: auto;
	background-image: none;
	}
	
#content{
	position: absolute;
	left: 240px;
	top: 360px;
	width: 400px;
	height: 525px;
	}
	
#content.datenschutz{
	position: absolute;
	left: 240px;
	top: 360px;
	width: 700px;
	height: auto;
	padding-bottom: 60px;
	}
	
#content.datenschutz a:link, 
#content.datenschutz a:visited {
	text-decoration: none;
	color: #FFF;
}

#content.datenschutz a:hover,
#content.datenschutz a:active,
#content.datenschutz a:focus { text-decoration: underline; }
