/********************************* General styles ******************************/
body { 
	background-color: #FAFAFA; 
	font-size: 13px;
	color:#21495F;
	line-height:160%;
	font-family:  Arial, Verdana, Helvetica, Sans-serif;
}

a {
	color: #003CB3;
	font-family:  Arial, Verdana, Helvetica, Sans-serif;
	font-size: 14px;
}

input, select, textarea {
	border: 1px solid #AAAAAA;
	margin-bottom: 1px;
}
h1 {
	font-family:  Arial, Verdana, Helvetica, Sans-serif;
	color: #003CB3;
	padding-bottom:6px;
	border-bottom:1px solid #DDDDDD;	
	font-size:16px;
	letter-spacing:1px;
}
h2 {
	font-family:  Arial, Verdana, Helvetica, Sans-serif;
	color: #003CB3;
	padding-bottom:12px;
	font-size:12px;
}
hr {
	height: 1px;
	border: 1px solid #DDDDDD;
}
/*Darstellung von "Auflistung"-Anfang*/
ul{
	margin: 4px;
	padding: 0;
}

li{
	margin: 0px;
	list-style: none;
	padding: 2px 0 2px 15px;
	background-image: url(img/pfeil-rechts-klein.gif) ;
	background-repeat: no-repeat;
	background-position: left center;
}
/*Darstellung von "Auflistung"-Ende*/
/*******************************************************************************/

/************************************ Basic ************************************/
#site {
	width: 930px;
	overflow: visible;
	margin-top: 10px;
	text-align: left;
	border: 1px solid #DDDDDD;
	background:#FFFFFF;
	background-image : url(img/back-table2.gif);
	background-repeat : repeat-x; 
	font-family:  Arial, Verdana, Helvetica, Sans-serif;
}
#headerPrint{
	display:none;
}

#header {
	background-image: url(img/logo-top.jpg);
  	background-repeat: no-repeat;
  	background-position: 640px 20px;
	height: 180px;
	vertical-align: top;
	margin-bottom:10px;
}
#header h1{
	margin-left:40px;
	width: 500px;
	text-align:center;
	color: #003CB3;
	padding:125px 0 0 0;
	border-bottom:0px solid #DDDDDD;
	font-size:16px;
	letter-spacing:1px;
	font-weight:normal;
	background-image : url(img/logo-hwt.gif);
	background-repeat : no-repeat;
	background-position: 50% 30px; 
}

#headerNavRoot {
	height: 30px;
	vertical-align: top;
	margin:0 0 0 16px;
	background-color: #EEEEEE; 
	padding:6px;
}

#headerNav {
	height: 30px;
	vertical-align: top;
	margin-left:500px;
}
#logo {
	margin: 10px 0px 0px 10px;
}


#right-column {
	padding: 0 0 6px 0;
	margin:0 8px 10px 0;
	background:transparent;
	width: 180px;
	float: right;
	height: 400px;
	background-color: #F0C67F;
}

#document-column {
}

#address{
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: #EEEEEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.introduction {
	padding-bottom: 10px;
	color: #003CB3;
}

/* IE hack for min-height */

#right-column[id] {
    height: auto;
    min-height: 400px;
}
#document-column[id] {
    height: auto;
    min-height: 400px;
}

#footer {
	height:40px;
	padding: 10px 10px 10px 16px;
	background: #EEEEEE;
}

/*******************************************************************************/


/*********************************** Navigation ********************************/
/**** root navigation - gibt nur die oberste ebene der navi aus ***/

.root-navigation {
	margin: 0px;
	padding:0px;
}
.root-navigation  li {
	list-style-type: none;
	margin: 0px;
	padding:0px;
	display: inline;
}

.root-navigation li a {	
	font-size: 100%;	
	float: left;
	width: 100px;
	background-color: #003CB3;
	border: 1px solid #FFFFFF;
	padding:4px;
	margin: 1px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.root-navigation li.current a {
    color: #003CB3;
	font-weight: bold;
	background-color: #F0C67F;
}
.root-navigation li a:hover {
    background-color: #F0C67F;
	font-weight: bold;
	color: #003CB3;
}
/**** ENDE root navigation - gibt nur die oberste ebene der navi aus ***/

/**** navigation - gibt alles aus ***/


.navigation ul{
	background-color: #4CA64C;
}

.navigation li {
	background-image:none;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	display: inline;
}
.navigation li a {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}

/*** erste ebene nicht anzeigen, wenn die root_navigation in der index-datei vorhanden ist ***/
.navigation li.level0 a {
	display:none;
}
.navigation li.level0 current a {
	display:none;
}
.navigation li.level0 a:hover {
	display:none;
}
.navigation li.level1 a {	
	font-size: 90%;	
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding:2px 10px 2px 10px;
	margin: 1px;
	color: #4CA64C;
}
.navigation li.level1_current a {
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding:2px 10px 2px 10px;
	margin: 1px;
	color: #4CA64C;
}
.navigation li.level1 a:hover {
    background-color: #4CA64C;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation li.level2 a {
	margin-left: 25px;
	font-size: 90%;
}
.navigation li.level3 a {
	margin-left: 35px;
	font-size: 80%;
}
.navigation li.level4 a {
	margin-left: 45px;
	font-size: 70%;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 0px 0px 20px 6px;
	margin:0 0 10px 10px;
	width: 660px;
	text-align: left;
	float:left;
	font-family:  Arial, Verdana, Helvetica, Sans-serif;
}
.content {
	line-height:140%;
	font-family:  Arial, Verdana, Helvetica, Sans-serif;
}
.content img{
}
#content h1 {
	margin-top: 5px;
	font-weight:normal;
}
#content a:link {
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	color: #F48000;
}

