﻿/* 
 * screen.css
 * ©2010 Ferienwohnung.com  |  copied from iw @ 10.10.2011
 * The main stylesheet - contains the style for the entire layout. 
 * This stylesheet is divided into sections:
 * 1)	RESET
 * 2) 	GENERIC
 * 3)	POSITIONING
 * 4)	TYPOGRAPHY
 * 5)	LAYOUT STYLES
 * 6)   NAVIGATION
 * 7)	FORMS
 * 8)   MISC
 * 9)   TEASER
 * 10)	LINK BEHAVIOR
 * 11)	OVERWRITING PREVIOUS DEFINITONS
*/

/* =(1)RESET
-------------------------------------------------------------------*/  


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;	
	outline: 0;
	padding: 0;	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color: transparent; 
}

img { vertical-align: bottom; } /* Ein HTML5 Problem (Lücke nach dem Bild) das beim wechseln des Doctypes aufgetaucht ist.  */

a:link img, 
a:visited img, 
a:hover img, 
a:active img {
    border: 0;
    outline: 0;
}

a * { cursor: pointer; }

big { 
    font-weight: bold;
    font-size: 1.4em;
     }

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

caption, 
th, 
td {
	font-weight: normal;
	text-align: left;
}

td { 
	vertical-align: top; 
}

#payment td { padding: 0 0 6px; }

:focus {    /* remember to define focus styles! */
    outline: 0;
}

strong {
    font-weight: bold;
}

table {     /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

ul { list-style: none; }
ol { padding: 0 0 0 1.5em; }


/* =(2)GENERIC
-------------------------------------------------------------------*/


@media screen and (max-device-width: 960px) { /* iPhone, iPad und andere Mobile Geräte mit Bildschirmauflösung <= 960px sollen NICHT automatisch die Text-Größe skalieren */
    html, body, div, span, table, ul { -webkit-text-size-adjust: none; }
}


html {
    background-image: none;
}

body {		
    background-color: #c6c6c6;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	height: 100%;
	margin: 0;
	padding: 0;  	     
}    

hr { 
    border: none;
    background-color: #bbbaba;
    clear: both;
    color: #bbbaba;
    height: 1px;
     }

input,
textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    }

select { word-wrap: normal !important; }

p { padding: 0 0 10px; }

.print_only { display: none; }
.no_display { display: none; }


/* =(3)POSITIONING
-------------------------------------------------------------------*/

.bottom         { vertical-align: bottom !important; }
.clear,
.clearfix       { clear: both; }
.center         { margin: 0 auto; display: block; }	/* centered effect ONLY on block-level elements */
.left           { float: left; }
.middle         { vertical-align: middle; }
.relative       { position: relative; z-index: 1000; } /* Hoher z-index nur als Bugfix für IE7 nötig*/
.right          { float: right; }
.text_center    { text-align: center; }
.text_right     { text-align: right; }
.text_left      { text-align: left; }

/*--- grids ---*/
.grid_02o16,
.grid_03o16,
.grid_04o16,
.grid_05o16,
.grid_06o16,
.grid_07o16,
.grid_08o16,
.grid_09o16,
.grid_10o16,
.grid_12o16,
.grid_14o16,
.grid_15o16,
.grid_16o16 {
	/* display: inline; */
	float: left;
    margin: 0 20px 0 0;
	padding: 0; 
}

.no_grid_margin { margin-right: 0; }

.grid_02o16 { width: 100px; }
.grid_03o16 { width: 160px; }
.grid_04o16 { width: 220px; }
.grid_05o16 { width: 280px; }
.grid_06o16 { width: 340px; }
.grid_07o16 { width: 400px; }
.grid_08o16 { width: 460px; }
.grid_09o16 { width: 520px; }
.grid_10o16 { width: 580px; }
.grid_12o16 { width: 700px; }
.grid_14o16 { width: 820px; }
.grid_15o16 { width: 880px; }
.grid_16o16 { width: 940px; }
 
/*--- Spacer (float) ---*/
.s_010,
.s_020,
.s_030,
.s_050,
.s_060,
.s_090,
.s_100,
.s_150,
.s_200,
.s_210,
.s_300,
.s_325,
.s_400,
.s_50p {
    float: left;
    margin: 0;
	padding: 0;
    }
    
/*--- width (inline) ---*/
.w_002,
.w_005,
.w_010,
.w_015,
.w_020,
.w_030,
.w_040,
.w_050,
.w_060,
.w_070,
.w_080,
.w_090,
.w_100,
.w_104,
.w_110,
.w_120,
.w_130,
.w_140,
.w_150,
.w_160,
.w_170,
.w_180,
.w_200,
.w_210,
.w_250,
.w_264,
.w_280,
.w_300,
.w_320,
.w_330,
.w_350,
.w_370,
.w_400,
.w_450,
.w_500,
.w_550,
.w_600,
.w_700,
.w_900,
.w_940,
.w_50p,
.w_max   {
    display: inline-block;
    margin: 0;
	padding: 0;
	vertical-align: top;
    word-wrap: break-word;
    }

.w_002, .s_002 { width: 2px;   }
.w_005, .s_005 { width: 5px;   }	
.w_010, .s_010 { width: 10px;  }
.w_015, .s_015 { width: 15px;  }
.w_020, .s_020 { width: 20px;  }
.w_030, .s_030 { width: 30px;  }
.w_040, .s_040 { width: 40px;  }
.w_050, .s_050, .formfield_01 select.w_050, .formfield_04 select.w_050 { width: 50px; }
.w_060, .s_060 { width: 60px;  }
.w_070, .s_070, .formfield_01 select.w_070, .formfield_04 select.w_070 { width: 70px;  }
.w_080, .s_080 { width: 80px;  }
.w_090, .s_090 { width: 90px;  }
.w_100, .s_100, .formfield_01 select.w_100, .formfield_04 select.w_100, .DropDownList.w_100 select { width: 100px;  } 
.w_104 { width: 104px;  }
.w_110 { width: 110px;  }
.w_120, .s_120, .DropDownList.w_120 select { width: 120px; }
.w_130, .s_130 { width: 130px; }
.w_140, .s_140 { width: 140px; }
.w_150, .s_150 { width: 150px; }
.w_160 { width: 160px;  }
.w_170, .s_170 { width: 170px; }
.w_180, .s_180 { width: 180px; }
.w_200, .s_200 { width: 200px; }
.w_210, .s_210 { width: 210px; }
.w_264 { width: 264px;  }
.w_250, .s_250 { width: 250px; }
.w_280, .s_280 { width: 280px; }
.w_300, .s_300 { width: 300px; }
.s_325 { width: 325px; }
.w_320 { width: 320px; }
.w_330 { width: 330px; }
.w_350 { width: 350px; }
.w_370 { width: 370px; }
.w_400, .s_400 { width: 400px; }
.w_450 { width: 450px; }
.w_500 { width: 500px; }
.w_550 { width: 550px; }
.w_600 { width: 600px; }
.w_700 { width: 700px; }
.w_900 { width: 900px; }
.w_940 { width: 940px; }
.w_50p, .s_50p { width: 50%; }
.w_max { width: 100%; }
.w_auto { width: auto; }


/* =(4)TYPOGRAPHY
-------------------------------------------------------------------*/

blockquote {
    background: transparent url('../images/icon/icon_sprite.png') no-repeat -36px -1800px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 22px;
    margin: 0 0 5px;
    padding: 5px 0 0;
    text-indent: 30px;
    }

.bold {
    font-weight: bold;
}

.breadcrumb {
    color: #666;  
    font-size: 11px;
    font-weight: normal;
    padding: 5px 0 0 20px;
}

/*--- colors ---*/
.color_01 { /* orange */
	color: #ff9933;
}

.color_02 { /* mid orange */
	color: #ffbb55;
}

.color_03 { /* very light yellow | for hover-effects only */
	color: #fff8dd;
}

.color_04 { /* dark orange */
	color: #ff6600;
}

.color_05 { /* darkgrey */
	color: #333;
}

.color_06 { /* midgrey */
	color: #c6c6c6;
}

.color_07 { /* textgrey list item */
	color: #666;
}

.color_08,
.fastnav .inactive { /* textgrey */
	color: #999;
}

.color_09 { /* lightgrey */
	color: #efefef;
}

.color_10 { /* black */
	color: #000;
}

.color_11 { /* white */
	background: #fff;
}

.color_aktiv {
	color: green;
}

.color_inaktiv {
	color: red;
}

.color_error { /* bgcolor for error input fields */
	background: #efb2b2;
}

/*--- Headings ---*/


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color: #333;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 8px;
}

h2 {
	color: #ff9933;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

h3 {
	color: #333;
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 5px;
}

h3.small { font-size: 16px; }

h4 {
	color: #999;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 5px;
}



h5 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 4px;
}

h5.map_tooltip, /* evtl obsolete in zukunft */
h5 .current { /* box_tabs headline */
	font-size: 15px;
	font-weight: bold;
}

h6 { font-size: 12px; margin-bottom: 4px; color: #000; }

#pagebottom p {
    color: #4b4b4b;
}

small, 
.comment,
.small{
    font-size: 11px;
    font-weight: normal;
}

.comment {
    color: #666;
    }

.uploadcomment {
    border: 1px solid #ccc;
    color: #666;
    font-size: 11px;
    padding: 10px;
    width: 408px;
}

