/* undohtml.css															*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.						*/
/* http://creativecommons.org/licenses/by/2.0							*/
/* This style sheet is licensed under a Creative Commons License.		*/
/* Purpose: undo some of the default styling of common (X)HTML browsers	*/

/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6 { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/**********************************************************************************************************************************/

body
{
font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 101%;
text-align: center; /* fuer IE_quirks */
font-weight: normal;
color: #004A70;
background: #fff url(../img/bg_main.gif) top left repeat-y;
}

#wrapper {
position: relative;
width: 100%; /* fuer IE */
color: #000;
text-align: left; /* Aufheben von IE_quirks im BODY */
}

#header {
overflow:visible;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align:right;
}

#menu1
{
display:none;
}

#menue {
display:none;
}

#content {
color: #000;
margin: 0px 0px 0px 0px;
padding: 20px 20px 20px 20px;
}

#teaser {
display:none;
}

#bottom {
display:none;
}

/*		Tabelle		*/

table
{
width:auto;
background-color: #FFCC4C;
padding: 0; 
margin: 0;
text-align: left;
font-size:80%;
}

th
{	
background-color:  #FFD979;
padding:2px 10px;
}

td
{
background-color: #fff;
padding:2px 10px;
}

/**************************************************************************************************************************/


/*	Formatierungen	*/

#header #logo {
margin: 0px 20px 18px 0px;
border: 0 none;
}

h1 {
font-size: 130%;
}

h2 {
background-color: transparent;
color: #B3072F;
font-size: 120%;
margin: 0px 0px 10px -1px;
font-weight: normal;
}

#content h2.zweizeilig {
font-size: 80%;
color: #565656;
}

#content h2.zweizeilig span {
background-color: transparent;
color: #B3072F;
font-size: 120%;
margin: 0px 0px 5px -1px;
font-weight: normal;
line-height:30px;
}

h3{
font-size: 85%;
font-weight: bold;
color:#B3072F;
padding:20px 0px 10px 0px;
clear:both;
}

h3.rot {
font-size: 75%;
font-weight: bold;
color:#B3072F;
padding-bottom:5px;
}

h3.blau {
font-size: 80%;
font-weight: bold;
color:#004A70;
padding-bottom:10px;
}

h4 {
font-size: 80%;
clear:both;
padding-bottom:10px;
color: #000;
}

h5, h6{
color: #00FF33;
border: 1px solid #00FF33;
}

/* Texte */
.text, p{
margin: 0px 0px 10px 0px;
font-size: 80%;
line-height:20px;
color: #000;
}

/* others */
.invisible, hr
{
display: none;
border: 0 none;
}

.unsichtbar{
display: none;
}

/*	Links	*/

#content a:link, #content a:visited
{
color:#B3072F;
border-bottom: 1px dotted #B3072F;
}

#content a:hover, #content a:active
{
color:#B3072F;
background:#FFD879;
border-bottom: 1px solid #B3072F;
}

.link
{
color:#B3072F;
font-weight: normal;
padding-bottom:20px;
border-bottom: 1px solid #B3072F;
clear:both;
}

.link_bottom
{
color:#B3072F;
font-weight: normal;
}

#content p.link a:link, #content p.link a:visited, #teaser a:link, #teaser a:visited, #bottom a:link, #bottom a:visited
{
color:#B3072F;
padding:0px 5px;
border-bottom: 0;
}

#content p.link a:hover, #content p.link a:active, #teaser a:hover, #teaser a:active, #bottom a:hover, #bottom a:active
{
color:#B3072F;
padding:0px 5px;
background:#FFD879;
border-bottom: 0;
}

/********************************************************************************/

