@import url("prettyPhoto.css");
@import url("selbitz.css");
@import url("naila.css");
@import url("coburg.css");

/* Stammlayout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #BBBBBB;
}

p {
	font-size: 10pt;
}

a:link {
	color: #BBBBBB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BBBBBB;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #BBBBBB;
}

.background {
	position: relative;
	padding: 0px;
	width: 1100px;
	height: 607px;
	background-image: url(../img/background.jpg);
}

/* Logo */

.logo {
	position: relative;
	top: 20px;
	text-align: center;
}

img {
	border: 0px;
}

/* Präsentationsbereich (Selbitz & Naila) */

.container {
	position: relative;
	top: 50px;
	text-align: left;
	padding: 15px;
	width: 1050px;
	height: 345px;
	background-image: url(../img/background_text.png);
	color: #ff0033;
	/*filter: alpha(opacity=80);*/
}

.container img {
	border:0px;
}

.selbitz {
	width: 280px;
	height: 280px;
	text-align: center;
	left: 0px;
	padding-left: 40px;
}

.selbitz h2 {
	font-size: 1.2em;
	margin-top: 20px;
	font-weight: normal;
	font-style: normal;
}

.selbitz p {
	font-size: 1em;
	margin-top: -10px;
	font-weight: normal;
	font-style: normal;
}

.naila {
	width: 280px;
	height: 280px;
	font-size: 10pt;
	text-align: center;
	left: 0px;
	padding-right: 0px;
}

.naila h2 {
	font-size: 1.2em;
	margin-top: 20px;
	font-weight: normal;
	font-style: normal;
}

.naila p {
	font-size: 1em;
	margin-top: -10px;
	font-weight: normal;
	font-style: normal;
}														

/* Galerie */
.content {
	position: relative;
	top: 50px;
	text-align: left;
	padding: 15px;
	width: 800px;
	height: 345px;
	background-image: url(../img/background_text.png);
	font-size: 12pt;
	/*filter: alpha(opacity=80);*/
}

/* Navigation */
.navigation {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 25px;
	line-height:25px;
	top: 570px;
	left: 0px;
	background-image: url(../img/background_text.png);
	/*filter: alpha(opacity=80);*/
}

/* Teilgutachten */
iframe {
	border-width: 0px;
	background-color: transparent;
	width: 800px;
	height: 300px;
}
