/*

  Index:
  ===============================
  0 Clean Browser Defaults
  1 Basic
    1.1 Font
    1.2 Headlines / Links
  2 Tag's
  3 Form
  4 Classes & ID's
    4.1 General
	4.2 Project Specific
		4.2.1 Design 
		4.2.2 Content
		4.2.3 Listen
		4.2.4 Favoriten
		4.2.5 Objekt Details 
    4.3 Navigation

*/

/* **************************** */
/* 0 Clean Browser Defaults     */
/* **************************** */

* {
	margin:  0px;
	padding: 0px;
}

html, body {
	height: 100%;
}


/* **************************** */
/* 1   Basic                    */
/* 1.1 Font                     */
/* **************************** */

*, .mceContentBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
	line-height: 17px;
	color: #666666;
}


/* **************************** */
/* 1.2 Headlines / Links        */
/* **************************** */

h1 {
	font-family:          Georgia, "Times New Roman", Times, serif;
	font-size:            18px;
	padding:              26px 0 21px 0;
	margin:               0;
	color:                #535154;
}

h2 {
	font-size:   14px;
	margin:      10px 0px 5px 0px;
}

h3 {

}

h4 {

}

a {
	color:              #e2001a;
	text-decoration:    none;
}

a:hover {
	text-decoration:    underline;
}
.small_links{
	font-size:			11px;
	color:				#e2001a;
	text-decoration:	none;
}

/* **************************** */
/* 2 Tag's                      */
/* **************************** */

/* **************************** */
/* 3 Form                       */
/* **************************** */

input, select, textarea {
	border:   2px solid #CCC;
	padding:  2px;
	margin:   1px 0px 1px 0px;
}

input, select {
	width: 160px;
}

fieldset {
	border:          1px solid #CCC;
	padding:         5px;
	margin-bottom:   5px;
}

textarea {
	width:           464px;
}

.radio, #amtc_option_2 div input {
	width:    30px;
	border:   0px solid #FFF;
}

.checkbox {
	width:    auto;
	border:   2px solid #CCC;
}

.right_input {
	border:       1px solid #CCC;
	margin-top:   4px;
	height:       18px;
	color:        #666;
}

.submit_button, .submit_button:hover{
	border:      1px solid #CCC;
	background:  url(../img/layout/submit_bg.gif);
	padding:     0 6px;
	height:      23px;
	color:       #666;
	font-weight: bold;
	width:       auto;
	cursor:      pointer;
	text-decoration: none;
}




.error_message {
	background-color:  #d00;
	padding:           10px;
	color:             #FFF;
	width:             300px;
	display:           block;
}

.form_info {
	position:          absolute;
	background-image:  url(../img/layout/bg_form_info.gif);
	width:             161px;
	height:            18px;
	color:             #FFF;
	padding:           1px 0px 0px 13px;
	margin-top:        -8px;
}

.form_info2 {
	position:          absolute;
	background-image:  url(../img/layout/bg_form_info2-2.gif);
		background-repeat: no-repeat;
		background-position:bottom;
	width:             178px;;
	padding:           0px 0px 0px 0px;
	margin-top:        -10px;
}
.form_info2-2 {
	background-image:  url(../img/layout/bg_form_info2.gif);
	background-repeat: no-repeat;
	background-position:top;
	color: #FFF;
	padding:           1px 0px 0px 13px;
}



.form_info_long_1 {
	border: 1px solid #2d83da;
	background-color: #78bbfe;
	padding: 0px 5px;
	color: #fff;
}

/* **************************** */
/* 4   Classes & ID's           */
/* 4.1 General                  */
/* **************************** */

/* **************************** */
/* 4.2 Project Specific         */
/* **************************** */

/* 4.2.1 Design                 */
/* **************************** */

#container {
	width: 			  990px;
	padding:          0;
	margin:           0 auto;
	margin-top:		  21px;
	_width: 		  999px; /*IE6 benötigt 9px mehr*/
}

#content {
	padding:          0;
	margin:           0 171px;
	border-left:      1px solid #cccccc;
	border-right:     1px solid #cccccc;
}

div#content { 
	min-height:       800px;
	height:           expression(this.scrollHeight > 800 ? "auto":"800px");
}

#content_inner {
	margin:   0 11px;
}
#banner{
	padding-bottom:   21px;
}
#left {
	float:   left;
	width:   171px;
	margin:  0;
	padding: 0;

}

#left_inner {
	margin:		0 4px 0 0;
}

#right {
	float:   	right;
	width:   	171px;
	margin:  	0;
	padding: 	0;
	color: 		#999999;
}

