/* ----- START INITIALISIEREN ----- */

p {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

/* ----- ENDE INITIALISIEREN // START LINKS----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/bg.gif);
	margin: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CC9933;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	text-decoration: underline;
}

#head {
	position: absolute;
	top: 15px;
	height: 160px;
	width: 640px;
	background-image: url(images/bg_head.gif);
}

#content {
	position: absolute;
	overflow: visible;
	left: 80px;
	top: 175px;
	width: 570px;
	min-height: 490px;
	background-color: #F1F1F1;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px dotted #000000;
	padding: 15px;
}

.rahmen {
	border: 1px solid #000000;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}
strong {
	font-weight: bold;
	color: #663333;
}
.rahmenGalerie {
	border: 1px solid #CC6600;
}

