/* 
    Document   : style
    Created on : 24.11.2009, 17:41:49
    Author     : Roman
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-image: url(../images/seite/background.jpg);
    background-repeat: repeat-x;
    background-color: #ff2d00;
}
input[type="submit"] {
    padding:0;
    left:10px;
    margin:0;
    border:none;
    font-size:16px;
    background: url(../images/seite/up.gif) no-repeat center;
    color: #000000;
    height:23px;
    width:140px;
    /*
	width:110px; < - Breitenangabe für die Längere Version
	*/

}

input[type="submit"]:hover {
    padding:0;
    left:auto;
    margin:0;
    border:none;
    font-size:16px;
    background: url(../images/seite/down.gif) no-repeat center;
    color: #fff;
    height:23px;
    width:140px;
    /*
	width:110px; < - Breitenangabe für die Längere Version
	*/

}


#boxkey {
    padding: 10px;
    margin: 0px;
    padding-left: 25px;
    height: 15px;
    width: auto;
    font-weight: bold;
    border-style:solid;
    background:#FCF5CE url(../images/seite/green.png) no-repeat left;
    border-color:#F2CE3B;
}

input[type="submit"].login {
    padding:2;
    margin:0;
    border:none;
    font-size:12px;
    background: url(../images/seite/ups.gif) no-repeat center;
    color: #000000;
    height:21px;
    width:70px;
    algin: center;
    /*
	width:110px; < - Breitenangabe für die Längere Version
	*/

}

input[type="submit"].login:hover {
    padding:2;
    margin:0;
    border:none;
    font-size:12px;
    background: url(../images/seite/downs.gif) no-repeat center;
    color: #fff;
    height:21px;
    width:70px;
    /*
	width:110px; < - Breitenangabe für die Längere Version
	*/

}

#perform {
    display: block;
    color: black;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background-color: #ff7200;
    
}

#doors {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background-color: green;

}

a.login1 {
    font-size:12px;
    font-weight:bold;
    color: #000;
    text-decoration: none;
}

a.login1:hover {
    font-size:12px;
    font-weight:bold;
    color: #FFF;
    text-decoration: none;
}

a#siteLinks {
    font-size:12px;
    font-weight:bold;
    width: 150px;
    color: black;
    text-decoration: none;
}

a.ps {
    font-size:12px;
    font-weight:bold;
    color: white;
    text-decoration: none;
}

a.ps:hover {
    font-size:12px;
    font-weight:bold;
    color: white;
    text-decoration: none;
}

a#siteLinks:hover {
    font-size:12px;
    font-weight:bold;
    color: white;
    text-decoration: none;
}

a#siteLinks1 {
    font-size:12px;
    font-weight:bold;
    font-style: italic;
    color: black;
    text-decoration: underline;
}

a#siteLinks1:hover {
    font-size:12px;
    font-weight:bold;
    font-style: italic;
    color: white;
    text-decoration: underline;
}

a:link {
    color: #006597;
    text-decoration: none;
}



a:hover {
    color: #D46400;
    text-decoration: underline;
}

a:visited {
    color: #006597;
    text-decoration: none;
}


a.logout:visited {
    color: black;
    text-decoration: underline;
}

a.forumlink {
    color: #069;
    font-weight: bold;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}

a.topictitle {
    margin: 1px 0;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}

a.topictitle:visited {
    color: black;
    text-decoration: none;
}

p.ps {
    color: FFF;

    font-weight: bold;
    -moz-opacity:100; /* Gecko-Browser */
    opacity:100; /* Opera 9+ */
}




p.pss {
    color: FFF;
    width: 110px;
    font-weight: bold;
    -moz-opacity:100; /* Gecko-Browser */
    opacity:100; /* Opera 9+ */
}


.loginus1 {
    background-color:#FFFFFF;
    background-image:url(../images/headmenu/loginus.png);
    background-repeat:no-repeat;
    
    border:1px solid #CCCCCC;
    margin-left:0px;
    padding-left:18px;
    width:200px;
    border: 1px solid #000000;
}

.loginpw1 {
    background-color:#FFFFFF;
    background-image:url(../images/headmenu/loginpw.png);
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    margin-left:0px;
    padding-left:18px;
    width:200px;
    border: 1px solid #000000;
}


