/* fix transparency-png IE bug */

img, div { behavior: url(http://www.innoopract.com/fileadmin/user_upload/misc/iepngfix.htc) }


/* @CHARSET "UTF-8"; */

body, html {
	background-color: #64666c;
	font-size: 0.875em;
	font-family: Verdana, Arial, Sans-Serif;
	color:#564b47;
	padding: 0;
	margin: 0;
	}
	
*{
	margin: 0;
	padding: 0;
	/*border: none;*/
	}

img{border: none;}
ul{list-style-type: none;}


/*
//	links
*/

a{color: #407ea3; text-decoration: none;}
a:visited {color:#407ea3;}
a:hover {color: #fb9a49;}
a:active { color:#fb9a49;}


/*
//	standard header
*/

h1 {
	font-size: 1.6em; 
	font-weight: bold;
	color: #39799D;
 	}

h2, h3{
	font-size: 1.25em;
	font-weight: bold;
	color: #666;
	}
h3 {
	font-size: 1em;
	}

/*
//
//	layout containers
*/

#container, #container-index{
	width: 860px;
	margin: 0 auto;
	background-color: #fff;
	background: url(../../img/content-bgd.gif) repeat-y;
	}

/*
//	banner / header settings
*/

#header{
	position: relative;
	top: 0px;
	width: 860px;
	height: 82px;
	background: url(../../img/header-bgd.gif) no-repeat;
	}
	
#meta-logo {
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 200px;
	height: auto;
	}
#meta-logo img {
	}
#meta-navi {
	position: absolute;
	bottom: 8px;
	right: 10px;
	text-align: right;
	color: #fb9a49;
	width: auto;
	}
#meta-navi a {color: #fb9a49;}
#meta-navi a:hover {color: #407ea3;}
	
#mainnavi-container{
	position: relative;
	height: 22px;
	background: url(../../img/nav-bgd.gif) repeat-x;
	}

#mainnavi-container ul{margin-left: 10px; padding: 5px 10px; text-align: right;}
#mainnavi-container ul li{display: inline; border-left: 2px dotted #b0b0b0; vertical-align: middle;}

#mainnavi-container a{color: #000;}
#mainnavi-container a:hover{color: #407ea3;}
#mainnavi-container a:active{color: #407ea3;}

#mainnavi-container ul li.firstItem, #mainnavi-container ul li.firstItemActive{border: none;}
#mainnavi-container ul li.firstItemActive a{color: #407ea3;}
#mainnavi-container ul li.active a{color: #407ea3;}

#banner-container{background-color: #427b98;}
#banner-container { margin-top:15px; margin-left: 30px}
#banner-container img { float:left;}

/*
//	main content
*/
#content-inner {
	width: 480px;
	overflow: hidden;
	margin-left: 10px;
/*	margin-right: 10px; */
}
#content-container{
	min-height:600px;
	background-color: #fff;
	margin: 0 180px 10px 180px;
	}
#content-container img{margin: 0 10px 10px 0;}
#content-container ol{margin-left: 45px;}
#content-container ul{margin-left: 45px; list-style-type: disc;}
#content-container ul.news-list{margin: 0 0 10px 0; list-style-type: none;}
#content-container h2 a{margin: 0;}

p, pre {margin: 10px 0;}
pre, code {font-size: 1.2em;}
h1, h2, h3 {margin: 10px 0;}

.warning {font-weight: bold; color: red;}

/*
//	left side container
*/

#left-container-index, #left-container-index1{
	float: left;
	width: 180px;
	color:#000;
	background: transparent url(../../img/vertical_shadow.png) no-repeat top left;
	}

#left-container {
	float: left;
	width: 180px;
	padding: 15px 0 0 0;
	color: #fff;
	}

#left-container h3{
	/*width:160px;*/
	padding-left: 5px;
	text-align: left;
	font-size: 1.25em;
	border-bottom: 1px solid #fff;
	}
	
#left-container div {
	width: 160px;
	margin: 0 auto;
	background-color: #39799d;
}
#left-container div div.header{
	width: 160px;
	height: 6px;
	background: transparent url(../../img/sec-nav-bgd-top.gif) no-repeat 0px 0px;
	}
#left-container div div.body{
  background-color: #39799d;
}
#left-container div.body a.nav3, #left-container div.body a.nav4 {
  background-image: url(../../img/tbws.gif);
  background-repeat: no-repeat;
}
#left-container div.body a.nav3-active, #left-container div.body a.nav4-active {
  background-image: url(../../img/tb.gif);
  background-repeat: no-repeat;
}
#left-container div.body a.nav3, #left-container div.body a.nav3-active {
  padding-left: 15px;
  background-position: 5px 5px;
}
#left-container div.body a.nav4, #left-container div.body a.nav4-active {
  padding-left: 25px;
  background-position: 15px 5px;
}
#left-container div.body a.nav2-active, #left-container div.body a.nav3-active, #left-container div.body a.nav4-active {
  color: #39799d;
  background-color: #ddeefa;
}
#left-container div.body a{display: block; padding: 3px 5px;}
#left-container div.body h3 a{padding: 0px;}
#left-container div.body a.active{color: #39799d; background-color: #ddeefa;}
#left-container div.body a:hover{color: #fb9a49;}

