/*  
Theme Name: rockandmore.com
Theme URI: 
Description:
Version: 0.1
Author: Andreas Klinger
Author URI: http://www.rockandmore.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	If you replicate anything please put a little note in your disclaimer with a link to one of my 
	webpages (http://www.resident.at) - to raise my pagerank - thanks!
	
*/

/** {  border: 1px solid red; }
*/
#oldbrowsers {
	display:  none;
}
 
* {
	margin:0;
	padding:0;
}

body {
	font: 11px verdana,arial,sans-serif;
	text-align: center;
	color: #545454;
	background-color: white;
}
h1 { 
	font: 15px verdana,arial,sans-serif; 
	display: inline;
}
h2 {
	font: 13px verdana,arial,sans-serif; 
	display: inline;
}

ul, form { 
	display: inline;
	list-style-type: none;
	padding:  0;
	margin: 0;	
}
li {
	display: inline;
}
a { 
	text-decoration: none;
	color: #c14385;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
.dontshow {
	display: none; 
}
.jsdontshow {
	/* alternative display for non-js browsers */
	
}
.fl { 
    float: left;
}
.fr { 
	float: right;
}

table {
  float:left;
}
div.clearer {
  clear: both;line-height: 0; height: 0;
}

.hr {
  border-top: 1px dashed #C9C9C9;
  line-height: 0;
  height: 1px;
  width: 100%;
}
#page {
	width: 909px;
	margin: auto;
}

#header {
  margin-left: 70px;
/* FIXME... sollte ansich nicht so geloest werden */
}
	#header img, #header ul {
	  float: left;
   }
	#menue2 {
	  width: 100%;
    text-align: center;
	}
	  #menue2 ul {
  	  display: block;
  	  padding-top: 0.5em;
  	  border-top: 1px solid #d0d0d0;
	    width: 450px;
	    position:relative;
	    top: 5em;
	    margin: 4em auto 0em auto;
	  }
		#menue2 li {
      /* padding: 0 10px;
       border-right: 1px solid #545454; */
		}
		#menue2 li.last {
			/* border-right: 0; */
		}
		#menue2 li a {
			color: #545454;
		}
		#menue2 li a:hover {
		  color: #DD4394;
		  text-decoration: none;
		} 

#menue { 
 	 /* cheers to matthias zronek! */
     clear: left;
     display: block;
	   height: 27px;
     background-image: url("../images/layout/menuebar_middle.png"); 
     background-repeat: repeat-x; 
     line-height: 27px; 
     color: white; 
     text-align: center;
} 

#sidebar-left {
    clear: left;
    text-align: left;
    float: left;
  	padding: 14px 14px 0 19px;
  	width: 138px;
}
#sidebar-right {
  text-align: left;
  float: left;
	padding: 14px 19px 0 14px;
	width: 138px;
	overflow: hidden;
}


	.sidebar-box {
	  padding: 0 4px;
	  float: left;
	}
	#sidebar-box a {
      text-decoration: underline;
    }
    
	.sidebar-box h2 {
	  position: relative;
	  left: -4px;
	  display: block;
	  width: 138px;
	  height: 33px;
	  margin-bottom: 14px;
	  text-indent: -5000px;
	}
	
	.sidebar-box strong {
	    color: #c14385;
	}
	.sidebar-box span {
	    color: #c14385;
	}
	.sidebar-vip h2 {
	  background-image: url("../images/layout/sidebar_vip.png");
	}
  	.sidebar-vip form {
  	  float: left;
  	  display: block;
	  margin-top: 10px;
  	}
  	.sidebar-vip label {
  	  display: block;
  	  margin-bottom: 5px;
  	}
  	.sidebar-vip form div {
  	  width: 87px;
  	  float: left;
  	}
  	#login-login, #login-password { 
  	  width: 85px;
  	  margin-bottom: 5px;
    
  	  border-top: 1px solid #080808;
  	  border-left:1px solid #080808;
  	  border-bottom: 1px solid #d4d0c8;
  	  border-right: 1px solid #d4d0c8;
  	}
  	.sidebar-vip form input.submit {
  	  width: 48px;
  	  margin-top: 27px;
  	  float: left;
  	}

  .sidebar-feedback h2 {
	  background-image: url("../images/layout/sidebar_feedback.png");
	}
	
	  .sidebar-feedback span {
	    /*font-weight: normal;*/
	    padding: 0 0 10px 0;
	    border-bottom: 1px dashed #C9C9C9;
	    display: block;
	  }
	  
	  .sidebar-feedback a, .sidebar-vip a {
	    float: left;
	    display: block;
	    margin-top: 10px;
	    text-decoration: underline;
	  }
  
  .sidebar-hilfe h2 {
    background-image: url("../images/layout/sidebar_hilfe.png");
  }

    .sidebar-hilfe strong {
      font-weight: normal;
      margin-bottom: 10px;
      display: block;
    }
    .sidebar-hilfe .hr {
      margin: 15px 0 10px;
    }
    
  .sidebar-warenkorb h2 {
    background-image: url("../images/layout/sidebar_warenkorb.png");
  }
  
    .sidebar-warenkorb div  {
      margin-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px dashed #C9C9C9;
    }
    .sidebar-eventcustomer div  {
      margin-top: 8px;
      margin-right: 8px;
      padding-bottom: 8px;
      border-bottom: 1px dashed #C9C9C9;
    }
    .sidebar-eventcustomer a {
      text-decoration: underline;
    }
