/* Start of CMSMS style sheet 'WW_Standard_Styles' */
/* * General Body Layout * */
body {
    padding: 0px;
    margin: 0px;
   font-family: Tahoma,sans-serif;
    font-size: 14px;
    color: black;
    background-color: white;
}

/*==============================================*/
/* * HEADER * */
#header {
    position: fixed;
    padding: 0px;
    margin: 0px;
    height: 150px;
    width: 100%;
    color: black;
    background-color: white;
    background-repeat: no-repeat;
    background-image: url(uploads/images/site/banner.png);
/* * Header must be the top Layer! * */
    overflow: hidden;
    z-index: 200;
}

/* * Language !!!!verschwunden!!!!! - wie besprochen kein Language Button bis die englische Seite steht 
* */
#language {
    float: right;
    padding-right:10px;
    padding-top:10px;
}
#language img {
    border:none;
}
/* * Language Link Styling * */
#language a:link {
    color: black;
    background-color: #eee;
    text-decoration: none;
}
/* * Language Link Visited Style * */
#language a:visited {
    background-color: #eee;
    color: black;
    text-decoration: none;
}

/* * Footer Rollover Style * */
#language a:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}

/*====================================================================*/
/* * Menu Alignment * */
#menu {
    position: relative;
    top: 112px;
    height: 0px; /* IE6 NO EFFECT! */
    left: 1cm;
}

#menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

/* * Menu Items Alignment * */
#menu li {
    float: left;
    padding: 5px;
}

/* * Set up Link Style with BG-Images * */
#menu li a {
    padding: 4px;
    margin: 0px;
    color: #666;
    background-color: white;
    text-decoration: none;
}
/*
  *
  Set up Active State by attending "currentpage" and "activeparent" classes used in minimal_menu.tpl *
 */
#menu li a.currentpage:link, #header li a.currentpage:visited, #header li a.activeparent:link, #header li a.activeparent:visited {
    /*background-color: #eee;*/
    color: black;
    padding: 4px;
    text-decoration: none;
}
/* * Set up RollOver Style for Menu * */
#menu li a:hover {
    padding: 4px;
    text-decoration:underline;
}

/* * RULER * */
/* * General Breadcrumbs Styling with BG-Image * */
#ruler {
    position: relative;
    top:147px;
    _top: 122px; /* IE6 ONLY! */
    height: 3px; /* IE6 NO EFFECT! */

    background-image: url(uploads/images/site/ruler.png);
    background-repeat: repeat-x;
    color: black;
    background-color: white;
}

/*====================================================================*/
/* * CONTENT * */

#content {
    position: relative;
    top: 170px;
    _top: 0px;
    margin: 0px 10px 0px 10px;
}

h2 {
    font-size: 14px;
}

#imp {
    margin-bottom:10px;
}

#imp a:link {
    color: black;
    background-color: white;
    text-decoration: underline;
}
/* * Footer Link Visited Style * */
#imp a:visited {
    color: black;
    background-color: white;
    text-decoration: underline;
}
/* * Footer Rollover Style * */
#imp a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
}

.containerstart {
   padding:15% 5%;
   font-family: Tahoma,sans-serif;
   font-weight: normal;
   font-size: 17px;
   color: black;
   text-align: center;
}


.containerkontakt {
   padding:12% 25%;
   font-family: Tahoma,sans-serif;
   font-weight: normal;
   font-size: 17px;
   color: black;
   text-align: center;
}

.containerimpressum {
   padding:8% 20%;
   font-family: Tahoma,sans-serif;
   font-weight: normal;
   font-size: 17px;
   color: black;
   text-align: center;
}

/*====================================================================*/
/* * FOOTER* */
/* * General Footer Styling with BG-Image * */
#footer {
    position: relative;
    top: 170px;
    _top: 0px;
    height: 3px;
    background-color: #FFF;
    background-image: url(uploads/images/site/ruler_switched.png);
    background-repeat: repeat-x;
    text-align:center;
    padding-top:1em;
    color:black;
}
/* * Footer Link Styling * */
#footer a:link {
    color: black;
    background-color: white;
    text-decoration: underline;
}
/* * Footer Link Visited Style * */
#footer a:visited {
    color: black;
    background-color: white;
    text-decoration: underline;
}
/* * Footer Rollover Style * */
#footer a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
}
/* End of 'WW_Standard_Styles' */