.loginus {
    background-color:#FFFFFF;
    background-image:url(../images/headmenu/loginus.png);
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    margin-left:0px;
    padding-left:18px;
    width:100px;
    border: 1px solid #000000;
}

.loginpw {
    background-color:#FFFFFF;
    background-image:url(../images/headmenu/loginpw.png);
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    margin-left:3px;
    padding-left:18px;
    width:100px;
    border: 1px solid #000000;
}

/*Curny*/
/* MainBox */
#myBox {
    margin: 0.0in auto;
    margin-top: 5px;
    color: #000;
    width: 1024px;
    
    padding: 5px;
    text-align: left;
    background-color: #fff;
    border: 2px solid #000000;
}

#myBox1 {
    margin: 0.0in auto;
    color: #000;
    width: 1024px;
    padding: 0px;
    text-align: left;
    border: 0px solid #ff5d08;
}
#myBox2 {
    margin: 0.0in auto;
    color: #000;
    width: 1024px;
    padding: 0px;
    text-align: left;
    border: 0px solid #ff5d08;
}

/*Corny*/

.showLogin {
     position: fixed;
    vertical-align: top;
    top: -100px;
    height: 190px;
    right: 50%;
    padding-top: 100px;
    color: #000;
    width: 128px;
    color: white;
    z-index: 10;
}


#login {
     position: fixed;
    vertical-align: top;
    top: -80px;
    background-image:url(../images/headmenu/loginmaske.png);
    background-repeat:no-repeat;
    height: 190px;
    left: 40%;
    padding-top: 90px;
    color: #000;
    width: 331px;
    color: white;
    z-index: 1000000;
}
.header {
    /*background-image: url(../images/headmenu/rab2010_head.png);
    background-color: black;*/
    height: 280px;
    width: 1024px;
    /*background-repeat: no-repeat;*/
}
.headerimage {
     cursor: hand;
    cursor: pointer;
    position: relative;
    top: 0px;
    
  

}

.schrift {
    position: relative;
    top: -70px;
    left: 10px;
    width: 1000px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    
}

.schrift {
    position: relative;
    top: -100px;
    left: 10px;
    width: 1000px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.schrift2 {
    position: relative;
    top: -105px;
    left: 10px;
    width: 1000px;
    font-size: 20px;
    font-weight: bold;
    color: white;
   }

.schrift3 {
    position: relative;
    top: -105px;
    left: 10px;
    width: 1000px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    
}


.content {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    min-height: 300px;
    margin-top: -85px;
    margin-left: 10px;
    margin-right: 10px;
}

.tickert {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    min-height: 30px;
  
    

}


.bottom {
    position: relative;
    background-image: url(../images/seite/foot.png);
    margin:auto;
    text-align: left;
    width: 1100px;
    top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    left: 0px;
    height: 180px;
    z-index: 10;
}

.usermenu {
    color: black;
    width: 130px;
}


.social {
    position: absolute;
    right: 10px;


}

a.menu1 {
    font-size:12px;
    font-weight:bold;
    color: black;
    text-decoration: none;
}

a.menu1:hover {
    font-size:12px;
    font-weight:bold;
    color: #FFF;
    text-decoration: none;
}

.menulinks {
    padding-top: 5px;
    margin-left: 25px;
}
        

.menu {
    position: relative;
    top: -95px;
    left: -3px;
    height: 0px;
    width: 900px;
}
#menubild {

    width: 1031px;
    height: 37px;
    background-image:url(../images/headmenu/menu_header.png);
    background-repeat: repeat-x;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
}



#copyright {
    margin: 0.0in auto;
    color: #000;
    width: 1024px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 5px;
    color: white;
}

.sitemap {
    padding-top: 5px;
    padding-left: 20px;

}

.futNeues {
    width: 0px;
    position: absolute;
    padding-top: 0px;
    padding-left: 10px;
}

.futFestival {
    max-width: 15px;
    position: absolute;
    padding-top: 0px;
    padding-left: 90px;
}

.futInteraktiv {
    width: 80px;
    position: absolute;
    padding-top: 0px;
    padding-left: 180px;
}