/*  .sidebar-warenkorb div.product {
        border-bottom: 1px dashed #C9C9C9;
      
    } */
    
    .sidebar-warenkorb div.alt {
      margin-bottom: 4px;
    }
    .sidebar-warenkorb img {
      margin-top: 5px;
      border: 1px solid #808080;
    }
    .sidebar-warenkorb a img {
        border: 0;
    }
  .sidebar-admin h2 {
    background-image: url("../images/layout/sidebar_admin.png");
  }
  .sidebar-eventcustomer h2 {
    background-image: url("../images/layout/sidebar_eventkunden.png");
  }
      	
#content {  
	text-align: left;
  float: left;
	margin: 9px 0 5em 0;
	width: 535px;
	padding: 5px 15px 0 15px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}
  

/* IST NOCH STATISCH */
#schnellsuche {
  color: white;
	height: 31px;
	font-size: 13px;
  background-color: #DD4394;
  margin-bottom: 11px;
  width: 534px;
}
  #schnellsuche div {
    height: 31px;    
    width: 534px;
  }
  #schnellsuche * {
    float: left;
  }
  #schnellsuche img.icon {
    position: relative;
    top: -1px;
    margin: 0 7px 0 10px;
  }
  #schnellsuche form {
    padding-top: 7px;
    width: 534px;
  }
    #schnellsuche input {
      position: relative;
      top: -2px;
      margin: 0 10px;
      font-size: 10px;
    }
    #schnellsuche input.submit {
      float: right;
    }
    #schnellsuche h2 {
    }
    #schnellsuche-datum {
      width: 70px;
    }
    #schnellsuche #schnellsuche-fotogruppe {
      width: 26px;
    }

	
	#events-box {
	  width: 535px;
    float: left;
	  display: block;
	  background-color: #F1F1EF;
	  margin-bottom: 20px;
	}
  	#events-box div {
  	  display: block;

  	}
  	.hook {
  	  float: left;
  	}
  	#events-box h2 {
  	  font-size: 11px;
  	  font-weight: bolder;
  	  color: #C14385;
  	  display: block;
  	  margin-bottom: 10px;
  	} 
	  #lastevents { 
	    text-align: left;
	    display: block;
	    float: left;
	    width: 239px;
	    padding: 13px 14px;
	    border-right: 1px dashed #C5C5C5; 
    }
      #lastevents ul { 
        display: block;
      }
      #lastevents ul li { 
        display: block;
        margin-bottom: 4px;
      }
	  #topevent {
	    text-align: left;
	    width: 239px;
	    padding: 13px 14px;
	    float: left;
	    display: block;
	  }
	  
      #topevent-middle {
        position: relative;
        left: -5px;
        background-image: url("../images/layout/topevent_middle.png");
        background-position: top left;
        background-repeat: repeat-y;
        width: 234px;
        margin-bottom: 12px;
      }
      
	    #topevent-top {
	      padding: 10px 12px 12px 54px;
      
	      background-image: url("../images/layout/topevent_top.png");
        background-position: top left;
        background-repeat: no-repeat;
        width: 168px;      
	    }
	    #topevent-top a {
	      color: white;
	    }
	    #topevent-bottom {
	      background-image: url("../images/layout/topevent_bottom.png");
	      background-position: bottom left; 
	      background-repeat: no-repeat;
        width: 234px;
	    }
	  
  .round-lt { 
    background-image: url("../images/layout/round-lt.png");
    background-position: top left;
    background-repeat: no-repeat;
  }
  .round-lb { 
    background-image: url("../images/layout/round-lb.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .round-rt { 
    background-image: url("../images/layout/round-rt.png");
    background-position: top right;
    background-repeat: no-repeat;
  }
  .round-rb { 
    background-image: url("../images/layout/round-rb.png");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
	
	
	#suchmachine {
	  clear: left;
	  text-align: left;    
	}


    #suchmachine-header {
      display: block;
	    background: #DD4394 url("../images/layout/round-lt.png") no-repeat  top left;
	    height: 31px;
	    width: 330px;
	    padding-left: 5px;
	    color: white;
	  }
  	  #suchmachine-header .hook {
  	    height: 31px;
  	    width: 325px;
  	    padding-right: 5px;
        background: #DD4394 url("../images/layout/round-rt.png") no-repeat  top right;
  	  }
  	  #suchmachine-header  * {
  	    float: left;
  	  }
      #suchmachine-header img.icon {
        margin: 7px 7px 0 5px;
      }
  	  #suchmachine-header h2 {
  	    margin-top: 7px;
  	  }
  	  #suchmachine-header select {
  	    min-width: 100px;
  	    margin-top: 6px; 
  	    float: right;
  	  }
      #suchmachine-header option {
  	    clear: both;
  	  }
  	#suchmachine-monat {
	    width: 135px;
	  }
	  #suchmachine-event {
	    width: 270px;
	  }
	  #suchmachine-last {
	    width: 130px;
	  }
	  #suchmachine .submit {
	    float: right;
	    position: relative;
	    left: 2px;
	  }
	

