/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     Template allgemein Styles	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
        margin: 0px;
        padding: 0px;
}


body, td, th {
	    font-family: Arial, Helvetica, Verdana sans-serif;
	    font-size: 0.75em;
	    color: #333;
}
body {	    
	    background: #ffffff url('images/schatten_3000px.jpg') top center repeat-x;
	    margin: 0;
	    padding: 0;
}
a:link, a:visited, a:active {
	     color: #333;
	     text-decoration: underline;
         line-height: 1.6em;
}
a:hover, a:focus {
	     color: #cc0033;
	     text-decoration: none;
}
hr {
	    border-left:0px none; 
        border-right:0px none; 
        border-bottom:0px none; 
        margin: 0px; 
        color: #333;
	    border-top: 1px dotted #333;
	    height: 1px;
	    width: 530px;
}
h1 {
	    font-size: 1em;
	    color: #cc0033;
	    line-height: 3.5em;
	    text-transform: uppercase;
	    text-align: left;
	    font-weight: normal;
	    margin: 0px 2px 8px 2px;
}
h2 {
        font-size: 1em;
	    color: #000;
	    font-weight: bold;
	    text-align: left;
	    margin: 8px 2px 8px 2px;
}
p {     
        line-height: 1.2em;
        margin:0;
        padding:0;
}

form {
	    margin: 0;
}
blockquote {
        font: italic 1.2em/1.2 arial, helvetica, verdana, sans-serif;
	    color: #006699;
	    text-align: left;
	    margin: 8px 10px 8px 10px;
}

p.klein {
        font: italic 0.8em/1.2 arial, helvetica, verdana, sans-serif;
	    color: #006699;
	    text-align: left;
	    margin-top:8px;
	    padding-bottom: 20px;
}	    

img {
        border: 0px;     
}
        
img.rechts_top {
         float: right;
         margin: 0px;
         padding: 0px 0px 15px 20px;
}
img.links_top {
         float: left;
         margin: 0px;
         padding: 0px 20px 15px 0px;
}

img.rechts_fluss {
         float: right;
         margin: 0px;
         padding: 10px 0px 10px 20px;
}
img.links_fluss {
         float: left;
         margin: 0px;
         padding: 10px 20px 10px 0px;
}






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Umschliesst die ganze Webseite
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#main {
	    width: 919px;
	    margin: 0 auto;
	    padding: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet den Kopfbereich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
        height: 150px;
	    width: 919px;
	    margin-bottom: 0px;	    
}       

#banner {
        height: 150px;
	    width: 489px;
        float: left;
        text-align: right;
}
#banner img {
        float: left;
        margin: 40px 0 0 5px;
}

#search_box {
        clear:right;
        height: 35px;
	    float: right;
	    width: 170px;
}
.search_string {
        float:right;
        margin:15px 5px 0 0px;
	    width: 160px;
	    height: 16px;
        font-size: 1em;
}
.search_submit {
           clear:right;
           float:right;
           border:0px none;
	       width: 90px;
	       height: 30px;
	       background: #fff url('images/icon_lupe.jpg') no-repeat left top;
           margin: 2px 0px 0 4px;
	       font-size: 1em;
	       color: #333;
	       text-transform: uppercase;
	       text-align: right;
	       padding-left:0; padding-right:5px; padding-top:5px; padding-bottom:5px;
}
.highlight {
	    background-color: #D0D0D0;
}
span.highlight {
	    background-color: #f3eb60;
}

 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Gestaltet das Top-Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#topmenu {    
           height: 30px;
	       float: right;
	       width: 165px;
	       margin-top:40px;
	       margin-right:5px;
}

#topmenu ul {
         text-align: right;
         margin:0px;
         padding:0;
         list-style: none; 
}
#topmenu li{
        display: inline;
        margin: 0;
        padding:0;
}
#topmenu img {
        border: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Umschliesst Menu, Content und rechte Spalte
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
       margin: 0px auto 0px auto;
       background: url('images/background.jpg') right top repeat-y;
       
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet das Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
        float: left;
	    width: 170px;
	    border-right: 1px solid #333;
	    background: #ccc;
}

.menu {   
	    width: 160px;
        height: 370px;
	    margin: 0px;
	    padding-top: 12px;
	    color: #331;
	    border-left: 5px solid #fff;
        border-right: 5px solid #fff;       
}

