* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
}

body, div, p, span, a, ul, li {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#header, #body, #footer {
	width: 100%;
}

#header .left {
	text-align: left;
}

#header .middle, #header .right, #header .trenner, #header .bild, #header .sprache, #body #nav {
	display: none
}



/*----------------------------------------------------------------------------------------------------*/

#body {
	width: 85%;
	margin-top: 30px;
}



#main.normal {
	margin: 0px 20px 0px 85px;
	font-size: 12px;
}

#main.pics {
	margin: 0px 20px 0px 60px;
	font-size: 12px;
}

#main p {
	line-height: 117%;
	margin-bottom: 20px;
}

#main ul {
	list-style-image:url(gfx/ul.gif);
}

#main h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#main h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.fotobg {
	background-color: #D7D4CA;
	margin-bottom: 10px;
	padding: 8px 23px;
}

.fotobg p {
	margin-bottom: 11px;
}

.fotobg .links {
	width: 300px;
	height: 10px;
	float: left;
}

.fotobg .links a {
	display: block;
	height: 10px;
	width: 10px;
	font-size: 0px;
	line-height: 10px;
	border: 1px solid #666;
	float: left;
	margin-right: 10px;
	text-decoration: none;
}

.fotobg .links a:hover, .fotobg .links a.aktiv {
	background-color: #fff;
}

.fotobg .rechts {
	text-align: right;
	font-size: 10px;
	font-size: 10px;
}

.foto {
	margin-left: 23px;
}

.fotobg .vorschau1 {
	float: left;
	margin: 0px 45px 20px 0px;
}

.fotobg .vorschau2 {
	margin: 0px 0px 19px 0px;
}

#main a {
	color: #666;
	text-decoration: none;
}

#main a img {
	border: 0;
	vertical-align: bottom;
}

.bildlinks {
	float: left;
	padding: 0px 20px 20px 0px;
}

a.mehrlink1 {
	padding-left: 11px;
	background: url(gfx/mehr.gif) no-repeat 0px 1px;
}

a.mehrlink {
	padding-left: 11px;
	background: url(gfx/mehr.gif) no-repeat 0px 2px;
}

#main a.blackline {
	color: #000;
	text-decoration: underline;
}

.kontaktform1, .kontaktform2 {
	background: url(gfx/bg-input.gif) no-repeat;
	border-top: 1px solid #6a6a6a;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding-left: 4px;
}

.kontaktform1 {
	border: 1px solid #000;
	width: 350px;
	height: 14px;
	font-size:10px;
}

.kontaktform2 {
	border: 1px solid #000;
	width: 465px;
	height: 80px;
	font-size: 11px;
}

/*----------------------------------------------------------------------------------------------------*/

#footer {
	background: url();
	text-align: right;
	margin-top: 50px;
	margin-bottom: 50px;
}

#footer p, #footer p a {
	font-size: 9px;
	color: #999;
	display: inline;
}

#footer p {
	padding: 0px 30px;
}

#main a:hover, a:hover {
	text-decoration: none;
}

