@charset "utf-8";

html
{

}

body 
{
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

a .contentBox
{
	font-weight: normal !important;
}

img
{
	border-width: 0px;
}

a
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

.root 
{
	text-align:center;
}

.aussenSchatten
{
	background-image:url(layout/siteHintergrund.jpg);
	width:1020px;
	margin:auto;
	position:relative;
}

.main
{
	background-color: #FFFFFF;
	border-radius: 15px;
	margin:auto;
	margin-bottom: 20px;
	min-height: 400px;
	padding-bottom: 20px;
	text-align:left;
	width:990px;
}

.left
{
	position:absolute;
	top:0px;
	left:0px;
}

.right
{
	position:absolute;
	top:0px;
	right:0px;
}

/* Innerhalb der Seite */

.header
{
	background-image:url(layout/obenHintergrund.jpg);
	height: 29px;
	width: auto;	
}

.banner
{
	background-image:url(layout/banner.jpg);
	border-color: #333333;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	height: 150px;
	width: auto;
}

.navigation
{
	background-color: #FFFFFF;
	float: left;
	font-weight: bold;
	height: 30px;
	margin-right: 20px;
	width: 200px;
}
.navigation ul
{
	margin: 0px;
	padding: 0px;
	border-color: #FF0000;
	border-style: solid;
	border-width: 0px 3px 0px 0px;
}

.navigation li
{
	list-style: none;
	margin: 8px 0px 0px 15px;	
}

.profil
{
	background-color: #b6b6b6;
	height: 30px;
	width: auto;
}

.profiltext
{
	float: left;
	margin: 8px 0px 0px 15px;
}

.siteNavigation
{
	background-color: #FFFFFF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	font-weight: bold;
	height: 30px;	
	margin: 5px 0px 10px 0px;
	width: auto;
}

.siteNavigationtext
{
	color: #000000;
	float: left;
	margin: 8px 0px 0px 15px;
}

.content
{
	float: left;
	min-height: 150px;
	width: 750px;
}

.content a:hover
{
	color: #666666;
}

.leftContent
{
	float: left;
	width: 550px;
}

.rightContent
{
	border-color: #FF0000;
	border-style: solid;
	border-width: 0px 0px 0px 3px;
	float: right;
	padding-left: 5px;
	width: 180px;
}

.Willkommen
{
	float: left;
	text-align: justify;
	margin-bottom: 10px;
	width: 500px;
}

.homeArtikel
{
	float: right;
	width: 202px;
}

.artikel
{
	margin-bottom: 15px;
}

.homeLinks
{
	float: left;
	width: 500px;
}

.homeLink
{
	float: left;
	width: 250px;
}

#wrapper {
min-height : 100%;
height : auto !important;
height : 100%;
background : transparent url(rechts.gif) repeat-y top right;
}

#navi {
width : 480px;
float : left;
height : 100%;
}

#content {
margin : 0 194px 0 480px;
min-height : 100%;
height : 100%;
}

#sidebar {
float : right;
width : 194px;
height : 100%;
}

#clear {
clear : both;
}

.content .contentBox img
{
	float: left;
	margin: 0px 5px 0px 0px;
}

.ueberschrift
{
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: left;
	width: auto;
}

.contentBox
{
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	overflow:auto;
	width: auto;
}

.contentBox .erstelldatum
{
	color:#333333;
	margin-bottom: 5px;
}

.contentBox .beschreibung
{
	color:#000000;
}

.contentBox .hinzudatum
{
	color:#333333; margin-top:5px;
}

.contentBox .preis
{
	color:#333333; margin-top:5px;
}

.contentBox .artikelKontakt
{
	color:#333333; margin-top:10px;
}

.contentBox .backToIndex
{
	font-weight:bold; margin-top:10px;
}

.footer
{
	height: 32px;
	width: 1020px;
	margin: auto;
}

.copyright
{
	margin-bottom: 15px;
	text-align: center;
}

.copyright a:hover
{
	color: #333333;
}

.rot
{
	color: #FF0000;
}

.anundverkauf img
{
	border-width: 0px;
}