.uploadcomment ul li {
    list-style: square outside none;
    margin: 0 20px;
    padding: 4px 5px;
}
    
.modal .modal_content .hd h3 {
	font-size: 16px;
}

sup { 
    font-size: 11px;
    vertical-align: top; 
    color: #666666; 
    }




/* =(5)LAYOUT STYLES
-------------------------------------------------------------------*/

#aAuswaehlen { margin: 0 16px 0 6px; }

.banner { /* Grauer Banner bei den Preislisten und BG bei den Typenhäusern */
    background: #efefef;
    padding: 10px;
    }

#basecontainer {
    float: left;
    height: 100%; 
    margin: 0 0 0 10px;    
    padding: 0;
    width: 1180px;      
}


.bordered, img.bordered, a img.bordered { border: 1px solid #666666; }


/* Die Boxen */


.box_01 .boxcontent { background: #efefef; border: 0; overflow: hidden; padding: 10px; height: 100%; }
.box_01 .bd { overflow: hidden; }
.box_01 .boxcontent .hd { font-weight: bold; font-size: 13px; margin-bottom: 5px; }
.box_01 .boxbottom,
.box_01 .boxtop { display: none; }

  
.box_error .boxcontent { background: #efb2b2; overflow: hidden; height: 100%; }
.box_info .boxcontent { background: #ffddaa; overflow: hidden; height: 100%; }
.box_step .boxcontent { background: #e8e8e8 url('../images/background/bg_gradient_sprite.jpg') repeat-x 0 -710px; overflow: hidden; height: 100%; }
.box_step .current { background: #ffbb55 none; }

.box_error .bd,
.box_info .bd,
.box_step .bd,
.box_step_info .bd { padding: 10px; overflow: hidden; }
.box_step .bd { background: #efefef; height: 100%; }
.box_step_info .bd,
.box_step .current .bd { background: #fff8dd; }

.box_error .hd,
.box_info .hd { float: left; text-align: center; width: 75px; }

.box_error .hd img,
.box_info .hd img { padding: 10px 0 10px 10px; }
.box_step .hd {
    color: #999;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 0 0; 
    margin: 0;
    text-align: center; 
    width: 30px;
}
.box_step .current .hd { color: #000; }


.bn_close,
.bn_edit,
.bn_info,
.bn_maximize,
.bn_minimize,
.icon_move { 
    float: right; 
    height: 18px; 
    margin: 0 2px 0 0; 
    width: 18px; 
}

.bn_close       { background: transparent url('../images/button/buttons_sprite.png') no-repeat -774px -281px; cursor: pointer }
.bn_edit        { background: transparent url('../images/button/buttons_sprite.png') no-repeat -717px -281px; cursor: pointer; display: none; }
.bn_info        { background: transparent url('../images/button/buttons_sprite.png') no-repeat -698px -281px; cursor: help;  }
.bn_maximize    { background: transparent url('../images/button/buttons_sprite.png') no-repeat -736px -281px; cursor: pointer; display: none; }
.bn_minimize    { background: transparent url('../images/button/buttons_sprite.png') no-repeat -755px -281px; cursor: pointer; display: none; }
.icon_move		{ cursor: move; }
 



.AnbieterLogoContainer { /* Klasse für das "neue" Impressum im Anbieterprofil */
    background: #FFF;
    border: 1px solid #999;
    float: left;
    margin: 0 10px 0 0;
    max-height: 314px;
    padding: 2px;
    text-align: center;
	width: 144px;
}

.AnbieterLogo_horizontal .AnbieterLogoContainer { 
    max-height: 80px;
    width: 434px;
    margin: 0 0 10px;
}

.AnbieterLogoContainer img { 
	max-height: 314px;
	max-width: 144px;
}

.AnbieterLogo_horizontal .AnbieterLogoContainer img {
    max-height: 80px;
	max-width: 434px;
}

.AnbieterTextContainer { /* Name, Adresse usw. neben dem Logo */
    float: left;
    width: 280px;
}

.AnbieterLogo_horizontal .AnbieterTextContainer { width: 440px; }

.gradient { display: none; }

.footerlinks {
    border-right: 1px solid #C6C6C6;
    float:left;
    margin: 0 0 -500px 0;
    padding: 10px 20px 500px;
    width: 203px;
    }
    
.footerlinks ul {
    margin: 0 0 20px;
    padding: 0;
}


 /* optimize & equalise: Icons */
.icon_01,
.icon_02,
.icon_03,
.icon_back {
    display: inline-block; 
    margin: 0 0 0 10px;
    min-height: 12px;
    padding: 0 0 0 12px;
    text-decoration: none; 
    zoom: 1; 
    }
    
a.icon_01,
a.icon_02,
a.icon_03,
a.icon_back { cursor: pointer; }
  
.icon_01 { background: transparent url('../images/icon/icon_sprite.png') no-repeat -45px -16px;  }
.icon_02 { background: transparent url('../images/icon/icon_sprite.png') no-repeat -45px -16px;  color: #ff6600; }
.icon_03 { background: transparent url('../images/icon/icon_sprite.png') no-repeat -55px 4px; color: #333; }
.icon_tutorial { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0px -3098px;}


.icon_pdf,
.icon_video,
.icon_videoclipStart,
.icon_videoclipStop { 
    display: inline-block; 
    min-height: 18px;
    padding: 0 0 0px 23px; 
    text-decoration: none;
    vertical-align: middle;
    zoom: 1; 
} 

li .icon_pdf,
li .icon_video,
li .icon_videoclipStart,
li .icon_videoclipStop { 
    padding: 0 0 3px 23px; 
}

.icon_new,
.icon_updated,
.icon_beginner {
    display: inline-block;
    height: 20px;
    margin: 0 5px -5px 5px;
}

.icon_pfeil {
    display: inline-block;
    font-size: 14px;
    min-height: 14px;
    line-height: 19px;
    padding: 0 0 0 13px;
    text-decoration: none;
}
    
.icon_pfeil_oben, 
.icon_pfeil_unten {
    display: inline-block;
    height: 21px;
    margin: 19px 0 0;
    width: 19px;
}

.icon_facebook,
.icon_twitter,
.icon_youtube,
.icon_flickr,
.icon_delicious,
.icon_xing,
.icon_rss  {
	display: inline-block;
	height: 16px;
	margin: 0 3px 0 0;
	padding: 0 0 0 16px;
    text-decoration: none;
	vertical-align: middle;
}

.icon_search { 
    background: transparent url('../images/icon/icon_sprite.png') no-repeat -25px -1500px;
    display: block;
    font-weight: normal;
    min-height: 30px; 
    line-height: 25px;
    padding: 0 0 0 30px;
    zoom: 1; }


.icon_tooltip {
    background: url("../images/icon/icon_info.gif") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    margin: -1px 0 0 3px;
    padding: 0 0 0 14px;
}

#box_tooltip {
    float: left;
    position: absolute;
    text-align: left;
    z-index: 500;
}
.box_tooltip_start {
    background: url("../images/module/box_tooltip_start.png") no-repeat scroll center top transparent;
    height: 7px;
    padding: 0 7px;
    width: 234px;
}
.box_tooltip_body {
    background: url("../images/module/box_tooltip_body.png") repeat-y scroll center top transparent;
    color: #F1F1F1;
    padding: 0 7px;
    width: 234px;
}
.box_tooltip_end {
    background: url("../images/module/box_tooltip_end.png") no-repeat scroll center bottom transparent;
    height: 7px;
    padding: 0 7px;
    width: 234px;
}
.box_tooltip_headline {
    color: #FF6600;
    font-weight: bold;
}


#pleasewait { width: 150px; text-align: center; margin: 70px auto; }


/* Progressbar Start: nach Umbau Obsolete (Ende April 2011) */
.progressspace {
    height: 70px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.progressbar {
    background: url("../images/layout/bg_progressbar.gif") no-repeat scroll 0 0 transparent;
    font-size: 15px;
    height: 32px;
    overflow: hidden;
    width: 940px;
}
.progressbar {
    color: #999999;
}
.progressbar a:hover, .progressbar a:active {
    color: #000000;
    text-decoration: underline;
}
.progressbar a {
    color: #999999;
    float: left;
    height: 23px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 145px;
}
.progressbar a:visited, .progressbar .visited {
    color: #9b6800 !important;
}
.progressbar .current {
    color: #000000;
    text-decoration: underline;
}
.progress {
    float: left;
    height: 32px;
    margin: 0;
    padding: 7px 0 0 10px;
    width: 146px;
    text-align: center;
}
.progress_current {
    background: url("../images/layout/bg_progressbar.gif") no-repeat scroll -156px -32px transparent;
    color: #000000;
    float: left;
    height: 32px;
    margin: 0;
    padding: 7px 0 0 10px;
    width: 146px;
    text-align: center;
}
.progress_right {
    float: left;
    height: 32px;
    margin: 0;
    padding: 7px 0 0 10px;
    width: 146px;
    text-align: center;
}
.progress_right_current {
    background: url("../images/layout/bg_progressbar.gif") no-repeat scroll right -32px transparent;
    color: #000000;
    float: left;
    height: 32px;
    margin: 0;
    padding: 7px 0 0 10px;
    width: 150px;
    text-align: center;
}
.progress_left {
    float: left;
    height: 32px;
    margin: 0;
    padding: 7px 0 0 10px;
    width: 146px;
    text-align: center;
}
.progress_left_current {
    background: url("../images/layout/bg_progressbar.gif") no-repeat scroll 0 -32px transparent;
    color: #000000;
    float: left;
    height: 32px;
    margin: 0;
    padding: 7px 0 0 10px;
    width: 146px;
    text-align: center;
}

.progressspace .subnav { color: #666666; text-align: right; padding: 3px 79px 10px 0; }
.progressspace .subnav a.current { color: #000; font-weight: bold;  }

.icon_delete,
.icon_change { 
    display: inline-block;
    height: 15px; 
    padding: 0 0 0 18px; 
    margin: 2px 0 0; 
    zoom: 1;
    }

.icon_addresspin { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -500px; }
.icon_back		 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1645px; margin: 0; }
.icon_beginner   { background: transparent url('../images/misc/misc_sprite.png') no-repeat -40px -86px; 
                   width: 65px; }
.icon_bilder     { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -999px; } 
.inactive .icon_bilder     
                 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2049px; } 
.icon_calendar   { background: transparent url('../images/icon/icon_sprite.png') no-repeat 3px -2250px; }
.icon_change     { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1550px; }
.icon_delete     { background: transparent url('../images/icon/icon_sprite.png') no-repeat 3px -1600px; }       
.inactive .icon_delete    
				 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 3px -3000px;
				   color: #9C9C9D; }       
.icon_delicious  { background: transparent url('../images/misc/misc_sprite.png') no-repeat -229px -57px;}
.icon_detailview { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -799px; }
.icon_done		 { background: transparent url('../images/icon/icon_sprite.png') no-repeat -24px -56px; }
.icon_download	 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2800px; }
.icon_facebook   { background: transparent url('../images/misc/misc_sprite.png') no-repeat -165px -57px;}
.icon_flickr     { background: transparent url('../images/misc/misc_sprite.png') no-repeat -213px -57px;}
.icon_galleryview{ background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -849px; }
.icon_info		 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1950px;
          		   cursor: default;
          		   width: 14px;
          		   vertical-align: middle; }
h3 .right .icon_info	 { margin-top: 5px; } /* Spezialfall für den Energieausweis im Expose */
.icon_kontakt    { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1099px; }
.inactive .icon_kontakt    
                 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2149px; }
.icon_listview   { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -749px; }
.icon_mapview    { background: transparent url('../images/icon/icon_sprite.png') no-repeat 3px -899px; }
.inactive .icon_mapview 
                 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 3px -1999px; }
.icon_merker     { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -650px; }
.icon_move       { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1700px; margin-top: 2px; }
.icon_new        { background: transparent url('../images/misc/misc_sprite.png') no-repeat -54px -57px; 
                   width: 30px; }
.icon_newsletter { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2750px; }                   
.linklist_icon_04 li.icon_none,
.icon_none       { background: none; }
.icon_pdf        { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1200px; }
.icon_pfeil      { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2945px; }
.icon_pfeil_oben { background: transparent url('../images/misc/misc_sprite.png') no-repeat -35px -57px; }
.icon_pfeil_unten{ background: transparent url('../images/misc/misc_sprite.png') no-repeat -19px -57px; }
.icon_photocontent	{ background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2899px; }
.icon_plus       { background: transparent url("../images/icon/icon_sprite.png") no-repeat scroll right -1300px; }
.icon_print      { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -699px; }
.icon_rss        { background: transparent url('../images/misc/misc_sprite.png') no-repeat -165px -73px;}
.icon_ueberblick { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -950px; }
.icon_updated    { background: transparent url('../images/misc/misc_sprite.png') no-repeat -84px -57px; 
                   width: 81px; }
.icon_service    { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1149px; }
.inactive .icon_service    
                 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2199px; }
.icon_verfuegbarkeit  { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -3250px; }
.inactive .icon_verfuegbarkeit  
                 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -3300px; }
.icon_statistics { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1250px; }
.icon_thumbsup   { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2550px; }
.icon_thumbsup.active  { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2600px; }
.icon_twitter    { background: transparent url('../images/misc/misc_sprite.png') no-repeat -181px -57px;}
.icon_undone	 { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -3046px; }
.icon_video,
.icon_videoclipStart { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1350px; }
.icon_videoclipStop { background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1750px; }
.icon_videocontent	{ background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -2849px; }
.icon_xing       { background: transparent url('../images/misc/misc_sprite.png') no-repeat -245px -57px;}

.icon_youtube   {
    background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -3150px;
    display: inline-block; 
    min-height: 16px;
    padding: 0 0 0 23px; 
    text-decoration: none;
    vertical-align: middle;
    zoom: 1; 
}

.social .icon_youtube {
    padding-left: 16px; 
}

.icon_videoclip	{
	background: transparent url('../images/icon/icon_sprite.png') no-repeat 0 -1400px;
	display: inline-block;
	left: 50%; 
	margin: -12px 0 0 -13px;
    height: 25px;
    position: absolute;
    top: 50%;
    width: 26px;
    z-index: 500;	   
} 


.img_thumb_box_60,
.img_thumb_box_70,
.img_thumb_box_80,
.img_thumb_box_100,
.img_thumb_box_120,
.img_thumb_box_170,
.img_thumb_box_400,
.img_thumb_box_690 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 100;
    }
    
.img_thumb {
    background: #FFF;
    border: 1px solid #efefef;
    border-bottom: 1px solid #d0d0d0;
    clear: both; 
    display: table;
    table-layout: fixed; /* Berechnet in Safari und Chrome kein padding und border mit ein... => zu schmal bei _400 und_690 / Für < _400 aber nötig */
	overflow: hidden;
    padding: 2px;
    text-align: center; }

.img_thumb .image { 
    display: table-row; 
    /*position: relative; */
    width: 100%; 
    /*z-index: 100;*/ }

.img_thumb .image-wrapper { 
    display: table-cell;
    overflow: hidden;
    /*position: relative;*/
    vertical-align: middle; 
    text-align: center;
    /*z-index: 100;*/ }


.img_thumb_box_60 { height: 50px; width: 66px; margin: 0 5px 5px 0; } /* h+8px, w+6px */
.img_thumb_box_60 .img_thumb,
.img_thumb_box_60 .img_thumb .image-wrapper { height: 42px; width: 60px;  }
.img_thumb_box_60 .img_thumb img { max-height: 42px; max-width: 60px; }

.img_thumb_box_70 { height: 57px; width: 76px; margin: 0 10px 10px 0;}
.img_thumb_box_70 .img_thumb,
.img_thumb_box_70 .img_thumb .image-wrapper { height: 49px; width: 70px;  }
.img_thumb_box_70 .img_thumb img { max-height: 49px; max-width: 70px; }

.img_thumb_box_80 { height: 64px; width: 86px; margin: 0 10px 10px 0; }
.img_thumb_box_80 .img_thumb,
.img_thumb_box_80 .img_thumb .image-wrapper { height: 56px; width: 80px;  }
.img_thumb_box_80 .img_thumb img { max-height: 56px; max-width: 80px; }

.img_thumb_box_100 { height: 78px; width: 106px; }
.img_thumb_box_100 .img_thumb,
.img_thumb_box_100 .img_thumb .image-wrapper { height: 70px; width: 100px;  }
.img_thumb_box_100 .img_thumb img { max-height: 70px; max-width: 100px; }

.img_thumb_box_120 { height: 98px; width: 126px; }
.img_thumb_box_120 .img_thumb,
.img_thumb_box_120 .img_thumb .image-wrapper { height: 90px; width: 120px;  }
.img_thumb_box_120 .img_thumb img   { max-height: 90px; max-width: 120px; }

/*.img_thumb_box_160 { height: 143px; width: 166px; }
.img_thumb_box_160 .img_thumb .crop { height: 135px; width: 160px; overflow: hidden; }
.img_thumb_box_160 .img_thumb img {  }  / * Das Bild wird beschnitten */

.img_thumb_box_170 { height: 127px; width: 176px; }
.img_thumb_box_170 .img_thumb,
.img_thumb_box_170 .img_thumb .image-wrapper { height: 119px; width: 170px; }
.img_thumb_box_170 .img_thumb img   { max-height: 119px; max-width: 170px; }

.img_thumb_box_400 { height: 308px; width: 406px; }
.img_thumb_box_400 .img_thumb,
.img_thumb_box_400 .img_thumb .image-wrapper { height: 300px; width: 400px; }
.img_thumb_box_400 .img_thumb img   { max-height: 300px; max-width: 400px; }

.img_thumb_box_690 { height: 526px; width: 696px; }
.img_thumb_box_690 .img_thumb,
.img_thumb_box_690 .img_thumb .image-wrapper { height: 518px; width: 690px; }
.img_thumb_box_690 .img_thumb img   { max-height: 518px; max-width: 690px; }


.img_thumb_box_60 .leftshadow,
.img_thumb_box_70 .leftshadow {
    background: transparent url('../images/misc/misc_sprite.png') no-repeat -24px -81px;
    width: 30px; }
    
.img_thumb_box_60 .rightshadow,
.img_thumb_box_70 .rightshadow { 
    background: transparent url('../images/misc/misc_sprite.png') no-repeat -74px -81px;
    width: 30px; }
    
.img_thumb .icon_plus {  
    bottom: 5px; 
    height: 16px;
    position: absolute;
    right: 3px;  
    width: 16px; 
    z-index: 200; }
    
.img_thumb_list li { float: left; }
.img_thumb_list li.selected .img_thumb { background: #ffbb55; }
.img_thumb_list li.selected .img_thumb .icon_plus { display: none; }


.leftshadow {
    background: transparent url('../images/misc/misc_sprite.png') no-repeat -24px -80px;
    float: left;
    height: 2px;
    overflow: hidden;
    width: 40px;
}



.line_01,
.line_02,
.line_03,
.line_04,
.line_05 {
    clear: both;
    display: block;
    font-size: 1px;
    line-height: 1px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    }

.line_01 { background: transparent url('../images/misc/misc_sprite.png') repeat-x 0 -112px; height: 14px; }
.line_02 { background: #e6e6e6; border-bottom: 1px solid #bababa; height: 5px; }
.line_03 { border-top: 1px solid #FFF; }
.line_04 { border-top: 1px solid #bbbaba; }


.linklist_footer { 
    clear: both;
    overflow: hidden;
    width: 100%;
}

.linklist_footer .last { border: 0; }



.linklist_logos {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 10px;
	padding: 10px 19px;
	text-align: left;
}

.linklist_logos ul {
	height: 41px;
	list-style-type: none;
	margin: 4px 0;
}

.linklist_logos ul li {
	background-image: url('../images/logo/logo_footer_mg_markt_iw_stellen_fewo_motoso_bauen_sprite.png');
	float: left;
	height: 41px;
	margin: 0 61px 0 0;
}

.linklist_logos a {
	display: block;
	height: 41px;
}

.linklist_logos ul .last { margin: 0 0 0 2px; }

.linklist_footer ul li h3 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
}

#pagebottom { padding: 10px 0; }

#pagecontainer { 
    float: left;
    min-height: 100%;
    position: relative;
    width: 980px;  
}

#pagecontent {
    background: #FFF;
	margin: 0;
	min-height: 200px;
    overflow: hidden;
    text-align: left;
    width: 960px; 
    padding: 20px 0 0 20px;
}

#pagefooter {
    background: #fff url('../images/background/bg_footer.jpg') repeat-x bottom;
    margin: 20px 0 0 0;
    min-height: 110px;
    width: 980px;
}



#erfassung #pageheader {
    background: url("../images/background/bg_navi.jpg") no-repeat scroll left top transparent;
    height: 80px;
    padding: 0;
}

#erfassung #pageheader .inner {
    background: url("../images/background/bg_navi.jpg") no-repeat scroll right top transparent;
    display: block;
    float: right;
    height: 80px;
    padding: 0 20px 0 0;
    width: 60%;
}

.navi_logo {
    float: left;
    height: 61px;
    margin: 0 10px 0 15px;
    padding: 2px 0 0 5px;
    width: 210px;
    background: #FFF;
}


.rightshadow {
    background: transparent url('../images/misc/misc_sprite.png') no-repeat -64px -80px;
    float: right;
    height: 2px;
    overflow: hidden;
    width: 40px;
}

    
#skyscraper {
    float: right;
    height: 900px;
    min-height: 100%;
    width: 190px;
}

#wallpaper #skyscraper { width: 200px; }

#superbanner {
    float: left;
    text-align: right; 
    width: 980px;
    }


