/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2007-07-17
	Project: www.apartement-deluxe.com
	Author: websLINE, 2007
	-------
*/


/* FORMATIERUNG */

body  {
	font: 62.5% Arial, sans-serif !important;
	color: #333;
	}
#site {
	font-size: 1.1em;
	}
#popup, #dPrint div {
	font-size: 1.2em
	}

p, ul, ol, dl, input, select {
	font-size: 1em;
	}
p, h3, h4, h5, h6	{
	margin: 15px 0;
	}
h1 {
	font-size: 1.4em !important;
	padding: 0 0 2px 0;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	color: #072964;
	background: url(img_bg-sIFRgrey.gif) no-repeat 0% 18px;
	width: 377px;
	}
h2 {
	font-size: 1.3em;
	margin: 35px 0 15px 0;
	color: #072964;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 1em;
	color: #072964;
	}
h6 {
	font-size: 0.9em;
	color: #AAB3BC;
	}

#mainLeft {
	color: #FFF;
	}
#mainLeft h2 {
	font-size: 1.3em;
 	text-transform: uppercase;
	padding: 1px 0;
	margin: 15px 0 0 0;
	color: #FFF;
	}

td p	{
	padding: 0;
	margin: 0 0 15px 0;
	}
.content li {
	list-style-image: url(img_nav-subitem.gif);
	}
table {
	border: 0;
	}
th, td {
	padding: 0;
	}
.absatz-newsletter td p, 
.absatz-sitemap td p, 
.absatz-guestbook td p, 
.prices td p {
	margin: 0; padding: 0;
	}
.bttn {
	font-size: 1em;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	background: #072964;
	border: 1px solid #fff;
	padding: 4px 5px;
	text-transform: uppercase;
	cursor: pointer;
	}



/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.content a {
	color: #072964;
	text-decoration: underline;
	}
.content a:visited {
	color: #8394B1;
	}
.content a:hover {
	color: #072964;
	text-decoration: none;
	}
.footer a {
	color: #072964;
	font-weigth: bold;
	}