/*============================================================================*/
/*========================== Algemeine Definitionen ==========================*/
/*============================================================================*/

* { /* Entfernen aller Margins und Paddings fuer alle Elemente */
	padding: 0;
	margin: 0;
}

html {
	border: 0 solid; /* Entfernt den ueberfluessigen Border im IE Chrome */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 62.5%; /* Stellt 1em auf 10px */
	/*line-height: 1.65em;
	line-height: 1.0em;*/
	font-size: 10px;
	line-height: 10px;
}

/*============================================================================*/
/*================================ HTML-Tags =================================*/
/*============================================================================*/


h1 {
	display: block;
	height: auto; /*23px*/
	background-color:#fd6932;
	line-height: 23px;
	color:#FFFFFF;
	/*font-size:1.4em;*/ font-size:14px;
	padding: 0 0 0 9px;
	margin: 9px 0 9px 0;
}

h2 {
	/*font-size: 1.3em;
	line-height: 1.3em;*/
	font-size: 13px;
	line-height: 13px;
	color: #dc5c26;
	margin: 0 0 15px 0;
}

h3 {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #828282;
	/*font-size:1.4em;*/ font-size:14px;
	padding: 0 0 0 15px;
	margin: 9px 0 9px 0;
	background:url(../images/bullet.gif) 0px 8px no-repeat;
}

/* ggf. .box_full_orange h4  */
h4 {
	line-height: 23px;
	color:#fd6932;
	/*font-size:1.3em; */ font-size:13px;
}

h5 {
	/*font-size:1.3em; */ font-size:13px;
	color: #707173;
	margin: 0 0 10px 0;
	padding-top: 5px;
	/* line-height: 1.3em; */ line-height: 18px;
}

h6 {
	font-size:18px;
	color: #FD6932;
	line-height:23px;
}

a {
	color: #003c62;
	font-size:11px;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	/*font-size:11px;
	line-height: 15px;
	margin: 0 0 15px 0;*/
	color:#363535;
	font-size:1.1em;
	line-height:1.5em;
	margin:0 0 1.5em;
}

td {
	color: #363535;
	font-size: 11px;
	/*margin: 0 0 1.5em 0; */ margin: 0 0 15px 0;
	/* line-height: 1.5em; */ line-height: 15px;
}

td p {
	font-size: 11px;
}

p .hinweis {
	/*font-size:0.9em; */ font-size:9px;
}

table.border_bottom {
	border-collapse: collapse;
}

table.border_bottom td {
	border-bottom: 1px solid #C7C7C7;
	padding: 15px 3px !important;
}

textarea.textarea {
	width: 324px;
	height: 120px;
}

#content table tr td {
	padding: 3px;
}

#content ul {
	list-style: none;
}

#content ul li {
	color: #363535;
	/*font-size:1.1em; */ font-size:11px;
	/* line-height: 1.5em; */ line-height: 15px;
	/*margin: 0 0 1.0em 0; */ margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	background: url(../images/bullet_default.gif) 0px 5px no-repeat;
}

#content ol {
	list-style: decimal inside;
}

#content ol li {
	color: #363535;
	/*font-size:1.1em; */ font-size:11px;
	/* line-height: 1.0em; */ line-height: 10px;
	/*margin: 0 0 1.0em 0; */ margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#content ul.spezial li {
	padding: 0 0 0 30px;
	background: url(../images/bullet_spezial.gif) 0px 0px no-repeat;
}

#content sup {
	font-size: 8px !important;
	line-height: 8px !important;
}

.spacer {
	padding: 0 9px 0 9px;
}

#sitemap ul ul
{
	padding-left: 20px;
	list-style: circle;
}

#sitemap ul
{
	list-style: none !important;
}

#sitemap ul li
{
	background: url();
}

#sitemap ul ul li
{
	background: url(../images/bullet_default.gif) 0px 6px no-repeat;
}

#content #sitemap ul li a
{
	text-decoration: none !important;
}

#sitemap ul li b, #content #sitemap ul li a
{
	color: #333 !important;
	font-weight: bold !important;
}

#content #sitemap ul ul li a
{
	color:#FF6600 !important;
	font-size:11px !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

hr {
	font-size: 0;
	line-height: 0;
	border: none;
	border-bottom: 1px solid #c7c7c7;
	height:0px;
}

/*============================================================================*/
/*============================ Algemeine Klassen =============================*/
/*============================================================================*/

.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

input.input_login{
	border: 1px solid #b0b0b0;
}

input.text {
	margin: 0 0 7px 0;
	padding: 6px 0 0 7px;
	height: 21px; /* 6px padding */
	border: 1px solid #b0b0b0;

	line-height: 27px;
	/* font-size: 1.3em; */ font-size: 13px;
	font-weight: bold;
	color: #808080;
}

* html input.text {
	padding: 0 0 0 7px;
	height: 27px;
}

*+html input.text {
	padding: 0 0 0 7px;
	height: 27px;
}

input.Search {
	margin: 0;
	padding: 6px 0 0 7px;
	height: 21px; /* 6px padding */
	width: 168px; /* 7px padding */
	border: 1px solid #b0b0b0;
	border-right: none;

	line-height: 27px;
	/* font-size: 1.3em; */ font-size: 13px;
	font-weight: bold;
	color: #808080;

	float: left;
}

* html input.Search {
	padding: 0 0 0 7px;
	height: 27px;
}

*+html input.Search {
	padding: 0 0 0 7px;
	height: 27px;
}

input.SearchButton {
	margin: 0;
	padding: 0;
	float: left;
}

/*============================================================================*/
/*============================ Layout Klassen =============================*/
/*============================================================================*/

#wrapper {
	width: 996px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/*background:url(../images/wrapper_bg.gif) top left repeat-y;*/
	/*background-color: #FFFFFF;*/
	border: 0px solid #000000;
}