/* Allgemeiner Tooltip */
.tooltip {
	background: transparent url('../images/background/bg_tooltip.png') no-repeat 0 0;    
    border-bottom: 1px solid #fff;
    color: #000;
    min-height: 50px;
    padding: 30px 20px 13px 50px;
    width: 227px;
    z-index: 1300;	
}
/**/


.topbox {
    border: 1px solid #bbbaba;
    margin: -1px 0 5px;
    overflow: hidden;
    padding: 12px 0 0;
    width: 698px;
}

.buchen_vorschau .topbox { border: none; }

.topbox .box_item {
    display: inline-block;
    float: left;
    margin: -4px 0 0;
    padding: 16px 18px 12px;
    text-align: center;
    width: 196px;
}

.topobjekt_line { 
    background: #bbbaba url('../images/background/bg_gradient_sprite.jpg') no-repeat -30px -1058px;
    display: inline-block;
    margin: -3px 0 -500px;
    padding: 0 0 500px;
    width: 1px;
}

.topobjekt_info { min-height: 48px; }


 
.wrapper {
    clear: both;
    padding: 0;
    width: 100.01%;
    overflow: hidden;
}

.user_logo img {
    max-height: 680px;
    max-width: 680px;
}







/* Alle Emopics */


/* MultiFileUpload [mfu] */
iframe #iframeUpload body {
background-color: orange;
border: 2px solid red;
}

