@charset "UTF-8";
/* CSS Document
        author:        Eddy Tavaszi [Studiengang Digitale Medien - DHBW Mannheim]
        date:        2009-04-02
*/

/* set everything to zero */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, ul, th, td {
        margin: 0;
        border: 0 none #FFFFFF;
        padding: 0;     
}
img {border: 0 none transparent;}
a:link {color: #000000;}
a:visited {color: #000000;}
a, a:hover {text-decoration: none;}

html,body {
        font: 14px Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.7em;
        margin:0;
        padding:0;
        height:100%;
        background:#ffffff;
        color:#040404;
}

div#site {
        position:relative;
        margin:0 auto;
        background:#ffffff;
        height:auto !important;
        height:100%;
        width:100%;
        min-height:100%;
        min-width: 1000px;
        background: url(../images/bg.jpg) no-repeat right top;
}
div#header {
        min-height: 190px;
}
h1 {
        position: absolute;
        left: 162px;
        top: 42px;
        z-index: 2;
}
h1 img {
        height: 78px;
}
h2 {
        position: absolute;
        left: 18px;
        top: 14px;
        z-index: 2;
}
h2 img {
        height:100px;
}
h3 {
        padding-bottom:30px;
        font-style: normal;
        font-size: 20px;
}
div#content {
        top: 150px;
        width: 60%;
        min-height:450px;
        margin-left: 30px;
        min-width: 600px;
        margin- bottom: 30px;
}
div#content ul {
        list-style: none;
}
div#content #txt {
        margin-top: -10px;
        z-index: 1;
        text-align: left;
        padding: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
        background:#fff;
        opacity: 0.8;
        border:1px solid #ccc;

        -o-box-shadow: 0px 0px 5px #888;
        -icab-box-shadow: 0px 0px 5px #888;
        -khtml-box-shadow: 0px 0px 5px #888;
        -moz-box-shadow: 0px 0px 5px #888;
        -webkit-box-shadow: 0px 0px 5px #888;
        box-shadow: 0px 0px 5px #888;

        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
}
div#content #navi {
        position: relative;
        z-index: 1000;
}
div#content ul li {
        font-size: 12px;
        display: block;
        padding: 0.2em;
        text-align: center;
        float: left;
}
div#content #navi ul {
        list-style: none;
        width:15.3em;
}
div#content #navi ul li {
        display: block;
        font-size: 14px;
        text-align: center;
        float: left;
        width: 7em;
        padding: 0.5em;
        background:#fff;
        opacity: 0.8;
        border:1px solid #ccc;

        -o-box-shadow: 0px 0px 5px #888;
        -icab-box-shadow: 0px 0px 5px #888;
        -khtml-box-shadow: 0px 0px 5px #888;
        -moz-box-shadow: 0px 0px 5px #888;
        -webkit-box-shadow: 0px 0px 5px #888;
        box-shadow: 0px 0px 5px #888;
}
div#content a:hover, div#content a.active {
        color: #e2001a;
}
div#content #navi ul li.first {
        display: block;
        font-size: 14px;
        text-align: center;
        float: left;
        width: 6em;
        padding: 0.5em;
        background:#fff;
        opacity: 0.8;
        border:1px solid #ccc;

        -o-box-shadow: 0px 0px 5px #888;
        -icab-box-shadow: 0px 0px 5px #888;
        -khtml-box-shadow: 0px 0px 5px #888;
        -moz-box-shadow: 0px 0px 5px #888;
        -webkit-box-shadow: 0px 0px 5px #888;
        box-shadow: 0px 0px 5px #888;

        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
}
div#content #txt a {
        color:black;
}
div#content #txt ol {
        padding-left: 35px;
}
div#content #txt ol li {
        padding-bottom: 20px;
}
div#content #txt {
        opacity: 1 !important;
}
div#txt .left {
        float:left;
        width: 37%;
}
div#txt a {
        color: #e2001a;
}
div#txt .left p {
        padding-bottom: 14px;
        padding-right: 20px;
}
div#txt .right {
        float:left;
        width: 63%;
          min-width: 300px;
}
div.spacer {
        height: 60px;
        width: 1px;
}
div#newsletter_button {
        position: absolute;
        right: 70px;
        top: 100px;
}

div.clear {
        clear: both;
}

/*Boxen-Punkte*/
#boxen{
    position:absolute;
    left:1000px;
    z-index:1;
    right:0px;
    }
