/* Body 
----------------------------------------------------*/
 * {
margin: 0;
padding: 0;
} 
 
body {
	margin: 0;
	padding: 0;
	color: #666;
	font: normal 68%/140% "Lucida Grande", Lucida Sans Unicode, Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFF url(../img/bg.jpg) repeat-x 0 0;
}

img { border: none; }

a { text-decoration: none;}

.clear {clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
}
	
.hide {display: none;}

/*  Layout
----------------------------------------------------*/

#wrap {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 7px;
	width: 817px;
	height: 100%;
	background: #FFF url(../img/bg-wrap.jpg) repeat-x 0 0;
}

*html #wrap {
	width: 824px;
	}

#header 	{
	width: 810px;
	height: 120px;
}

#logo 	{
	float: right;
	height: 75px;
	width: 350px;
	padding:0;
	margin: 35px 0 0 0;
}

#logo a:link, #logo a:visited, #logo a:active {
	background-image: none;
}

#streifen 	{
	padding: 1px;
	width: 798px;
	height: 255px;
	margin:0;
	border: 5px solid #F0F0F0;
	background-color: #FFF;
}

#main	{
	margin: 25px 0 0 0;
	width: 810px;	
}

#sidebar {
	float: left;
	width: 200px;
	min-height: 400px;
  background: transparent url(../img/bg-dot-subnav-linesenkrecht.gif) no-repeat 100% 40px;
/*  border-right: 1px dashed #636E6E; */
  height: 100%;
}

#content {	
	float: left;
	margin: 0 0 0 23px;
	padding: 0;
	width: 580px;	
}

#maincolumnleft {
	float: left;
	width: 380px;
	min-height: 250px;
	padding: 10px;	
	background: transparent url(../img/bg-dot-subnav-linesenkrecht.gif) no-repeat 100% 40px;
}

*html #maincolumnleft {
	width: 200px;
}

#home #maincolumnleft {
	border: 1px solid #fff; border: 1px solid #eaeaea;
	background: none;
}

* html #maincolumnleft { height:250px;} /* nur fuer IE 5.5 - 6.x */
html + body #maincolumnleft { height:250px; } /* nur vom IE 5.0 */

#maincolumnright {
	float: right;
	width: 380px;
	min-height: 250px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #F0F0F0;	background-color: #FFF;
}

#home #maincolumnright {
	border: 1px solid #eaeaea;
	background-color: #F0F0F0;	
	background-color: #F3F3F3;
}

* html #maincolumnright { height:250px;} /* nur fuer IE 5.5 - 6.x */
html + body #maincolumnright { height:250px; } /* nur vom IE 5.0 */

#footer	{
	height: 60px;
	margin: 40px 5px 0 0;
	background: url(../img/bg-footer.giff) repeat-x;
	border-top: 3px solid #eee;
	padding: 10px 0 0 10px;
}

#topbar	{	
	display: inline; 
	margin: 0 0px 0px 0;
	float:right;
}

#topbar #oben {
	padding: 0px 10px 0px 2px;
	background:  url(../img/uparrow.gif) no-repeat 95% 7px;
}

/*  Links 
----------------------------------------------------*/

a:link {
	color: #FF6600;
	text-decoration: none;
	padding: 0 0 1px 0;
	background: transparent url(../img/dotted-linie.gif) repeat-x 0 100%;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
	padding: 0 0 1px 0;
	background: transparent url(../img/dotted-linie.gif) repeat-x 0 100%;
}

a:hover {
	color: #666;
	text-decoration: none;
	padding: 0 0 1px 0;
	background: transparent url(../img/dotted-linie.gif) repeat-x 0 100%;
}

a:active {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 0px solid #FF9933;
	padding: 0 0 1px 0;
	background: transparent url(../img/dotted-linie.gif) repeat-x 0 100%;
}

#leistungen ul {
	padding: 0px;
	margin: 5px 0 20px 0px;
	background-color: #fff;
	padding: 11px 0 11px 0px;
}

#leistungen li {
	border-bottom: 1px solid #ededed;
	list-style: none;
	background: url(../img/pfeil-silber.gif) no-repeat 0 0px;
	padding: 2px 10px 11px 30px;
	margin: 9px 0 0 0px;
	line-height: 1.5em;
}

/*  Navigation 
----------------------------------------------------*/

#navigation {	
	float: left;	
	height: 27px;
	width: 380px;
	margin: 88px 0 0 0;
	padding: 0;
	background: transparent url(../img/#bg-mainnav.gif) no-repeat 0 0;
}

#navigation ul {
	float: left;
	border: 0;	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 0 0 34px;
}

#navigation ul li a {
	font: normal 1.0em/27px Lucida Sans, Lucida, Tahoma;
	padding: 7px 10px 5px 10px;
	margin: 0;
	text-decoration: none;	
	color: #FF6600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	background-image: none;
	/*border-bottom: 1px solid #FF6600;*/
}

#navigation ul li a:hover {
	color: white;
	background-color: #FF6600;
}

#navigation ul li a.menuactive {
	/*color: white;
	background-color: #FF6600;*/
	border-bottom: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	color: #FF6600;
}

#navigation ul li a.menuactive:hover {
	color: white;
	background-color: #FF6600;
}

/*  Subnavigation 
----------------------------------------------------*/

.subnav {
	padding: 4px 0;
	margin: 0px 25px 0 19px;
}