.mfu {
    background-color: #fff;
    height: 450px;
}


/* =(6)NAVIGATION
-------------------------------------------------------------------*/


.badge_new { 
    background: url("../images/misc/misc_sprite.png") no-repeat scroll -107px -79px transparent;
    display: block;
    height: 30px;
    position: absolute;
    top: -16px;
    right: 3px;
    width: 34px;
    z-index: 150;
    }


/*--- 1st lvl ---*/

.navi_1stl {
    float: left;     
}

.navi_1stl li {
    float: left;
}

.navi_1stl ul {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat left top;
    display: block;
    float: left;
    height: 48px;
    list-style: none;
    padding: 0;
    width: 448px;
}



/*--- 2nd lvl ---*/

.navi_2ndl {
    float: left;
    height: 21px;
    line-height: 19px;
    padding: 0;
    width: 690px;
}

.navi_2ndl ul {
    list-style: none;
    padding: 0 0 0 0;
}

.navi_2ndl li {
    float: left;
    padding: 0 0 0 20px;
}


.navi_elements {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat 0 0px;
    float: right;
    height: 73px;
    width: 690px;
}




/*--- login ---*/

.dropdownArea { 
    background: url('../images/background/bg_header_nav_sprite.png') no-repeat -478px bottom transparent;
    left: +30px;
    padding: 0 0 11px;
    position: absolute;
    top: +40px;
    width: 201px;
    z-index: 200;
    }
    
.dropdownArea .login_content {
    background: #FFF;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    min-height: 100px;
    padding: 10px 10px 0;
    }

.navi_login {
    color: #000;
    float: left;
    height: 31px;
    list-style: none;
    margin: 0;
    padding: 8px 11px 4px 30px;
    position: relative;
    width: 201px;
    }

.navi_login li {
    float: left;
    }
    
.login_myiw a.navtab,
.login_myiw a.navtab.inactive:hover {
    background: url('../images/background/bg_header_nav_sprite.png') no-repeat -277px -121px transparent;
    border-bottom:1px solid #CCC;
    display: block;
    height: 31px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 120px; 
    }
    
.login_log a.navtab,
.login_log a.navtab.inactive:hover {
    background: url('../images/background/bg_header_nav_sprite.png') no-repeat -397px -121px transparent;
    border-bottom:1px solid #CCC;
    display: block;
    height: 31px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 81px; 
    }
    
.login_myiw a.navtab:focus,
.login_myiw a.navtab:hover,
.login_myiw.current a.navtab {
    background: url('../images/background/bg_header_nav_sprite.png') no-repeat -478px -81px transparent;
    color: #000;
    text-decoration: underline;
    }

.login_log a.navtab:focus,    
.login_log a.navtab:hover,
.login_log.current a.navtab {
    background: url('../images/background/bg_header_nav_sprite.png') no-repeat -598px -81px transparent;
    color: #000;
    text-decoration: underline;
    }
    
.login_log.current a.navtab,
.login_myiw.current a.navtab {
    border-bottom: 1px solid #FFF;
    height: 32px;
    }

.login_myiw .dropdownArea,
.login_log .dropdownArea { display: none; }

.login_myiw.current .dropdownArea,
.login_log.current .dropdownArea { display: block; }




/* =(7)FORMS
.formfield_01:    Hälfte von .grid_12o16
.formfield_02:    .grid_04o16 (Label über Input)
.formfield_03:    In der Erfassung (siehe authentication.css)
.formfield_04:    .grid_12o16
.formfield_05:    .grid_04o16 Label und Input nebeneinander (Exposé Seitenleiste)
.formfield_06:    .grid_06o16 in grauer Box (minus padding der box)
.formfield_07:    .grid_12o16 in grauer Box (minus padding der box) 50:50
.formfield_08:    .grid_12o16 in grauer Box (minus padding der box) jeweils 1/3
.formfield_login: Login / Sonderform ohne besondere Angaben
.formfield_10:    Erfassung: Beschreibung: 3er Grid; Input: 3er Grid
.formfield_11:    Erfassung: Beschreibung: 3er Grid; Input: 6er Grid
.formfield_12:    Erfassung: Beschreibung: none; Input: 15er Grid
.formfield_13:    Erfassung: Beschreibung: 3er Grid; Input: 9er Grid
-------------------------------------------------------------------*/


.alert,
.formfield_01 .alert,
.formfield_02 .alert,
.formfield_04 .alert,
.formfield_06 .alert,
.formfield_07 .alert,
.formfield_08 .alert,
.formfield_10 .alert,
.formfield_11 .alert { /* Keine Höhe! Nur ein umliegendes DIV!*/
    color: red; 
    display: block;
    line-height: 20px; 
    margin: 2px 0 0 0;
}

.formfield_01 dd,
.formfield_04 dd { 
    padding: 0;
    overflow: hidden;
}


