/*

Cube-Kletterzentrum

FileName: style-cube.css
  Author: Jonas Loss (mail@jonasloss.de)

*/

/* ------------------------------------------ generic styles */

form, select, option, input, select, textarea, body, table, tr, td, a, pre {
	color:#666666;
	text-decoration:none;
}

body {
	padding:0px;
	background-color: #9a9a9a;
	font-size:0.6em;
	text-align:center;
	background-image: url(bg_verlauf.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

img {
	border:0px;
}


form {
	padding:0px;
	margin:0px;
	border:0px;
}

input, textarea {
	background-color: #FFFFFF;
}

p {
	padding:0px;
	margin:0px;
}


/*  ------------------------------------------ main container */

#allContent {
	
	width:95.83em;
	border:0px;
	margin:7px; /* t r b l */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 7px;
	margin-bottom: 7px;
	
}

#allContent #mainPadding { /* white padding for the whole page, navigation included */
	
	display:block;
	float:left;
	position:absolute;
	width:93.79em; /* Changed from 900px */
	padding-top: 0.63em;
	padding-right: 0.63em;
	background-color:#FFFFFF;
	padding-left: 1.02em;
}

#allContent #mainPadding #main { /* the page itself without header and footer*/
	background-color:#FFFFFF;
	display:block;
	overflow:hidden;
    clear:left; /*new*/
    float:left;
	_overflow:none; /*Fix for IE 5.5*/
}


/*  ------------------------------------------ header */


#head {
	display:block;
	width:93.75em;
	display:block;
	overflow: visible;
	padding: 0px;
	
}

#top {
	padding:0px;
	display:block;
	width:93.75em;
	height:125px;
	display:block;
	overflow: visible;
}

#logo {
	display:block;
	width:300px;
	height:120px;
	overflow: visible;
	display:block;
	float:top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	visibility: visible;
	z-index: 2;
}

#top-links {
	display:block;
	width:180px;
	height:12px;
	overflow:hidden;
	display:block;
	float:right;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}


#ad-container {
	display:block;
	width:586px;
	height:120px;
	display:block;
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index:1;
}

/*  ------------------------------------------ navigation 1 */

#nav1 {
	display:block;
	width:93.75em;
	height:36px;
	font-family: Verdana,sans-serif;
	background-image: url(main_menu_bg.gif);
	background-repeat: repeat-x;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}


#nav-shadowline {
	padding-top: 0px;
}

#nav li {
	float: right;
	padding: 0 20px;
	list-style-type: none;
	font-weight: bold;
	border-left-style: solid;
	border-color: #ccc;
	line-height:30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


#nav li:hover {
	float: right;
	list-style-type: none;
	line-height:30px;
	padding: 0 20px;
	background-color: #FF9933;
}


#nav a {
	color: #333;
	text-decoration:none;
	font-size: 12px;
}

#nav li a:hover {
	color: #333;
	text-decoration: none;
}


#nav li a:visited {
	text-decoration: none;
	color: #333;
}

#nav li a:active {
	text-decoration: none;
	color: #333;
}



#banner {
	display:block;
	width:93.75em;
	overflow:hidden;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#center {
	display:block;
	width:93.75em;
	padding:0px;
}

/*  ------------------------------------------ start navigation 2 */

#nav2 {
	display:block;
	float:left;
	width: 200px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

ul#Navigation {
	width: 200px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
  }
  
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 180px;
    w\idth: 180px;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  
  ul#Navigation li {
	list-style: none;
	padding: 0;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
  }

  ul#Navigation a {
	display:block;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	border-top-color: #B0B4A0;
	border-bottom-color:#B0B4A0;
	color: #666;
	background-color: #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
  }
  
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 175px;
  }
  
  ul#Navigation a:hover {
    border-color: white;
    border-top-color: #B0B4A0; 
	border-bottom-color:#B0B4A0;
    color: #666; 
	background-color: #FFDA41;
  }
  

/*  ------------------------------------------ content */


#content {
	display:block;
	width:690px;
	overflow:hidden;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	z-index: 5;	
}

/*  ------------------------------------------ footer */

#sponsors {
	clear:both;
	width: 900px;
	height: 230px;
	background-color:#FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom:5px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	clear: both;
}

#sponsors lu.sponsors {	
	list-style: none;
	text-align:center;
}

#sponsors li{	
	float:left;
	padding: 10px 10px 10px 10px;
	text-align:center;
}



#copiright {
	text-align: center;
	padding: 20px 0 20px 0;
	font:  12px Arial, Helvetica, sans-serif;
	color: #666;
}

#uebergang {
	width: 100%;
	height: auto;
	overflow:hidden;
}



/*  ------------------------------------------ general styles */

a
{
	color: #333;
	text-decoration:none;
}

a:hover
{
	color: #ffcc00;
	text-decoration: none;
}


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

a:active {
	text-decoration: none;
	color: #333;
}




h1, h2, h3, h4, form, fieldset, input, select {
	padding: 0;
	margin: 0;
}

tr td table {padding:0;}

h1 {
	font-size: 40px;
	color: #ffcc00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top:10px;
	padding-right:10px;
	text-align: right;
}


h2 {
	font-size: 20px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.kurs-hadline {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffcc00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

h3 {
	font-size: 14px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:18px;
	margin-bottom: 5px;
	margin-top: 20px;	
}


/*  ------------------------------------------ Kurs-Listen */

#kurse {
clear: both;
}

lu.kurse {
	list-style: none;
	padding: 40px;
	line-height: 25px;
}
	
li.free {
	background-image:url(accept.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 0px 10px 0px 25px;
}
	
li.booked {
	background-image:url(cancel.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 0px 10px 0px 25px;
	}
	
li:hover {
	background-color: #ffcc00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/*  ------------------------------------------ Sonstiges */





.caption {
	padding: 0px;
	font-size: 9px;
	font-weight: lighter;		
}


.title {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}


#preis-tabbelle
{
	line-height: 2px;
}

#cube-team-tabelle
{
	line-height: 2px;
}


/*  ------------------------------------------ Site spezifisch */


#twitter {
	line-height: 20px;
	background-color: #FFFFCC;
	height: auto;
	width: 678px;
	border: 1px solid #ffcc00;
	padding: 5px;
	list-style-type: none;
}

#aktuelles {
	height: auto;
	width: 678px;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color:#FFFFFF;
}

#kurs-angebot{
	line-height: 25px;	
}

#kurs-angebot li{
	list-style: none;
	background-image:url(grey-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding: 0px 0px 0px 60px;
	}



#kurs-angebot li:hover {
	
}






