/* basic elements */

body {

	background-color: #f7f7f7;



	background-position: center center;

	left: 0px;

	top: 0px;

	margin: 0px;

	padding: 0px;

	}



/* major divs */

#container {

	width: 820px;

	height: 515px;

	background-image: url(../bilder/Titel.jpg);

	background-repeat: no-repeat;

	border: 1px solid #C8C8C8;

	background-position: right bottom;

	background-color: #FFFFFF;

	margin-top: 20px;

	margin-right: auto;

	margin-left: auto;



	}

#containerabout{

	width: 955px;

	height: 600px;

	border: 1px solid #C8C8C8;

	margin: auto;

	position: relative;

	padding: 0 0px;

	text-align: left;

	background-color: #F7f7f7;

	}



#logo {

	position: relative;

	width: 300px;

	height: 150px;

	/*background-image: url(../bilder/logo.gif);*/

	background-repeat: no-repeat;

	background-position: 80px 50px;

	cursor: hand;

	}

a {

	color:#FF9900;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-variant: small-caps;

	}

a:hover {

font-weight: bold;

}