@-webkit-keyframes point {
               from {
                -webkit-transform: rotate(0deg); 
                -webkit-transform-origin: 9px 10px; 
                -webkit-box-shadow: 0px 0px 4px #f00;
                opacity:0.5;
                margin-left:0px;
               }
               50% {
                opacity:0.2;
                -webkit-transform: rotate(180deg);
                -webkit-transform-origin: 10px 9px; 
                -webkit-box-shadow: 0px 0px 8px #f33;
                }
               to {
                -webkit-transform: rotate(360deg);
                -webkit-transform-origin: 9px 10px; 
                -webkit-box-shadow: 0px 0px 4px #f00;
                opacity:0.5;
               }
            }
            
            div.navipoint1 {
                -webkit-animation-duration: 5000ms; 
                width:20px;
                height:20px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                }
            div.navipoint2 {
                -webkit-animation-duration: 3800ms;
                width:22px;
                height:22px;
                -webkit-border-radius: 11px;
                -moz-border-radius: 11px;
                }
            div.navipoint3 {
                -webkit-animation-duration: 4200ms;
                width:22px;
                height:22px;
                -webkit-border-radius: 11px;
                -moz-border-radius: 11px;
                }
            div.navipoint4 {
                -webkit-animation-duration: 4800ms;
                width:20px;
                height:20px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                }
            div.navipoint5 {
                -webkit-animation-duration: 5400ms;
                width:22px;
                height:22px;
                -webkit-border-radius: 11px;
                -moz-border-radius: 11px;
                }
            div.naviani {
                background:#c00;
                -webkit-animation-name: point;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function:linear;
                opacity:0.5;
                }

div#punkt-newsletter{
     position: absolute;
     right: 95px;
     top: 210px;
     z-index:3;  
    }
div#punkt-newsletter img{
    height:30px;
    }   

div#punkt-twitter{
     position: absolute;
     right: 38px;
     top: 540px;
     z-index:3;
    }
div#punkt-twitter img{
    height:30px;
    }   
    
div#punkt-podcast{
     position: absolute;
     right: 255px;
     top: 400px;
     z-index:3;
    }   
div#punkt-podcast img{
    height:30px;
    }

div#punkt-ueberuns{
     position: absolute;
     right: 112px;
     top: 285px;
     z-index:3;
    }

div#punkt-ueberuns img{
    height:30px;
    }
    
div#ueberunslinks a{
    color:black;
    }
    
div#punkt-blog{
     position: absolute;
     right: 20px;
     top: 394px;
     z-index:3;
    }


/*Newsletter*/
#newsletter{    
    position: absolute;
    z-index: 4;
    top: 120px;
    right:60px;
    }
    
#newsletter img{
    height:155px;
    }   
    
#newsletter-inhalt{ 
    position: absolute;
    z-index: 4;
    top: 3.5em;
    margin-left:20px;
    width:20em; 
    }
    
#newsletter input.nl_email {
    font-size: 1em;
    position: absolute;
    z-index: 3;
    color: #666666;
    padding-top: 0.4em;
    text-align: left;
    width: 19.5em;
    height: 1.5em;
    line-height: 2em;
    top: 2em;
    opacity:0.9;
    filter:alpha(opacity=90);
    left: 0em;
    border: 1px solid #bbbdbe;
}
#newsletter input.nl_absenden {
    font-size: 1em;
    display: block;
    position: absolute;
    z-index: 3;
    line-height: 1.5em;
    text-align: center;
    top: 4.5em;
    left: 13.8em;
    padding:0em !Important;
    color: #ffffff;
    width: 6em;
    height: 2em;
    background-color: #000000;
    border: 1px solid #333333;
    cursor: pointer;
}
    
#closenewsletter{
    position:absolute;
    margin-top:-130px;
    margin-left:303px;
    width:1em;
    height:1em;
    display:block;
    cursor:pointer;
    }
    
/*Twitter*/

#twitter{   
    position: absolute;
    z-index: 4;
    top: 450px;
    right:20px;
    }
    
#twitter img{
    height:255px;
    z-index:4;
    }   
    
#twitter-inhalt{    
    
    z-index: 4;
    top: 3.5em;
    margin-left:20px;
    width:320px;    
    }
    