.subnav ul {
	border-top: 0px solid #ccc;
	padding: 0;
	margin: 10px 0 0 0;
}

.subnav li {
	border-bottom: 1px solid #ececec;
	list-style: none;
	margin: 0;
}

.subnav li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 21px;
	background: transparent url(../img/icons/internal_link.gif) no-repeat 7px 7px;
	font-size: 1.0em;
	color:#FF6600;
}

*html .subnav li a:link, *html .subnav li a:active, *html .subnav li a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 21px;
	background: transparent url(../img/icons/internal_link.gif) no-repeat 7px 7px;
	font-size: 1.0em;
	color:#FF6600;
}

.subnav li a:hover {
	color:#333;
	background: #eee url(../img/icons/internal_link.gif) no-repeat 7px 7px;
	text-decoration: none;
	padding: 5px 0 5px 21px;
	font-size: 1.0em;
}

*html .subnav li.bold a, *html .subnav li.bold a:visited, 
*html .subnav li.bold a:active, *html .subnav li.bold a:link {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 21px;
	background: transparent url(../img/icons/internal_link.gif) no-repeat 7px 7px;
	font-size: 1.0em;
	color:#FF6600;
}

.subnav a.selected {
	color:#F66013;
	background: #ececec url(../img/icons/internal_link.gif) no-repeat 7px 7px;
	text-decoration: none;
	padding: 5px 0 5px 21px;
	font-size: 1.0em;
	}

/*  Text, Headlines, Listen text-transform: uppercase;
-----------------------------------------------------------------------*/
h1 {
	margin: 0 0 0px 0;
	padding: 0px 0 2px 0px;
	font: normal 18px/24px Trebuchet MS, Lucida Sans, Tahoma, Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #FF954F;
	color: #FF6600;
	border-left: 0px solid #ddd; 
}

#home h1 {
	border-bottom: 0px solid #ddd;
}

h2, h3 {color: #FF6600;
	padding: 0px 0 2px 0px;
	margin: 0;
	font: normal 18px/24px Trebuchet MS, Lucida Sans, Tahoma, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar h3 {	
	color: #FF6600; 
	padding: 0 0 5px 10px;
	margin: 0 25px 5px 18px;
	font: normal 18px/24px Trebuchet MS, Lucida Sans, Tahoma, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #ddd;
}

h4 {	
	color: #FF9933;	color: #FF6600;color: #666;
	margin: 10px 0 10px 0;
	padding: 0 0 3px 30px;
	font: bold 15px/24px Trebuchet MS, Tahoma, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #292929;
	background: url(../img/pfeil-silber.gif) no-repeat 0 0px;
	border-bottom: 1px solid #ddd;
}

p {color: #404040;
	font-size: 1.0em;	
	line-height: 1.6em;
	margin: 0 8px 15px 0;
	padding: 0;
}

.linkitem {
	line-height: 1.8em;
	margin:0;
	padding:0 0 0 10px;
	background: transparent url(../img/arrow-subnav-up.gif) no-repeat 2px 8px;
	border-bottom: 0px solid #eee;
}

#footer p {
	font-size: 1.0em;	
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

i {font-style: italic;
	color: #776655;
}

b, strong {	
	font-weight: bold;
	color: #444;
}
.color {
	color: #bbb;
}

.new	{
	float: left;
	width: 253px;
	height: 100px;
	margin: 0;
	padding: 10px 0 0 0;
	background: transparent url(../img/arrow-subnav-up.gif) no-repeat 5px 5px;
}
.red {
	color: #AF0024;font-size: 1.0em;
}

/* - LISTEN - */

#content ul {margin: 5px; list-style-type:none}
#content ul.related {margin-top: 5px;}
#content ol {margin: .5em .5em 1.5em}
#content ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
#content li {line-height: 1.4em;padding-left: 15px;background: transparent url("../img/icons/bullets.jpg") no-repeat 0 8px;}
#content li.doc {background-position: 3px -500px}
#content ul.nomarker li {background:none;padding-left:0}

#content dl {margin: 0 0 1em 0}
#content dt {font-weight:bold;margin-top: 1.3em}
#content dl dl {margin: 0 0 1.5em 30px}

/* - GENERAL - */
hr {margin: 1em 0;background:#ffffff;height:1px;color:#ffffff;border:none;clear:both}

/*  Bilder
-----------------------------------------------------------------------*/ 
.img-shadow {
	border:0px solid #ccc;
	padding:12px;
	display: block;
	background: transparent url(../img/bg-shadow.gif) no-repeat -0px -0px;
}

.img-border {
	border: 3px solid #EEE;
	padding:1px;
	margin:0;	
}

.rightalign {
	float: right;
	margin: 0px 0 0 7px;
}

.leftalign {
	float: left;
	margin: 5px 12px 5px 0;
}
 
/*  Status Navigation
-----------------------------------------------------------------------*/ 

body#home a#navhome,
body#design a#navdesign,
body#immobilien a#navimmobilien,
body#gesuche a#navgesuche,
body#kontakt a#navkontakt {	color: #FF6600;	
	border-bottom: 1px solid #FF6600;
}

.csc-mailform .button {
	font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	/* background: #FF6600; */
	margin-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
	height: 21px;
}

.csc-mailform .button:hover {
	color: #666666;
	cursor: pointer;
}