/* CSS Document */

/* Navigation */

#navlist
{
	padding-top: 0px;
	padding-left: 20px;
	margin-left: 0;
	width: 200px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	color: #715933;
	text-decoration: none;
	font-family: "Century Gothic";
	size: 16px;
	line-height: 20pt;
}

#navlist li a { 
	text-decoration: none;
	color: #715933;
}

#navlist li a:hover { 
	text-decoration: none;
	color: #000000;
}


/* Navigation Top*/

.navtop {
	font-family: "Century Gothic";
	font-size: 11px;
	text-decoration: none;
	color: #715933;
	padding-top: 23px;
	padding-left: 50px;
	width: 50%;
}

.navtop a {
	color: #715933;
	text-decoration: none;
}

.navtop a:hover {
	color: #ddd4cb;
	text-decoration: underline;
}


/*Backgrounds*/

body {
	background-color: #715933;
}

.bgtop {
	background-image: url(../imgsrc/Layout1_Parkvilla_01.jpg);
	background-repeat: no-repeat;
	height: 66px;
	width: 999px;
}

.bgleft {
	background-image: url(../imgsrc/Layout1_Parkvilla_02.jpg);
	background-repeat: repeat-y;
}

.bgright {
	background-image:url(../imgsrc/Layout1_Parkvilla_05.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.bgbottom{
	background-image:url(../imgsrc/Layout1_Parkvilla_12.jpg);
	background-repeat:no-repeat;
	height:53px;
	width:999px;
}

.footer {
	background-color: #ddd4cb;
	height: 83px;
	width: 100%;
}

.footertext {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #715933;
}

/* Schnellanfrage */

.schnellanfrage {
	margin-left: 20px;
	background-color: #ddd4cb;
	padding: 10px;
	width: 180px;
	height: 115px;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 18pt;
	color: #715933;
}

.textanfrage{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #715933;
}

.datumanfrage {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	width: 90px;
	padding-left: 5px;
}

/* Inhalt */

.text { 
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 18pt;
	padding-left: 15px;
	padding-right: 15px;
}

.kontakt { 
	font-family: "Century Gothic";
	font-size: 11px;

}

.preise { 
	font-family: "Century Gothic";
	font-size: 11px;
}

.h1 { 
	font-family: "Century Gothic";
	font-size: 14px;
	color: #715933;
	font-weight: bold;

}

.h2 { 
	font-family: "Century Gothic";
	font-size: 12px;
	color: #715933;

}

/* Rahmen */

.uborder {
	border-top: dashed #ddd4cb 1px;
}

/* Links */

a:link { text-decoration:none; color:#715933; }
a:visited { text-decoration:none; color:#715933; }
a:hover { text-decoration:none; color:#000000; text-decoration: underline;}
a:active { text-decoration:none; color:#715933; }
a:focus { text-decoration:none; color:#715933; }

/*Sprache*/

.Englisch {
	background-image:url(../imgsrc/Englisch.jpg);
	background-repeat:no-repeat;
	margin-left: 5px;
	margin-top: 12px;
	height:18px;
	width:28px;
}

.Deutsch {
	background-image:url(../imgsrc/Deutsch.jpg);
	background-repeat:no-repeat;
	margin-left: 18px;
	margin-top: 12px;
	height:18px;
	width:28px;
}
	




