body {
	margin-top: 0;
	text-align: center;
        background-color: #fff;
	
}

html, body, div, p, td, a, input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	color:#606060;
        line-height: 1.6;
}

form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
        font-size: 10px;
}

h3 {
        font-size: 12px;
}

img {
	border:0;
}


#whiteBg {
	float:left;
	background-color:#fff;
	padding:0;
	margin:0;
	height:100%;
}

.outer_wrapper
{
	width: 790px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image:url(../img/bg.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-attachment:fixed;
}

.bottomshadow
{
	width: 790px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	background-image:url(../img/bottomshadow.jpg);
	background-repeat: no-repeat;;
}

.container
{
	width: 724px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/logo_bg.jpg);
	background-position:bottom right;;
	background-repeat: no-repeat;
	background-color:#fff;
}

.logo_o
{
	margin-top:10px;
	float: left;
	width: 724px;
    height: 100px;
    overflow: hidden;
	background-image: url(../img/logo_o.jpg);
	background-repeat: no-repeat;
	background-color:#fff;

}


.top
{
	text-align:center;
    clear: both;
	height: 150px;
	background-repeat: no-repeat;
	background-color:#fff;
}

.top_left
{
	text-align:center;
	float: left;
	height: 150px;
	width: 172px;
	background-repeat: no-repeat;
	background-color:#fff;
}

.top_right
{
	text-align:center;
	float: right;
	height: 150px;
	width: 552px;
	background-repeat: no-repeat;
	background-color:#fff;
}



.after_top
{
	text-align:center;
    clear: both;
	height: 24px;
	background-image: url(../img/aftertop.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
}

.leftnav
{
	float: left;
	text-align: right;
	width: 173px;
	margin: 0;
	/*overflow: hidden;*/
}


.inhalt
{
	min-height: 350px;
	position: relative;
        margin: 0;
	margin-left: 200px;
	margin-right: 25px;
	z-index: 1;
}

.bottom
{
	position: relative;
        clear: both;
        width: 173px;
	margin: 0px;
	height: 147px;
	margin-top: -130px;
	background-image: url(../img/bottom_adr.jpg);
	background-repeat: no-repeat;
	/*z-index: 1;*/
	background-color: transparent;
        /*overflow: hidden;*/
}
.bottomline
{
        	
        position: relative;
	height: 7px;
	background-image: url(../img/bottom.jpg);
	background-repeat: no-repeat;
	/*z-index: 1;*/
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
margin-top: 2px;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
margin-top: 2px;
}

/* ###################################################### *//* ####################### STARTSEITE ################### *//* ###################################################### */.startseite {	text-align: left;	width: 500px;	margin-top: 10px;}.stbox {	text-align: left;	padding: 3px;	border: 1px solid #C3CFE7;	width: 224px;	background-color: #fff;}.mieten {	margin-left: 240px;}.kaufen {	float:left;}.stbox ul {	margin-top: 2px;	margin-bottom: 0px;}.stbox li {	margin: 0px;	margin-top: -3px;	margin-left: -15px;	color: #3A5DAE;	font-weight: bold;}.boxbg {	background-image: url(../img/box_verl.jpg);	height: 80px;}
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
	width:170px;
	margin:0;
	padding:0;
	background-color: transparent;
        line-height: 1.0;
}
#navigation ul li {
	width:170px;
	margin:0;
	list-style-type:none;
}
#navigation ul li a {
	display:block;
	width:170px;
	height:19px;
	line-height:19px;
	margin:0;
        padding-right:2px;
	font-size:11px;
	color:#0060b1;
        /* background-color:#BFC8E7; */
	border-bottom:1px solid #fff;
        border-top:1px solid #fff;
        margin-bottom:2px;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
	color:#000;
        background-image: url(../img/menu_bg.jpg);
        background-color:#EEEEEE;
        border-bottom:1px solid #ccc;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
}

/* Level 2 */
#navigation ul.subNavigation {
	width:170px;
	margin:0;
	padding:0;
}
#navigation ul.subNavigation li a {
	background-image:url(../images/subnavi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:199px 8px;
	border-bottom:1px dotted #ccc;
	color:#666;
	width:163px;
}
#navigation ul.subNavigation li.active a {
	color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
	background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* Level 3 */
#navigation ul.subSubNavigation {
	width:170px;
	margin:0;
	padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
	background-image:none;
	border-bottom:0;
	color:#666;
	width:170px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
	margin:0px 0 0 0px;
	font-size:11px;
	background-color:transparent;
}
#search label {
	font-size:10px;
	float:left;
	width:42px;
	padding:0px 0 0 0;
}
#search input {
	border:1px solid #ccc;
	width:140px;
	height:10px;
	font-size:10px;
}
#search input.sbmt {
	border:0;
	width:5px;
	height:8px;
}



/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}
#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#0060b1;
	font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:11px;
	color:#333;
	line-height:14px;
}
#content h1, #content h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#333;
}
#content h1 {
	line-height:22px;
}
#content h1 a {
	color:#0060b1;
	text-decoration:none;
}
#content h2 {
	font-style:italic;
	font-size:11px;
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

.clearit {
 clear: both;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
	color:#333;
	font-size:11px;
}
#teasersRight .teaserItem h3 {
	color:#0060b1;
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#teasersRight .teaserItem a.more {
	display:block;
	width:230px;
	margin:10px 0;
	padding:0 0 0 15px;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
	width:200px;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#0060b1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:11px;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
	width:346px;
        font-size: 12px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
        font-size: 12px;
}

#contactForm .contactRow input {
	height:14px;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}

/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:60px;
	left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
	margin: 20px 10px 0px 0px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	/*font-size: 0.6875em;*/	
}

table.gallery tr.thumbnails td {
	padding: 0;
}

table.gallery dd {
}

div.download {
	padding: 3px 0 3px 10px;
	background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

	padding: 0;
	margin-top:10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
	text-align: left;
	padding: 0;
}


td.gallery_image{
	height: 220px;
	padding:0px;
	
}
td.gallery_image div.link_image{
	padding:0;  
	background-position:top center; 
	min-height:120px; 
	height:120px; 
	margin-bottom:5px; 
	overflow:hidden;
}
td.gallery_image .bottom_links{
	 height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
	margin-bottom: 0px; 
	text-align:left; 
	width:180px; 
}
td.gallery_image .links{
	margin-bottom: 0px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
}

.sitemap .level1 {
        background-color: #e6f1fb;
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}


#footerContentContainer {
	float:left;
	background-color:#FFFFFF;
	height:15px;
}

ul#metaNavigation {
	margin:0 0 20px 0;
	padding:0;
}
ul#metaNavigation li {
	margin:0;
	padding:0 1px 0 8px;
	display:inline;
	border-left:1px solid #D7D7D6;
}

/* TINYMCE Zusaetze */

.rand_links {
        border: double 4px #ecb82c;
        margin: 0 20px 5px 0;
}
.rand_rechts {
        border: double 4px #ecb82c;
        margin: 0 0 5px 20px;
}
.abstand_links {
        margin: 0 20px 5px 0;
}
.abstand_rechts {
        margin: 0 0 5px 20px;
}

