/************************************************************************************
Datei:          index.css
Beschreibung:   Formatierungen der Elemente in index.html
Erstellt von:   Elias Sasek
*************************************************************************************/

/************************************/
/*Import weiterer Stylesheets        /
/************************************/

/*html,body{
  background-color:#011f39;
  margin:0;
	background-image: url(../../images/global_all/glob_background02.png);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Garamond,"Times New Roman",serif;
	font-size:18px;
	color:black;
	width:100%;
	height:100%;
}*/

div#bg_karma{
              background-image: url('../../images/index_all/bg_karma.jpg'); 
              width: 750px; 
              height: 750px;
            }
            
div#link_cont{
                float:right; 
                margin: 215px 75px 0 0; 
                width:150px; 
                height:70px;
              }
              
div#link_cont2{
                float:right; 
                margin: 120px 270px -50px -420px; 
                width:150px; 
                height:50px;
              }              


div#link_cont2 a {
                margin-top: 10px;
                margin-bottom: -10px;
                font-size: 10pt;
                font-family: Trebuchet MS;
                color: white;
              }              
              
div#medien_cont{
                  width:735px; 
                  height:370px; 
                  float:left; 
                  margin: 160px 0 0 9px;
                }
                
div#cont_karmasound{
                      width:217px;
                      height:303px;
                      float:left;
                      margin: 0 0 0 0;
                    }
                    
div#cont_btn_sound{
                      width: 170px; 
                      height: 89px; 
                      border: none; 
                      margin: 35px 0 0 0;
                      background-image:url('../../images/index_all/cont_karma-sound.png');
                  }
                  
div#btn_doku{
              background-image:url('../../images/index_all/btn_doku.png');
              width:222px;
              height:83px;
              margin: 208px 2px 0 0;
            }
            
div#btn_doku:hover{
              background-image:url('../../images/index_all/btn_doku.png');
              width:222px;
              height:83px;
              margin: 208px 2px 0 0;
              background-position:222px;

            }
            
div#kinsey-text_cont{
                      width:700px;
                      height:120px;
                      margin: 25px 0 0 0;
                      font-size:0.9em;
                      text-align:left;
                    }
                    
p.kinsey_txt{
              color:#c6c6c6;
              font-family:Constantia, "Times New Roman",serif;
              
            }
            
            
            
#box_perfekt-naiv {
            height: 80px;
            width: 300px;
            /*background: green;*/
            font-family: arial;
            margin-top: 100px;
            margin-left: -17px;
            font-size: 11pt;
            /*margin-top: -600px;
            margin-right: -450px;
            position: 500px 0 0 600px;*/
            
            }
            
.none-border {
            text-decoration: none;
          }