#twitter #twitter_update_list {
    position: absolute;
    top: 45px;
    left:20px;
    z-index: 3;
    list-style: none;
    width: 320px;
    height: 13.2em;
    background-color:#FFF;
    opacity:0.9;
    filter:alpha(opacity=90);
    border: 1px solid #c4c1c2;
    padding:0.4em;
    font-size: 12.5px;
    line-height: 1.4em;
}
#twitter #twitter_update_list a {
    display: block;
    color: #666;
    font-size: 0.8em;
    line-height: 1.7em;
    font-style:italic;
}
#twitter p {
    position: absolute;
    top: 233px;
    left: 20px;
    z-index: 3;
    line-height: 1.0em;
    font-size:0.7em;
}   

#twitter p a{
    color:#e2001a;
}

#closetwitter{
    position:absolute;
    margin-top:-233px;
    margin-left:348px;
    width:1em;
    height:1em;
    display:block;
    cursor:pointer;
    z-index:4;
    }

/*Podcast*/

#podcast{   
    position: absolute;
    z-index: 4;
    top: 360px;
    right:150px;
    }
    
#podcast img{
    height:85px;
    z-index:4;
    }   
    
#podcast-inhalt{    
    z-index: 4;
    margin-top: -55px;
    margin-left:110px;
    line-height:20px;
    width:20em; 
    }

#closepodcast{
    position:absolute;
    margin-top:-38px;
    margin-left:347px;
    width:1em;
    height:1em;
    display:block;
    cursor:pointer;
    z-index:4;
    }
    

/*Über uns*/
table
    {
    margin-top:20px;
    }

tr
    {
    height:18.5px;
    }

td{
    vertical-align:top;
    
    }
/*Anfahrt*/

div#googlemap{
	margin-right:20px;
	}
	
div#anfahrtbeschreibung{
	width:100%;
	height:100%;
	text-align:left;!important
	}	

div#anfahrtbeschreibung ol{
	list-style-type: disc;
	margin-left:-17px;
	font-size:13px;
	color:#666;
	}
	
div#anfahrtbeschreibung li{
	margin-bottom:-15px;
	line-height:20px;
	}	

/*Sitemap*/

#sitemap {
        max-width: 900px    ;
        /* IE-Hack */
        width:expression
        (document.body.clientWidth 
        < 1000? "1000px": "auto")

    }

#sitemap ul {
        list-style-type: none;
    }       
    
        #sitemap ul li {    
            float: left;
            margin-bottom: 10px;
        }
        
            #sitemap ul a{
                display: block;
                padding: 3px 8px;
                opacity: 1;
            }
            
            #sitemap ul li a:hover {
                background-color: #dfdfdf;
            }
                                                


#sitemap .font12 {
    font-size: 0.8em;
}

#sitemap .font17 {
    font-size: 1.3em;
}

#sitemap .font22 {
    font-size: 1.8em;

}

#sitemap .randpadd1 {
    padding: 10px 7px 19px 0;
}

#sitemap .randpadd2 {
    padding: 35px 5px 0px 5px;
}

#sitemap .randpadd3 {
    padding: 0px 0px 20px 0;
}

#sitemap .randpadd4 {
    padding: 0px 8px 3px 2px;
}

#sitemap .randpadd5 {
    padding: 0px 3px 6px 2px;
}

/*Sponsoren*/

#sponsoren_logos {
        max-width: 1000px   ;
        margin-top: 30px;
        /* IE-Hack */
        width:expression
        (document.body.clientWidth 
        < 1000? "1000px": "auto")
    }
#sponsoren_logos_current img{
    width:110px;
    padding:5px;
    padding-bottom:15px;
    }
#sponsoren_logos_current ul li{
    width:130px;
    }

/*Agenda*/
#referenten_logos {
                max-width: 1000px        ;
                margin-top: 30px;
                /* IE-Hack */
                width:expression
                (document.body.clientWidth
                < 1000? "1000px": "auto")
}
ul#referenten_logos {
        list-style-type: none;
}
ul#referenten_logos li {
        float: left;
        margin-bottom: 10px;
}
ul#referenten_logos a {
        display: block;
        padding: 3px 8px;
}
.referent1 {
        padding: 10px 7px 19px 0;
}
.referent2 {
        padding: 35px 5px 0px 5px;
}
.referent3 {
        padding: 0px 0px 20px 0;
}
.referent4 {
        padding: 0px 8px 3px 2px;
}
.referent5 {
        padding: 0px 3px 6px 2px;
}