.futKontakt {
    max-width: 0px;
    position: absolute;
    padding-top: 0px;
    padding-left: 280px;
}

.usermenufoot {
    width: 120px;
    position: absolute;
    padding-top: 0px;
    padding-left: 370px;
}

.adminfoot {
    width: 160px;
    height: 400px;
    position: absolute;
    padding-top: 0px;
    padding-left: 700px;
}

#round_left {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    margin:10px;
    padding:10px;

}

.orderNow {
    cursor: hand;
    cursor: pointer;
    width: 145px;
    height: 90px;
    position: relative;
    top: 20px;
    right: 18%;
    border:2px solid #CCCCCC;
    z-index: 2030;
}

.homesite {
    cursor: hand;
    cursor: pointer;
    width: 867px;
    height: 170px;
    position: relative;
    top: -70px;
    left: 20px;
    border:0px solid #CCCCCC;
    z-index: 2000;
}


#festival { width: auto; height: auto; padding-bottom: 10px; padding: 10px; position: absolute; top: 18px; left:210px; text-align: left;  z-index: 18000;}
#inter { width: auto; height: auto; padding-bottom: 10px;  padding: 10px; position: absolute; top: 18px; left:415px; text-align: left;  z-index: 18000;}
#kon { width: auto; height: auto; padding-bottom: 10px; padding: 10px; position: absolute; top: 18px; left:565px; text-align: left;  z-index: 18000;}
#usermenu { width: auto; height: auto; padding-bottom: 10px;  padding: 10px; position: absolute; top: 18px; left:0px; text-align: left;  z-index: 18000;}

.path {
    padding-left: 10px;
    font-weight: bold;
    color: gray;
}

/*news*/

.nuber {
    width: 700px;
    height: 40px;
    font-size: 18;
    font-weight:bold;
}

.ndate {
    position:relative;
    left: 15px;
    top: 60px;
    font-size: 13;
    color: gray;
}

.nautor {
    position:relative;
    left: 85px;
    top: 37px;
    font-size: 10;
    width: 150px;

    color: gray;
}

.ncont {
    text-align: justify;
    line-height: 2;
    padding: 10px;
    padding-left: 0px;
    width: 800px;
}

.nkomment {
    color: gray;
    font-weight:bold;
}

.shortcomments {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 200px;


}

.singelCom {
    background-color: #eceff5;
    margin-top: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
}


.singelCom1 {
    background-color: #eceff5;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px;
}

.comusername {
    color: gray;
    font-weight: bold;
    margin-bottom: 3px;

}

.comtext {
    position: relative;
    top: -10px;
    font-size: 12px;
}

.comhock {
    position: relative;
    top: 5px;
    width: 10px;
    height: 10px;
    

}

.exitkom {

    width: 16px;
    height: 16px;

    background-image: url(../images/ico/action_delete.png);
    
}

.delkom {
    position: relative;
    top: -20px;
    left: 760px;
    width: 80px;
    height: 16px;
    font-size: 11px;
}

.mtext {
    position: relative;
    top: 0px;
    
}

.dellink {
     position: relative;
     top: -5px;
}

.dasrockt {
    position: absolute;
}

.Plogos {

	float: right;
	vertical-align: middle;	
}


tbanners_container { display:block; position:relative; left: -40px; width:800px; height:300px; margin:0px auto 0px; border:0px #CCCCCC solid; }
#banner_container { position:relative ; left: -40px; overflow:hidden ; width:800px; height:300px; margin:0px auto 0px;  }
#banners { white-space:nowrap; display:block; position:relative; }
#banners a img { border:none; }

.nuber2 {
     width: 700px;
    height: 20px;
    font-size: 15;
    font-weight:bold;
}

.oneNews {
   
}
.ncont2 {
    text-align: justify;
    line-height: 2;
    padding: 0px;
    padding-left: 0px;
    width: 700px;
}

.buynow {
    cursor: hand;
    cursor: pointer;
    height: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2000;
    border: 0px #CCCCCC solid;
}


.youtube {
    position: absolute;
    top: 670px;
    right: 45px;
}

.gEvent {
    height: 250px;
    width: 100%;
}
