body
{
	background-image: url('../images/bg_body.gif');
	background-repeat: repeat-x;

	background-color: white;

	font-family: arial;
	font-size: 62.5%;
	color: #454545;

	padding: 0;
	margin: 0;
}

*
{
	font-size: 1em;
}

p, td
{
	font-family: arial;
	color: #454545;
}

ul
{
	color: #454545;
	list-style-type: square;
	font-size: 11px;
}

h1
{
	background-image: url('../images/bg_h1.gif');
	background-repeat: no-repeat;

	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #153663;

	padding: 10px 10px 5px 14px;
}

h2
{
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #153663;
}

h2.start
{
	font-size: 2em;
	margin-bottom: 30px;
	padding-bottom: 0px;
}

h3
{
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #525252;
}

h4
{
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #525252;
}

input.search
{
	font-size: 1em;
	width: 114px;
	height: 14px;
	border: 1px solid #1D5732;
	vertical-align: middle;
	background-color: #DDEDC3;
}

img
{
	border: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	padding: 10px;
	border: 1px solid #EBEBEB;
	margin-bottom: 20px;
}

legend
{
	color: #cd1111;
	font-weight: bold;
	margin-bottom: 20px;
}

a:link, a:visited, a:active
{
	color: #55B3E3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.myNav:link, a.myNav:visited, a.myNav:active, a.myNav:hover
{
	background-image: url('../images/bt_go.gif');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 24px;
	padding-top: 6px;
}

a.subNav:link, a.subNav:visited, a.subNav:active
{
	color: #515151;
	text-decoration: none;
}

a.subNav:hover
{
	color: white;
	text-decoration: none;
}

a.box:link, a.box:visited, a.box:active
{
	color: #515151;
	text-decoration: none;
}

a.box:hover
{
	color: #515151;
	text-decoration: none;
}

.boxHead a:link, .boxHead a:visited, .boxHead a:active, .boxHead a:hover
{
	color: #515151;
	font-weight: bold;
	text-decoration: none;
}

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover
{
	color: white;
	text-decoration: none;
}

a.navOn:link, a.navOn:visited, a.navOn:active, a.navOn:hover
{
	color: #153663;
	text-decoration: none;
}

a.nav3:link, a.nav3:visited, a.nav3:active
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.nav3:hover
{
	text-decoration: none;
}

a.nav4:link, a.nav4:visited, a.nav4:active
{
	color: #454545;
	text-decoration: none;
}

a.nav4On:link,
a.nav4On:visited,
a.nav4On:active,
a.nav4On:hover,
a.nav4:hover
{
	color: #093863;
	text-decoration: none;
}

a.nav3On:link, a.nav3On:visited, a.nav3On:active, a.nav3On:hover
{

	background-image: url('../images/bg_arrow_nav2.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
}

a.matoma:link, a.matoma:visited, a.matoma:active, a.matoma:hover
{
	color: #A7A7A7;
	text-decoration: none;
}

a.path:link, a.path:visited, a.path:active
{
	color: #55B3E3;
	text-decoration: none;
}

a.path:hover
{
	text-decoration: none;
}

.ulNav4
{
	list-style-type: none;
	padding: 10px 0 10px 0;
	margin: 0px;
	margin-left: 6px;
}

.ulNav4 li
{
	margin: 0 0 4px 0;
}

#mainContainer
{
	overflow: hidden;

	width: 902px;
	margin-left: auto;
	margin-right: auto;

	font-size: 1.1em;
}

div#nav
{
	position: absolute;
	margin-left: 706px;
	margin-top: 10px;
	color: white;
}

div#search
{
	background-image: url('../images/bg_search.gif');
	background-repeat: no-repeat;

	width: 168px;
	text-align: center;

	padding: 6px 0 6px 3px;
	z-index: 3;

	position: absolute;
	margin-left: 736px;
	margin-top: 89px;
}

div#search input
{
	vertical-align: middle;
}

div#search input.myForm
{
	width: 118px;
	border: 1px solid #DFDFDF;
	height: 14px;
	padding: 2px;

	color: #153663;
}

div#banner
{
	clear: both;
	padding: 18px 18px 18px 18px;
	border-collapse: collapse;
}

div#logo
{

}

div#mainNav
{
	position: absolute;
	margin-left: 226px;
	top: 89px;

	z-index: 2;

	border-collapse: collapse;
}

div#mainNav table
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

div#mainNav td.nav
{
	background-image: url('../images/bg_nav.gif');
	background-repeat: repeat-x;

	margin: 0px;
	padding: 0px;

	padding: 7px 20px 8px 20px;

	border-bottom: 0px;
	border-top: 0px;

	color: white;
	background-color: #175486;

	vertical-align: top;
	border-collapse: collapse;
}

div#mainNav td.left
{
	background-image: url('../images/bg_nav_left.gif');
	background-repeat: no-repeat;

	margin: 0px;
	padding: 0px;

}

div#mainNav td.right
{
	background-image: url('../images/bg_nav_right.gif');
	background-repeat: no-repeat;

	margin: 0;
	padding: 0 2px 0 0;
}

div#mainNav td.last
{
	background-image: url('../images/bg_nav_last.gif');
	background-position: left top;
	background-repeat: no-repeat;

	width: 15px;

	margin: 0px;
	padding: 0px;

}

div#mainNav td.navOn
{
	margin: 0px;
	padding: 0px;

	padding: 7px 20px 8px 20px;

	border-bottom: 0px;
	border-top: 0px;

	color: white;
	background-color: white;

	vertical-align: top;
	border-collapse: collapse;
}

div#mainNav td.leftOn
{
	background-image: url('../images/bg_nav_left_on.gif');
	background-repeat: no-repeat;

	margin: 0px;
	padding: 0px;

}

div#mainNav td.rightOn
{
	background-image: url('../images/bg_nav_right_on.gif');
	background-repeat: no-repeat;

	margin: 0;
	padding: 0 2px 0 0;
}

div#nav2
{
	width: 181px;
	overflow: hidden;
}

div#navHead, div.boxHead
{
	background-image: url('../images/bg_nav2_head.gif');
	background-repeat: no-repeat;
	background-color: #DFDFDF;

	padding: 6px 2px 6px 14px;
	font-weight: bold;

	font-size: 1.1em;
}

div.boxBt
{
	text-align: right;
	padding: 10px;
	padding-right: 0px;
}

.boxHead
{
	margin-top: 40px;
}

.divBoxContent
{
	background-image: url('../images/bg_box.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
}

div.divNav2
{
	background-image: url('../images/bg_nav2.gif');
	background-repeat: repeat-x;

	border-bottom: 1px solid #E1E1E1;
	background-color: #F0F0F0;
}

div.divNav2On
{
	background-image: url('../images/bg_nav2_on.gif');
	background-repeat: repeat-x;

	cursor: hand;

	border-bottom: 1px solid #E1E1E1;
	background-color: #68D4FD;
}

div.divNav2On a:link, div.divNav2On a:visited, div.divNav2On a:hover, div.divNav2On a:active
{
	color: white;
	cursor: hand;
}

div.divNav2 div, div.divNav2On div
{
	cursor: hand;
	background-image: url('../images/bt_go.gif');
	background-repeat: no-repeat;

	background-position: 152px 8px;

	padding: 10px 40px 10px 14px;

}

div#boxContainer
{
}

div#content
{
	background-image: url('../images/bg_content.gif');
	background-repeat: no-repeat;

	position: absolute;
	width: 848px;

	margin-left: auto;
	margin-right: auto;
	top: 116px;
	z-index: 1;

	clear: both;
	padding: 40px 32px 38px 22px;
	background-color: white;
	border: 1px solid #DFDFDF;
	border-top: 0;
	border-collapse: collapse;
	border-bottom: 4px solid #1C588D;
}

div#myContainer
{
	margin-left: 24px;

	min-height: 500px;
	width: 586px;

	background-image: url('../images/bg_content_border.gif');
	background-repeat: no-repeat;

	background-position: 0 48px;

	padding-left: 56px;
}

div#myContainerStart
{
	margin-right: 24px;

	min-height: 500px;
	width: 586px;

	background-image: url('../images/bg_content_border.gif');
	background-repeat: no-repeat;

	background-position: right 48px;

	padding-right: 56px;
}

div#path
{
	color: #55B3E3;
	margin: 6px 0 20px 0;
}

div#path span
{
	color: #515151;
}


table.tableContent
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;

	border-collapse: collapse;
}

.tdContentTable
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;

	border-collapse: collapse;
}

td#content
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;

	margin-left: 24px;

	border-collapse: collapse;
}

