/*StyleSheet-Definition f�r www.kassandratriebel.de*/

/*Definition der Bereiche*/

html {
	height:100%;
	}

body {
	/*Hintergrund-Definition*/
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
	min-height:101%;
	margin:0;
	padding:0;
	}

#logo {
	position:absolute;
	margin-top:100px;
	width:900px;
	left:50%;
	margin-left:-450px;
	/*margin-right:auto;
	padding:0;*/
	text-align:center;
	/*margin-bottom:30px;*/
	}

#navi1 {
	text-align:center;
	}

#navi2 {
	position:absolute;
	width:60%;
	right:0;
	top:400px;
	/*bottom:50px;*/
	text-align:center;
	}

#langswitch {
	position:absolute;
	top:400px;
	left:10%;
	}

.home {
	color:#000000;
	font-size:3em;
	font-weight:100;
	/*letter-spacing:0.1em;
	text-decoration:none;*/
	}

.homesub {
	color:#000000;
	font-size:2em;
	font-weight:100;
	/*letter-spacing:0.1em;
	text-decoration:underline;*/
	}

.homesub:hover {
	/*text-decoration:underline;*/
	}