/* Allgemein
************************************************/
html {height: 100%;}

body {
	margin: 0;
	padding: 0;
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: url(../pics/bg-global.gif) repeat center top;
}
img { border : 0px;}
table {	border : 0px;}

/* Konstrukt
************************************************/

#outerwrapper {
	margin: auto auto; min-height: 100%; position: relative;
	width: 890px;
	padding: 0;
	background: url(../pics/bg-content.gif) repeat-y;
}
* html #outerwrapper {height: 100%;} /* IE Hack für 100 % Höhe */
#header {
	width: 890px;
	height: 137px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(../pics/head-domus-berlin.gif) no-repeat;
}
#logo {
	width:144px;
	height:53px;
	margin:0;
	padding: 68px 0 0 39px;
}
#teaser {
	height: 170px;
	margin: 0;
	padding: 0;
	text-align:left;
	background: url(../pics/bg-teaser.gif) no-repeat;
}
#teaserspace {
	margin: 0 0 0 80px;
	padding: 0;
}
.single-teaser {
	width:194px;
	height:153px;
	margin:8px 70px 0 0;
	padding:0;
	float:left;
	background: url(../pics/bg-teaser-single.gif) no-repeat;
}
.single-teaser h1 {
	padding:20px 0 0 32px;
}
.single-teaser ul {
	font: 12px/15px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding:5px 0 0 46px;
	margin:0;
}
.single-teaser ul a { color: #fff;}
.single-teaser ul a:hover { color: #000;}

#content {
	float: left;
	width:890px;
}
#leftcol {
	width: 201px;
	padding: 0;
	text-align:left;
	float:left;
}
#rightcol {
	width: 649px;
	margin:0;
	padding: 20px 20px;
	float:left;
	text-align:left;
	overflow:auto;
}
/* Iframe
************************************************/
#rightcol .iframe {
	width: 649px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#rightcol .iframe iframe {
	position: absolute;
	width: 649px;
	margin: 0;
	padding: 0;
}
.iframe {
	position: relative;
	width: 649px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Links
************************************************/

a.dark:link{ color:#888888; text-decoration:none; } 
a.dark:visited{ color:#888888; text-decoration:none; }
a.dark:active{ color:#888888; text-decoration:none; } 
a.dark:hover{ color:#FFA800; text-decoration:none; }

a.spec:link{ color:#333333; text-decoration:none; } 
a.spec:visited{ color:#333333; text-decoration:none; }
a.spec:active{ color:#333333; text-decoration:none; } 
a.spec:hover{ color:#333333; text-decoration:underline; }

a {color: #008800; text-decoration: none; }
a:hover {color: #333333; text-decoration: none;}
/* Subnav
************************************************/

#subnav {
	font: 12px/20px Arial, Verdana, Helvetica, sans-serif;
	width: 161px;
	margin: 0;
	float: left;
	padding: 20px 0 20px 39px;
}
#subnav a {
	background: url(../pics/arrow_dark.gif) 0 6px no-repeat !important;
	background: url(../pics/arrow_dark.gif) 0 7px no-repeat;
	padding: 0 0 0 10px;
	color: #000;
	display: block;
	height: 1%;
}
#subnav a:hover {
	background: url(../pics/arrow_light.gif) 0 6px no-repeat !important;
	background: url(../pics/arrow_light.gif) 0 7px no-repeat; 
	padding: 0 0 0 10px;
	color: #008800;
}
#subnav .is {
	background: url(../pics/arrow_dark.gif) 0 6px no-repeat !important;
	background: url(../pics/arrow_dark.gif) 0 7px no-repeat;
	padding: 0 0 0 10px;
	color: #ED0117;
}
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav li {
	margin: 0;
	padding: 0;
	display: inline;
}
/* Subsub
****************************/
#subnav .subsub a {
	background: url(../pics/arrow_light.gif) 10px 6px no-repeat !important;
	background: url(../pics/arrow_light.gif) 10px 7px no-repeat;
	padding: 0 0 0 20px;
	color: #008800;
	display: block;
	height: 1%;
}
#subnav .subsub a:hover {
	background: url(../pics/arrow_dark.gif) 10px 6px no-repeat !important;
	background: url(../pics/arrow_dark.gif) 10px 7px no-repeat; 
	padding: 0 0 0 20px;
	color: #008800;
}
#subnav .subsub .is {
	background: url(../pics/arrow_dark.gif) 10px 6px no-repeat !important;
	background: url(../pics/arrow_dark.gif) 10px 7px no-repeat;
	padding: 0 0 0 20px;
	color: #ED0117;
}
#subnav .subsub ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav .subsub li {
	margin: 0;
	padding: 0;
	display: inline;
}
/* thumbs
*************************************/
.thumbs {
	width: 165px;
	float: right;
	margin: 0 20px 0 20px;
}
.thumbs div {
	border: 1px solid #070;
	margin-bottom: 1px;
}
.thumbs div#titel {
	color:#FFF;
	background: #070;
	height: 18px;
	margin-top: 15px;
	padding:2px 0 0 8px;
}
.thumbs div.links {
	float:left;
	height: 59px;
	width: 80px;
}
.thumbs div.rechts {
	float:right;
	height: 59px;
	width: 80px;
}
.thumbs div.links a, .thumbs div.rechts a {
	display: block;
	height: 59px;
	width: 80px;
}
.thumbs div.links img, .thumbs div.rechts img {
	display: none;
}
.thumbs div.links:hover img, .thumbs div.rechts:hover img {
	display: block;
}
p.bildunterschrift { padding: 0 0 10px 0; margin:4px 0; color: #444; font-size: 0.85em; line-height: 1.0em; font-style: italic; }
img.mitrahmen { border: 1px solid #070; }
 
/* Texte etc.
************************************************/
p { padding: 0; margin:8px 0 6px 0;}
h1 {
font: 20px Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
margin: 0;
padding: 0;
}

h2 {
font: 16px Arial, Verdana, Helvetica, sans-serif;
font-weight:bolder;
color: #008800;
margin: 0;
padding: 0;
}

h3 {
font: 13px Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
color: #008800;
}

hr {
	height: 1px;
	color: #CACDD0;
	border: none;
	border-top: 1px solid #CACDD0; 
}
/* Social
############################################### */
#social {
	font-size:11px;
	width:160px;
	margin:0 0 20px 0;
	padding:0 0 0 40px;
	float:left;
}
#social img {
	margin:4px 2px 0 0;
	padding:0;
}

/* Sonstiges
************************************************/
.clear {
	clear: both;
}
/* Form
************************************************/
#forms {
	padding:0 0 0 14px;
	width:285px;
	float:right;
}
.formulartext { 
	display: block;
	color: #070;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 0.75em;
	font-weight: normal; 
}
.formular { 
	display: block; 
	border: 1px solid #070; 
	padding: 1px 2px; 
	margin: 0 10px 3px 0; 
	font-size: 0.9em; 
	font-weight: normal; 
	width: 257px; 
} 
.formular:focus { 
	background: #eeffed;
}

/* Footer
************************************************/

* html #footer {bottom: -1px;} /* IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */

#footer {
	bottom: 0;
	left: 0;
	width:882px;
	height: 25px;
	margin: 0 ;
	padding: 0 4px;
	background: url(../pics/bg-content.gif) repeat-y;
}

#footercontent {
	font: 12px/15px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	width:882px;
	height: 20px;
	background-color:#008800;
	margin:0;
	padding:5px 0 0 0;
}
.footer-left {
	float:left;
	margin:0;
	padding:0 0 0 20px;
}
.footer-left a {
	margin:0;
	padding:0 4px;
}
.footer-right {
	color:#6be06b;
	padding:0 20px 0 0;
	margin:0;
	float:right;
}
#footer a { color: #fff;}
#footer a:hover { color: #b8f5b8;}

#footer .footer-right a { color: #6be06b;}
#footer .footer-right a:hover { color: #b8f5b8;}