#left-container div.footer{
	width: 160px;
	height: 6px;
	overflow: hidden;
	padding:0;
	background: transparent url(../../img/sec-nav-bgd-bottom.gif);
	background-repeat: no-repeat;
	}

#left-container a {color: #fff; text-decoration: none;}
#left-container a:hover {color: #fb9a49;}

/*
//	right side container
*/

#right-container, #right-container-index, #right-container-index1 {
	float: right;
	width: 180px;
	color:#000;
	background: transparent url(../../img/vertical_shadow.png) no-repeat top left;
	}
	
	
#right-container {
  padding-top: 30px;
}

#right-container ul{
 list-style: disc outside; 
 padding-left: 2ex
}

#right-inner {
	margin-left: 10px;
	margin-right: 10px;
}

/* 
// containers index page 
*/

#container-index{background: #fff none;}
#container-index.clear{clear: both;}

#left-container-index, #right-container-index{
	width: 400px;
	min-height: 218px;
	/*height: 218px;*/
	background: #fff;
	color: #000;
	}
	
#left-container-index p {padding: 5px 10px 5px 0px;}
#left-container-index h2 {padding-left: 10px; font-size: 1.6em;font-weight:bold; margin-top: 5px;}
#left-container-index {margin: 0px 0 0 30px;}
#left-container-index img {margin: 0 0 10px 0;}

#right-container-index p {padding: 5px 10px 5px 0px;}
#right-container-index {margin: 0px 30px 0 0;}
#right-container-index h2 {padding-left: 10px; font-size: 1.6em;font-weight:bold;}
#right-container-index div {margin-right: 5px;} /* needed because of css-styled content */
#right-container-index img {margin: 0 0 10px 0; float: left;}

#bottom-container-index {width: 830px; clear: both; margin: 0px 0 20px 28px;}
#bottom-container-index {list-style-type: none;}
#bottom-container-index div{overflow: hidden;}

#bottom-container-index div.left {float: left; width: 196px; height: 220px; margin: 25px 5px 10px 1px; background:url(../../img/airbox.png) no-repeat;}
#bottom-container-index div.left h2{margin: 5px 0px 10px 10px; padding-left: 10px;}
#bottom-container-index div.left ul{list-style-image: url(../../img/tb.gif); list-style-type: circle;}
#bottom-container-index div.left li{margin: 0 5px 0 25px;}
#bottom-container-index div.left li.news-box h2{padding: 0 0 0 5px; margin-left: 0px;}
#bottom-container-index div.left p{margin: 0 5px 0 10px; padding: 0px; text-align: left;}
#bottom-container-index div.left a{margin: 10px 0px 0px 10px; text-align: left;}
#bottom-container-index div.left li a{margin: 0px;}
#bottom-container-index div.left img { margin: 5px; float: left;}



/*
//	footer
*/
#footer-container{
	width: 860px;
	height: 30px;
	clear: both;
	background-color: #fff;
	margin: 0 auto;
	border-top: 1px solid #fb9a49;
	font-size: 0.9em;
	}	
#footer-container ul{
	margin: 5px 0 0 300px;
	padding: 0 10px; 
	list-style-type: none;
	}
#footer-container ul li{display: inline;}
#footer-container ul li a{color: #407ea3;}


/*
//	search
*/

div.tx-indexedsearch-searchbox p{display: none;}
.tx-indexedsearch-rules{display: none;}
div.tx-indexedsearch-whatis{font-size: 1.25em; font-weight: bold; color: #666;}
div.tx-indexedsearch-res{width: 460px;}


/*
//	news
*/

li.news-box{margin: 0 0 10px 0;}
li.news-box h2{margin-bottom: 0px; font-size: 1em; font-weight: normal;}
li.news-box p.news-date{margin: 0 0 10px 10px; padding: 0px;}
li.news-box p{margin: 0 0 0 10px; padding: 0px;}
li.news-box a{margin: 0 0 0 10px;}
li.news-box span.more{margin-left: 10px; color: #fb9a49;}


/*
//      form
*/
table.form {
	border: 1px solid #DDEEFA;
	margin: 10px 0 20px 0;
	margin-left: 0 !important;
	width: 470px;
}
table.form td {
	padding: 2px;
}
table.form td.label {
	background-color:#DDEEFA;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
}
table.form input.input-text, table.form select {
	width: 260px;
}
table.form textarea {
	width: 460px;
}

/*
//	mailform
*/
div.tx-pilmailform-pi1 {margin-left: 0;}
div.tx-pilmailform-pi1 fieldset{border: transparent none;}
div.tx-pilmailform-pi1 input{ margin-bottom: 5px;}

div.frame-100 {
	width: 151px;
	overflow: hidden;
	background-color: #E2E2E2;
	margin-bottom: 20px;
}
div.frame-100 div.frame-top {
        height: 10px;
        background-image: url(/fileadmin/user_upload/Bilder/quicklinks_bg_top.png);
        background-repeat: no-repeat;
}
div.frame-100 div.frame-bottom {
        height: 10px;
        background-image: url(/fileadmin/user_upload/Bilder/quicklinks_bg_bottom.png);
        background-repeat: no-repeat;
}
div.frame-100 div.frame-inner {
       padding: 0 5px;
}
div.frame-100 ul {
	list-style-type: circle;
	margin-left: 15px;
	font-size: 0.9em;
}
div.frame-100 li {
	margin-bottom: 10px;
}
/*
//	print
*/

#print{display:none;}