body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	background-image: url(img/hintergrund.png);
}

div#container{
	width: 1024px;
	background-color: #ffffff;
	left: 50%;
	position: absolute;
	margin-left: -512px;
}

div#head{
	width: 1024px;
	height: 90px;
	background-image: url(img/head_hinter.png);
}

div#main{
	width: 1024px;
	background-image: url(img/main_hinter.png);
}
div#platzhalter{
	width: 800px;
	margin-left: 214px;
}
div#rechts{
	width: 200px;
	float: right;
}
div#rechtstext{
	width: 185px;
	margin-left: 10px;
}

div#links{
	width: 600px;
}
div#linkstext{
	margin: 0px 0px 0px 5px;
}
a#homebutton {display: block; width: 61px; height: 69px; background-image: url(img/m_home1.png); text-decoration: none;}
a#homebutton:hover {display: block; width: 61px; height:69px; background-image: url(img/m_home2.png); text-decoration: none;}
a#katalogbutton {display: block; width: 81px; height: 69px; background-image: url(img/m_katalog1.png); text-decoration: none;}
a#katalogbutton:hover {display: block; width: 81px; height:69px; background-image: url(img/m_katalog2.png); text-decoration: none;}
a#shopbutton {display: block; width: 54px; height: 69px; background-image: url(img/m_shop1.png); text-decoration: none;}
a#shopbutton:hover {display: block; width: 54px; height:69px; background-image: url(img/m_shop2.png); text-decoration: none;}
a#agbbutton {display: block; width: 56px; height: 69px; background-image: url(img/m_agb1.png); text-decoration: none;}
a#agbbutton:hover {display: block; width: 56px; height:69px; background-image: url(img/m_agb2.png); text-decoration: none;}
a#impressumbutton {display: block; width: 99px; height: 69px; background-image: url(img/m_impressum1.png); text-decoration: none;}
a#impressumbutton:hover {display: block; width: 99px; height:69px; background-image: url(img/m_impressum2.png); text-decoration: none;}


div#foot{
	width: 1024px;
	height: 100px;
	background-image: url(img/foot_hinter.png);
}
div#foottext{
	width:600px;
	padding: 39px 0px 0px 232px;
	color: #ffffff;
	font-size: 10px;
}


h1{
	font-size: 20px;
	color: #104482;
	padding: 0px 10px 3px 0px;
	margin: 30px 20px 5px 12px;
	border-bottom: 1px dotted #cccccc;
}
p{
	margin: 10px 20px 0px 12px;
}
a:link{
	font-weight: bold;
	color: #104482;
	text-decoration: none;
}
a:visited{
   font-weight: bold;
	color: #104482;
	text-decoration: none;
}
a:active{
	font-weight: bold;
	color: #104482;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #104482;
	text-decoration: underline;
}

a#whitelink {
   font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a#whitelink:hover {
   font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}