/*  =========================================================

1. Allgemeine Selektoren
   - Block-Elemente
   - Inline-Elemente
   - Allgemeine Klassen
   - Non-Layout IDs

2. Layoutbereiche
   - Wrapper
   - Kopfbereich
   - Navibereich
   - Textbereich
   - Fussbereich

3. Spezielle Seiten
   - Kontaktformular

========================================================== */

/* ===============================

   =1. Allgemeine Selektoren

=============================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
    height: 101%;
}

body {
    line-height: 1;
    color: #808080;
    background: url(../grafik/textur.jpg);
    text-align: center;
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

:focus {
	outline: 0;
}

/* ===============================
   =Block-Elemente
=============================== */

h1 {
    font-size: 110%;
    font-weight: bold;
    color: #FF0099;
    margin-bottom: 1em;
    text-transform: lowercase;
}

h2 {
    font-size: 130%;
    margin-bottom: 1em;
}

p, ul, ol {
    margin: 0 0 1em 0;
}

ol, ul {
    list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote, q {
	quotes: "" "";
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
    	content: "";
    }

/* ===============================
   =Inline-Elemente
=============================== */
strong,b {
 font-weight:bold;
}

em,i {
 font-style:italic;
}


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

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

/* ===============================
   =Classes allgemeiner Art
=============================== */
.center {
    text-align: center;
}

.kleinschrift {
    font-size: 10px;
}

.accessibility {
    display: none;
}

.floatl {
    float:left;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.floatr {
    float:right;
    padding: 3px;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* ========================================

  =2. LAYOUTBEREICHE

========================================= */

#wrapper {
    width: 960px;
    padding-top:14px;
    margin: 0 auto;
    text-align: left;
    clear: both;
    background:white;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    position: relative;
    min-height: 100%;
}

* html #wrapper {
height: 100%;
} 
/* ===============================
   =KOPFBEREICH
=============================== */

#header .logo{
    margin-left:20px;
}

#header ul {
    margin-top:18px;
}

#header ul li {
    float:left;
    display:inline;
    padding-right:5px;
    margin-right:5px;
    border-right:1px solid #808080;
}

#header ul li.last {
    margin-right:20px;
    border-right:none;
}

#header ul li a{
   text-decoration:none;
}

#header ul li.active a{
   color: #FF0099;
}


/* ===============================
   =NAVIBEREICH
=============================== */

#left ul{
    padding-left:20px;
}

#left ul li{
   line-height:30px;
   font-weight:bold;
}

#left ul li a{
   text-decoration:none;
}

#left ul li.active a, #left ul li.trail.news a, #left ul li li.active a{
   color: #FF0099;
}

#left ul li.active li a, #left ul li.submenu.active a{
   color: #808080;
}

#left ul li li a:hover, #left ul li.active li.active a{
   color: #FF0099;
}

#left ul ul {
    padding-left:15px;
    margin-bottom:0;
}

#left ul li li{
   line-height:30px;
   font-weight:normal;
}


/* ===============================
   =TEXTBEREICH
=============================== */

#main {
   padding-right: 100px;
   color: #000;
   line-height:1.5;
}

#main p {
   text-align:justify;
}

#main ul {
   margin-left:17px;
   list-style-type: disc;
}

#main a {
    color: #FF0099;
    text-decoration:none;
}

#main a:hover {
    color: #808080;
    text-decoration:underline;
    }

#main .mime_icon {
   vertical-align: text-top;
}
#main .layout_short {
   margin-top:8px;
   padding-top:8px;
   border-top:1px solid #FF0099;
}

#main #map {
   line-height:1.2;
}

#neuigkeiten .mod_newslist {
   margin-bottom:20px;
}

/* ===============================
   =FUSSBEREICH
=============================== */

#footer {
  background:url(../grafik/adresszeile.jpg) 0 -52px no-repeat;
  margin-top:20px;
}

#footer p {
  color:#000;
  margin-left:245px;
  padding-top:45px;
  font-size:80%;
}


/* ===============================

   =3. Spezielle Seiten

=============================== */

/* ===============================
   Kontaktformular
=============================== */
form table td {
padding-bottom:3px;
padding-top:3px;
}

form div {
padding-bottom:10px;
}

form table td:first-child {
padding-bottom:0;
padding-right:10px;
text-align:right;
width:150px;
}

p.error {
color:#FF0099;
font-weight:bold;
margin:2px 0 5px 0;
font-size:75%;
}

input.error, textarea.error {
  background-color: #FFDFF2;
}

span.mandatory  {
color:#FF0099;
font-weight:bold;
}

input {
width:250px;
float:left;
}
input, textarea {
background-color:#F9F9F9;
border:1px solid #CCCCCC;
padding:2px;
}
input, button, textarea, select {
font-family:inherit;
font-size:99%;
font-weight:inherit;
}
caption, th, td {
text-align:left;
vertical-align:top;
}
textarea {
height:140px;
width:300px;
}

        input.submit {
            width: auto;
            margin-left: 175px;            
        }

    form br {
      clear: left;
    }
    
#main a.tooltip {
    position:absolute;
    left:430px;
    margin-left:5px;
  
}
#main a.tooltip:hover {
    text-decoration: none;
}

#main a.tooltip span {
    display: none;
}

#main a.tooltip:hover span {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #FF0099;
    display: block;
    left: 10px;
    margin: 10px;
    padding: 7px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 100;
    font-size:70%;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;    
text-decoration:none;
}

fieldset {border: 1px solid #ccc; padding:15px;margin-bottom:10px;}
legend {font-weight:bold;color:#ccc;}
label {float:left;width:160px;margin-bottom:10px;}

/* EoF */
