@charset "UTF-8";

body {
	font-family: Abel;
	/*	line-height: 115%; */
	/*font-size: 1.1em;*/
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #373436;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	font-family: Abel;
	padding: 0;
	margin: 0;
/*	font-size: 1.2em; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Abel;
	font-weight: normal;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.9em;
}

p1 {
	text-align: left;
}

name {
	font-size: 0.7em;
}

center {
	text-align: center;	
}

h1 {
	font-size: 200%;
	color: #333333;
	text-align: center;
	padding-top: 5px;
}

h2 {
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 150%;
	margin: 0px;
}

h3 {
	font-size: 18px;
	color: #333333;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 3px;
}

h4 {
	margin: 0px;
	line-height: 150%;
	font-size: 130%;
	font-weight: normal;
	padding-top: 10px;
}
	
h5 {
	font-size: 24px;
	color: #333333;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	margin-top: 20px;
	padding-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

h6 {
	font-size: 70%;
}


ul.nav {
	list-style: none; /* Hiermit wird die Listenmarkierung entfernt. */
	border-top: 1px solid #BBB; /* Hiermit wird der obere Rand für die Hyperlinks erstellt. Alle anderen werden mit einem unteren Rand im LI-Element platziert. */
	margin-bottom: 15px; /* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */

}
ul.nav li {
	border-bottom: 1px solid #BBB;
}
ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	padding: 10px 5px 10px 15px;
	display: block; /* Hiermit werden die Blockeigenschaften für den Hyperlink angegeben, sodass das gesamte umschließende LI-Element aufgefüllt wird. Hiermit wird angegeben, dass der gesamte Bereich auf einen Mausklick reagiert. */
	width: 150px;  /*Mit dieser Breite reagiert die gesamte Schaltfläche in IE6 auf Mausklicks. Kann entfernt werden, wenn IE6 nicht unterstützt werden muss. Berechnen Sie die exakte Breite durch Subtrahieren der Auffüllung für diesen Hyperlink von der Breite des Containers für die Randleiste. */
		color: #fff;
	text-decoration: none;
	/*background-color: #333;*/
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	background-color: #111;
	color: #FFF;
}

.normText {
	font-size: 90%;
}

abbinder {
	color: #CCC;
	text-align: center;
}
	
a img { 
	border: none;
}


a:link {
	text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
		color: #555;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}

/* ~~ Dieser Container mit fester Breite umschließt alle anderen div-Tags. ~~ */
.container1 {
	width: 960px;
	/*	background-color: #aaa; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images_gs/bg-start1.jpg);
	background-repeat: no-repeat;
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	height: 60px;
	font-family: Abel;
	font-size: 200%;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
}

/* ~~ Dies sind die Spalten für das Layout. ~~ */
.sidebar1 {
	float: left;
	width: 170px;
	padding-bottom: 10px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	padding-top: 10px;
}
.content {
	width: 580px;
	float: left;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.inhalt_1 {
	height: 340px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-bottom: 20px;
}

.contentphotos {
	text-align: center;
}
.sidebar2 {
	float: left;
	width: 160px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #BBB;
	background-image: url(../images_gs/schwarz_transparent.png);
	text-align: left;
	color: #FFF;
}





/* ~~ Stile für die Fußzeile ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
	color: #999999;
	text-align: center;
	font-size: 80%;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im .container) platziert werden, wenn .footer entfernt oder aus dem .container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.listing {
	margin-left: 40px;
	margin-top: 0x;
	margin-bottom: 20px;
	font-size: 95%;
}

.listingfett {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 115%;
	color: #29149B;
	line-height: 150%;
	font-weight: 300;
}

.arrow {
	padding-right: 10px;
	float: left;
	padding-top: 6px;
}

.dottedline {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bild-l {
	height: 180px;
	width: 180px;
	float: left;
	margin-right: 8px;
	margin-left: 3px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;

}

.bild-m {
	height: 180px;
	width: 180px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;

}

.bild-r {
	height: 180px;
	width: 180px;
	float: right;
	margin-right: 3px;
	margin-left: 8px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;

}
