@charset "UTF-8";

html[xmlns^="http"]
         {
         /* verhindert Mozilla-Zucken
          * > Firefox 1.5
          */
         overflow-y: scroll;
         }

html * {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #404040;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg-body.jpg) repeat;
}

img, p, h1, h2, h3, h4,h5, h6, ul, li, a{
	margin: 0px;
	padding: 0px;
}
b, strong {
	font-weight:bold;
}
a img {
	border:none;
}

a {
	color: #0099FF;
	text-decoration: none;
}
i{
	color:#e2007a;
	font-style: normal;
}
/******************************/
/*****     grid start    ******/
/******************************/

#all {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 720px;
	background: #FFFFFF url(../img/shadow-all.jpg) repeat-y;
}
#all-ftr {
	background: url(../img/shadow-ftrall.jpg) no-repeat bottom;
	height: 5px;
}
#head {
	margin-left:5px;
	height: 93px;
	background: url(../img/bg-header.jpg) no-repeat right top;
	padding-right: 15px;
	margin-right: 5px;
	padding-left: 15px;
}
#head img {
	margin-top: 26px;
}
#main{
	margin-left:5px;
	padding-right: 15px;
	margin-right: 5px;
	background: url(../img/bg-main.jpg) repeat-y 15px top;
}
#lft {
	float:left;
	width: 128px;
	background: #FFFFFF url(../img/bg-left.jpg) no-repeat left top;
	height: 500px;
}
#mid {
	float:left;
	width: 454px;
}
#rght {
	float:left;
	width: 113px;
}
#rght p {
	padding-left: 13px;
	font-size: 11px;
	color: #bbb;
}

#map_canvas {
	height: 300px;
	width: 410px;
	margin-left:14px;
}
#content #c62 {
	background: url(../img/bg-fce-startpage.jpg) repeat-y;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	margin-top: 20px;
	height:100px !important;
}
#content #c62 #imagecarousel_c62 img {
	margin:0px;
	padding:0px;
}
#content #c62 #imagecarousel_c62 li {
	list-style: url(none) none;
}

/******************************/
/*****     grid end      ******/
/******************************/


/******************************/
/*****     menue begin   ******/
/******************************/

#menu {
	margin-left:5px;
	padding-right: 15px;
	margin-right: 5px;
	height: 40px;
	background: url(../img/bg-menu.jpg) no-repeat right top;
	padding-left: 15px;
}
#menu ul {
	list-style-type: none;
	padding-top: 3px;
	font-size: 10px;
}
#menu li {
	float: left;
	width: 104px;
	padding-left: 9px;
}
#menu a {
	font-size: 11px !important;
	color: #6f6f6f;
	text-decoration: none;
	display: block;
}
#menu a:hover, #menu li.act a {
	color: #424242;
 	font-weight: bold;
}
#menu li:hover {
}
/******************************/
/*****     menue end     ******/
/******************************/


/***************************************/
/*****     footer menu begin      ******/
/***************************************/

#mid-footer{
	background:#FFFFFF url(../img/bg-footer.jpg) no-repeat 14px 36px;
	margin-left: 14px;
	margin-bottom: 13px;
	padding-top: 40px;
	height: 20px;
}

#mid-footer ul {
	margin-left: 14px;
	list-style-type: none;
}

#mid-footer li {
	float: left;
	padding-right: 6px;
}

#mid-footer a {
	font-size: 9px !important;
	color: #6f6f6f;
	text-decoration: none;
}

#mid-footer a:hover {
	color: #424242;
}

/************************************/
/*****     sub menu start      ******/
/************************************/
#lft #submenu {
	padding-left: 15px;
}

#lft #submenu ul{
	list-style-type: none;
}

#lft #submenu li{
	background: url(../img/bg-submenu.jpg) repeat-y;
	height: 20px;
	margin-bottom: 3px;	
}

#lft #submenu li:hover a {
	color: #424242;
}

#lft #submenu a{
	font-size: 11px;
	text-decoration: none;
	color: #6f6f6f;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
}

#lft #submenu .act{
	background: url(../img/bg-submenu-act.jpg) repeat-y;
}

#lft #submenu .act a{
	color: #424242;	
}

/************************************/
/*****     sub menu end        ******/
/************************************/

#lft-content img{
	padding-left:15px;
}

#lft-content p{
	padding-left:15px;
}

/***********************************/
/*****     content start      ******/
/***********************************/

#content{
	background: #FFFFFF;
	margin-top: 13px;
	margin-left: 14px;
	min-height: 425px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-left: 14px;
}

#content h1 {
	font-size: 12px;
	line-height: 16px;
	background: url(../img/h1-pfeile.jpg) no-repeat left 20px;
	padding-left: 50px;
	padding-bottom: 15px;
	margin-left: 14px;
	padding-top: 20px;
}

#content p {
	margin-left: 14px;
	padding-bottom: 5px;
	margin-right: 15px;
}

#content table {
	margin-left: 14px;
	padding-bottom: 5px;
	margin-right: 15px;
}