/* EVENT PAGE .eventpage */
.big_zurueck {
	font-size: 13px;
	text-decoration: underline;
}

.eventpage {
}
	.page-title {
	  width: 534px;
		padding-bottom: 10px;
    padding-left: 5px;

		border-bottom: 1px dashed #C9C9C9;
	}
		.page-title h2 {
	  
		}
			.page-title h2 span {
				color: #c14385;
			}

	#text-info {
		margin-top: 25px;
	  width: 534px;
		background-color: #F4F4F4;
	}
		#text-info span {
			color: #c14385;
		}
			#text-info .round-rb {
				width: 512px;    
				padding: 11px;
			}
		
	#event-gallery {
    
	  float: left;
		margin-top: 11px;
	}
		#event-gallery a {
			float: left;
			display: block;
			margin: 2px;
			border: 2px solid #fff;
			padding: 2px;
		}
		#event-gallery a:hover {
			border: 2px solid #c14385;
		}
	
	#paginator-div {
	  float: left;
	  width: 535px;
	  margin-top: 15px;
	  font-size: 13px;
	}
		#paginator {
		  margin-left: 10px;
		}
	    #paginator a {
		    color: #545454;
		  }
      #paginator a.current {
  		  color: #c14385;
  		}
		#fotogruppe-select {
		  margin-left: 10px;
		}
			#fotogruppe-select #schnellsuche-fotogruppe {
				width: 4.5em;
				text-align: right;
			}
			
	
#content.fotopage {
}		

