/*
	main.css
	(c) Ingenieurbüro noesis, 2010
	created: 15.03.2010 21:12:23
	Säger GmbH
*/

body {
	font-family: arial;
	font-size: 0.8em;
	letter-spacing: .05em;
	line-height: 1.4em;
	background-color: #d0f07f;
	color: #003300;
	/*background-image: url(../pics/bg.jpg);*/
}

h1 {
	font-family: times;
	color: #006600;
	font-size: 1.3em;
	letter-spacing: .2em;
}

h2 {
	font-family: times;
	color: #006600;
	font-size: 1.2em;
	letter-spacing: .2em;
}

img {
	border:none;
}

a {
	color: #003300;
	text-decoration: underline;
	padding: 0 .5em 0 .5em;
}

a:hover, a:focus, a:active {
	color: #ffffff;
	background-color: #003300;
	text-decoration: none;
}

pic {
	border: none;
}

.partner {
	text-align: center;
	width: 100%;
}

.partner td {
	text-align: center;
}

.partner a, .partner a:hover, .partner a:focus, .partner a:active {
	color: transparent;
	background-color: transparent;
}

#container {
	width: 175mm;
	min-height: 275mm;
	margin: 0 auto 0 auto;
	background-color: #f7fff7;
	border-top: 1px dotted #006600;
	border-left: 1px dotted #006600;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
	padding: 0 1em 0 1em;
	overflow: visible;
}

* html #container {
	/*height: 280mm;*/
	overflow: visible;
	width: 160mm;
}

#head {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: block;
	/*margin-bottom: 1em;*/
}

#head a {
	color: transparent;
	background-color: transparent;
}

#head a:hover img, #head a:active img, #head a:focus img {
	color: transparent;
	background-color: transparent;
}

#head h1 {
	font-family: "trebuchet ms";
	font-size: 2em;
	letter-spacing: .2em;
	line-height: 1.2em;
	color: #207f20;
	text-align:center;
	float:left;
	width:65%;
	padding-top:1em;
}

* html #head h1 {
	padding-top:2em;
}

#line {
	border-bottom: 1px solid #207f20;
	height: 1px;
	margin-top: 0;
}

* html #line {
	margin-top: -.8em; /*-2.8em;*/
}

#mnu {
	width: 150px;
	display: block;
	float: left;
	margin-top: 1em;
}


#mnu ul {
	margin: 0;
	padding: 0 0 0 0.8em;
	list-style: none;
}

#mnu ul ul {
	padding-left: 0.15em;
}

#mnu li {
	font-weight: bold;
	line-height: 1.6em;
}

#mnu li li {
	margin-left: 1em;
}

#mnu li li li {
	font-style: italic;
}

#mnu li a {
	text-decoration: none;
	font-weight: normal;
}

#mnu li a:hover, #mnu li a:focus, #mnu li a:active {
	padding: 0 0.5em 0 0.5em;
}

#txt {
	margin-top:3.5em;
	margin-left:0px;
}

* html #txt {
	margin-top:0;
}

.lcol {
	float: left;
	width: 48%;
	padding: 0 5px 0 5px;
}

.rcol {
	float: right;
	width: 48%;
	padding: 0 5px 0 5px;
}

* html .rcol {
	width: 48%;
	float: left;
	padding: 0 5px 1em 10px;
}

* html .lcol {
	width: 48%;
	padding-bottom:1em;
}

.lcol1 {
	float: left;
	width:151px;
}

.lcol1 img {
	padding-bottom: .5em;
}

.rcol1 {
	float: right;
	width:151px;
}

.rcol1 img {
	padding-bottom: .5em;
}

.mcol {
	float: left;
	width: 85mm;
	padding: 0 20px 0 10px;
}

* html .mcol {
	width: 75mm;
}

#noesis {
	width: 400px;
	margin: 1em auto 0 auto;
	text-align: center;
	font-size: .7em;
	background-color: #f7fff7;
	border-top: 1px dotted #006600;
	border-left: 1px dotted #006600;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
}

.ul_sitemap li {
	margin-left: -1.2em;
}

#nav {
	display: block;
}

.menu {
	visibility: hidden;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:133px;
text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:133px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
/*font-size:1em;*/
text-decoration:none;
color:#ffffff;
width:127px;
/*height:20px;*/
/*height:1.5em;*/
border:1px solid #ffffff;
border-width:1px 1px 0 0;
background:#006600;/*#cc0033;*/
padding-left:0px;
line-height:1.8em;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:127px;
w\idth:127px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#df4477;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ff99cc;
}
.menu ul ul :hover > a.drop, .menu ul ul :focus > a.drop {
background:#ff99cc;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#cc0033;
}
/* style the third level hover */
.menu ul ul ul a:hover, .menu ul ul ul a:focus {
background:#ff3366;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:1.8em;
left:0;
width:121px;
z-index:20;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:1.8em;
t\op:1.8em;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:134px;
top:0;
width:134px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-134px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#006600;/*#cc0033;*/
color:#ffffff;
height:auto;
line-height:1em;
padding:5px 10px;
width:112px
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:134px;
w\idth:113px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, .menu a:active, .menu a:focus {
color:#003300;
background:#66cc66;

}
.menu :hover > a, .menu ul ul :hover > a, .menu :focus > a, .menu ul ul :focus > a {
color:#003300;
background:#66cc66;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}