.formfield_01 dd { margin: 0 0 0 90px; }

.formfield_01 dd { width: 240px; }

.formfield_01 dt,
.formfield_04 dt { 
    float: left;
    padding: 1px 10px 0 0;
    text-align: right;
}

.formfield_01 dt { width: 80px; }
.formfield_04 dt { width: 170px; }
.formfield_01 select { width: 240px; }
.formfield_01 dl,
.formfield_04 dl { margin-bottom: 10px; }
.formfield_01 input,
.formfield_01 textarea { width: 228px; }
.formfield_01 .plz { width: 50px; float: left; }
.formfield_01 .plz input { width:38px; }
.formfield_01 .ort { width: 180px; float: right; }
.formfield_01 .ort input { width:168px; }

/*
Zur Zeit nur in der Darlehens-Anfrage, bei allen anderen Adressen kontraproduktiv
.formfield_01 .street { width: 180px; float: left; }
.formfield_01 .street input { width: 168px; }

.formfield_01 .streetnumber { width: 50px; float: right; }
.formfield_01 .streetnumber input { width: 38px; }

.formfield_01 .prephonenumber { width: 100px; float: left; }
.formfield_01 .prephonenumber input { width:88px; }

.formfield_01 .phonenumber { width: 130px; float: right; }
.formfield_01 .phonenumber input { width:118px; }
*/

.formfield_01 input[type="checkbox"],
.formfield_01 input[type="radio"],
.formfield_02 input[type="checkbox"],
.formfield_02 input[type="radio"],
.formfield_04 input[type="checkbox"],
.formfield_04 input[type="radio"],
.formfield_05 input[type="checkbox"],
.formfield_05 input[type="radio"],
.formfield_06 input[type="checkbox"],
.formfield_06 input[type="radio"],
.formfield_07 input[type="checkbox"],
.formfield_07 input[type="radio"],
.formfield_08 input[type="checkbox"],
.formfield_08 input[type="radio"],
.formfield_10 input[type="checkbox"],
.formfield_10 input[type="radio"],
.formfield_11 input[type="checkbox"],
.formfield_11 input[type="radio"],
.formfield_12 input[type="checkbox"],
.formfield_12 input[type="radio"] { width: auto; }

.formfield_02 input,
.formfield_02 textarea { width: 188px; }

.formfield_02 select {
	width: 200px;
}

.formfield_04 dd { margin: 0 0 0 140px; }
.formfield_04 dd { width: 400px; }
.formfield_04 input,
.formfield_04 textarea { width: 388px; }
.formfield_04 .ort { width: 340px; float: right; }
.formfield_04 .ort input { width: 328px; }
.formfield_04 .plz { width: 50px; float: left; }
.formfield_04 .plz input { width:38px; }
.formfield_04 select { width: 400px; }

.formfield_05 dl { width: 200px; }
.formfield_05 textarea { width: 188px; }
.formfield_05 dt { width: 70px; float: left; } 
.formfield_05 dd { width: 128px; float: left }
.formfield_05 select { width: 130px; }
.formfield_05 input[type="text"], 
.formfield_05 input[type="password"] { width: 118px; }

.formfield_06 dl { margin-bottom: 10px; overflow: hidden; }
.formfield_06 dt { width: 80px; float: left;}
.formfield_06 dd { width: 220px; margin-left:20px; float: left; }
.formfield_06 input,
.formfield_06 textarea { width: 208px; }
.formfield_06 select { width: 220px; }
.formfield_06 .ort { width: 160px; float: right; }
.formfield_06 .ort input { width: 148px; }
.formfield_06 .plz { width: 50px; float: left; }
.formfield_06 .plz input { width:38px; }
.formfield_06 input[type="checkbox"],
.formfield_06 input[type="radio"] { margin-top: 5px; }
.formfield_06 .etage_descr { line-height: 20px; display: inline-block; vertical-align: bottom; }
.formfield_06 .etage_descr .txt { padding-top: 3px; display: inline-block; vertical-align: top; }
.formfield_06 .vonbis input { width: 148px; float: left; }
.formfield_06 .vonbis select { width: 160px; float: left; }
.formfield_06 .vonbis .descr { width: 60px; float: left; display: block; }

.formfield_07 dl { margin-bottom: 7px; overflow: hidden; }
.formfield_07 dt { width: 330px; margin: 0; float: left; }
.formfield_07 dd { width: 320px; margin-left:20px; float: left; }
.formfield_07 input,
.formfield_07 textarea { width: 308px; }
.formfield_07 select { width: 320px; }
.formfield_07 .ort { width: 260px; float: right; }
.formfield_07 .ort input { width: 248px; }
.formfield_07 .plz { width: 50px; float: left; }
.formfield_07 .plz input { width:38px; }
.formfield_07 input[type="checkbox"],
.formfield_07 input[type="radio"] { margin-top: 5px; }
.formfield_07 .vonbis input { width: 248px; float: left; }
.formfield_07 .vonbis select { width: 260px; float: left; }
.formfield_07 .vonbis .descr { width: 60px; float: left; display: block; }

.formfield_08 dl { margin-bottom: 7px; overflow: hidden; }
.formfield_08 dt { width: 210px; margin: 0; float: left; }
.formfield_08 dd { width: 210px; margin-left:20px; float: left; }
.formfield_08 input,
.formfield_08 textarea { width: 198px; }
.formfield_08 select { width: 210px; }
.formfield_08 .ort { width: 150px; float: right; }
.formfield_08 .ort input { width: 138px; }
.formfield_08 .plz { width: 50px; float: left; }
.formfield_08 .plz input { width:38px; }
.formfield_08 input[type="checkbox"],
.formfield_08 input[type="radio"] { margin-top: 5px; }
.formfield_08 .vonbis input { width: 148px; float: left; }
.formfield_08 .vonbis select { width: 160px; float: left; }
.formfield_08 .vonbis .descr { width: 50px; float: left; display: block; }

/* Erfassung: Beschreibung: 3er Grid; Input: 3er Grid */
.formfield_10 dl { margin-bottom: 7px; overflow: hidden; }
.formfield_10 dt { width: 160px; margin: 0; float: left; }
.formfield_10 dd { width: 160px; margin-left:20px; float: left; }
.formfield_10 input,
.formfield_10 textarea { width: 148px; }
.formfield_10 select { width: 160px; }
.formfield_10 .ort { width: 100px; float: right; }
.formfield_10 .ort input { width: 88px; }
.formfield_10 .plz { width: 50px; float: left; }
.formfield_10 .plz input { width:38px; }
.formfield_10 .vonbis input { width: 98px; float: left; }
.formfield_10 .vonbis select { width: 110px; float: left; }
.formfield_10 .vonbis .descr { width: 50px; float: left; display: block; }
.formfield_10 input[type="checkbox"],
.formfield_10 input[type="radio"] { margin-top: 5px; }


/* Erfassung: Beschreibung: 3er Grid; Input: 6er Grid */
.formfield_11 dl { margin-bottom: 7px; overflow: hidden; }
.formfield_11 dt { width: 160px; margin: 0; float: left; }
.formfield_11 dd { width: 340px; margin-left:20px; float: left; }
.formfield_11 input,
.formfield_11 textarea { width: 328px; }
.formfield_11 select { width: 340px; }
.formfield_11 .ort { width: 270px; float: right; }
.formfield_11 .ort input { width: 258px; }
.formfield_11 .plz { width: 60px; float: left; }
.formfield_11 .plz input { width:48px; }
.formfield_11 .vonbis input { width: 248px; float: left; }
.formfield_11 .vonbis select { width: 260px; float: left; }
.formfield_11 .vonbis .descr { width: 80px; float: left; display: block; }

/* Erfassung: Beschreibung: none; Input: 15er Grid */
.formfield_12 dl { margin-bottom: 7px; overflow: hidden; }
.formfield_12 dt { display: none; }
.formfield_12 dd { width: 880px; margin-right:20px; }
.formfield_12 input,
.formfield_12 textarea { width: 868px; }
.formfield_12 select { width: 880px; }
.formfield_12 .ort { width: 810px; float: right; }
.formfield_12 .ort input { width: 798px; }
.formfield_12 .plz { width: 60px; float: left; }
.formfield_12 .plz input { width:48px; }


/* Erfassung: Beschreibung: 3er Grid; Input: 9er Grid */
.formfield_13 dl { margin-bottom: 9px; overflow: hidden; }
.formfield_13 dt { width: 160px; margin: 0; float: left; }
.formfield_13 dd { width: 520px; margin-left:20px; float: left; }
.formfield_13 input,
.formfield_13 textarea { width: 508px; }
.formfield_13 select { width: 520px; }
.formfield_13 .ort { width: 440px; float: right; }
.formfield_13 .ort input { width: 428px; }
.formfield_13 .plz { width: 70px; float: left; }
.formfield_13 .plz input { width:58px; }
.formfield_13 .vonbis input { width: 428px; float: left; }
.formfield_13 .vonbis select { width: 440px; float: left; }
.formfield_13 .vonbis .descr { width: 80px; float: left; display: block; }

/* Nur in der Darlehns-Anfrage, woanders kontraproduktiv  */
#darlehensanfrage .formfield_04 .street { width: 340px; float: left; }
#darlehensanfrage .formfield_04 .street input { width: 328px; }

#darlehensanfrage .formfield_04 .streetnumber { width: 50px; float: right; }
#darlehensanfrage .formfield_04 .streetnumber input { width:38px; }

