/*
 * Allgemeines
*/
html{
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*font-weight:bold;*/
	color:#333333;
}

body{
	background-color:#859297;
	margin:0;
	margin-top:-3px;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#eaf2c2;
	text-decoration:none;
}

a img{
	border:none;
}

/*
 * Impressum
*/
.impressum{
	position: fixed;
	width:100%;
	height:300px;
	top:-273px;
	left:0px;
	z-index:2;
}

.impressum .content{
	height:273px;
	background-color:#c3c9cb;
}

.impressum_bar{
	height:20px;
	background-image:url(img/top_bg_1.png);
	background-repeat:repeat-x;
}

.impressum_bar table{
	height: 27px;
	width:287px;
	background-image:url(img/top_bg_2_button.png);
	cursor:pointer;
}

/*
 * obere rechte Navigation
*/
.nav_header{
	padding-right:5px;
	text-align:right;
	color:#FFFFFF;
	vertical-align:top
}

.nav_header .wrapper{
	position:relative;
	text-align:right;
	height:35px
}

.nav_header .lang-chooser{
	position:absolute;
	right:0;
	top:0
}

.nav_header .lang-chooser a.active{
	text-decoration: underline;
}

.nav_header .menu{
	position:absolute;
	right:0;
	bottom:0
}

/*
 * Bilderreihe (3 Bilder)
*/
.bildreihe img{
	padding:3px;
	padding-right:6px;
	padding-bottom:6px;
	background-color:#FFFFFF;
	background-image:url(img/img_bg.jpg);
}
.bildreihe div{
	width:306px;
	height:170px;
	overflow:hidden;
	padding:3px;
	padding-right:6px;
	padding-bottom:6px;
	background-color:#FFFFFF;
	background-image:url(img/img_bg.jpg);
}

/*
 * Men�leiste (3er)
*/
.bar{
	text-align:center;
	background-image:url(img/bar.jpg);
	width:965px;
	height:29px;
}

.bar td{
	padding-bottom:5px;
	width:33%;
}

