@charset "utf-8";
/* ----------------------------------------------------------------
Basic Style Sheet suternagel.ch - 2009

Author:	all4webdesign Markus Jenni
Website:	www.all4webdesign.ch
Version: 	2009, 1.2
-------------------------------------------------------------------*/

/* Allgemeine Formatierungen  */

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
text-align:center;
font-size: 0.9em;
}

h1 {
font-size:1.2em; 
font-weight: bold;
color:#555;
line-height:1.6em;
}

h2	{
font-size: 1em;
font-weight: normal;
line-height: 1.4em;
color: #555;
}

p {
font-size:0.9em; 
color:#555;
line-height:1.3em;
}

.important	{
font-weight:bold;
}

acronym {
border-bottom: 2px dotted #CC0000;
cursor: help;
}

a:link {
color: #CC0000;
font-size:0.9em; 
font-weight:normal;
font-style:normal;
text-decoration:none;
}

a:hover, a:active, a:focus {
color: #336699; 
font-size:0.9em; 
font-style:normal;
text-decoration:underline;
}

a:visited {
color:#cc0000;
font-size:0.9em; 
font-style:normal;
font-weight:normal;
text-decoration:none;
}

/* Layout */
#container {
width: 950px;
margin: 0 auto;
padding: 1px 0;
background: transparent;
background:  url(../images/bg_blau.jpg) repeat-x;
border: 1px solid #a0a0a0;
text-align: left;
}

#header {
width: 950px;
}

#header .logo {
float: left;
width: 170px;
padding: 10px 30px 0 15px;
border: none;
}

#header .tagline	{
float: right;
display:inline;
width: 232px;
overflow:hidden;
padding: 10px 15px 0 15px;
font: bolder 1.9em Arial;
color:#FFFFFF;
}

/* Navigation **********************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#nav ul.solidblockmenu{
width: 950px;
float: left;
font: bolder 1em Arial;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: url(../images/blockdefault.gif) center center repeat-x;
}

#nav ul.solidblockmenu li{
display: inline;
}

#nav ul.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

#nav ul.solidblockmenu li a:visited{
color: white;
}

#nav ul.solidblockmenu li a:hover,
#nav ul.solidblockmenu li.current a {
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}


/* Content */
#content	{
width: 950px;
margin: 25px 10px 10px 10px;
}

/* Haupttext */
#main {
float:right;
display: inline;
background-color:transparent;
padding:10px;
width:689px;
border-left:1px solid #336699;
}

.image_left {
float: left;
display: inline;
margin: 10px 25px;
}

.image_right {
float: right;
display: inline;
margin: 10px 25px;
}

.textright {
float:right;
margin: 0 10px;
}

#main ul {
margin-top:0.7em;
margin-left:0.7em;
}

#main ul li {
list-style-type: none;
background-image:url(../images/roter_punkt.gif);
background-repeat: no-repeat;
background-position: 0 5px;
font-size:0.85em; 
color:#555;
margin-left: 6px;
padding: 0 0 2px 8px;
}

/* Sidebereich    */
#side{
font-size: 0.8em;
margin-top: 60px;
float:left;
width:230px;
}

.unternav li{list-style:none; display:block; padding: 10px 0 0 10px; margin-bottom:2px; font-weight:bold; }
.unternav li a{text-decoration:none;}
.unternav li a:hover{text-decoration: underline;}
.unternav li ul{margin:3px 0 3px 15px; font-size:0.8em; }
.unternav li ul li{margin-bottom:0;}
.unternav li ul a{font-weight:bold; font-size:0.8em;}

/* News   */
.news {
margin: 50px 0 30px 0;
background-color: #fafbfc;
float:left;
width:200px;
line-height:1.5em;
overflow: hidden;
} 

.news h1 {
background-color: #CC0000;
color: #fff;
padding-left:10px;
margin-bottom: 20px;
}

.news p {
color:#555;
padding: 10px;
}

/* Footer */
#footer {
clear: both;
width: 950px;
border-top: 1px solid #a0a0a0;
background-color: #336699;
}

#footer p {
font-size: 0.8em;
line-height:1.3em;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
padding: 10px 0 10px 10px; 
text-align: left;
color: #fff;
}

#footer a	{
color: #fff;
font-size: 0.9em;
line-height:1.3em;
text-decoration:underline;
}

/* Sitemap Definitionen  */
ul.sitemap {
list-style-type: none;
margin: 30px;
padding: 15px;
}

ul.sitemap li {
border-top: 1px solid #336699;
list-style-type: none;
margin: 1.3em 0;
padding-top: 1.3em;
padding-bottom: 1.3em;
}

ul.sitemaplist {
list-style-type: disc;
padding:8px 3px;
font-size: 1em;
}

ul.sitemaplist li {
border-top: 0px solid;
font-size: 1em;
line-height:0.6em;
}