#darlehensanfrage .formfield_04 .prephonenumber { width: 140px; float: left; }
#darlehensanfrage .formfield_04 .prephonenumber input { width:128px; }

#darlehensanfrage .formfield_04 .phonenumber { width: 250px; float: right; }
#darlehensanfrage .formfield_04 .phonenumber input { width:238px; }


/*
.formfield_05 dd { margin: 0 0 0 140px; }

.formfield_05 dd { width: 40px; }

.formfield_05 input,
.formfield_05 textarea { width: 408px; }

.formfield_05 .ort { width: 40px; float: right; }
.formfield_05 .ort input { width: 40px; }

.formfield_05 .plz { width: 50px; float: left; }
.formfield_05 .plz input { width:40px; }
*/


.formfield_login .alert {
    color: red; 
    display: block;
    margin: 0 0 5px 0 ;		
}

.formfield_login input {
	width: 200px;
}

.form_von,
.form_bis { width: 59px; }

.grid_04o16 .formfield_login input {
	width: 190px;
}

.dropdownArea .formfield_login input {
	width: 165px;
}

.formfield_login dl {
	margin-bottom: 5px;
}


label {
    line-height: 20px;
}
    
.label_bis {
	display: inline-block;
	text-align: center;
	width: 29px;
}

legend {display: none;}

.navi_login input {
    padding: 1px 5px;
    }

input, select, textarea { 
	font-family: arial, helvetica, sans-serif; }

input[type="text"],
input[type="password"],
textarea {
    background: #FFF;
    border: 1px solid #c6c6c6;
    font-size: 13px;
    padding: 3px 5px 3px;
    margin: 0;
}

textarea[disabled],
input[disabled],
select[disabled] { 
    background: #F3F3F3;
    border: 1px solid #DDD;
    }

input.error,
input[type="text"].error:focus,
select.error,
textarea.error,
textarea.error:focus { background: #efb2b2; }

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus      { background: #ffddaa; }

input.transparent, input:focus.transparent {
    background: none;
    border: none;
    padding: 4px 6px;
}


select {
    border: 1px solid #c6c6c6;
    font-size: 12px;
    height: 24px;
    padding: 2px !important;
    }

select option {
    padding: 1px 0 2px 0;
    }
    
select.w_300 {  
    margin: -1px;
    padding: 0 0 0 5px;
    width: 302px; }


/* =(8)MISC
-------------------------------------------------------------------*/
.thumbnail .caption,
#divRefresh,
#divRefreshContent,
.fastsuche .accordion dd.closed { /* Default-Ausblendungen für Javascript */
 	display: none;
}

#feedback { /* Feedback Button unten rechts */
        bottom:-3px;
        cursor:pointer;
        display: block;
        float:right;
        position:fixed !important;
        right:0;
        z-index:10000;
    }

.pseudoheadline span, span.pseudoheadline {
    display: block;
    font-weight: bold;
    padding: 20px 0 10px;
}

#buttonbar { 
    overflow: hidden; 
    clear: both; 
    margin-top: 10px;
    }

/* =(10)LINK BEHAVIOR
-------------------------------------------------------------------*/
a,
a:active {
    color: inherit;
    text-decoration: underline;
}

#pagefooter a,
#pagefooter a:visited, 
#pagefooter a:active,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.linklist_icon_01 li a,
.linklist_icon_02 li a,
.linklist_icon_03 li a,
a.icon_01, .icon_01 a,
a.icon_02, .icon_02 a,
a.icon_03, .icon_03 a,
.interaction_bottom a,
.button_ewms_content a,
a.vrweb_a,
.site-numbers a,
.fastnav a,
a.default { text-decoration: none; }


a.btn_close {
	background: url("../images/button/buttons_sprite.png") no-repeat scroll -464px -281px transparent;
	display: inline-block;
    float: right;
    height: 23px;
    padding: 3px 0 0 0;
    text-decoration: none;
    width: 83px;	
}

a.btn_close:hover, 
a.btn_close:focus { 
    background: url("../images/button/buttons_sprite.png") no-repeat scroll -547px -281px transparent; 
    text-decoration: underline; }


a.more_images { 
    background: url('../images/misc/misc_sprite.png') no-repeat scroll -261px -57px transparent;
    display: inline-block;
    font-size: 11px;
    height: 51px;
    line-height: 12px;
    margin: 1px 1px 16px 0;
    overflow: hidden;
    padding: 4px 22px 0 7px;
    text-align: center;
    text-decoration: none;
    width: 45px;
}
    
a.more_images span { display: none; }

#accordion a.more_options,
a.more_options {
	color: #000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
    font-weight: bold;
}

a.nextPage,
a span.nextPage { background:url("../images/button/buttons_sprite.png") no-repeat scroll -66px -281px transparent; }
a.nextPage:hover, 
a.nextPage:focus,
a:hover span.nextPage,
a:focus span.nextPage { background:url("../images/button/buttons_sprite.png") no-repeat scroll -110px -281px transparent; }
a.previousPage,
a span.previousPage { background:url("../images/button/buttons_sprite.png") no-repeat scroll 0 -281px transparent; }
a.previousPage:hover, 
a.previousPage:focus,
a:hover span.previousPage,
a:focus span.previousPage { background:url("../images/button/buttons_sprite.png") no-repeat scroll -44px -281px transparent; }