#step-1, #step-2 {
  clear: left;
  color: white;
  height: 31px;
  font-size: 13px;
  background-color: #DD4394;
  margin: 15px 0 21px 0;
  width: 534px;
}
  #step-1 div, #step-2 div {
    height: 31px;    
    width: 534px;
  }
  #step-1 *, #step-2 * {
    float: left;
  }
  #step-1 img.icon, #step-2 img.icon {
    margin: 6px 7px 0 10px;
  }
    #step-1 span, #step-2 span {
      float: right;
      margin: 7px 7px 0 0;
      
    }
    #step-1 h2, #step-2 h2 {
      margin: 7px 0 0 7px ;
    }
    #step-2 {
      background-color: #E3E3E0;
    }
    #step-2 h2 {
      color: #545454;
    }

#foto-slider {
  clear: left;
  float: left;
  width: 534px;
  text-align: center;
  margin-top: 20px;
  padding-left: 5px;
}
	#foto-slider-overflow {
		float: left;
		width: 435px;
		overflow: auto;
		height: 64px;
	}
	  #foto-slider .pfeil {
		  position: relative;
	    width: 35px;
	    margin: 15px 0px; 
		  float: left;
		  display: none;
	  }
	  #foto-slider-overflow a {
	    padding:2px;
	    width: 50px;
	    margin: 2px;
	    border: 2px solid white;
	    display: block; 
	    float: left;
	  }
  
	  #foto-slider-overflow a.current, #foto-slider-overflow a:hover {
	    border: 2px solid #c14385;
	  }
  	  #foto-slider-overflow div {
		float: left;
		width: 1488px;	
	  }
  
#foto-preview {
  margin: 0 5px;
  text-align: center;
}
  #foto-preview-canvas {
    width: 403px;
    height: 252px;
    float: left;
    background-position: top right;
    background-repeat: no-repeat;
  }
    #foto-preview-canvas img {
      width: 403px;
      height: 252px;
    }
  #foto-rahmen-auswahl {
    margin-left: 6px;
    float: left;
    overflow: auto;
    height: 252px;
    width: 88px;
    padding: 0 14px;
    text-align: left;
  }
      #foto-rahmen-auswahl a {
        display: block;
        padding: 2px;
        border: 2px solid white;
        width: 63px;
        margin: 2px 0 ;
      }
      
      #foto-rahmen-auswahl a:hover, #foto-rahmen-auswahl a.current {
        border: 2px solid #c14385;
      }
      #foto-rahmen-auswahl img {
        border: 1px solid #d0d0d0;
      }
      #foto-rahmen-auswahl h3 {
        margin-left: 3px;
        margin-bottom: 2px;
        font-weight: normal;
        font-size: 11px;
        color: #C14385;
      }
      
  #foto-preview span {
    clear: both; 
    display: block;
    margin-right: 100px;
    width: 425px;
  }
  
  #content.fotopage #bestellinput {
    display: block;
    padding: 0 5px;
  }
    #content.fotopage #bestellinput label {
      float: left;
    }
    #content.fotopage #bestellinput span {
      position: relative;
      top: -7px;
      float: right;
    }
    #content.fotopage #bestellinput input {
      width: 20px;
    }
    #content.fotopage #bestellinput input.submit {
      margin-left: 13px;
      width: 136px;
      position: relative;
      top: 7px;
    }



