@charset "utf-8";
/** 
* Stylesheet fuer das Thueringer Seviceportal
* 
* @copy 2008 <i-D> internet + Design GmbH & Co. KG; http://www.i-d.de/
* @author Niels Bobogk <n.bobogk@i-d.de>
*/

/* 01. Allgemeines
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: inherit;
}
font {
	font-family: inherit !important;
/*	color: inherit !important;*/
	font-size: 1em !important;
	background: none !important;
	line-height: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
}
body {
	font: 71.9%/1.3em Arial, Verdana, Helvetica, sans-serif normal;
	color: #000;
	/*background: #FFFFFF;*/
}
img {
	border: none;
}
img.start{
  border: none;
  float: right;
  margin: 0 0 0 0;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	background-color:#C0C0C0;
	color: #C94105 !important;
}
h1 {
	font-size: 2.0em;
	margin: 0 0 1.8em 0;
}
h2 {
	font-size: 1.6em;
	margin: 0 0 1.5em 0;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
h4 {
	font-size: 1.5em;
	margin: 1em 0 0 0;
}
p,
ul,
ol {
	margin: 0 0 1em 0;
}
td {
	vertical-align: top;
}
	

/* 02. Layout
----------------------------------------------------------------------*/
div.header {
	height: 80px;
	background: url(../img/layout/bg_header.gif) repeat-x;
	overflow: hidden; /* IE 6 interpretiert Leerzeichen */
}
div.header_2 {
	background: #4B8EC0 url(../img/layout/bg_linkListService_1.gif) -15px 0 repeat-y;
	margin: 0 0 0 0px;
}
div.header_2 div.inner {
	border-bottom: 1px solid #608394;
	background: url(../img/layout/bg_linkListService_2b.gif) -15px 0 no-repeat;
}
div.colLeft {
	width: 120px;
	height: 100%;
	background: #dfe0dd url(../img/layout/shadow_top_left.gif) repeat-x;
	border-right: 1px solid #333;
	min-height: 1500px;
	padding: 30px 0 0 0;
	position: relative;
}
div.colCenterHeader {
	width: 100%;
	background: #fff url(../img/layout/shadow_top_center.gif) repeat-x;
	padding: 0 0 0 0;
}
div.colCenter {
	width: 95%;
}
div.colCenterStart {
	width:  68%;
	padding:  0 0 0 1.7%;
}
div.colRight {
	width: 25px;
	height: 100%;
	background: #dfe0dd url(../img/layout/shadow_top_left.gif) repeat-x;
	min-height: 2050px;
	padding: 30px 0 0 0;
}

/* 03. Navigation
----------------------------------------------------------------------*/
ul#linklistService {
	color: #fff;
	float: right;
	list-style-type: none;
	line-height: 1em;
	margin: 4px 20px 3px 0;
}
ul#linklistService li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #fff;
}
ul#linklistService li.last {
	border: none;
}
ul#linklistService * {
	color: #fff /*!important;*/
}
p.breadcrumbs {
	margin: 10px 20px;
}

ul#appNavi {
	list-style-type: none;
}
ul#appNavi li {
	margin: 0 0 25px 10px;
	clear: left;
}
ul#appNavi a {
	position: relative;
	display: block;
	border-top: 1px solid #b7b7b7;
	padding: 5px 5px 0 10px;
	background: url(../img/icon_navi_intern.gif) 70px 2px no-repeat;
	line-height: 1.1em;
	zoom: 1;
}
ul#appNavi a.extern {
	background: url(../img/icon_navi_extern.gif) 70px 2px no-repeat;
}
ul#appNavi a img {
	position: absolute;
	top: -15px;
	left: 10px;
}
ul#appNavi a:hover,
ul#appNavi a:focus,
ul#appNavi a.active {
	border-color: #f00;
	text-decoration: none;
}
ul#appNavi a:hover img,
ul#appNavi a:focus img,
ul#appNavi a.active img {
	border: 1px solid #f00;
	top: -16px;
	left: 9px;
}

/* 04. Formulare
----------------------------------------------------------------------*/



/* 05. Content
----------------------------------------------------------------------*/
div.colLeft * {
	color: #666;
}
div.colLeft * {
	font-size: 1em;
	font-weight: normal;
	color: inherit !important;
}
div.colLeft h1 {
	margin: 0 5px 2em 20px;
	height: 2.6em;
	overflow: hidden;
}
div.colCenter {
	margin: 0 5px 2em 20px;
}

div.startApp {
	border-top: 1px solid #f00;
	min-width: 140px;
	margin: auto;
	padding: 10px 0 0 180px;
}
table.startApp td.left {
	padding: 0 20px 20px 20px;
	vertical-align: top;
}
table.startApp td.right {
	padding: 0 40px 20px 20px;
	vertical-align: top;
}
div.startApp img {
	float: left;
	margin: -10px 0 0 -180px;
}
div.startApp a {
	font-weight: bold;
	text-decoration: underline;
}