#footerText
{
	position: absolute;
	margin-top: 54px;
	height: 40px;
	text-align: center;
	width: 906px;

	margin-left: -22px;
	font-size: 1.1em;

	color: #55B3E3;
}

#footer
{
	background-image: url('../images/bg_footer.gif');
	background-repeat: no-repeat;

	position: absolute;
	margin-top: 42px;

	margin-left: -22px;

	width: 908px;
}

div#print
{
	background-image: url('../images/bg_box.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	margin-top: 10px;
}

#viewSitemap
{
}

div.firstRow
{
	background-image: url('../images/bg_box.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px 10px 10px 20px;
	margin-top: 10px;
}

.firstRow a:link, .firstRow a:active, .firstRow a:visited, .firstRow a:hover
{
	color: #525252;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

ul.secondRow li
{
	margin: 3px 0 3px 0;
	font-weight: bold;
	color: #55B3E3;
}

.secondRow a:link, .secondRow a:active, .secondRow a:visited, .secondRow a:hover
{
	color: #55B3E3;
	font-size: 1.1em;
}

ul.thirdRow li
{
	color: #525252;
	font-weight: bold;
}

.thirdRow a:link, .thirdRow a:active, .thirdRow a:visited, .thirdRow a:hover
{
	font-size: 1em;
	color: #525252;
}

ul.fourthRow li
{
	color: #55B3E3;
	font-weight: normal;
}

.fourthRow a:link, .fourthRow a:active, .fourthRow a:visited, .fourthRow a:hover
{
	color: #55B3E3;
}

ul.fifthRow li
{
	font-weight: normal;
	color: #525252;
}

.fifthRow a:link, .fifthRow a:active, .fifthRow a:visited, .fifthRow a:hover
{
	font-weight: normal;
	color: #525252;
}

div#steuerungsanlagen
{
	margin-top: 10px;
	border-bottom: 1px solid #E1E1E1;
}

div#steuereinheit
{
	margin-top: 20px;
	background-image: url('../images/bg_box.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

#steuereinheit img
{
	padding-right: 20px;
}

#steuereinheit div.strong
{
	padding-top: 20px;
	padding-bottom: 10px;
	color: black;
	font-size: 1.3em;
	font-weight: bold;
}

#steuereinheit div.nav
{
	background-image: url('../images/bt_go.gif');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	margin-top: 4px;
	padding: 12px 0 4px 30px;
	border-top: 1px solid #E1E1E1;
	cursor: hand;
}

#steuereinheit div.navStart
{
	margin-top: 4px;
	padding: 12px 0 4px 12px;
	border-top: 1px solid #E1E1E1;
}

#steuereinheit table
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#steuereinheit td
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

#steuereinheit  a:link, #steuereinheit a:active, #steuereinheit a:visited, #steuereinheit a:hover
{
	color: #175588;
	text-decoration: none;
}

#flashContainer
{
	background-image: url('../images/bg_flash.png');

	position: absolute;
	top: 0;
	left: 0;

	z-index: 7;

	width: 100%;
	height: 100%;
}

#flash
{

	background-color: white;
	position: absolute;
	z-index: 8;
	top: 15%;
	left: 50%;

	width: 960px;
	height: 600px;

	margin-left: -480px;

}

#flashButton
{
	position: absolute;
	z-index: 9;

	top: 15%;
	left: 50%;

	margin-left: 446px;
	margin-top: 10px;
}

/* Styles fuer Image-Preview */
.preview_div_block  		{ float:left; margin: 6px; background-color:#F0F2EC; text-align: left; padding: 3px; }
.preview_div_image  		{ text-align: left; border: 0px; }
.preview_link_image 		{ }
.preview_img_image  		{ border: 0px; }
.preview_div_lupe   		{ text-align: right; padding-right: 5px; }
.preview_link_lupe  		{ }
.preview_img_lupe   		{ border: 0px; }
.preview_div_text   		{ text-align: left; padding-left: 5px; padding-right: 5px;  padding-top: 2px; }

/* Styles fuer Non-Preview-Image */
.view_div_block  				{ float:left; margin: 6px; background-color:#F0F2EC; text-align: left; padding: 3px; }
.view_div_image 			 	{ text-align: center; }
.view_img_image  				{ border: 0px; }
.view_div_text   				{ text-align: left; padding: 5px;}

/* Styles fuer Full-Image */
.view_fullimage  				{ text-align: center; width: 500px; }
.view_fullimage_text  	{ text-align: center; margin-top: 10px; }

.div_imageoid  					{ width:550px; overflow:auto; }