/* FOOTER */
div#footer {
        position:absolute;
        width:100%;
        height: 40px;
        bottom:0;
        z-index: 1;
        background-color: #bbbdbe;
}
div#footer ul {
        margin-left: 45px;
        margin-top: 8px;
        width: 600px;
        list-style: none;
}
div#footer ul li {
        display: block;
        padding: 5px;
        text-align: center;
        float: left;
}
div#footer a:hover {
        color: #e2001a;
}
div#footer_fractal {
        position: absolute;
        bottom: 10px;
        height: 45px;
        width: 43px;
        z-index: 2;
        /*background: url(../images/footer_fractal.png) no-repeat top left;*/
}

#fraktalfooter{
	position: absolute;
    top: 1em;
    right:190px;
    z-index:3;
    height: 2em;
	
	}

/*Referenten*/

div#referentenlinks{
    width:90%;
    }
div#referentenlinks a{
    color:black;s
    }

div#referentenlinks a:hover{
    color:red;
    }
    
/*Blog*/

div.blog_entry_title {
    font-size:1.4em;
    line-height:2em;
    }
div.blog_entry_date{
    font-size:0.9em;
    color:#c00;
    }
div.blog_entry_comment{
    margin-left:20px;
    }
span.blog_entry_comment_headline{
    font-size:1.1em; 
    color:#aaa;
    line-height:2.1em;
}
span.blog_entry_comment_name{
    font-weight:bold;
    }
span.blog_entry_comment_header{
    font-size:0.8em;
    }
div.blog_entry_comments{
    margin-top:20px;
    }
div.blog_entry_comments .commentButton {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000000;
    border: 1px solid #333333;
}

/*Bookmarks*/



#bookmarks{
    position: absolute;
    top: 0.9em;
    right:30px;
    z-index:3;
    height: 2em;
    }

/* KONTAKT */
.fehlermeldung {
        color: #e2001a !important;
}
form#Kontaktformular {
        font-size: 14px;
        width: 360px;
        margin:0;
        padding:0;
}

form#Kontaktformular {
        font-size: 14px;
        width: 360px;
        margin:0;
        padding:0;
}

form#Kontaktformular label, form#Kontaktformular input, form#Kontaktformular textarea {
        font: inherit;
        color: inherit;
        width: 200px;
        margin: 7px 3px 0 0;
        padding: 1px;
        display: block;
        float: left;
}
form#Kontaktformular input, form#Kontaktformular textarea {
        font-size: 14px;
        color: #666666;
        height: 20px;
        padding-top: 3px;
        border: 1px solid #bbbdbe;
}
form#Kontaktformular textarea {
        height: 100px;
}
form#Kontaktformular input:focus, form#Kontaktformular textarea:focus {
        border:1px solid #e2001a;
}
form#Kontaktformular label {
        text-align: right;
          width: 125px;
        padding:0 15px 0 0;
}
form#Kontaktformular label#auftragsnummer {
          width: 224px;
}
form#Kontaktformular legend {
        display:none;
}
form#Kontaktformular fieldset {
        border:none;
        padding:0;
}
form#Kontaktformular input#submit {
        font-size: 14px;
        display: block;
        line-height: 25px;
        padding-top: 0;
        text-align: center;
        color: #ffffff;
        width: 120px;
        height: 28px;
        background-color: #000000;
        border: 1px solid #333333;
        cursor: pointer;
}
form#Kontaktformular fieldset#submitbox {
        padding: 0 0 0 145px;
        clear: both;
}
form#Kontaktformular fieldset#adresse {
        margin:0;
}
form#Kontaktformular input#plz {
        width: 50px;
}
form#Kontaktformular input#ort {
        width: 144px;
}

form#Kontaktformular input#nachricht {
        width: 100px;
}
form#Kontaktformular label.radio {
        width:auto;
}
form#Kontaktformular input.checkbox {
        width: 20px;
        margin-top: 10px;
        border: none;
        background: transparent;
}
form#Kontaktformular label.checkbox {
        width: 9em;
}
form#Kontaktformular label.required {
        background:url(../images/required_unten.png) top right no-repeat;
}
.error {
        color: #f00 !important;
        font-weight: bold !important;
}
form#Kontaktformular br {
        clear: left;
}
form#Kontaktformular input[type=hidden] {
        display: none;
        border: 0;
        padding: 0;
}