.bar a{
	color:#000000;
	display: block;
	width:99%;
	background-image: url(img/bar_led.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}

.bar a:hover{
	background-image: url(img/bar_led_active.jpg);
	background-repeat:no-repeat;
}

.bar_button_active{
	color:#000000;
	display: block;
	width:99%;
	background-image: none;
	background-image: url(img/bar_led_active.jpg);
	background-repeat:no-repeat;
}

/*
 * Contentanzeige
*/
.main{
	width: 594px;
	height: 383px;
	padding: 20px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color:#ced4d7;
	overflow: auto;
	overflow-x: hidden;
}

/*
 * Contentanzeige mit Tabs
*/
.main_reiter{
	width: 624px;
	height: 413px;
	padding: 5px;
	position: relative;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-image:url(img/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ced4d7;
}

.main_reiter_content{
	height: 347px;
	position:absolute;
	top:39px;
	left: 5px;
	width:592px;
	border:1px solid white;
	clear:both;
	padding:15px;
	overflow-x: hidden;
	overflow: auto;
}

.tab_table{
	float:left;
}

.tab_middle{
	background-image:url(img/reg_button_mitte.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
}

.tab_table_active{
	position: relative;
	z-index: 1;
	float: left;
	height: 35px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	/*background-image:url(img/reg_button_active.jpg);*/
	background-repeat:repeat-x;
	background-color: #ced4d7;
	
}

.tab_middle_active{
	padding-left:10px;
	padding-right:10px;
}

.tab_middle a{
	position: relative;
	top: -3px;
	color: #333333;
}

.tab_middle_active a{
	position: relative;
	top: -5px;
	color: #333333;
}

.tab_middle a:hover{
	color: #eaf2c2;
}

.tab_middle_active a:hover{
	color: #666666;
} 

/*
 * Rechtes Submen�
*/
.submenu{
	font-weight:bold;
	padding:0;
	margin:0;
	list-style-type:none;
}

.submenu_li{
	height: 32px;
	position: relative;
	/*border-bottom: 1px solid #333333;*/
	background-image: url(img/bg_linie.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.submenu_li a{
	padding-left:14px;
	position: relative;
	top: 17px;
	color:#333333;
}
.submenu_li span{
	padding-left:14px;
	position: relative;
	top: 17px;
	color:#333333;
}

.subsubmenu {
	font-weight:normal;
	padding:0;
	margin:0;
	list-style-type:none;
	color:#FFFFFF;
	position: absolute;
	bottom: 3px;
	right: 0;
}
.subsubmenu a{
	color:#FFFFFF;
	position: relative;
	top: 0;
	padding-left: 5px;
}

.subsubmenu li{
	float: left;
	padding-left: 0px;
	margin-left: 0;
	color:#FFFFFF;
}


.submenu li table{
	height:100%;
}

/*
 * Untere Mieterbilderreihe
*/
.mieterbilder{
	margin:0;
	padding:0;
	list-style-type:none;
}

.mieterbilder li{
	width:102px;
	height:62px;
	float:left;
	margin-left: 6px;
	background-image:url(img/img_bg_klein.jpg);
}

.mieterbilder img{
	padding:3px;
	padding-left:4px;
}



/*
 * Tabs
*/
.container{
	width:2532px;
	position:absolute;
	left:0px;
}

.container div{
	margin: 0;
	padding:5px;
	width:623px;
	height:403px;
	float: left;
}

/*
 * Accordion
*/
/* Hauptelemente */
.accordion{
	position:absolute;
	bottom:0;
	background-color:#859297;
	color:#fff;
}
.accordion b{
        color:#333333;
}
.toggler {
	color: #222;
	margin: 0;
	padding-top:6px;
	height:23px;
	display:block;
	width:316px;
	font-size: 10px;
	font-weight:normal;
	text-align: center;
	cursor:pointer;
	overflow:hidden;
	background-image:url(img/accordion_button.jpg);
}
.toggler2 {
	position: absolute;
	bottom: 0px;
	color: #222;
	margin: 0;
	padding-top:6px;
	height:23px;
	width:316px;
	font-size: 10px;
	font-weight:normal;
	text-align: center;
	cursor:pointer;
	overflow:hidden;
	background-image:url(img/accordion_button.jpg);
}
.toggler:hover{
	
}
.toggler_active {
	color: #222;
	margin: 0;
	padding-top:6px;
	height:23px;
	width:316px;
	display:block;
	font-size: 10px;
	font-weight:normal;
	text-align: center;
	cursor:pointer;
	background-color:#b7c1cd;
	overflow:hidden;
	background-image:url(img/accordion_button.jpg);
}
/* Subelemente */ 
.element {
	background-color:#859297;
}

.element ul{
	list-style-type:none;
	width:314px;
	display:block;
	margin:0;
	padding:0;
}
.element ul li{
	padding: 5px 10px;
	border-bottom: 2px groove #999999;

}
 
/* ?? */
.float-right {
	padding:10px 20px;
	float:right;
}

/* ?? */
blockquote {
	ext-style:italic;
	padding:5px 0 5px 30px;
}

input, select, textarea{
	background-color: #ced4d7;
	width:290px;
	color:#333333;
	border-top:  1px solid #333333;
	border-left:  1px solid #333333;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-bottom: 3px;
	margin-left: 4px;
	float:left;
	border-collapse:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

select{
	color: #333333;
}

input:focus, textarea:focus, select:focus{
	background-color: #859297;
	color: #fff;
}

.input_radio{
	border: none;
	border: 0px;
	padding-left:5px;
	width: 150px;
}

label{
	padding-top:1px;
	font-weight: bold;
	display: inline;
	float:left;
	width: 80px;
	text-align: right;
	cursor:pointer;
}

.form_optional label{
	padding-top:1px;
	color: #859297;
	font-weight: normal;
	width: 150px;
	display:block;
	text-align: right;
	cursor:pointer;
}

.form_pflicht label{
	padding-top:1px;
	color: #576063;
	font-weight: normal;
	width: 150px;
	display:block;
	text-align: right;
	cursor:pointer;
}

.form{
	margin-bottom:0;
}

.form p{
	margin:0px;
	margin-bottom: 1px;
	clear:both;
}

.form div{
	color: #859297;
	margin-left:453px;
	width: 70px;
	padding-top:1px;
}

.form_anfrage{
	margin-bottom:0;
}

.form_anfrage p{
	margin:0px;
	margin-bottom: 0px;
	clear:both;
	/*height:2px;*/
}

.form_jahr{
	width:97px;
	margin-left:2px;
}

.form_anfrage div{
	color: #859297;
	margin-left:453px;
	width: 70px;
	padding-top:1px;
}

button{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	
	background-color: #859297;
	color: #FFFFFF;
	
	width: 200px;
	height: 40px;
}

.room_basic tr{
	VERTICAL-ALIGN: bottom;
	HEIGHT: 14px
}

.gal_obj div{
	width:136px;
	height:78px;
	background-image: url(img/img_bg_gal.jpg);
	text-align: left;
	padding-left:1px;
	padding-top: 1px;
}

.gal_obj b{
	color: #859297;
	font-weight:bold;
}

.gal_obj{
	color: #859297;
	font-weight:normal;
}

.gal_obj h1{
	color: #333333;
	font-weight:normal;
	font-size: 10px;
	margin: 0;
	float:left;
}

.gallery_div{
	width:496px;
	height:281px;
	background-image: url(img/gal_bg.jpg);
	text-align: left;
	padding-left:2px;
	padding-top: 2px;
	margin-right: -3px;
}

.gallery_left{
	width:19px;
	height:20px;
	float:left;
	background-image: url(img/btn_left.jpg);
}
.gallery_left:hover{
	background-image: url(img/btn_left_hover.jpg);
}

.gallery_numbers{
	float:left;
	width:456px;
	text-align:center;
	color: white;
	margin-top: 3px;
}

.gallery_numbers_a{
	color: #FFFFFF;
}
.gallery_numbers_a_active{
	color: #859297;
}

.gallery_numbers a:hover{
	color:#859297;
}

.gallery_right{
	width:19px;
	height:20px;
	float:right;
	background-image: url(img/btn_right.jpg);
}
.gallery_right:hover{
	background-image: url(img/btn_right_hover.jpg);
}

.breadcrump{
	width:300px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	
	border-right: 1px solid #ced4d7;
	border-bottom: 1px solid #ced4d7;
	height: 25px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	
	background-color: #7D898A;
	
}

.breadcrump_text{
	color: #fff;
	/*width:260px;*/
	width:100%;
	text-align:center;
	float:left;
	padding-top:4px;
}

.button_left_active{
	width:19px;
	height:20px;
	background-image: url(img/btn_left_hover2.jpg);
}

.button_right_active{
	width:19px;
	height:20px;
	background-image: url(img/btn_right_hover2.jpg);
}

.news_left{
	width:26px;
	height:26px;
	float:left;
	background-image: url(img/btn_left2.jpg);
	cursor:pointer;
}

.news_left:hover{
	background-image: url(img/btn_left2_hover.jpg);
}

.news_left_noHover{
	width:26px;
	height:26px;
	float:left;
	background-image: url(img/btn_left2.jpg);
	cursor:pointer;
}

.news_right{
	width:26px;
	height:26px;
	background-image: url(img/btn_right2.jpg);
	cursor:pointer;
}

.news_right:hover{
	background-image: url(img/btn_right2_hover.jpg);
}

.news_right_noHover{
	width:26px;
	height:26px;
	background-image: url(img/btn_right2.jpg);
	cursor:pointer;
}

.h_line{
	background-image: url(img/bg_linie_vertikal.jpg);
	background-repeat: repeat-y;
}


/*
 * Eventtext (Oliver)
*/

#eventtext {

    margin:          0px 60px;
    color:           rgb(88, 99, 103);

}

#eventtext h1 {

    font-size:       1.5em;
    text-transform:  none;
    margin-top:      1.8em;

}


#eventtext h2 {

    font-size:       1.3em;
    text-transform:  none;

}


#eventtext h5 {
	
    font-size:       1em;
    padding-bottom:  0px;
    margin-bottom:   -1em;
    font-weight:     bold;
}

#eventtext p {
	
	text-align: justify;
	line-height: 1.2em;
}

#eventtext ul {

        padding-left: 1.2em;

}

