/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     Template active_start	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
        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:5px 0px; 
        color: #660033;
	    border-top: 1px solid #660033;
	    height: 1px;
	    width: 580px
}
h1 {
	    font-size: 1em;
	    color: #cc0033;
	    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 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;
}

 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	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;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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 {   
	    
        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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
        margin: -15px 173px 0px 171px;
        padding: 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;
}
.clearing {overflow:hidden;
}
 
#content p {
          line-height: 1.4em;
          margin:0 0 15px 0;
          padding:0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Gestaltet den wechselnden Inhalt der Startseiten
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_start1 {
        height: 460px;
        margin-top: -15px;
        padding: 0px;
	    background: url('images/MS_Lucia.jpg') no-repeat left top;
        z-index: 1;     
}
.subcontent_start1 {
        float: right;
        width:50%;
        padding: 12px 20px 20px 20px;
	    text-align: justify;
        background: #fff;
        border-right: 0px solid #000;
        z-index: 2;
}

.content_start2 {
        height: 460px;
        margin: 0px;
        padding: 0px;
	    background: url('images/ALS_Verena.jpg') no-repeat left top;        
	    z-index:1; 
}
.subcontent_start2 {
        float: right;
        width:50%;
        padding: 12px 20px 20px 20px;
        text-align: justify;
        background: #fff;
        border-right: 0px solid #000;
        z-index: 2;
}

.content_start3 {
        height: 460px;
        margin: 0px;
        padding: 0px;
	    background: url('images/Tetraplegie_Michael.jpg') no-repeat left top;
	    z-index: 1;
}
.subcontent_start3 {
        float: right;
        width:50%;
        padding: 12px 20px 20px 20px;
	    text-align: justify;
        background: #fff;
        border-right: 0px solid #000;
        z-index: 2;
}

.content_start4 {
        height: 460px;
        margin: 0px;
        padding: 0px;
	    background: url('images/Autismus_Tim.jpg') no-repeat left top;
	    z-index: 1;
}
.subcontent_start4 {
        float: right;
        width: 50%;
        padding: 12px 20px 20px 20px;
	    text-align: justify;
        background: #fff;
        border-right: 0px solid #000;
        z-index: 2;
}

.content_start5 {
        height: 460px;
        margin: 0px;
        padding: 0px;
	    background: url('images/CP_Corsin.jpg') no-repeat left top;
        z-index: 1;
}
.subcontent_start5 {
        float: right;
        width: 50%;
        padding: 12px 20px 20px 20px;
	    text-align: justify;
        background: #fff;
        border-right: 0px solid #000;
        z-index: 2;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Gestaltet die temporäre Startseite uk-symposium
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_uk {
        min-height: 460px;
        margin: 0px;
        padding: 0px;
	    background: url('images/Lars.jpg') no-repeat left top;
        z-index: 1;       
}
/* IE < 7 */
* html .content_als {
        height: 460px;
}

.subcontent_uk {
        float: right;
        width:50%;
        margin:0px;
        padding: 12px 20px 20px 20px;
	    text-align: justify;
        background: #fff;
        z-index: 2;
}

.subcontent_uk p.right {
        color: #006699;
		text-align: right;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Gestaltet die Seiten Aktivitaet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_als {
        min-height: 460px;
        margin: 0px;
        padding: 0px;
        background: url('http://www.activecommunication.ch/media/Taetigkeitsbereiche/testimonial/ALS.jpg') no-repeat left top;
        z-index: 1;       
}
/* IE < 7 */
* html .content_als {
        height: 460px;
}

.content_tetra {
        min-height: 460px;
        margin: 0px;
        padding: 0px;
        background: url('http://www.activecommunication.ch/media/Taetigkeitsbereiche/testimonial/Tetraplegie.jpg') no-repeat left top;
        z-index: 1;       
}

/* IE < 7 */
* html .content_tetra {
        height: 460px;
}

.content_cp {
        min-height: 460px;
        margin: 0px;
        padding: 0px;
        background: url('http://www.activecommunication.ch/media/Taetigkeitsbereiche/testimonial/CP.jpg') no-repeat left top;
        z-index: 1;       
}

/* IE < 7 */
* html .content_cp {
        height: 460px;
}

.content_autismus {
        min-height: 460px;
        margin: 0px;
        padding: 0px;
background: url('http://www.activecommunication.ch/media/Taetigkeitsbereiche/testimonial/Autismus.jpg') no-repeat left top;
        z-index: 1;       
}

/* IE < 7 */
* html .content_autismus {
        height: 460px;
}

.content_ms {
        min-height: 460px;
        height:expression(document.body.clientHeight > 460 ? "auto":"460px")
        margin: 0px;
        padding: 0px;
	    background: url('http://www.activecommunication.ch/media/Taetigkeitsbereiche/testimonial/MS_2.jpg') no-repeat left top;
        z-index: 1;       
}
/* IE < 7 */
* html .content_ms {
        height: 460px;
}

.content_neuropathie {
        min-height: 460px;
        margin: 0px;
        padding: 0px;
        background: url('http://www.activecommunication.ch/media/Taetigkeitsbereiche/testimonial/Neuropathie_1.jpg') no-repeat left top;
        z-index: 1;       
}

/* IE < 7 */
* html .content_neuropathie {
        height: 460px;
}


.subcontent_taetigkeit {
        float: right;
        width:50%;
        margin:0px;
        padding: 0px 20px 20px 20px;
        text-align: justify;
        background: #fff;
        z-index: 2;
}

.subcontent_taetigkeit p.right {
        color: #006699;
		text-align: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Gestaltet die Mitarbeiter Fotoseite
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.team {
        height:
        margin: 0px;
        padding: 0px;
        text-align: left;
        
}
.team img {
        float: left;
        margin: 0 20px 0px 0; 
        
}
.team ul {
         text-align: left;
         margin:0px;
         padding:0;
         list-style: none; 
}
.team li{
        margin: 0;
        padding:0;
}
   
.team h6 {
        font-size: 0.5em;
        color: #fff;
}     


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Gestaltet den Newsbereich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#spalte_rechts {
         float:right;
         width:170px;
         margin:0px;
         padding:0px;
         border-left: 0px solid #333;
}

#mynews {color:#000;
        border-left: 0px solid #fff;
}
#mynews h1 {
         margin-left: 10px;   
         padding-top:0px;
         color: #333;
}
#mynews p {
         font-size: 1em;
         line-height: 1.5em;
         margin:0 10px 0 10px;
         padding: 0px;
}
#mynews a:link, a:visited, a:active {
	     color: #333;
	     text-decoration: underline;
         line-height: 1.5em;
}
#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:5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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: 58px;
        padding:0;
}


.unsichtbar{
         display: inline;
         left: -1000px;
         overflow: hidden;
         width: 0px;
         position: absolute;
         top: -1000px;
         height: 0px;
}