.menu ul, .menu li {
	    margin: 0 0 0px 0;
	    padding-left: 0px;
	    list-style: none;
}
.menu ul ul {
	    padding: 0 0 15px 0px;
        list-style: none;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	    display: block;
	    line-height: 1.6em;
	    padding-left: 15px;
        color: #333;
        text-decoration: none; 
}

.menu_default a:hover, .menu_default a:focus {
	    background: #fff;      
}

.menu_current  {
	    border-right:0px solid #1b5ab5;
        background: #fff;
	    font-weight:normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet den Inhaltsbereich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
        margin: -15px 191px 0px 191px;
        padding: 0px 0px 0px 0px;
	    text-align: justify;     
}
#content a:link, a:visited, a:active {
	     color: #333;
	     text-decoration: underline;
         line-height: 1.6em;
}
#content a:hover, a:focus {
	     color: #cc0033;
	     text-decoration: none;
}
.sitemap {
         margin-left:50px;
}
.sitemap a {
         text-align:left;
         padding-bottom:2px;
}
.sitemap ul {
         padding-left: 8px;
}
.clearing {overflow:hidden;
}
#content p {
        line-height: 1.4em;
        margin:0 0 15px 0;
        padding:0;
}  

#content ul {
        padding-left: 15px;
        margin-bottom: 10px;
}

#content li {
        line-height: 1.4em;
        margin-bottom:5px;
}


 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Gestaltet die Kontaktseite
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_kontakt {
       min-height: 460px;
       margin: 0px -18px 0px -20px;
       padding: 0px;
       background: url('images/kontakt.jpg') no-repeat left top;
       z-index: 1;
}
/* IE<7 */
* html .content_kontakt {
       height:460px;
}

.subcontent_kontakt {
        float: right;
        width: 50%;
        margin: 0px;
        padding: 0px 20px 20px 20px;
        text-align: justify;
        background: #fff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet das Bilder-Menu im Inhaltsbereich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pmenu {width:98%;}
.pmenu a {display:block; float:left; width:160px; height:160px; text-decoration:none ! important; border:0px solid #dddddd; margin-right:12px; margin-bottom: 15px; padding:0;}
.pmenu a:hover {background-color:#dddddd; border-color:#cc0000}

.pmenu img {width:160px; height:130px; margin: 0px ! important; padding: 0px; ! important;}
.pmenu .name {display:block; margin:0px; padding:5px 0 0 0; font-size:1em;font-weight:bold;}
.pmenu .short {margin:2px; padding:0;font-size:0.9em;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet den Newsbereich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#spalte_rechts {
         float:right;
         width:170px;
         margin:0 0px 0 0px;
         padding:0;
         border-left: 0px solid #333;
}
#spalte_rechts h1 {		
		font-size: 1em;
	    color: #333;
	    line-height: 1.8em;
	    text-transform: uppercase;
	    text-align: left;
	    font-weight: normal;
	    margin: 12px 0 0 10px;
	    padding: 0px;   
}

#mynews {color:#000;
        border-left: 0px solid #fff;
}
#mynews p {
         font-size: 1em;
         line-height: 1.6em;
         margin:0 10px 0 10px;
         padding: 0px;
}
#mynews a:link, a:visited, a:active {
	     color: #333;
	     text-decoration: underline;
         line-height: 1.6em;
         
}
#mynews a:hover, a:focus {
	     color: #cc0033;
	     text-decoration: none;
}

#mynews hr {
         color: #fff;         
         border-top: 1px solid #b2d6ec;
         width:140px;
         margin-left: 5px;
         padding-bottom: 10px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet die Fusszeile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {    
           clear:both;
           height: 30px;
	       float: right;
	       width: 900px;
	       font-size: 0.9em;
	       margin-top:20px;
	       margin-right:5px;
}
#footer ul {
         text-align: right;
         margin:0px 0px 0 0px;
         padding:0;
         list-style: none; 
}
#footer li{
        display: inline;
        margin-left: 48px;
        padding:0;
}

.unsichtbar{
         display: inline;
         left: -1000px;
         overflow: hidden;
         width: 0px;
         position: absolute;
         top: -1000px;
         height: 0px;
}
