@charset "utf-8";

/*Globale Definitionen*/
body {
	background: #9E9E9E url(../images/backround.jpg) repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
img{
	border:none;
}
h1 {
	font-size:14px;
	color:#000000;
	margin:0 0 10px 0;
	padding:0;	
}
h2 {
	font-size:12px;
	color:#000000;
	margin:0 0 5px 0;
	padding:0;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#contentLeft a {
	color:#990000;
}
hr {
	height: 1px;
	width: 100%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style:dashed;
	border-bottom-color:#666666;
	margin: 10px auto;
}
/*Definition der DIV`s*/
#container{
	width:980px;
	height:650px;
	margin:0 auto;
}
#header{
	width:980px;
	height:59px;
	background:url(../images/header.jpg) no-repeat;
}
#contentContainer{
	width:980px;
	height:513px;
	background:url(../images/BGcontent.jpg) no-repeat;
}
#contentLeft{
	width:380px;
	height:450px;
	float:left;
	margin:48px 0 0 50px;
	overflow: auto;	
}
#contentRight{
	width:380px;
	height:485px;
	float:left;
	margin:5px 0 0 88px;
	overflow: auto;	
}
#footer{
	width:980px;
	height:77px;
	background:url(../images/footer.jpg) no-repeat;
}


/*Definition der Hauptnavi oben*/
#item1{
	width:100px;
	height:20px;
	float:left;
	text-align:center;
	margin:33px 0 0 47px;
}
#item2{
	width:100px;
	height:20px;
	float:left;
	text-align:center;
	margin:34px 0 0 24px;
}
#item3{
	width:100px;
	height:20px;
	float:left;
	text-align:center;
	margin:36px 0 0 17px;
}
#item4{
	width:100px;
	height:20px;
	float:left;
	text-align:center;
	margin:33px 0 0 111px;
}
#item5{
	width:100px;
	height:20px;
	float:left;
	text-align:center;
	margin:32px 0 0 20px;
}
#item6{
	width:100px;
	height:20px;
	float:left;
	text-align:center;
	margin:31px 0 0 30px;
}

/*Links im Footer*/
#footerNaviLeft {
	width:420px;
	height:30px;
	float:left;
	margin:0 0 0 45px;
}
#footerNaviRight {
	width:432px;
	height:30px;
	float:left;
	text-align:right;
}

#footerNaviRight a,
#footerNaviLeft a {
	color:#990000;
	font-weight:bolder;
}
#footerNaviRight a:hover,
#footerNaviLeft a:hover {
	text-decoration:underline;
}

#footerLinks {
	width:auto;
	height:auto;
	padding:40px 0 0 750px;
}
#footerLinks a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
	text-transform:uppercase;
}
#footerLinks a:hover {
	text-decoration:none;
}
/*Definitionen der Klassen*/
.gallery img {
	margin:0 5px 5px 0;
	border: 2px groove #FFFFFF;
}
.error{
	text-align:left;
	color:#FF0000;
	font-size: 10px;
	padding: 3px;
}
.versand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #006600;
}
.contact {
	float: left;
	height: auto;
	width: auto;
	padding-right: 35px;
}
.welcome{
	font-size:18px;
	color:#990000;
	text-align:right;
}
.underline{
	text-decoration:underline;
}