.small_font, .small_font a, .small_font b, .small_font div, .small_font td, .small_font td div {
	font-size: 11px;
}

#right_inner {
	margin:          0 0 0 10px;
}

#nav_top {
	border-bottom:   1px solid #cccccc;
	padding:         0;
	height:          26px;
}
#footer {
	border-top:      1px solid #cccccc;
	margin:          0 12px;
	font-size: 		 11px;
}

.tb_header{
	background-image:    url(../img/layout/tb_bg.gif);
	background-position: right;
	background-color:    #e5e5e5;
	background-repeat:   no-repeat;
	height:              23px;
	width:               154px;
	padding:             0 0 0 5px;
	color:               #666666;
	font-weight:         bold;
}

/* 4.2.2 Content                */
/* **************************** */

#map_fold {
	width:              624px; 
	text-align:         center; 
	background-color:   #cbcbcb; 
	cursor:             pointer;
}

/* 4.2.3 Listen                 */
/* **************************** */

.object_list {
	border-top:         1px solid #cbcbcb;
	background-repeat:  repeat-x;
}

.spacer_line {
	border-top:         1px solid #cbcbcb;
	display: block;
}

.object_list tr td {
	padding: 10px 0px 10px 0px;
}

.object_list_inact {
	display:           none;
}

.object_img {
	margin:            0px 20px 0px 0px;
}

.object_links {
	position:          relative;
	left:              -154px;
}

.object_links a {
	display:           block;
	width:             142px;
	background-color:  #e2001a;
	color:             #FFF;
	margin-bottom:     1px;
	padding:           3px;
	text-decoration:   none;
}

.object_links a:hover {
	background-color:  #ac0316;
	text-decoration:   none;
}

/* 4.2.4 Favoriten              */
/* **************************** */

.fav_list {
	display:            block;
	border-bottom:      1px solid #cbcbcb;
}

.fav_list_inact {
	display:            none;
}

/* 4.2.5 Objekt Details         */
/* **************************** */

.img_mid {
	background-image:  url(/img/layout/photo_bg_200.gif); 
	padding:           12px 15px 16px 13px; 
	display:           block; 
	width:             200px; 
	height:            200px;
}

.img_tn {
	background-image:  url(/img/layout/photo_bg_60.gif); 
	padding:           5px 7px 7px 5px; 
	display:           block; 
	position:          relative; 
	left:              -2px; 
	width:             60px; 
	height:            60px;
}

.object_links_details a {
	display:           block;
	width:             204px;
	background-color:  #e2001a;
	color:             #FFF;
	margin-bottom:     1px;
	padding:           3px;
	text-decoration:   none;
}

.object_links_details a:hover {
	background-color:  #ac0316;
	text-decoration:   none;
}

/* route */

.route_box {
	display:          block;
	border-top:       1px solid #ccc;
	border-bottom:    1px solid #ccc;
	margin:           5px 0px 0px 0px;
	height:           38px;
	padding:          3px 5px 1px 5px;
}

.section {
	background-color: #F1F1F1;
	min-height: 200px;
}

/* **************************** */
/* 4.3 Navigation               */
/* **************************** */

.l1{
	display:           inline-block;
	height:            20px;
	color:             #e2001a;
	text-decoration:   none; 
	font-size:         12px;
	margin:            0;
	padding:           4px 16px 0 16px;
	border-right:      1px solid #cccccc;
}
.l2, .l2_act {
	display:           block;
	height:            18px;
	color:             #e2001a;
	text-decoration:   none; 
	text-align:        right;
	line-height:       normal;
	font-size:         12px;
	margin:            0;
	padding:           4px 10px 0 0;
	border-top:        1px solid #cccccc;
}

.l2_act {
	background-color:  #e2001a;
	color:             #FFF;
}


#sf_nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#sf_nav a {
	display: block;
	width: 100px;
}

#sf_nav li { /* all list items */
	float: left;
	width: 110px; /* width needed or else Opera goes nuts */
	border-left:      1px solid #cccccc;
}

#sf_nav li ul { /* second-level lists */
	position: absolute;
	background: #FFF;
	list-style: none;
	width: 110px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.sf_l1 { /* second-level lists */
	padding: 5px 5px 5px 5px;
}

.sf_l2 { /* second-level lists */
	padding: 5px 5px 5px 5px;
	border-bottom:     1px solid #cccccc;
	border-right:      1px solid #cccccc;
	position: relative;
	z-index: 3000;
	background-color:#FFF;
}


#sf_nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#object_detail_content ul, #object_detail_content ol {
	padding-left: 15px;	
}

