/*****hauptstylesheet**************/
a:visited {
color: #cc3300;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #000;
  background: #fff;
  font-size: 11px;
}
/*****Logo(Blume)**************/
#head {
  float: left;
  margin: 0;
  padding: 2px 0;
  width: 100%;
  background: #ff9900;
  border: 0px solid #000;
  font-size: 9px;
}
img
{
	border:0;
}
/*****head_line: beinhaltet styleswitcher**************/
#head_line_font {
	/*float: right;*/
	margin-right:10px;
	padding: 0;
	text-align: left;
}
#head_line_font img {
	color: #000;
}
#head_line_font form {
	margin: 0;
	padding : 0;
}
#head_line_font input {
	cursor : pointer;
	margin: 0;
	padding : 0;
}
#head_line_font input:focus {
	background-color : #000;
	color : #fff;
}
#head_line_font input.font_zoom {
	color : #000;
}
#head_line_font a {
	font-size: 9px;
	text-decoration: none;
	color: #000;
}
#head_line_font a:hover,
#head_line_font a:active,
#head_line_font a:focus {
	color: #666;
}
/*****container f. positionierung+ verlaengerung spalten**************/
#container_all {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color:#fff;
  border: 0px solid #000;
  text-align: left;
}
* html #container_all {/* nur für IE 5.5 - 6.x */
  width: 100%;
  border: 0px solid #000;
}
#container_orange {/*verlaengerung subnavi und rechte navi*/
  /*float:right;*/
  margin: 0;
  padding: 0;
  /*width: 100%;*/
  background-color:#ffcc33;
  border: 1px solid #cc3300;
}

* + #container_orange { /*nur für IE 7 */
   width: 100%;
}

/*****kapitelnavigation**************/
#nav
{
	float: left;
	background-color:#ffcc33;
	border: 0px solid #000;
	/*width: 145px;*/

}
/*****kapitel SUB navigation**************/
#nav_sub
{
	float: left;
	/*width: 140px;*/
	background-color:#ffcc33;
	border: 0px solid #000;
}
/*****wenn keine unterkapitel*************
#nav_sub_blank
{
	float: left;
	width: 140px;
	background-color:#ffcc33;
	border: 1px solid #000;
	color: #ffcc33;
}*/
span a.jump {
	color: #333;
	font-size: 8px;
	border: 0px solid #767676;
	display: block;
	width: 90px;
}
/*****haupt TEXT container**************/
#main
{
	float: left;
	margin: 0;
	padding: 0px 5px 0px 5px;
	/*width: 100%;
	min-height: 400px;
	height:auto;*/
	background-color:#FFFFFF;
	border: 0px solid #666;
	/*line-height: 1.4em;*/
	color: #000;
	font-size: 11px;
}
/** html #main { nur fuer IE 5.5 - 6.x 
	width: 400px;
}*/
/** + #main { nur für IE 7 
   padding: 10px 10px 10px 10px;
}*/
/*****min-height fuer IE**************/
.prop {
	height:400px;
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/* bis IE 6 */
* html .prop {display:none}

/*****seitenfuss**************/
#foot {
  float: left;
  background-color: #dddddd;
  margin: 0;
  padding: 0;
  height: 18px;
  width: 100%;
  /*clear: both;*/
}
/*****webespalte ganz rechts**************/

/*****formatierung ueberschriften**************/
h1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
h2 {
  font-size: 14px;
  font-weight: 400;
}
h2.noabstand_big {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
}
h2.topabstand_big {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 16px;
}
h2.bottomabstand_big {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  line-height: 14px;
}
.topabstand {
  margin-bottom: 0;
}
.bottomabstand {
  margin-top: 0;
}
.noabstand {
  margin: 0;
}
h3 {
  font-size: 11px;
  font-weight: 700;
}
.ue { /* --- grosse schrift im fliestext --- */
  font-size:14px;
  font-weight: 400;
  line-height: 16px;
}
/*****pfeil nach oben bei langen texten**************/
p.pfeil {
  padding: 2px 0 6px 0;
  border: 0px solid #0099ff;
}

p.pfeil a {
  padding: 2px 0 6px 0;
}
p.pfeil a:active, p.pfeil a:focus {
  padding: 2px 0 6px 0;
  background-color: #FFFF99;
}
/*****sonstige TEXT formatierung**************/
p.nospace {
	margin-bottom: 0;
}
p.nospace_full {
	margin-top: 0;
	margin-bottom: 0;
}
p.error {
	font-size: 11px;
	color: #ff9900;
	font-weight: 700;
	margin-bottom: 0;
}
p.line22 {
	line-height: 16px;
}
h1 span.nurdeutsch {
	font-size: 9px;
}
/*****formatierung listen**************/
ul.square_in {
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

ul.square_out {
	margin: 0;
  margin-bottom: 12px;
  list-style-type: square;
  list-style-position: outside;
  margin-left: 6px;
  padding-left: 6px
}

ul.square_abst {
  list-style-type: square;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}
ul.square_abst  li{
  margin-left: 0;
  padding: 5px 0 5px 0;
  list-style-type: square;
  list-style-position: inside;
}

ul.punkt {/*nur kap: vorbereitg - notfalltasche*/
  list-style-type: disc;
  list-style-position:outside;
  margin-left: 6px;
  padding-left: 6px;
}

ul.none{
  list-style-type: none;
  list-style-position:inside;
  margin-left: 0;
  padding-left: 0;
}
ul.none  li{
  margin-left: 0;
  padding: 10px 0 10px 0;
  list-style-type: none;
  list-style-position:inside;
}

ul.quick_text {
  list-style-type: none;
  list-style-position:inside;
  margin-left: 0;
  padding-left: 0
}

ul.quick_text li {
  margin-left: 0;
  padding-top: 10px;
  list-style-type: none;
  list-style-position:inside;
}

ul.quick_text a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
ul.quick_text a:visited {
  color: #767676;
}
ul.quick_text a:hover,
ul.quick_text a:active,
ul.quick_text a:focus {
  color: #ff9900;
}
/*****formatierung formulare**************/
.formbu {
    background-color: #ffcc33;
    border: 0px solid #ccc;
}

.suche {
width: 100px;
}

input:focus,
input:active,
textarea:focus {
	background: #FFFF99;
}
/*empfehlung formular*/
.formbu_empfehl {
	background: #ddd;
    border: 2px outset #333;
	font-weight: 400;
	color: #000;
}
/*meinung formular*/
form.meing {
	margin-top: 12px;
}
textarea.meing {
  width:140px;
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  margin-top:5px;
  margin-bottom:12px;
  padding:4px;
}
.formbu_meing {
  width:100px;
  background: #ddd;
  border: 2px outset #333;
  font-weight: 400;
  color: #000;
}

.invisible {
	display: none;
} 
a.link_line{
  color: #000;
  text-decoration: underline;
}
a.link_line:visited {
  color: #767676;
  /*text-decoration: none;*/
}
a.link_line:hover,
a.link_line:active,
a.link_line:focus {
  background: #ffff99;
  color: #000;
}
a.border {
border: 2px solid #ffcc33;
}
a.border:hover,
a.border:active,
a.border:focus {
border: 2px solid #ffff99;
}
a.aktiv {  
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
a.passiv {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
a.passiv:hover {
  color: #fff;
}
/*****webseiten suche**************/
.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
mobilversion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#standortheading {
	display: none;
}
