/*
 * stylesheet for ############ PKV ###############
 * content design
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20070310 bms
 * lastmodified: 20071207 bms
 */

* {
  margin: 0;
  padding: 0;
  border: 0;
}


body {
  padding: 0 0 10px 0;
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333;
}


/* links */
a, a:visited{
  text-decoration: underline;
  color: #399;
  font-weight: bold;
}

a:focus, a:hover {
  text-decoration: underline;
}

a:focus {
  background-color: #fff;
}

a:active {
  text-decoration: none;
  color: #399;
  font-weight: bold;
}

.msie a:active {
  text-decoration: underline;
  background-color: #fff;
}


#page_body_main_content a:focus,
#page_body_main_foot a:focus,
#page_body_main_content a:hover,
#page_body_main_foot a:hover {
  background-color: #ebf5f6 !important;
}

.msie #page_body_main_content a:active,
.msie #page_body_main_foot a:active {
  background-color: #ebf5f6 !important;
}

#page_body_right_content a:focus,
#page_body_right_content a:hover{
  background-color: #fff !important;
}

/* lists */
ul, ol, li {
  list-style-type: none;
}

/* headlines */
h1 {
  margin: 0 0 0.75em 0;
  padding: 0;
  color: #336;
  font-size: 1.1em;
}

h2 {
  margin: 0 0 0.75em 0;
  color: #336;
  padding: 0;
  font-size: 1.1em;
}

h3{
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1em;
  color: #333333;
}

h4{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h5{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h6{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}


img {
  border: 0px;
}


.content_object_hr {
  display: none;
}

.hr hr {
	margin: 10px 5px;
	border-top: 1px solid #9ACCCD;
}

abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
	font-weight: bold;
}

th, td {
	vertical-align: top;
}



/* Klassen die oft benoetigt werden und einfach zusaetzlich eingebunden werden koennen */

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}


.mac .safari .noheight{
  display: block;
}

.bold{
  font-weight: bold
}

.normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

.nobottom{
  line-height: 0;
}

/*
 * positioniert das Element ausserhalb des Bildschirms
 * wird fuer Links verwendet, die nicht sichtbar sein sollen, die aber das Navigieren
 * mit einem Screenreader erleichtern sollen (Direktzugriff auf Hauptnavigation und Content)
 */

.offscreen{
  position: absolute;
  left: -1000px;

}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active {
  left: 0;
  top: -.75em;
  color: #443d5e;
  font-weight:bold;
  text-decoration: none;
  z-index: 20;
  background-color: #fff;
  padding: 0.5em;
  font-size: .83em;
  height: 1%;
  display: block;
  text-align: center;
  width: 71.3em;
}
