@charset "utf-8";

/* CSS Document */



body {
	background-color: #FFE1C7;
}


#container {

position: relative;

width: 800px;

height: 1175px;

margin: 0px auto;

margin-top: 10px;

/*background: url(schatten.png) repeat-y;
*/
}



#pagebox {

position: relative;

float: left;

width: 800px;

height: 1350px;

margin-left: 20px;

display: inline;

background-color: #FFFFFF; 

}



#header {

position: relative;

float: left;

width: 800px;

height: 135px;

}

#left {

position: relative;

float: left;

width: 160px;

height: 1200px;

margin-top: 5px;

margin-left: 5px;

margin-bottom: 10px;

display: inline;

background-color: #FFFFFF;

}


#content {
	position: relative;
	
	float: left;
	
	width: 455px;
	
	height: 1000px;
	
	margin: 5px;
	
	overflow: hidden;
	
	display: inline;
	
	background-color: #FFFFFF;
}

#right {
	position: relative;
	
	float: left;
	
	width: 160px;
	
	height: 1200px;
	
	margin: 5px;
	
	overflow: hidden;
	
	display: inline;
	
	background-color: #FFFFFF;
}



}

#bild {

position: relative;
float: right;
width: auto;
height: auto;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
overflow: hidden;
display: inline;
background-color: #EEEEEE;

}


#footer {

position: relative;

float: left;

width: 800px;

height: 30px;

bottom: 0;

background-color: #D4D4D4;

}


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	color: #000000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.unvisible {color: #FFFFFF}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