#content .download a:link, #content .download a:visited
{
background: url(../img/icon/icon_download.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left:14px;
}

#content .download a:hover, #content .download a:active
{
background:#FFD879 url(../img/icon/icon_download.gif);
background-repeat: no-repeat;
background-position: left 4px;
border-bottom: 1px solid #B3072F;
}

/********************************************************************************/

#content .email a:link, #content .email a:visited
{
background: url(../img/icon/icon_email.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left:14px;
}

#content .email a:hover, #content .email a:active
{
background:#FFD879 url(../img/icon/icon_email.gif);
background-repeat: no-repeat;
background-position: left 4px;
border-bottom: 1px solid #B3072F;
}

/********************************************************************************/

#content .weiter a:link, #content .weiter a:visited
{
background: url(../img/icon/icon_weiter.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left:14px;
}

#content .weiter a:hover, #content .weiter a:active
{
background:#FFD879 url(../img/icon/icon_weiter.gif);
background-repeat: no-repeat;
background-position: left 4px;
border-bottom: 1px solid #B3072F;
}

/********************************************************************************/

#content .artikel a:link, #content .artikel a:visited
{
background: url(../img/icon/icon_forward.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left:14px;
}

#content .artikel a:hover, #content .artikel a:active
{
background:#FFD879 url(../img/icon/icon_forward.gif);
background-repeat: no-repeat;
background-position: left 4px;
border-bottom: 1px solid #B3072F;
}

/********************************************************************************/

#content .back a:link, #content .back a:visited
{
background: url(../img/icon/icon_back.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left:14px;
}

#content .back a:hover, #content .back a:active
{
background:#FFD879 url(../img/icon/icon_back.gif);
background-repeat: no-repeat;
background-position: left 4px;
border-bottom: 1px solid #B3072F;
}

/********************************************************************************/

#suche
{
margin: 10px 0px 0px 10px;
padding: 0px 0px 0px 0px;
color: #004A70;
}

.suchenlabel
{
display:block;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}
/********************************************************************************/
/*	Formular	*/
.formular{
width:400px;
height:400px;
padding:5px;
}

.form_abstand{
clear:both;
padding-top:3px;
}

.form_input{
float:right;
width:290px;
text-align:left;
font-size:10px;
color:#808285;
}

input{
height:14px;
}

input, textarea{
font-size:10px;
font-family: verdana, arial, helvetica, sans-serif;
color:#808285;
background:#FFF;
vertical-align:middle;
border:#CCC 1px solid;
}

.button{
height:16px;
font-size:10px;
color:#D2232A;
background:#CCC;
vertical-align:top;
border:#CCC 0px solid;
}

.form_bezeichnung_n, .form_bezeichnung_h{
float:left;
width:80px;
text-align:right;
font-size:11px;
font-weight:normal;
line-height:15px;
margin-left:10px;
}

.form_bezeichnung_n{
color:#808285;
}

.form_bezeichnung_h{
color:#D2232A;
}
/********************************************************************************/
/*	Formularfeld Menü	*/
input, textarea
{
margin: 0px 0px 10px 0px;
padding: 1px 1px 0px 1px;
font-size:1.0em;
height: 1.6em;
font-weight: normal;
border: 1px solid #004A70;
color: #004A70;
background:#fff;
vertical-align:middle;
}

input[type=text]:focus, textarea:focus{
background: #FFF2D2;
}
/********************************************************************************/
#content .news_thumb a:link, #content .news_thumb a:visited, #content .news_thumb a:hover, #content .news_thumb a:active
{
/*align:left;*/ /*eva hat's auskommentiert am 23.03.06*/
padding:0px 10px 10px 0px;
border-bottom: 0;
}

#content ul, ol{
list-style-type:disc;
font-size: 80%;
padding-bottom:20px;
}
 
#content li{
margin:0px 0px 0px 20px;
}

#content li ul{
list-style-type:square;
padding-bottom:20px;
font-size: 100%;
}

#content dl{
font-size: 80%;
padding-bottom:20px;
}

#content dt{
font-weight: bold;
}

#content dd{
margin:0px 0px 0px 10px;
padding-bottom:10px;
}

/********************************************************************************/
#content img
{
padding:0px 10px 10px 0px;
}
