@charset "utf-8";

/* CSS Document */
/************************************************************/
/*   Design: webforyou                                      */
/*   Autor:  Karin Hirschi                                  */
/*   Date:   05.2009                    				    */
/*--------------------- ------------------------------------*/
/*   Owner: http://www.4103.ch                              */
/*   Copyright Getzmann AG, Karin Hirschi                   */
/************************************************************/

/* margin-bottom für Überschriften, Absätze, Listen etc. */
h1, h2, h3, h4, h5, h6, p, blockquote, address, pre, ul, ol, dl, table { margin-bottom: 0em; }

p {
font-size: 1em;
}


h1 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding:5px 0 11px 0;
}

h2 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 0 7px 0;
}

h3 {
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	padding: 20px 0 7px 0;
}

h4 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 5px 0;
}

h5 {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 0 7px 0;
}

blockquote { font-style: oblique; }

em { letter-spacing: 0.1em; }

strong {
	font-weight: bold;
}

acronym {
	color: #06B;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666;
	cursor: help;
}

img, a img { border-style: none; }

a { color: #C00; text-decoration:none;}

a:hover { color: #600; text-decoration:none;}


#inhalt ul{ 
margin-left: 2em;
padding-top: 5px;
padding-bottom: 5px;
 }
 
#inhalt ol{ 
margin-left: 1.7em;
 }
 
#inhalt li{ 
list-style-type:square;
background-repeat:no-repeat;
padding-left: 5px;
margin: 5px 0px;
}
 
#inhalt ol{ 
margin-left: 1.7em;
 }


/* Klassen */

.clear { clear: both; }

.bold { font-weight:bold}

.italic { font-style:italic}

.fliesstext
{ 
padding: 8px 0px;
}


.news {
background-color:#ddd;
padding: 5px 10px;
}

.bildwelcome{
border: 1px solid #666;
margin: 20px 12px;
}

.bildlogos{
margin: 10px 70px 10px 0px;
}

.infotitel {
margin-top: 20px;
background-color:#999;
padding: 5px 10px;
border-bottom: 2px solid #666;
 }

.infotext {
background-color:#ddd;
padding: 5px 10px;
 }

.ubersicht{
padding: 10px 10px;
text-align: right;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-size: 0.8em;
}

/* top section inhalte */
/* meta nav */

#metanav ul {
	list-style-type: none;
	font-size: 0.7em;
	margin: 0px 5px 0px 0px;
}

#metanav li {
float:left;
}

#metanav li a {
	display: block;
	color: #999;
	text-decoration: none;
	border-left:1px solid #999;
	padding: 0px 5px 0px 5px;
}

#metanav li a:hover, #metanav li a:active { 
color: #FFF;
 }

#metanav li.selected a {
color: #FFF;
}

#metanav li:first-child a {
	padding-left: 0; 
	border-left: 0;
}

/* main nav */

#mainnav ul {
	list-style-type: none;
	font-size: 1.1em;
	font-weight:bold;
	margin: 10px 0px 0px 230px;
}

#mainnav li { float: left; }

#mainnav li a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 0px 8px 0px 20px;
	margin: 0;
}

#mainnav li a:hover, #mainnav li a:active { 
color: #666;
 }

#mainnav li.selected a {
color: #cc0000;
font-weight: bold;
}

 /* subnavmain */

#subnav ul {
	list-style-type: none;
	text-align:right;
	margin: 0px 0 30px 0;
}

#subnav li a {
	display: block;
	color: #000;
	font-size: 0.8em;
	text-decoration: none;
	padding: 6px 10px 6px 0;
	border-bottom: 1px solid #000;
}

#subnav li a:hover, #subnav li a:active {
	color: #000;
	background-color:#FFF;
	}

#subnav li.selected a {
	color: #000;
	background-color:#FFF;
	font-weight:bold;
}

 /* subnav1 */
 
#subnav1 ul {
	list-style-type: none;
	text-align:right;
	margin: 0px 0 30px 0;
}

#subnav1 li a {
	display: block;
	color: #000;
	font-size: 0.8em;
	text-decoration: none;
	padding: 6px 10px 6px 0;
	border-bottom: 1px solid #000;

}

#subnav1 li a:hover, #subnav1 li a:active {
	color: #000;
	background-color:#FFF;
	}

#subnav1 li.selected a {
	color: #000;
	background-color:#FFF;
	font-weight:bold;
}


 /* subnav2 */

#subnav2 ul {
	list-style-type: none;
	text-align:right;
	margin: 0px 0 30px 0;
}

#subnav2 li a {
	display: block;
	color: #000;
	font-size: 0.8em;
	text-decoration: none;
	padding: 6px 10px 6px 0;
	border-bottom: 1px solid #FFF;

}

#subnav2 li a:hover, #subnav1 li a:active {
	color: #CCC;
	}

#subnav2 li.selected a {
	color: #666;
	font-weight:bold;
}

hr {
border:none;
border-top: 1px solid #06B;
background-color:#FFFFFF;
height:1px;
margin:0px;
}


#copyright a {
color:#333;
}

#copyright a:hover {
color:#FFF;
}


/* Table - Styles */
#contentcenter table {
clear:left;
empty-cells:show; 
border:solid 1px #06B; 
border-collapse:collapse; 
text-align:left;
font-size:90%;
}
#contentcenter tr {
margin:0; 
padding:0;
 }
#contentcenter td {
color:#000;
border-right:solid 1px #06B; 
border-bottom:dotted 1px #06B; 
background:none;
padding:2px 5px;
}
#contentcenter th {
color:#fff;
font-weight:normal;
border-right:solid 1px #666; 
background:#6e737e;
padding:2px 5px; 
}

/* Sitemap */

ul.sitemaphead   {
list-style: none outside;
margin-left: 0;
padding-left: 0;
}

ul.sitemaphead li   {
padding-top: 1.0em;
padding-bottom: 0.5em;
}

ul.sitemaplist  {
line-height: 0.8em;
font-weight: normal;
font-size: 1em;
list-style-position: outside;
font-style: normal;
list-style-type: square;
padding: 0 10px 5px 20px;
}

ul.sitemaplist li  {
border-top: 1px solid;
}

.sitemaphead a, .sitemaplist a {
color:#000;
}

.sitemaphead a  {
font-size: 1.0em;
}

.sitemaplist a  {
font-weight: normal;
font-size: 1em !important;
}


.sitemaphead a:hover, .sitemaplist a:hover,
.sitemaphead a:focus, .sitemaplist a:focus,
.sitemaphead a:active, .sitemaplist a:active  {
text-decoration: underline;
}

