/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     Template symposium-a einspaltig	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
        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_blau.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: #e2013d;
	     text-decoration: none;
}
hr {
	    border-left:0px none; 
        border-right:0px none; 
        border-bottom:0px none; 
        margin:5px 0px; 
        color: #660033;
	    border-top: 1px solid #660033;
	    height: 1px;
	    width: 580px
}
h1 {
	    font-size: 1em;
	    color: #007abd;
	    text-transform: uppercase;
	    text-align: left;
	    font-weight: normal;
	    margin: 12px 2px 8px 2px;
}
h2 {
        font-size: 1em;
	    color: #000;
	    font-weight: normal;
	    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
}     

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Umschliesst die ganze Webseite
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main {
	    width: 919px;
	    margin: 0 auto;
	    padding: 0;  
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet den Kopfbereich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
        height: 150px;
	    width: 919px;
	    margin-bottom: 0px;	    
}
#header img {
        margin: 10px 0 0 10px;
}

       
.highlight {
	    background-color: #D0D0D0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Umschliesst Menu, Content und rechte Spalte
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
       margin: 0px auto 0px auto;          
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet das Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
        float: left;
	    width: 170px;
	    border-right: 1px solid #333;
	    background: #d9dadc;
}

.menu {   
	    
        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.7em;
	    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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#container {
        height:664px;
		margin: 0px 20px 0px 171px;
        padding: 0px 0px 0px 20px;
        background: url('images/bg_kontakt.jpg') no-repeat left top;
        z-index: 1;

}

#content {
        float: right;
        width:340px;
        margin-top:0px;
        padding: 0px 40px 20px 20px;
	    text-align: justify;
        background: #fff;
        z-index: 2;
   
}
#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;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet die Fusszeile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
         clear:both;
	     background-color: #FFFFFF;
	     width: 919px;
	     height: 40px;
	     padding-top:30px;
         font-size: 0.9em;
	     color: #333;
}

#footer p {
         text-align: right;
         margin-right:60px;
}
#footer img {
         float: left;
         margin: auto 0px auto 171px;
}



.unsichtbar{
         display: inline;
         left: -1000px;
         overflow: hidden;
         width: 0px;
         position: absolute;
         top: -1000px;
         height: 0px;
}