/*---------- header ----------*/
#header {
	height: 119px;
	width: 996px;
	padding: 0;
	/*background:url(./../images/layout/bg_header.gif) repeat-x;*/
}

#header #logo {
	float: left;
}



/*---------- header -> metanavi / searchform ----------*/

#header #right {
	width: auto;
	height: 54px; /* 10px paddnig */
	padding: 10px 42px 0 0;
	margin: 0;
	float: right;
}

#header #right #form_search form {
	margin: 0;
	padding: 0 0 0 100px;
}

#header #metanavi {
	text-align: right;
	margin: 0 0 15px 0;
}

#header #metanavi ul {
	width: auto;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}

#header #metanavi li {
	display: inline;
	color: #828282;
}

#header #metanavi li a {
	color: #828282;
}

#header #metanavi li a:hover {
	color: #dc5c26;
}

/*---------- header -> MainNav ----------*/
#header #MainNav {
	padding: 20px 0 0 43px;

}

#header #MainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #MainNav li {
	display: inline;
	color: #828282;
	float: left;
}

#header #MainNav li a {
	display: block;

	width: 150px;
	height: 32px;
	margin: 0 2px 0 0;

	text-align:center;
	line-height: 32px;
	font-weight: bold;
	/* font-size: 1.2em; */ font-size: 12px;
	color: #878787;

	background: url(../images/bg_mainnav.gif) no-repeat;
}

#header #MainNav li a:hover, #header #MainNav li a.act {
	color: #dc5c26;
}

#header #MainNav li a span {
	line-height: 15px;
	margin-top: 2px;
}

/*---------- content ----------*/

#bg_wrapper {
	width: 953px; /* 43px padding */
	height: auto; /* 9px padding */
	padding: 9px 0 12px 43px;
	margin: 0 0 30px 0;

	/*background: url(../images/layout/bg_content.gif) repeat-x #FFFFFF;*/
}

#content_wrapper {
	margin: 0 43px 0 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#content {
	padding: 0 0 0 0;
	width: 716px;
	float:left;
}

#content_left {
	
}

#content_right {

}

/*---------- content -> navigation----------*/

#navigation {
	width: 186px;
	float: left;
	margin: 0 8px 0 0;
}

#navigation ul {
	list-style-type:none;
	display: block;
}

/*Ebene 1*/

#navigation ul li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9d9d9d;
	width: 184px;
	display: block;
}

#navigation ul li, #navigation ul li a {
	background: url(../images/nav_ebene1_bg.gif) top left repeat-x;
}

#navigation ul li a:hover {
	background: url(../images/nav_ebene1_bg_a.gif) top left repeat-x;
}

#navigation ul li a {
	padding: 0 0 0 15px;
	display: block;
	height: 30px;
	width: 169px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 29px;
}

#navigation ul li.active, #navigation ul li.active a {
	background: url(../images/nav_ebene1_bg_act.gif) top left no-repeat;
	border-bottom: none;
}

#navigation ul li.active a {
	height: 32px;
	line-height: 30px;
}

/*Ebene 2*/

#navigation ul li ul li {
	border: 1px solid #fd6932 !important;
	border-top: none !important;
	width: 182px;
}

#navigation ul li ul li a {
	padding: 0 0 0 20px;
	height: 26px !important;
	width: 162px;
	line-height: 28px;
	color: #8d8d8d;
	font-weight: normal;
	line-height: 25px !important;
}

#navigation ul li ul li a:hover {
	color: #fd6932;
}

#navigation ul li ul li.active a, #navigation ul li ul li.active a:hover {
	font-weight: bold;
	color: #fd6932;
}

#navigation ul li ul li, #navigation ul li ul li a {
	background-image: none !important;
}

/*Ebene 3*/

#navigation ul li ul li ul li {
	border: none !important;
	border-top: 1px solid #fd6932 !important;
	width: 182px;
}

#navigation ul li ul li ul li a {
	padding: 0 0 0 40px;
	height: 26px;
	width: 142px;
	line-height: 28px;
	color: #8d8d8d !important;
	font-weight: normal !important;
	line-height: 25px !important;
}

