
/* Allgemeine Formatierungen */

body {
	background-image:url(puppenhaeuser/puppenhaeuser_02.png);
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	}
	
* {
	margin:0px;
	padding:0px;
	}
	
h1 {
	font-weight:bold;
	color:#a310a4;
	font-size:22px;
	}
	
h2,h3,h4,h5,h6 {
	color:#a310a4;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
a {
	font-weight:bold;
	text-decoration:underline;
	color:#a310a4;
	outline:none;
	}
	
a img {
	border:none;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}
	
li {
	margin:5px;
	list-style:inside;
	}
	
ol li {
	list-style:decimal;
	}
	
/* Div Tags */

#side_l {
	background-image:url(puppenhaeuser/puppenhaeuser_03.png);
	width:25px;
	height:846px;
	float:left;
	}
	
#side_r {
	background-image:url(puppenhaeuser/puppenhaeuser_05.png);
	width:23px;
	height:846px;
	float:left;
	}

#design {
	width:891px;
	height:auto;
	margin:auto;
	text-align:center;
	}
	
#container {
	width:843px;
	height:auto;
	background-image:url(puppenhaeuser/puppenhaeuser_11.png);
	overflow:visible;
	float:left;
	}
	
#header {
	background-image:url(puppenhaeuser/puppenhaeuser_04.png);
	height:318px;
	width:843px;
	}
	
#sidebar {
	width:173px;
	height:auto;
	float:left;
	}
	
#content {
	width:479px;
	height:auto;
	padding:15px;
	float:left;
	text-align:left;
	}
	
#adsense {
	width:161px;
	padding-top:1px;
	height:auto;
	float:left;
	text-align:left;
	}
	
#footer {
	background-image:url(puppenhaeuser/puppenhaeuser_15.png);
	height:25px;
	background-position:top;
	background-repeat:repeat-x;
	width:820px;
	padding-top:10px;
	text-align:left;
	padding-left:23px;
	clear:both;
	background-color:#FFFFFF;
	}
	
/* Klassen */

.button {
	background-image:url(puppenhaeuser/puppenhaeuser_07.png);
	width:145px;
	height:27px;
	padding-top:8px;
	text-align:left;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:28px;
	display:block;
	text-decoration:none;
	}
	
.button:hover {
	background-image:url(puppenhaeuser/puppenhaeuser_09.png);
	color:#FFFFFF;
	}

.subbutton {
	background-image:url(puppenhaeuser/puppenhaeuser_10.png);
	width:125px;
	height:23px;
	padding-top:6px;
	text-align:left;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:48px;
	display:block;
	text-decoration:none;
	}
	
.subbutton:hover {
	color:#FFFFFF;
	background-image:url(puppenhaeuser/puppenhaeuser_08.png);
	}