@charset "utf-8";

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}


h1 {
/* font-size: 14px; */
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
margin: 0px 0px 10px 0px;
color: #000000;
}

h2 {
/* font-size: 12px; */
font-size: 14px;
font-weight: bold;
text-transform: uppercase; 
margin: 0px 0px 8px 0px;
/* color: #5D646C; */
color: #000000;
}

h3 {
font-size: 11px;
font-weight: bold;
text-transform: uppercase; 
margin: 0px 0px 6px 0px;
/* color: #5D646C; */
color: #000000;

}


ul {
margin-top: 0px;
}

ol {
margin-top: 0px;
}

li {
margin-top: 0px;
/* list-style-image: url(images/bullet.gif); */
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

dl {
}

dl dt {
margin-top: 1em;
font-weight: bold;
}

p {
}

hr {
}

em {
font-style: oblique;
}

strong {
font-weight: bold;
}

a {
text-decoration: underline;
color: #000000;
}

a:hover {
text-decoration: none;
color: #000000;
}

a:focus {
text-decoration: underline;
color: #000000;
}




/* headline shortcuts */
#headline_shortcuts #headnav A {
font-size: 10px;
color: #000000;
text-decoration: none;
}

#headline_shortcuts #headnav A:hover {
text-decoration: underline;
}

#headline_shortcuts #headnav A.act {
font-weight:bold;
}

#headline_shortcuts #headnav A.act:hover {
font-weight:bold;
text-decoration: underline;
}



/* breadcrumb */
#breadcrumb {
font-size: 10px;
color: #000000;
}


#breadcrumb A {
font-size: 10px;
color: #000000;
text-decoration: none;
}

#breadcrumb A:hover {
text-decoration:underline;
}

#breadcrumb A.act,
#breadcrumb A.act:hover  {
font-weight:bold;
text-decoration:none;
}


/* footer */

#footer #footernav A {
font-size: 10px;
color: #000000;
text-decoration: none;
}

#footer #footernav A:hover {
text-decoration: underline;
}

#footer #footernav A.act {
font-weight: bold;
text-decoration: none;
}

#footer #footernav A.act:hover {
font-weight: bold;
text-decoration: underline;
}

#footer #footer_content {
font-size: 10px;
color: #333333;
}


#fontsize, #fontsize a {
font-size: 10px;
color: #000000;
text-decoration: none;
}

#fontsize a:hover {
text-decoration: underline;
}


#fontsize .fontsize1 {
font-size: 10px;
}

#fontsize .fontsize2 {
font-size: 12px;
margin-left: 3px;
}

#fontsize .fontsize3 {
font-size: 14px;
margin-left: 3px;
}

/* Suche */
#colleft #suche {
background-color: #A8C5A8;
}


