/* --------------------------------------------

Basic Style Sheet pkassets.ch - 2009

Author:	all4webdesign Markus Jenni
Website:	www.all4webdesign.ch

Version: 	2009, 1.2

-----------------------------------------------*/

/* Reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* Allgemeine Formatierungen   */
body {
  background-color: #466dc3;
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 62.5%;
  line-height: 1.3em;
  margin: 0; 
  padding: 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6em;
}

h2 {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
}

h3 	{
color: #fff;
font-size: 1.2em;
line-height: 1.2em;
}

p	{
color:#fff;
font-size:1.2em;
}

/* Links */
a,  a:link {
  color: #669933;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #669933;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header mit Logo und Slogan   */
#headerWrapper {
background:#fff;
height:160px;
}

#header {
width:960px;
margin:0 auto;
background:#fff;
}

#logoWrapper {
padding:39px 0 0 10px;
float:left;
}

#logo a {
width:250px;
height:43px;
background: url(../images/pka_logo_blau.png) no-repeat;
display:block;
}

#slogan {
margin:100px 0 0 0;
float:left;
padding:0;
color:#002863;
font-size: 2.5em;
}

/* Container   */
#outerWrapper {
  background-color: #002863;
  margin: 0 auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 94em;
}

#outerWrapper #contentWrapper {
background-image:url(../images/content_bg.png);
background-repeat:repeat-y;
  overflow: hidden;

}

/* Linke Spalte   */
#outerWrapper #contentWrapper #leftColumn {
  background-color: #669933;
  border-right: solid 1px #666; 
  float: left;
  padding: 50px 10px 10px 10px;
  width: 20em;
}

/* News   */
.news {
margin: 90px 0 30px 0;
float:left;
width:200px;
line-height:1.5em;
overflow: hidden;
} 

.news h1 {
background-color: #002863;
color: #fff;
padding-left:15px;
margin-bottom: 20px;
}

.news h3 {
padding-left:15px;
}

.news p  {
color:#fff;
padding-left: 15px;
}

.news a  {
color: #fff;
font-weight: normal;
text-decoration:underline;
}

/* Navigation */
.navi{
list-style-type: none;
margin: 0;
padding: 0;
width: 18em;
}

.navi li a{
color: #fff;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-size: 1.4em;
border: 1px dotted;
border-color:#fafbfc #666 #666 #fafbfc; /*light dark dark light*/
background-color: #669933;
text-decoration:none;
}

.navi li a:visited{
color: #fff;
}

.navi li a:hover {
color: #fff;
background-color: #002863;
}

.navi li.selected a {
color: #fff;
background-color:#002863;
}

/* Content */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 22em;
  padding: 50px 20px 10px 35px; 
}

#outerWrapper #contentWrapper #content ul {
 margin-left: 1em;
}

#outerWrapper #contentWrapper #content ul li {
list-style-type: square;
list-style-image:url(../images/bullet_green.gif);
background-repeat:no-repeat;
background-position: 0 4px;
font-size: 1.2em;
color: #fff;
padding: 0 5px 2px 5px;
 }

.image_left	{
display:inline;
float:left;
margin: 15px 25px 15px 0;
}

/* Schrift GoogleMap Bubble  */
#map h4  {
color:#666;
}

#map p {
color:#666;
}

#outerWrapper #footer {
  background-color: #002863;
  border-top: solid 1px #666; 
  padding: 10px 10px 10px 10px; 
}

/* Sitemap Definitionen  */
ul.sitemap {
list-style-type: none;
margin: 30px;
padding: 15px;
}

ul.sitemap li {
border-top: 1px solid #669933;
margin: 1.3em 0;
padding-top: 1.3em;
padding-bottom: 1.3em;
}

ul.sitemaplist {
list-style-type: disc;
padding: 0 10px 10px 40px;
font-size: 1em;
}

ul.sitemaplist li {
border-top: 0px solid;
font-size: 1em;
line-height:0.6em;
}