#eventtext td {

        vertical-align:     top;
	text-align:         left;

}

#eventtext td > p {

        text-align:         left;
        margin-top:         0px;
}


/*
 * Hauptinhalt, maincontent (Oliver)
*/

#maincontent {

    margin:          0px 60px;
    color:           rgb(88, 99, 103);

}

#maincontent h1 {

    font-size:       1.5em;
    text-transform:  none;
    margin-top:      1.8em;

}


#maincontent h2 {

    font-size:       1.3em;
    text-transform:  none;

}


#maincontent h5 {
	
    font-size:       1em;
    padding-bottom:  0px;
    margin-bottom:   -1em;
    font-weight:     bold;
}

#maincontent p {
	
	text-align: justify;
	line-height: 1.2em;
}

#maincontent ul {

        padding-left: 1.2em;

}

#maincontent td {

        vertical-align:     top;
	text-align:         left;

}

#maincontent td > p {

        text-align:         left;
        margin-top:         0px;
}


#maincontent ul {

	list-style-type:	square;

}


/*
 * Kontakt (Oliver)
 */

#kontakt {

    width:       29em;
    margin:      10% auto;
    color:       rgb(88, 99, 103);
    text-align:  center;
}

#kontakt h1 {

     font-size:       1.5em;
     text-transform:  none;
     margin-bottom:   0em;
}