#content.bestellungsseite {
}    
    #bestellung-header {
      margin-top: 10px;
      height: 27px;
      background-color: #DD4394;
      width: 534px;
      font-size: 13px;
      color: #fff;
    }
      #bestellung-header div {
        width: 534px;
        height: 27px;
      }
      #bestellung-header span {
        display: block;
        float: left;
        padding: 5px 10px;
        height: 17px;
      }
      
      #bestellung-header span.col1 {
        border-right: 1px solid white;
      }

      #bestellung-header span.col3 {
        border-left: 1px solid white;
        border-right: 1px solid white;
      }
      
    
    #bestellung-warenkorb {
    }
      #bestellung-warenkorb div {
        float: left;
        height: 80px;
        border-bottom: 1px solid #ededed;
        padding: 10px 10px;

      }
    
      #bestellung-warenkorb div.col1, #bestellung-warenkorb div.col3 {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
      }
      
      #bestellung-warenkorb div.col1 a img {
        border: 1px solid #808080;
      }
      #bestellung-warenkorb .col3 span input {
        width: 26px;
      }
      #bestellung-warenkorb input.submit {
        width: 42px;
      }
      #bestellung-warenkorb .col0 input {
        width: 14px;
      }
      .col0 {
        clear: left;
        width: 14px;
        padding-left: 5px;
      }
      .col1 {
        width: 58px;
      }
      .col2 {
        width: 231px;
      }
      .col3 {
        width: 71px;
      }
      .col4 {
        width: 50px;
        text-align: right;
        padding-right: 5px;
      }
    
    
    #bestellung-footer {
      clear: left;
      margin-top: 10px;
      height: 33px;
      background-color: #E3E3E0;
      width: 534px;
      font-size: 13px;
      margin-bottom: 45px;
    }
    
      #bestellung-footer div {
        width: 534px;
        height: 33px;
      }
      
      #bestellung-footer input {
        position: relative;
        top: -3px;
        float: left;
        margin-right: 5px;
      }
      #bestellung-footer .round-rb div {
        padding: 8px 5px 0 5px;
        text-align: left;
        height: 25px;
        color: #c14385;
      }
        #bestellung-footer .round-rb div span {
          color: #545454;
          margin-left: 100px;
        }
        
    #versandinfos {
      padding-left: 5px;
      width: 534px;
    }
      /*#versandinfos * { border: 1px solid red;}
            */
      #versandinfos label {
        margin-top: 5px;
        width: 115px;
        clear: both;
        height: 20px;
        float: left;
      }
      #versandinfos select {
        margin-top: 5px;
        width: 110px;
        float: left;
      }
        #versandinfos select option {
          clear: left;
        }
      #versandinfos input {
        margin-top: 5px;
        height: 20px;
        width: 250px;
        float: left;
      }
      
      #versandinfos textarea {
        margin-top: 5px;
        width: 250px;
        height: 56px;
        float: left;
      }
      
      #versandinfos #billing_postcode, #versandinfos #shipping_postcode {
        width: 55px;
      }
      
      #versandinfos #billing_city, #versandinfos #shipping_city {
        margin-left: 7px;
        width: 188px;
      }
      
      #versandinfos #billing_country, #versandinfos #billing_telephone, #versandinfos #shipping_country {
        width: 250px;
      }
      
      #versandinfos .submit {
        width: 81px;
        height: 23px;
        float: right;
        clear: left;
      }
    .bestellungsseite p {
      margin: 15px 0 ;
      clear: left;
    }
    #versandinfos .agbs {
      clear: left;
        color: #c14385;
        margin-top: 4em;
    }
      #versandinfos .agbs input {
        width: 12px;
        height: 12px;
        margin-right: 10px;
      }
      
      
    #versandinfos .error {
      margin: 20px 0;
      float: left;
      font-size: 11px;
    }  
      #versandinfos .error table {
        float: left;
      }
      .messageStackError {
        font-size: 11px;
      }

td, th {
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.dankeseite {
  
}
  .dankeseite a {
    text-decoration: underline;
  }
  .dankeseite span {
    color: #c14385;
  }
  
  .dankeseite p {
    padding-left: 5px;
    margin-top: 15px;
  }
  
  
.contactpage {
  
}
  .contactpage p {
    margin-top: 20px;
  }  
  .contactpage label {
    width: 150px;
    margin-top: 4px;
    float: left;
    clear: left;
  }
  .contactpage input {
    float: left;
    margin-top: 4px;
  }
  .contactpage textarea {
    float: left;
    margin-top: 4px;
  }
  .contactpage .submit {
    margin-top: 20px;
    margin-right: 10px;
    float: right;
  }
  
.footer {
}