form#contactform {
        font-size: 14px;
        width: 100%;
        margin:0;
        padding:0;
}

form#contactform {
        font-size: 14px;
        margin:0;
        padding:0;
}

form#contactform label, form#contactform input, form#contactform textarea {
        font: inherit;
        color: inherit;
        width: 200px;
        margin: 7px 3px 0 0;
        padding: 1px;
        display: block;
        float: left;
}
form#contactform input, form#contactform textarea {
        font-size: 14px;
        color: #666666;
        height: 20px;
        padding-top: 3px;
        border: 1px solid #bbbdbe;
}
form#contactform textarea {
        height: 100px;
	 width: 70%;
}
form#contactform input:focus, form#contactform textarea:focus {
        border:1px solid #e2001a;
}
form#contactform label {
        text-align: right;
          width: 125px;
        padding:0 15px 0 0;
}
form#contactform label#auftragsnummer {
          width: 224px;
}
form#contactform legend {
        display:none;
}
form#contactform fieldset {
        border:none;
        padding:0;
}
form#contactform input#submit {
        font-size: 14px;
        display: block;
        line-height: 25px;
        padding-top: 0;
        text-align: center;
        color: #ffffff;
        width: 120px;
        height: 28px;
        background-color: #000000;
        border: 1px solid #333333;
        cursor: pointer;
}
form#contactform fieldset#submitbox {
        padding: 0 0 0 145px;
        clear: both;
}
form#contactform fieldset#adresse {
        margin:0;
}
form#contactform input#plz {
        width: 50px;
}
form#contactform input#ort {
        width: 144px;
}

form#contactform input#nachricht {
        width: 100px;
}
form#contactform label.radio {
        width:auto;
}
form#contactform input.checkbox {
        width: 20px;
        margin-top: 10px;
        border: none;
        background: transparent;
}
form#contactform label.checkbox {
        width: 9em;
}
form#contactform label.required {
        background:url(../images/required_unten.png) top right no-repeat;
}
.error {
        color: #f00 !important;
        font-weight: bold !important;
}
form#contactform br {
        clear: left;
}
form#contactform input[type=hidden] {
        display: none;
        border: 0;
        padding: 0;
}



#bestellung {
        margin-left:140px;
        margin-bottom: 10px;
}
#bestellung img {
        height: 45px;
}
.bestaetigen {
        min-width: 250px;
}


/* Sitemap Animation */
@-webkit-keyframes pulse {
 0% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 33% {
   opacity: 0.75;
   -webkit-transform: scale(1.1) rotate(-5deg);
 }
 67% {
   opacity: 0.5;
   -webkit-transform: scale(1.1) rotate(5deg);
 }
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}

.pulsedbox {
 -webkit-animation-name: pulse;
 -webkit-animation-duration: 4s;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
 0% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 33% {
   opacity: 0.75;
   -webkit-transform: scale(1.1) rotate(5deg);
 }
 67% {
   opacity: 0.5;
   -webkit-transform: scale(1.1) rotate(-5deg);
 }
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}

.pulsedbox2 {
 -webkit-animation-name: pulse2;
 -webkit-animation-duration: 4s;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in-out;
 -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulse3 {
 0% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 33% {
   opacity: 0.75;
   -webkit-transform: scale(1.02) rotate(0.3deg);
 }
 67% {
   opacity: 0.5;
   -webkit-transform: scale(1.02) rotate(-0.3deg);
 }
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}

.pulsedbox3 {
 -webkit-animation-name: pulse3;
 -webkit-animation-duration: 4s;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in-out;
 -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse4 {
 0% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 33% {
   opacity: 0.75;
   -webkit-transform: scale(1.02) rotate(1deg);
 }
 67% {
   opacity: 0.5;
   -webkit-transform: scale(1.02) rotate(-1deg);
 }
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}
.pulsedbox4 {
 -webkit-animation-name: pulse4;
 -webkit-animation-duration: 4s;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in-out;
 -webkit-animation-iteration-count: infinite;
}

.pix {
	height: 100px;
	width: 100px;
	border: 1px solid #cccccc;
	float: left;
	margin: 10px;
	vertical-align: middle;
}
.pix1 {
	height: 83px;
	width: 100px;
	border: 1px solid #cccccc;
	float: left;
	margin: 10px;
	padding-top: 17px;
}