#kontakt h2 {

     font-size:       1em;
     text-transform:  none;
     font-weight:     normal;
     margin-top:      0em;
     margin-bottom:   2em;
}

/*
#kontakt p {
     
     line-height:     1em;
     margin-top:      1em;
}
*/
#kontakt table {

     margin:         0% auto;

}


#kontakt table td {
     text-align:     right;
     line-height:    1.5em;


}

#kontakt table td.leftfield {
     text-align:     left;
     font-weight:    bold;

}


/*
 * Tech Lounge Men&uuml;plan (Oliver)
*/

#techloungemenu {

    margin:          0px 60px;
    color:           rgb(47, 79, 79);

}

#techloungemenu h1 {

    font-size:       1.5em;
    text-transform:  none;
    margin-top:      1em;
    margin-bottom:   0em;
    text-align:      center;


}


#techloungemenu h2 {

    font-size:       1.3em;
    text-transform:  none;
    margin-top:      1.2em;
    margin-bottom:   1.2em;
    text-align:      center;


}


#techloungemenu h5 {
	
    font-size:       1em;
    padding:  0px;
    margin-bottom:   -1em;
    margin-top:      -0.3em;
    font-weight:     bold;
    text-align:      center;
}

#techloungemenu p {
	
	text-align: center;
	line-height: 1.4em;
}

#techloungemenu ul {

        padding-left: 1.2em;

}

#techloungemenu td {

        border-spacing: none;

}

.tenant{
	margin:0;
	padding:0;
	width:480px;
	margin-left:57px;
	/*margin-top:24px;*/
	padding-top:24px;
}

.tenant li{
	list-style-type: none;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	padding:0;
}

.tenant img{
	border: 1px solid #91999b;
}

ul.eventarchiv{
	color:#515659;
}
ul.eventarchiv li{
	list-style-type: none;
}

ul.eventarchiv li.yearlabel{
	font-weight:bold;
	font-size:14px;
}

ul.eventarchiv ul.year{
	margin-bottom:10px;
}

ul.eventarchiv ul.year li{
}

.btn_archiv {
	background-image:url("images/accordion_button_small.jpg");
	color:#000000;
	height:24px;
	padding-top:6px;
	text-align:center;
	width:67px;
}