h2 a { color: #ff9933; }
h4 a { color: #999; }


.linklist ul,
ul.linklist,
.linklist_icon_01 ul,
ul.linklist_icon_01,
.linklist_icon_02 ul,
ul.linklist_icon_02,
.linklist_icon_03 ul,
ul.linklist_icon_03,
.linklist_icon_04 ul,
ul.linklist_icon_04 {
    display: block;
    list-style: none;
    overflow: hidden;
    margin: 0;
}

.linklist_service ul {
    float: left;
    list-style: none;
    overflow: hidden;
    margin: 0;
    }

.linklist ul li,
ul.linklist li,
.linklist_icon_01 ul li,
ul.linklist_icon_01 li,
.linklist_icon_02 ul li,
ul.linklist_icon_02 li,
.linklist_icon_03 ul li,
ul.linklist_icon_03 li,
ol li {
    margin: 0 0 3px 0;
}

.linklist_icon_01 a:focus,
.linklist_icon_01 a:hover,
.linklist_icon_02 a:focus,
.linklist_icon_02 a:hover,
.linklist_icon_03 a:focus,
.linklist_icon_03 a:hover,
.linklist_icon_04 a:focus,
.linklist_icon_04 a:hover { text-decoration: underline; }

.modal .linklist_icon_01 ul li,
.modal ul.linklist_icon_01 li { 
    margin: 0;
    }

.linklist_service {
    padding: 10px 20px;
    height: 20px;
    line-height: 16px;
    }

.linklist_service ul li {
	float: left;
    font-weight: bold;
	margin: 0 15px 0 0;
    }

.linklist_icon_01 ul li,
ul.linklist_icon_01 li { /* pfeile orange */
    background: transparent url('../images/icon/icon_sprite.png') no-repeat -45px -16px;
    padding: 0 0 0 12px;
    }

.linklist_icon_02 ul li,
ul.linklist_icon_02 li { /* bullets orange */
    background: transparent url('../images/icon/icon_sprite.png') no-repeat -36px -35px;
    padding: 0 0 0 10px;
    }  
    
.linklist_icon_03 ul li,
ul.linklist_icon_03 li { /* pfeile grau */
    background: transparent url('../images/icon/icon_sprite.png') no-repeat -55px 4px;
    padding: 0 0 0 12px;
    } 

.linklist_icon_04 ul li,
ul.linklist_icon_04 li { /* Haken orange */
    background: transparent url('../images/icon/icon_sprite.png') no-repeat -24px -57px;
    padding: 0 0 0 16px;
    }

#pagefooter a,
#popupfooter a { color: #666; }


/*--- Button Links ---*/

/*--- button 02 ---*/

.mapcontent a.mapButton_02_big {
    background: transparent url(../images/module/module_button_01_li.jpg) no-repeat top left; 	
    float: left;
    height: 25px;
	text-decoration: none;	
}

.mapcontent a.mapButton_02_big span {      
    background: transparent url(../images/module/module_button_01_re.jpg) no-repeat top right;
    color: #666;
    cursor: pointer;
    float: left;
  	height: 25px;
  	line-height: 23px;
	margin:  0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;	
    text-decoration: none;
} 

.mapcontent a.mapButton_02_big span:hover {
	color: #f90;
	text-decoration: none;
}

/*--- button 02 END ---*/

/*--- button 03 ---*/

.mapcontent a.mapButton_03 {
    background: transparent url(../images/module/module_button_02_li.jpg) no-repeat top left; 	
    float: left;
    height: 25px;
    margin-left: 15px;
	text-decoration: none;	
}

.mapcontent a.mapButton_03 span {      
    background: transparent url(../images/module/module_button_02_re.jpg) no-repeat top right;
    color: #666;
    cursor: pointer;
    float: left;
  	height: 25px;
  	line-height: 23px;
	margin:  0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;	
    text-decoration: none;
}

.mapcontent a.mapButton_03 span:hover {
	color: #000; 
}

/*--- button 03 END ---*/	


a.button_01:hover,
a.button_02:hover,
a.button_98:hover,
a.button_99:hover,
a.button_01:focus,
a.button_02:focus,
a.button_98:focus,
a.button_99:focus,
a.button_01,
a.button_02,
a.button_98,
a.button_99 { text-decoration: none !important; } /* FF3.5 Bug + neu: FF3.6 ebenfalls Bug (ähnlich) */

a.button_01:hover span,
a.button_98:hover span,
div.button_01 a:hover,
div.button_98 a:hover  {
    text-decoration: underline;
    color: #000;
	}

a.button_02:hover span,
a.button_99:hover span,
div.button_02 a:hover,
div.button_99 a:hover  {
    text-decoration: underline;
    color: #000;
	}

.button_01_inactive,
.button_01,
.button_02,
.button_ewms {
    cursor:pointer;
    display:inline-block;
    font-size:12px; 
    height:23px;
    margin:0 0 0 5px;
    min-width:50px;
    padding:0 0 0 0;
    position: relative;
    text-decoration: none;
    z-index:1;
    }
    
.button_01 {   background:url('../images/button/buttons_sprite.png') no-repeat scroll right 0 transparent; }
.button_ewms {   background:url('../images/button/buttons_sprite.png') no-repeat scroll right -235px transparent; }
.DropDownList:hover .button_ewms,
.DropDownList:focus .button_ewms,
.button_ewms:hover,
.button_ewms:focus {   background:url('../images/button/buttons_sprite.png') no-repeat scroll right -258px transparent; }

.button_ewms.inactive:hover,
.button_ewms.inactive:focus {   
    background:url('../images/button/buttons_sprite.png') no-repeat scroll right -235px transparent;
    cursor: default;
    }

.button_01_inactive,
.button_01.inactive,
.button_01_inactive:hover
.button_01.inactive:hover,
a.button_01.inactive:hover {   
    background:url('../images/button/buttons_sprite.png') no-repeat scroll right -46px transparent; 
    cursor: default;
    text-decoration: none !important;
    }
    
.button_02.inactive:hover,
.button_02 {   background:url('../images/button/buttons_sprite.png') no-repeat scroll right -69px transparent;  }

.button_02.inactive,
.button_02.inactive:hover,
.button_02.inactive a:hover {   
    cursor: default;
    text-decoration: none !important;
    }

#buttonbar .buttonbar_right { float: right; }
#buttonbar .buttonbar_right a.button_02 { margin-left: 15px; }


.button_98,
.button_99 {
    background:url('../images/button/buttons_sprite.png') no-repeat scroll right -175px transparent;
    cursor:pointer;
    display:inline-block;
    font-size:12px; 
    font-weight: bold;
    height:30px;
    margin:0 0 0 5px;
    min-width:50px;
    padding:0 0 0 0;
    position: relative;
    text-decoration: none;
    z-index:1;
}

div.button_99.inactive:hover { background:url('../images/button/buttons_sprite.png') no-repeat scroll right -175px transparent; }
    
.button_98 { background:url('../images/button/buttons_sprite.png') no-repeat scroll right -115px transparent; }
    
.button_01 big,
.button_02 big,
.button_98 big,
.button_99 big {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
      	
.button_01 small,
.button_02 small,
.button_98 small,
.button_99 small {
    color: #000;
    font-size: 10px;
    font-weight: normal;
}
  
  
.button_01_inactive span,  
.button_01_inactive a,
a.button_01 span,
a.button_02 span,
div.button_01 a,
div.button_01 span,
div.button_02 a,
div.button_02 span,
div.button_ewms a,
div.button_ewms span {
    display: block;
    height:17px;
    line-height:17px;
    left: -5px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding:3px 5px 3px 15px;
    position:relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space:nowrap;
    z-index: 2;
}
    
.button_ewms_content { 
    background: #efefef; 
    border: 1px solid #c6c6c6;        
    margin: 23px -82px;
    padding: 0 10px;         
    z-index: 1100;
    position: absolute;
}
    
a.button_02 span,
div.button_02 a { font-weight: bold; }
    
div.button_01 a,
a.button_01 span { background: url("../images/button/buttons_sprite.png") no-repeat scroll left 0 transparent; }

.button_01_inactive a,
.button_01_inactive span,
div.button_01.inactive a,
div.button_01.inactive:hover a,
div.button_01.inactive span,
a.button_01.inactive span,
a.button_01.inactive:hover span { 
    background: url("../images/button/buttons_sprite.png") no-repeat scroll left -46px transparent; 
    color: #999;     
    cursor: default;
    text-decoration: none !important;
    }
    
.fastnav .button_02 a.inactive,
div.button_02 a,
div.button_02 span,
a.button_02 span,
div.button_02.inactive:hover a,
a.button_02.inactive:hover span,
div.button_02.inactive:hover span { background: url("../images/button/buttons_sprite.png") no-repeat scroll left -69px transparent; } 

div.button_02.inactive a,
a.button_02.inactive span,
div.button_02.inactive span { 
    color: #666;    
    cursor: default;
    text-decoration: none !important; }

.button_01:hover,
.button_01:focus { background: transparent url('../images/button/buttons_sprite.png') no-repeat right -23px; }
div.button_01:hover a,
a.button_01:hover span,
a.button_01:focus span { background: transparent url('../images/button/buttons_sprite.png') no-repeat left -23px; }
.button_02:hover,
.button_02:focus { background: transparent url('../images/button/buttons_sprite.png') no-repeat right -92px; }
div.button_02:hover a,
a.button_02:hover span,
a.button_02:focus span { background: transparent url('../images/button/buttons_sprite.png') no-repeat left -92px; }

a.button_98 span,
div.button_98 a,
a.button_99 span,
div.button_99 a,
div.button_99.inactive:hover a {
    background: url('../images/button/buttons_sprite.png') no-repeat scroll left -175px transparent;
    display: inline-block;
    height: 30px;
    left: -5px;
    line-height: 31px;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 0 40px;
    position:relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 2;
}

div.button_99.inactive,
div.button_99.inactive a {
	cursor: default;
}
    
a.button_98 span,
div.button_98 a { background: url('../images/button/buttons_sprite.png') no-repeat scroll left -115px transparent;
                  text-shadow: 0 1px 0 #fff; }
                  
a.button_99 span,
div.button_99 a { text-shadow: 0 1px 0 #ffcc88; }
    
a.button_98 big span,
div.button_98 big a,
a.button_99 big span,
div.button_99 big a {
    font-size: 18px;
}

.button_98:hover,
.button_98:focus { background: transparent url('../images/button/buttons_sprite.png') no-repeat right -145px; }
a.button_98:hover span,
div.button_98:hover a,
a.button_98:focus span,
div.button_98:focus a { background: transparent url('../images/button/buttons_sprite.png') no-repeat left -145px; }

.button_99:hover,
.button_99:focus { background: transparent url('../images/button/buttons_sprite.png') no-repeat right -205px; }
a.button_99:hover span,
div.button_99:hover a,
a.button_99:focus span,
div.button_99:focus a { background: transparent url('../images/button/buttons_sprite.png') no-repeat left -205px; }

.button_99 a,
.button_02 a,
.button_99 a:hover,
.button_02 a:hover,
.button_99 span,
.button_02 span,
.button_99 small,
.button_02 small,
.button_99 big,
.button_02 big { color: #000; }


.button_01.w_95,
.button_02.w_95,
.button_98.w_95,
.button_99.w_95,
.button_ewms.w_95 { width: 90px; word-wrap: normal;}/* Button-Breite -5px */

.button_01.w_120,
.button_02.w_120,
.button_98.w_120,
.button_99.w_120,
.button_ewms.w_120 { width: 115px; word-wrap: normal; }

.button_01.w_150,
.button_02.w_150,
.button_98.w_150,
.button_99.w_150,
.button_ewms.w_150 { width: 145px; word-wrap: normal; }

.button_01.w_200,
.button_02.w_200,
.button_98.w_200,
.button_99.w_200,
.button_ewms.w_200 { width: 195px; word-wrap: normal; } 

.button_01.w_250,
.button_02.w_250,
.button_98.w_250,
.button_99.w_250,
.button_ewms.w_250 { width: 245px; word-wrap: normal; } 

.button_01.w_300,
.button_02.w_300,
.button_98.w_300,
.button_99.w_300,
.button_ewms.w_300 { width: 295px; word-wrap: normal; }

.button_01.w_095 span,
.button_01.w_095 a,
.button_02.w_095 span,
.button_02.w_095 a { width: 65px; } /* Button01/02-Breite -30px */

.button_ewms.w_120 span,
.button_ewms.w_120 a {width: 80px;} /* Button-Breite -40px */ 

.button_01.w_150 span,
.button_01.w_150 a { width: 120px; }

.button_01.w_200 span,
.button_01.w_200 a { width: 170px; }   

.button_ewms.w_200 span,
.button_ewms.w_200 a {width: 160px;} /* Button-Breite -40px */ 

.button_01.w_300 span,
.button_01.w_300 a { width: 270px; }

.button_98.w_200 span,
.button_98.w_200 a,
.button_99.w_200 span,
.button_99.w_200 a { width: 135px; } /* Button99-Breite -65px */

.button_01.w_250 span,
.button_01.w_250 a { width: 220px; }

div.button_ewms a,
div.button_ewms span,
div.button_ewms.inactive:hover a,
div.button_ewms.inactive a:focus,
div.button_ewms.inactive:hover span,
div.button_ewms.inactive span:focus { 
    background: url('../images/button/buttons_sprite.png') no-repeat scroll left -235px transparent; 
    margin: 0 25px 0 0; 
    padding-right: 0px; 
    text-align: left; 
    }
    
.button_teaser_handwerker,
a.button_teaser_handwerker {    
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 50px;
    min-width: 40px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    z-index: 1;
}

.button_teaser_handwerker { background: url('../images/button/buttons_sprite.png') no-repeat scroll left -322px transparent; }
.button_teaser_handwerker:hover { background: url('../images/button/buttons_sprite.png') no-repeat scroll left -362px transparent; }

.DropDownList:hover div.button_ewms a,
.DropDownList:focus div.button_ewms a,
.DropDownList:hover div.button_ewms span,
.DropDownList:focus div.button_ewms span,
div.button_ewms:hover a,
div.button_ewms:focus a,
div.button_ewms:hover span,
div.button_ewms:focus span { 
    background: url('../images/button/buttons_sprite.png') no-repeat scroll left -258px transparent; 
    }


/*--- Navigation Links ---*/

.navi_1stl a {
    color: #FFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    padding: 12px 0 2px 0;
    text-align: center;
    text-decoration: none;    
    width: 127px;
}


.navi_1stl  a.current {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat -126px -121px;
    color: #FFF;
    font-size: 17px;
    margin: 0 0 0 -1px;
    padding: 10px 1px 4px 0;
}

.navi_1stl   a.current:focus,
.navi_1stl   a.current:hover {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat -126px -121px;
}

.navi_1stl  .first a.current {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat 0 -121px;
    margin: 0;
    padding: 10px 0 4px 0;
}

.navi_1stl a:focus,
.navi_1stl a:hover {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat -127px -73px;
    color: #FFF;
    text-decoration: underline;
}

.navi_1stl  .first a:focus,
.navi_1stl  .first a:hover {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat 0 -73px;
}

.navi_1stl  .last a:focus,
.navi_1stl  .last a:hover {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat -254px -73px;
}

.navi_1stl   a.current:focus,
.navi_1stl   a.current:hover {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat -126px -121px;
}

.navi_1stl  .first a.current:focus,
.navi_1stl  .first a.current:hover {
    background: transparent url('../images/background/bg_header_nav_sprite.png') no-repeat 0 -121px;
}

.navi_1stl a.inactive:hover,
.navi_1stl a.inactive:focus { background: none; } /* Hover deaktivieren für die Vorschau */


.navi_2ndl li a {
    color: #FFF;         /* andere Farbe? Diese wird nur hier verwendet, nicht im SG definiert - obsolete? */
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.navi_2ndl li a:focus,
.navi_2ndl li a:hover {
    color: #FFF;
    text-decoration: underline;   
}

.navi_2ndl li a.current {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;   
}

.navi_top a {
    float: right;
    margin: 0 0 0 20px;
    text-decoration: none;
    }
    
.navi_top a.check {
    background: red; /* transparent url('../images/icon/icon_sprite.png') no-repeat left -644px; obsolete? */
    padding: 0 0 0 15px;
}




/* =(11)OVERWRITING PREVIOUS DEFINITONS
-------------------------------------------------------------------*/ 
/* Zum überschreiben der vorherigen Klassen hier positionieren */



/*--- Link Hover behavior ---*/

a:focus,
a:hover,
a:hover h6,
a.icon_01:hover,
a.icon_02:hover,
a.icon_03:hover,
#pagefooter a:hover,
a.icon_01:hover, .icon_01 a:hover,
a.icon_01:focus, .icon_01 a:focus,
a.icon_02:hover, .icon_02 a:hover,
a.icon_02:focus, .icon_02 a:focus,
a.icon_03:hover, .icon_03 a:hover,
a.icon_03:focus, .icon_03 a:focus,
#accordion a.more_options:hover {
	color: #000;
	text-decoration: underline !important;
}



a.inactive,
a.inactive *,
a.inactive:hover,
a.inactive:focus,
#pagefooter a.inactive:hover { 
    color: inherit;
    cursor: default; 
    text-decoration: none !important; 
    }
    
#pagefooter a.inactive:hover { color: #666; }
.navi_2ndl li a.inactive:hover { color: #464646; }
.navi_2ndl li a.current.inactive:hover { color: #000; }


/*--- height ---*/
.h_001,
.h_002,
.h_005,
.h_010 {  
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

/*
.h_050,
.h_100,
.h_135,
.h_150,
.h_200,
.h_250,
.h_500, */
.h_020,
.h_040 {  
    clear: both;
} 

.h_001 { height:  1px; }
.h_002 { height:  2px; }
.h_005 { height:  5px; }
.h_010 { height: 10px; }
.h_020 { height: 20px; }
.h_030 { height: 30px; }
.h_040 { height: 40px; }
.h_050 { height: 50px; }
.h_060 { height: 60px; }
.h_070 { height: 70px; }
.h_080 { height: 80px; }
.h_100 { height: 100px; }
.h_110 { height: 110px; }
.h_115 { height: 115px; }
.h_125 { height: 125px; }
.h_130 { height: 130px; }
.h_135 { height: 135px; }
.h_150 { height: 150px; }
.h_170 { height: 170px; }
.h_190 { height: 190px; }
.h_200 { height: 200px; }
.h_210 { height: 210px; }
.h_250 { height: 250px; }
.h_280 { height: 280px; }
.h_300 { height: 300px; }
.h_320 { height: 320px; }
.h_340 { height: 340px; }
.h_360 { height: 360px; }
.h_400 { height: 400px; }
.h_500 { height: 500px; }




/*--- input width - with padding! ---*/
input.w_030,
input.w_040,
input.w_050,
input.w_060,
input.w_070,
input.w_080,
input.w_090,
input.w_100,
input.w_120,
input.w_150,
input.w_160,
textarea.w_170,
input.w_180,
input.w_200,
input.w_250,
input.w_300,
textarea.w_300,
input.w_400,
textarea.w_400,
input.w_500,
input.w_600 {
	padding: 3px 5px 4px;
	vertical-align: middle;
}
    
input.w_030 { width: 18px;  }
input.w_040 { width: 28px;  }
input.w_050 { width: 38px;  }
input.w_060 { width: 48px;  }
input.w_070 { width: 58px;  }
input.w_080 { width: 68px;  }
input.w_090 { width: 78px;  }
input.w_100 { width: 88px;  }
input.w_120 { width: 108px; }
input.w_150 { width: 138px; }
input.w_170, textarea.w_170 { width: 158px; }
input.w_175 { width: 163px; }
input.w_180 { width: 168px; }
input.w_200 { width: 188px; }
input.w_250 { width: 238px; }
input.w_280 { width: 268px; }
input.w_300, textarea.w_300 { width: 288px; }
input.w_350 { width: 338px; }
input.w_400, textarea.w_400 { width: 388px; }
input.w_500 { width: 488px; }
input.w_600 { width: 588px; }

.icon_none { background: none !important; } /* um keine linklist_icons anzuzeigen */

.margin_right_10 { margin-right: 10px; }
.margin_left_10  { margin-left: 10px; }
.margin_bottom_10  { margin-bottom: 10px; }
.margin_right_20 { margin-right: 20px; }
.margin_right_30 { margin-right: 30px; }
.margin_left_20  { margin-left: 20px; }
.margin_vert_small { margin: 3px 0 !important; }

.no_grid_margin { margin-right: 0; }

.no_margin { margin: 0 !important; }
.no_margin_top { margin-top: 0 !important; }
.no_margin_bottom { margin-bottom: 0 !important; }
.no_margin_vert { margin-top: 0 !important; margin-bottom: 0 !important; }
.no_margin_hor { margin-left: 0 !important; margin-right: 0 !important; }
.no_margin_right { margin-right: 0; }
.no_margin_left  { margin-left: 0; }

.no_padding { padding: 0 !important; }
.no_padding_right { padding-right: 0 !important; }
.no_padding_bottom { padding-bottom: 0 !important; }
.no_padding_vert { padding-top: 0 !important; padding-bottom: 0 !important; }
.no_padding_hor { padding-left: 0 !important; padding-right: 0 !important; }

.neg_margin_top_05  { margin-top: -5px !important; }
.neg_margin_left_05  { margin-left: -5px !important; }
.neg_margin_left_10  { margin-left: -10px !important; }
.neg_margin_top_10  { margin-top: -10px !important; }
.neg_margin_top_30  { margin-top: -30px !important; }
.neg_margin_left_20 { margin-left: -20px; }
.neg_margin_right_10 { margin-right: -10px; }
.neg_margin_right_20 { margin-right: -20px; }
.neg_margin_hor_10  { margin-left: -10px; margin-right: -10px; }
.neg_margin_hor_20  { margin-left: -20px; margin-right: -20px; }
.neg_margin_vert_10  { margin-top: -10px; margin-bottom: -10px; }

.margin_10 { margin: 10px; }
.padding_10 { padding: 10px; }
.padding_20 { padding: 20px; }

.padding_left_5 { padding-left: 5px; }
.padding_left_10 { padding-left: 10px; }
.padding_left_20 { padding-left: 20px; }
.padding_right_20 { padding-right: 20px; }
.padding_bottom_20 { padding-bottom: 20px; }

ul.no_li_margin li { margin: 0 !important; }