#navigation ul li ul li ul li a:hover {
	color: #fd6932 !important;
	background:none !important;
}

#navigation ul li ul li ul li.active a {
	color:#fd6932 !important;
}

#navigation ul li ul li ul li, #navigation ul li ul li ul li a {
	background: none !important;
}

/*Ebene 4*/

#navigation li.active li.active li.active ul li a {
	padding: 0 0 0 60px !important;
	width: 122px !important;
	color:#8d8d8d !important;
}

#navigation li.active li.active li.active ul li a:hover, #navigation li.active li.active li.active ul li.active a {
	color:#fd6932 !important;
}

/*---------- content -> headpic ----------*/

#headpic img {
	margin: 0 0 15px 0;
}

/*---------- content -> left ----------*/
/* -> ecotel_home.css */


/*---------- content -> left -> content_top ----------*/
/* -> ecotel_home.css */

/*---------- content -> left -> content_middle ----------*/

/* -> ecotel_home.css */

/*---------- content -> left -> content_bottom ----------*/

/* -> ecotel_home.css */

/*---------- content -> right ----------*/

/* -> ecotel_home.css */


.box5050_left {
	float:left;
	width: 230px;
	border: 1px solid #dad9d9;
	background-color: #fcfcfc;
	padding: 8px;
	/*margin: 0 9px 1em 0;*/ margin: 0 9px 10px 0;
	height: auto !important;
	height: 280px;
	min-height: 280px;
}

.box5050_right {
	float:left;
	width: 230px;
	border: 1px solid #dad9d9;
	background-color: #fcfcfc;
	padding: 8px;
	height: auto !important;
	height: 280px;
	min-height: 280px;
	/* margin: 0 0 1em 0; */  margin: 0 0 10px 0; 
}

.box_full {
	border: 1px solid #dad9d9;
	background-color: #feeac9;
	padding: 8px;
	/* margin: 0 0 1em 0; */  margin: 20px 0 20px 0; 
	color: #eb690a;
}

	.box_full h4 {
		/* ggf. h4 allgemein */
		font-size: 11px;
		line-height: 11px;
		color: #eb690a;
		font-weight: bold;
	}

	.box_full a img{
		margin: 4px 0 0 0;
		padding:0;
	}
	
	.box_full p{
		margin: 0;
	}

/*
.box_full_cyan {
	border: 1px solid #dad9d9;
	background-color: #c0edff;
	padding: 8px;
	/* margin: 0 0 1em 0; /  margin: 0 0 10px 0; 
}

	.box_full_cyan a img{
		margin: 4px 0 0 0;
		padding:0;
	}
*/

.footnote{
	color:#666666;
	font-size:9px;
}
	
.fine_print {
	font-size: 9px;
	color: #666666;
}

.rounded {
	width: 155px;
	margin: 9px 0 0 0;
	background:url(../images/rounded.gif) top left no-repeat;
	padding: 10px;

	height: auto !important;
	height: 128px;
	min-height: 128px;
}

.rounded p {
	color: #808080;
}

.rounded input.txt {
	width: 146px;
	border:1px solid #B0B0B0;
	color:#808080;
	/*font-size:1.3em;*/ font-size:13px;
	font-weight:bold;
	height:21px;
	line-height:27px;
	margin:0 0 5px 0;
	padding:6px 0pt 0pt 7px;
}

*+html .rounded input.txt {
	padding: 0 0 0 7px;
	height: 27px;
}

* html .rounded input.txt {
	padding: 0 0 0 7px;
	height: 27px;
}

#footer {
	margin: 20px 43px 20px 43px;
	padding: 10px 0 0 0;
	text-align:center;
	border-top: 1px solid #ccc;
}

#footer, #footer a {
	color: #999;
}

#content #func_nav a {
	color: #999999 !important;
	font-weight: normal !important;
}

#content a, #content font a, #content u a, #content a u, #content a strong, #content a font, #content ul li a, #content li a, #content li font a, #content ul li strong a   {
	color: #ff6600 !important;
	font-size: 11px !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

.sto_date, .sto_date, .sto_subtitle, .sto_link, .sto_text, .sto_text p, .storyshorttext, .storyshorttext p {
	font-size: 11px;
	line-height: 18px;
	padding:0;
	margin:0;
}

.sto_text {
	padding:0 0 20px 0;
}

.sto_date {
	color: #666;
}

.orange {
	color: #DC5C26;
}

.gray {
	color: #707173;
}

	table tr td.gray {
		color: #363535;
		background-color: rgb(204, 204, 204);
	}
	
#content table tr td.box {
	background-color: #FCFCFC;
	border: 1px solid #DAD9D9;
	padding: 8px;
}

.blue {
	color: #0b6192;
}

div.article {
	margin-bottom: 40px;
}

#content p.box_full_orange {
	background-color:#FEEAC9;
	border:1px solid #DAD9D9;
	margin:0 0 1em;
	padding:8px;
}