#wrapper{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family:  arial, sans-serif;
	background: #D3E6FF;
	background-image: url(bilder/bgrdnw1.png);
	border: 3px solid #0000FF;
	box-shadow: 5px 5px 10px black;
	border-radius: 5px;

}

body{
	background-color: #FFFFFF;
}

header{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100px;
	text-align: center;
}

nav{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

nav ul{
	list-style-type: none;
}

nav li{
	display: inline;
	margin-right: 40px;
}

a{
	color: #FFFFFF;
	text-decoration: underline;
	font-family:  arial, sans-serif;
}

section{
	margin-left: 15px;

}

.title{
	font-size: 24px;
	font-family:  arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

.ifomain{
	width: 645px;
	min-height: 874px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 15px;
}

.info{
	text-align: center;
}

.multimedia{
margin-top: 15px;
margin-bottom: 15px;
text-align: center;

}

.article{
	height: 120px;
	margin-top: 15px;
	margin-bottom: 50px;
	padding-left: 10px;
}

.article p{

}

.article img{
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #DEDCD9; 
}

aside{

}

.bimg{
position: center;

}

.sidebar p{
	
}

.ifo{
	width: 220px;
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 15px;
}

.txtsm{
padding: 3px;
font-size: 15px;


}

.fontsm{
	font-size: 13px;
}

footer{

	clear: both;
}

footer ul{
	font-weight: bold;
	float: center;
	list-style-type:circle;
	padding: 0px;
	margin: 20px;
}

footer li{
	margin-right: 15px;
	text-align: center;
}

.wtrifo{
	background-color: #FFFFFF;
	border: 1px solid #DEDCD9;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 5px;
	margin-bottom: 15px;

}

.crosspr{
	background-color: #FFFFFF;
	border: 1px solid #DEDCD9;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	clear: both;
}

.copyr {
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
	color: white;

}
.shipping{
text-align: center;
}
.payment{
text-align: center;
}


a.il:link {color: #FF0000;}
a.il:visited {color: #FF0000;}
a.il:active {color: #FF0000;}
a.il:hover {color: #aaa;}

