body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_strahlen.jpg) no-repeat fixed;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

/* Seitenlayout */
#center {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	position: absolute;
}
/* Links oben mit Logo */
#top_left_col {
	float: left;
	margin-top: 30px;
	width: 310px;
	height: 220px;
	text-align: center;
}
#top_left_col img {
	margin-top: 40px;
}
/* Rechts oben Hauptmenü, Kids Style Pics */
#top_right_col {
	float: left;
	margin-top: 30px;
	width: 682px; /*minus padding-left*/
	height: 220px;
	background: url(../images/bg.png);
	/*background: #9a988c;*/
	padding-left: 8px;
}
#top_right_col img {
	margin-right: 2px;
	padding: 2px; 
	border: 1px dotted white;
}
/* Submenü und Bulli */
#middle_left_col {
	float: left;
	width: 310px;
	text-align: center;
}
#submenu {
	width: 310px;
	background: url(../images/bg.png);
	text-align: left;
}
#middle_left_col img {
	margin-top: 30px;
}
/* Inhalt */
#middle_right_col {
	float: left;
	width: 672px; /*minus padding-left*/
	/* background: #9a988c;*/
	background: url(../images/bg.png);
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 10px;
	font: 12px/15px Arial, Helvetica, sans-serif;
}

/* Classes */
.button_sub {
	display: block;
	width: 147px;
	height: 20px;
	padding-left: 20px;
	margin-bottom: 3px;
	font: 12px/20px Arial;
	text-decoration: none;
	background: black;
	color: white;
}
.button_main_inactive, .button_main_active {
	display: inline;
	width: 180px;
	height: 20px;
	margin-top: 0px;
	margin-right: 5px;
	padding: 4px;
	font: 12px/20px Arial;
	color: white;
	text-decoration: none;
}
.button_main_inactive {
	border-left: 1px dotted white;
	border-bottom: 1px dotted white;
}
.button_main_active {
	background: black;
	border-left: 1px dotted black;
	border-bottom: 1px dotted black;
}

.gallery img {
	height: 215px;
	width: 216px;
	margin-right: 1px;
	padding: 1px;
	border: 1px dotted white;
}