html {
	margin: 0;
	padding: 0;
	}
body { 
	font-family: arial,georgia;
	background-image: url(./images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	}
	

#box{
	
	width:1024px;
	height: 768px;
	margin-left:auto;
	margin-right:auto;
	}
#shadow{
	position:relative;
	top:20px;
	left:0px;
	background-image: url(./images/shadow.png);
	background-repeat:no-repeat;
	width:990px;
	height: 734px;
	margin-left:auto;
	margin-right:auto;
	}

#content{
	background-color:#ffffff;
	position:relative;
	top:6px;
	left:0px;
	width:980px;
	height:724px;
	margin-left:auto;
	margin-right:auto;
	}

#header{
	background-color:#ffffff;
	/* background-image: url(./images/header_full.jpg);*/
	width:980px;
	height:186px;
	margin-left:auto;
	margin-right:auto;
	}

/* Navigation + Navilinks*/
#navi{
	background-color:#ffffff;
	width:165px;
	height:538px;
	position:relative;
	top:0px;
	left:0px;
	}
#navi-box{
	position:relative;
	top:50px;
	left:20px;
	height:200px;
	}
.img:ritter{
	position:relative;
	top:100px;
	left:15px;
	}
	
.menu:link , .menu:visited{ 
	text-align:center;
	text-decoration: none;
	line-height:30px;
	font-size:14px;
	color:#000000;
	font-weight:500;
	border-style:none;
	}
.menu:hover, .menu:active{ 
	color:#ff0000;
	border-style:none;
	}
.menu:img{
	border-style:none;
	}
	
#strich{
	background-color:#ffffff;
	height:537px;
	width:1px;
	position:absolute;
	top:187px;
	left:166px;
}

/*Inhalt*/	
#cont-box{
	background-color:#ffffff;
	font-size:12px;
	width:770px;
	height:537px;
	position:absolute;
	top:187px;
	left:177px;
	padding-left:30px;
	text-align:left;
	}
	
#flag-box{
	position:absolute;
	height:200px;
	top:120px;
	left:200px;
	}
	
#uberschrift{
	line-height:12px;
	}

h1 {font-size:16px;color:#ff0000;}
h2 {font-size:14px;color:#ff0000;}
h3 {font-size:12px;color:#000000;font-weight:normal;line-height:12px;}
h4 {font-size:16px;color:#000000;}

.produkt:link , .produkt:visited, .produkt:hover, .produkt:active{ 
	color: #000000;
	text-decoration: none;
	line-height:25px;
	}
.agb:link , .agb:visited, .agb:hover, .agb:active{ 
	color: #ff0000;
	text-decoration: none;
	position:relative;
	
	left:210px;
	}
.ubersicht:link , .ubersicht:visited, .ubersicht:hover, .ubersicht:active{ 
	color: #000000;
	text-decoration: none;
	float:right;
	vertical-align:top;
	margin-right:45px;
	}
	
	
.basic  {
	width: 360px;
	height:338px;
	font-weight:normal;
}
.basic div {
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	color: black;
	
}
.basic a:hover {
	background-color: white;
	color:#ff0000;
}
.basic a.selected {
	color: red;
}


	

