
/************ STANDARD ELEMENTE ****************/
/***********************************************************/

* { background-repeat: no-repeat; margin: 0; padding: 0; background-position: left top; }

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


body {
	background:#BAEDFE url(../images/bg_side.jpg) repeat-x;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif; 

}




p {
	margin: 0px;
	line-height: 19px;
	font-size:0.9em;
	font-weight:normal;
	padding:5px 20px 5px 0;
}

h1 {
	margin: 0px;
	line-height: 19px;
	font-size:0.9em;
	font-weight:strong;
	padding:5px 20px 5px 0;
}

strong {
	color: #000;
	text-decoration:none;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:underline;
}



/************Seitenaufbau****************/

#wrapper {
	width: 750px;
	margin:auto;
}

#flash {
	height: 550px;
	width: auto;
}

#info {
	width: auto;
}