div.otherApp {
	border-top: 1px solid #f00;
	min-width: 115px;
	margin: auto;
	padding: 10px 0 0 130px;
}
table.otherApp td.left {
	padding: 0 20px 20px 20px;
	vertical-align: top;
}
table.otherApp td.right {
	padding: 0 40px 20px 20px;
	vertical-align: top;
}
div.otherApp img {
	float: left;
	margin: -10px 0 0 -130px;
}
div.otherApp a {
	font-weight: bold;
	text-decoration: underline;
}

/* 06. Sonstiges
----------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* 07. IE < 7
----------------------------------------------------------------------*/
* html div.colLeft,
* html div.colRight {
	height: 1700px;
}
* html ul#linklistService {
	margin: 4px 10px 3px 0;
}
font.blue {
 color: #074D76;
 }
font.blue1 {
 color: #074D76;
 font-size: 1.7em !Important;
 }
font.green {
 color: #789C00;
 font-size: 1.7em !Important; 
 }
font.orange {
 color: #EA9B19;
 font-size: 1.7em !Important;
 }
font.red {
 color: #800000;
 font-size: 1.7em !Important;
 }
font.white {
 color: #FFFFFF;
 font-size: 1.3em !Important;
 }
font.grey {
 color: #B4B4B4;
 }
td.blue {
 bgcolor: #eef2fb;
 background-color: #eef2fb;
 }
font.header {
 color: #336699;
 font-size: 1.7em !Important;
 }
div.colCenter1 {
	width: 95%;
	margin: 0 5px 0em 20px;
}
font.titleorimageid218149siteid73{
 color: #336699;
 font-size: 1.7em !Important;
}
font.rednormal {
 color: red;
}
font.redneu {
 color: #980C0F;
 font-size: 1.3em !Important;
 font-weight: bold;
}


/* 07. Online Services
----------------------------------------------------------------------*/
table.services {
 height: 250;
}
tr.hoehe {
 height: 18px;
}
td.services {
 
 background-image: url(/ExternNew/img/layout_new/table_bg.jpg);
 background-repeat: reapeat-x;
}
td.services1 {
 
 background-color: #EEF2FB;
}
td.hoehe11 {
 height: 11px;
}
td.hoehe12 {
 height: 12px;
}
td.hoehe13 {
 height: 13px;
}
td.hoehe14 {
 height: 14px;
}
td.hoehe15 {
 height: 15px;
}
a.services {
 color: #606060; 
}
a.redneu {
 /*color: #980C0F!Important;*/
 background-color: #3477a9;
 color: #FFFBB5!Important;
 font-size: 1.1em !Important;
 font-weight: bold;
 text-decoration: none;
}
a.online {
 color: #0080c0; 
}
a.path {
 padding-left: 15px;
}
a.nobr {
 white-space: nowrap
}
h3.buerger {
        font-size: 1.7em !Important;
        margin: 0 0 0.2em 0;
        /*color: #789C00;*/
		color: #5C8000;
}
h3.unternehmen {
        font-size: 1.7em !Important;
        margin: 0 0 0.2em 0;
        /*color: #EA9B19;;*/
		color: #583112;
}
h3.service {
        font-size: 1.7em !Important;
        margin: 0 0 0.2em 0;
        color: #800000;

}
h3.marked {
        font-size: 1.7em !Important;
        margin: 0 0 0.2em 0;
        color: #074D76;
        font-weight: 900;
}
h3.onlineservices {
        font-size: 1.0em !Important;
        margin: 0 0 0 0;
        color: #FFFFFF;
        font-weight: 900;
}
h1.portal {
        color: #336699;
        font-size: 1.7em !Important;
        margin: 0 0 1em 0; 
}
h2.portal {
        color: #336699;
        font-size: 1.7em !Important;
        margin: 0 0 1em 0; 
}
td.online {
        color: #FFFFFF;
        font-size: 1.3em !Important;
        background-color: #3477A9;
}
td.online_height {
        height: 20px;
}

div.header_right {
	height: 80px;
	background: url(../img/layout/bg_header.gif) repeat-x;
	overflow: hidden; /* IE 6 interpretiert Leerzeichen */
	text-align: right;
}
table.bg {
  width:80%;
  height:70%;
  background:#ffffff url(../img/bg_header.gif) repeat ;
  margin:0pt auto;
}

table.online {
  height: 230px;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  font-size: 1em;
  /* width: 100px;  Breite.*/
}
li{
        /*background-image: url(pfeil_in.gif) 70px 2px no-repeat;*/
        /*background-repeat: no-repeat;*/
        list-style: none;
        padding: 0 0 0 20px;
}

p.lang {
 margin: 0 0 0 0;
}
div.wartung {
 margin: 4px 10px 3px 0;
 line-height: 20px;
 color: #FF0000;
 font-size: 1.5em !Important;
 text-weight: bold;
}