/*******************************************************************************/

/************************************ Module **********************************/
.shopimage {
	border-top: 1px solid #E6E6E6;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding:1px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}
.shopimagebig {
	border-top: 1px solid #E6E6E6;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding:1px;
	margin-left:20px;
	margin-bottom:10px;
	float:right;
}

.news_output{
	padding-bottom:6px; 
	padding-top:6px; 
	border-bottom:1px solid #44A2C4;
}

/*******************************************************************************/


/************************************ Portlets *********************************/

.portlet {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: #EEEEEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.portlet h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #FFFFFF;
	color:#003CB3;
}
.portlet a {
	text-decoration: none;
	background: transparent;
	color:#003CB3;
	font-weight:normal;
}
.portlet .subtitle {
	margin: 0px;
	padding: 0px;
}

.portlet .content {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.portlet .detail {
	font-size: 85%;
	color: gray;
	padding: 0px;
	margin: 0px;
}

#portlet-page-tools a {
	display: block;
}

/*******************************************************************************/


/******************************** Additional stuff *****************************/
/***** Powered By *****/
.powered_by {
	clear: left;
	margin-top: 5px;
	font-size: 85%;
	display: block;
	text-align: center;
}
.powered_by a {
	font-size: 100%;
}
.standards {
	clear: left;
	margin-top: 3px;
	display: block;
	text-align: center;
}

.tdrahmen {
	width:210px;
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
	padding:4px;
}

.rahmen {
   clear:both; /*  important  - do not delete */
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
	padding:4px;
}

.rahmen img {
	border: 1px solid #AAAAAA;
}

.tdrahmen img {
	border: 1px solid #FFFFFF;
}

.tablerahmen{
   clear:both; /*  important - do not delete */
}

/*******************************************************************************/
/***********************                  XENUM immo                    ********************/
.immo {
	font-size: 16px;
	letter-spacing: 1px;
	background:transparent;
	border:0;
	font-weight: bold;
}
#immo_site {
		
}
#immo_intro {
	border-top:1px solid #DDDDDD;
	border-bottom:0px solid #DDDDDD;
	padding:6px 0 6px 6px;
	margin-bottom:10px;
	background:#EEEEEE; 
}
#immo_intro img {
	border:1px solid #FAFAFA;
	margin:6px 6px 10px 0;
	float:left;
}
#immo_intro_overall {
	border-top:1px solid #DDDDDD;
	border-bottom:0px solid #DDDDDD;
	padding:6px 0 0 2px;
	margin-bottom:10px;
	background:#EEEEEE; 
}
#immo_intro_overall img {
	border:1px solid #FAFAFA;
	margin:0 6px 0 0;
	float:left;
}
#immo_table_data {
	background-color: #EEEEEE;
}
#immo_table_data td {
}
#immo_table_data th {
	background-color: #003CB3;
	font-weight:bold;
	color:#FAFAFA;
}
#immo_table_overview{
}
#immo_table_overview td {
}
#immo_beschreibung {
	margin-right:20px;
}
#immo_img_box {
	padding:4px;
	border-left:0px dotted #003CB3;
	background:#EEEEEE;
}
#immo_img_box p{
	font-size:smaller;		
}
.immo_thumbnail {
	float:left;
	padding:4px 4px 4px 0;
}
a.immo_link:link, a.immo_link:visited {
	background-color: #F0C67F;
	border:1px solid #DDDDDD;
	background-image : url(img/pfeil-rechts.gif);
	background-repeat : no-repeat;
	background-position: 4px 50%;
	padding: 2px 6px 2px 20px;
	display:block;
	text-decoration : none;
}
a..immo_link:hover {
	text-decoration:underline;
}
#immo_bottom {
	border-top:1px solid #DDDDDD;
	margin: 10px 0 10px 0;
	padding:4px 0 0 0;
	background-color: #EEEEEE;
}

#immo_searchbox {
	padding:4px;
	border:1px solid #DDDDDD;
} 