#content form {
	margin-left: 14px;
	padding-bottom: 5px;
	margin-right: 15px;
}

#content ul{
	list-style-type: disc;
	padding-left: 18px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 14px;
}
#content li{
	list-style-image: url(../img/li_pfeil.gif);
}
#content img {
	padding-top: 15px;
}
#content .indent {
	padding-left: 15px;
}

#lft-content {
	width: 128px;
}

/***********************************/
/*****     content end        ******/
/***********************************/

/******************************/
/*****     fce start     ******/
/******************************/

#rght .fce-box-right, #lft .fce-box-right {
	background: url(../img/bg-fce-box.gif) repeat-y;
	padding-top: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	margin-bottom: 4px;
	width: 100px;
}
#lft .fce-box-right {
	margin-left: 15px;
}

#rght .fce-box-right img, #lft .fce-box-right img {
	padding-bottom: 6px;
	color: #6f6f6f;
	padding-left: 0px;
}

#rght .fce-box-right p, #rght .fce-box-right a, #rght .fce-box-right b, #lft .fce-box-right p, #lft .fce-box-right a, #lft .fce-box-right b {
	color: #6f6f6f;
	padding-left: 0px;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
#rght .fce-box-right b, #lft .fce-box-right b {
	padding: 0px;
	font-weight: bold;
}

#content .fce-startpage {
	background: #FFFFFF url(../img/bg-fce-startpage.jpg) repeat-y;
	padding-bottom: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-bottom: 20px solid #FFFFFF;
	width: 441px;
}

#content .fce-startpage p{
	font-size:13px;
	line-height: 24px;
	background: url(../img/fce-startpage-punkte.jpg) no-repeat right bottom;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}

#content .fce-startpage h1{
	font-size:13px;
	line-height: 24px;
	font-weight:bold;
	background: url(../../template/css/none);
	padding: 5px 0px 0px;
}
#content .fce-startpage img{
	margin:0px;
	padding:0px;
}
#content .fce-example {
	background: url(../img/bg-fce-example.jpg) repeat-y;
	padding: 13px;
	margin-top: 4px;
}
#content .fce-example img {
	float: left;
	margin:0px;
	padding:0px;
	padding-right: 15px;
}
#content .fce-example h1{
	background: url(../../template/css/none);
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #707070;
	font-size: 12px;
	font-weight: normal;
}
#content .fce-example .fce-example-txt h1{
	padding: 0px;
}
#content .fce-example .fce-example-txt {
	float: left;
	width: 294px;
}
#content .fce-example .fce-example-txt p, #content .fce-example .fce-example-txt b {
	margin: 0px;
	padding: 0px;
	color: #707070;
	font-size: 11px;
}
#content .fce-example .fce-example-txt b {
	padding: 0px;
	font-weight:bold;
}
#content .fce-example .fce-example-txt a{
	color: #0099FF;
	text-decoration: none;
}

#content .fce-mitarbeiter {
	background: url(../img/bg-fce-box.gif) repeat-y;
	padding: 13px;
	margin-top: 4px;
}
#content .fce-mitarbeiter img {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
}
#content .fce-mitarbeiter h1{
	background: url(../../template/css/none);
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #707070;
	font-size: 12px;
	font-weight: normal;
}
#content .fce-mitarbeiter .fce-mitarbeiter-txt p, #content .fce-mitarbeiter .fce-mitarbeiter-txt b {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #707070;
	font-size: 11px;
}
#content .fce-mitarbeiter .fce-mitarbeiter-txt b {
	padding: 0px;
	font-weight:bold;
}

#content .fce-download {
	padding: 6px 0px 0px 13px;
	margin: 0px;
}
#content .fce-download img{
	float: left;
	margin: 0px;
	padding: 0px;
}
#content .fce-download-txt {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#content .fce-download-txt a{
	color: #0099FF;
	text-decoration: none;
}
/******************************/
/*****     fce end       ******/
/******************************/

.clear {
	clear: both;
}

/***********************************/
/*****   typo intern start    ******/
/***********************************/

#content a.external-link-new-window {
	color: #0099FF;
	text-decoration: none;
	display: block;
}

#content a.internal-link {
	color: #0099FF;
	text-decoration: none;
}

#content a.mail {
	color: #0099FF;
}

/*********************************/
/*****   typo intern end    ******/
/*********************************/

/*******************************/
/*****   tt_news start    ******/
/*******************************/
.news-list-container {

}

#content .news-list-container .news-list-item img{
	margin-left: 14px;
	float: left;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#content .news-list-container .news-list-item h2{
	color:#cc3399;
	text-decoration:none;
}
#content .news-list-container .news-list-item hr{
	border:none;
}

#content .news-list-container .news-list-item a.external-link-new-window {
	display:inline;
}

/*******************************/
/*****   tt_news end      ******/
/*******************************/

/***********************************/
/*****   sg_glossary start    ******/
/***********************************/
#content .tx-sgglossary-pi1 p {
	margin: 0px;
	padding: 0px;
}
/*********************************/
/*****   sg_glossary end    ******/
/*********************************/

