﻿@import url("layout_new.css");
body {
	font-family: Verdana;
	font-size: 0.8em;
	background-color: #bbb;

	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: auto;
	margin: 10px auto;
}
/* ----------------------------------------------  */
/* Kopf Container */
#head {
	text-align: center;
	width: auto;
	margin-left:10px;
	margin-right:10px;	
	border: 1px solid #431;
	background-color: #666;
	background-repeat: repeat;
	background-attachment: scroll;
}
/* ----------------------------------------------  */
/* Menu Container */
#menu {
	position: relative;
/*	float: right;*/
	width: auto;
	height:auto;  
/*	height:278px;  */
	margin-top: 10px;
/*	margin-bottom: 10px;*/
	margin-left:10px;
	margin-right: 10px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* Menu Container */
#menu2 {
	position: relative;
/*	float: right;*/
	width: auto;
	height:auto;  
/*	height:278px;  */
/*	margin-top: 10px;*/
	margin-bottom: 10px;
	margin-left:10px;
	margin-right: 10px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* Titel Container */
#headline {
	position: relative;
	width: auto;
	height: auto;
	margin-left:10px;
	margin-right:10px;	
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* Foto Container */
#fotos {
	position: relative;
	float: left;
	width: 420px;
	height: 900px;
	margin-left:10px;		
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* Linker Container */
#properties {
	position: relative;
	float: left;
	width: 420px;
	height: 900px;
	margin-left:10px;
	margin-right:0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* Rechter Container */
#prices {
	float: right;
	width: 420px;
	height:900px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* Rechter Container */
#paypal {
	float: right;
	width: 420px;
	height:900px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Beschreibung deutsch */
#details_de {
/*	position: relative;*/
	float: left;
	width: auto;
	height: auto;
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
	margin-bottom: 00px;
	border: 1px solid #431;
	background-color: #666
}
/* ----------------------------------------------  */
/* Beschreibung englisch */
#details_en {
/*	position: relative;*/
	float: left;
	width: auto;
	height: auto;
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #666
}
/* ----------------------------------------------  */
/* Fuss Container */
#footer {
	text-align: center;
	clear: both;
	width: auto;
	margin-left:10px;
	margin-right:10px;	
	padding: 0px;
	border: 1px solid #431;
	background-color: #666;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Mastertitel-Formatvorlagen  */
#head h1 {
	color: #088;
}
#head h3 {
	color: #088;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Navigationsformatvorlagen*/

/* Eigenschaften Container 
#properties p {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------- 
#properties a {
	color: #eee;
	text-decoration: none;
	display: block;
	padding: 0px;
	border: 0px solid #666;
	background-color: #666;
}
/* ----------------------------------------------  */





/* Menü Container */
#menu m {
	list-style-type: none;
/*	width: 100%;*/
	display: block;
	margin: 0;
	padding: 0;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Foto Container */
#fotos ul {
	list-style-type: none;
/*	width: 100%;*/
	display: block;
	margin: 0;
	padding: 0;
}
/* ----------------------------------------------  */
#fotos li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
	background-color: #666;
}
/* ----------------------------------------------  */
#fotos a {
/*	color: #088;*/
	text-decoration: none;
	display: block;
	padding: 0px;
	border: 0px solid #666;
	background-color: #666;
}
/* ----------------------------------------------  */
#fotos a:hover {
	color: #fff;
	text-decoration: none;
	border: 2px solid #088;
	background-color: #888;
}
/* ----------------------------------------------  */
#fotos b {
	color: #088;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #666;
}
/* ----------------------------------------------  */
#fotos b:hover {
	color: #fff;
	text-decoration: underline;
	border: 1px solid #088;
	background-color: #088;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Inhaltsformatvorlagen */
/* Preise Container */
#prices h1,h2,h3,h4,h5,h6 {
	color: #333;
}
/* ----------------------------------------------  */
#prices img {
	padding: 5px;
	border: 0px solid #fff;
}
/* ----------------------------------------------  */
#prices p {
	color: #646464;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Fuss Container */
#footer a {
/*	color: #333;*/
	text-decoration: none;
}
/* ----------------------------------------------  */
#footer a:hover {
	color: #088;
	text-decoration: underline;
}
/* ----------------------------------------------  */
a {
	color: #333;
	text-decoration: underline;
}
/* ----------------------------------------------  */
a:hover {
	color: #088;
	text-decoration: underline;
}
/* ----------------------------------------------  */
.style_bold {
	font-weight: bold;
}
/* ----------------------------------------------  */
.style_italic {
	font-style: italic;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Haupt Container */
#details_de p {
	color: #C0C0C0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
/* ----------------------------------------------  */
#details_de b {
	color: #333;
	text-decoration: underline;
}
/* ----------------------------------------------  */
#details_de b:hover {
	color: #088;
	text-decoration: none;
}
/* ----------------------------------------------  */
b {
	color: #333;
	text-decoration: underline;
}
/* ----------------------------------------------  */
b:hover {
	color: #088;
	text-decoration: underline;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
/* Haupt Container */
#details_en x {
	color: #C0C0C0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
/* ----------------------------------------------  */
#details_en y {
	color: #333;
	text-decoration: underline;
}
/* ----------------------------------------------  */
#details_en y:hover {
	color: #088;
	text-decoration: none;
}
/* ----------------------------------------------  */
y {
	color: #333;
	text-decoration: underline;
}
/* ----------------------------------------------  */
y:hover {
	color: #088;
	text-decoration: underline;
}
/* ----------------------------------------------  */
/* ----------------------------------------------  */
