/*
Datei: 			screen.css
Media:			screen, projection
Autor:			Axel Schuldt

*/


/* Basis Style Sheet einbinden: setzt einheitliche Ausgangswerte für alle Browser */
@import url("basis.css");


/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}



/* Klasse für inhaltliche Illustrationen mit Bildunterschrift (caption), 
   z.B. kurz-kommentierte Grundrissgrafiken der Ferienwohnungen 
   oder etwa Fotos zur Umgebung */
.illustration-with-caption {
	color:				#fff;
	padding: 			0;
	float: left;
	text-align:center;
}

.illustration-with-caption dt {
	margin:				0;
	background-color:	#ECEDE7;
}

.illustration-with-caption dd {
	background-color:	#ECEDE7;
	color:				#909090;
	font-size:			10px;
	padding:			1px 4px 3px 4px;
	margin:				0;
	
}





#container {
	margin-top: 15px;
	padding-bottom: 20px;
	width: 760px;
}

#main {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}


/* Bereich (Box) Navigation */
#navigation {
    background-color: #E7E8DE;
	font-style: normal;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 184px;
}

#navigation a {
	margin-left: 16px;
}

#navigation ul a {
	margin-left: 0;
}

/* Links in der Navigation */
#navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #606625;
}


/* bereits besuchte Links in der Navigation */
#navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

/* der aktive Link in der Navigation */
#navigation a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}


#navigation a:hover {
	color: #990000;
}



#navigation ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#navigation ul li {
	font-family: "Times New Roman", Times, serif;
	color: #6F835A;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
	background-image: url(../images/navigationspunkt.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	-background-position: 0 5px;	/* nur IE */
	padding-left: 16px;
	white-space: nowrap;
}

#navigation ul ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#navigation ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
	background-image: none;
	padding-left: 0;
}

/* Kopfbereich (Box) */
#header {
	border: 4px solid #606625;
	background-color: #FFFFFF;
	padding: 1px;
}


.content-intro {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #587443;
}

/* Startseite */

.content-intro h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #576A31;
	xtext-transform: uppercase;
	margin-bottom: 10px;
	margin-top:	5px;
}

.content-intro h2 {
	margin-bottom: 5px;
	color:#689250;
	font-size: 12px;
}

.content-intro h3 {
	font-family: "Times New Roman", Times, serif;
	color: #607100;
	font-size: 23px;
	margin-bottom: 7px;
}

.content-intro p {
	margin-top: 7px;
	margin-bottom: 10px;
}


/* Unterseiten */

.content-default {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #587443;
}

.content-default h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #576A31;
	margin-bottom: 10px;
	margin-top:	5px;
}

.content-default h2 {
	color: #607100;
	font-size: 16px;
	margin-bottom: 7px;
}

.content-default h3 {
	color: #ffffff;
	font-size: 15px;
	
	margin-bottom: 3px;
	margin-top: 3px;
}

.content-default p {
	margin-bottom: 10px;
}



.content-default ul {
	margin-left: 0;

	padding-left: 1.6em;
	text-indent: -1.3em;

	-padding-left: 1.6em; /* IE */
	-text-indent: -1.5em; /* IE */

	list-style-position: inside;
}

.content-default ul li {
	margin-top:	3px;
	margin-bottom: 3px;
}



#content-intro-poppelvitz {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 8px;
	margin-bottom: 18px;
	border-bottom: 1px solid #DDDDDD;
}

#content-intro-putbus {
	width: 267px;
	display: inline;
	margin-right: 9px;
}

#content-intro-losentitz {
	display: inline;
	width: 267px;
}

#content-intro-poppelvitz .illustration-with-caption {
	margin-right: 10px;
}



#footer {
	background-color: #FFF;
	width: 752px;
	border-top: 1px solid #D3D3D3;
	/* Transparenz: */
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	color: #869469;
}

