/**
 * ---------------------------------------
 * CSS www.lenard.des
 * --------------------------------------- 
 * 
 * info@l-vogel.de
 * erstellt: 2008-09-26
 * 
 *
 */
 

html {
    margin: 0;
    padding: 0;
	height: 100%;
}
body {
	
    padding: 0;
    border: 0;
    margin: 0 auto;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 120%;
	height: 100%;
	position:relative;
	background-image: url(../images/bg_content_right.jpg);
	width: 99.5%;
}

.clearer {
	clear:both;
}	

#frame {
    position: relative;
	min-height: 100% !important;
	line-height: 1em;
	background-image:url(../images/bg_content.jpg) !important;
	background-repeat:no-repeat;
	background-position: -1px 166px	;
	
}
* html #frame {
	height: 100%;
}




#header {
    padding: 0;
    margin: 0;
	height: 166px;
	overflow: hidden;
	background-color: #952e1b !important;
	background-image:url(../images/bg_header.gif) !important;
	background-repeat:repeat-x;
	background-position: 0 0;
	position:relative;
}
#header_l {
	float: left;
	width: 280px;
	position:relative;
}	
#header_r {
	width: auto;
	position:relative;
	text-align:right;
	
}


.content {
	margin:0;
	padding: 0;
	
	height: 900px;
	width: 1000px;
	
	clear:both;
}


.contentL {
	padding:0;
	margin:0;
	float: left;
	width: 280px;
}

.navigation {
	margin: 0 0 0 20px;
}


.contentR {
	padding: 30px 0 30px 0;
	float: left;
	margin:0;
	width: 710px;
}




#footer {
/*
    width: auto;
	height: 22px !important;
	clear: both;
	background-color: #155120;
	color: #fff;
	font-size: 12px;
	margin-top: -22px;
	position:relative;
	*/
}
/* ------------------------------------
   Boxen
   ------------------------------------ */

.boxStandard {
	position: absolute;
	top: 196px;
	left: 280px;
	border: 1px solid green;
	width: 640px;
	height: auto;
	padding: 30px 0 30px 30px;
}


.boxStandardHead {

}

.boxStandardText {
	margin: 20px 0 0 30px;
}



/* Schuhe */
#apDiv3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 19px;
	top: 602px;
}
#schuhe_gutschein {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: -15px;
	top: 570px;
}
#schuhe_tanz {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 40px;
	top: 600px;
}

.impressum {
	position: relative;
	left: 60px;
	top: -70px;
	width:200px;
}
.impressum a {
	color: #7f1e0e;
}

#boxADTV {
	position:absolute;
	width:123px;
	height:51px;
	z-index:10;
	left: 40px;
	top:830px;
}

/* ------------------------------------
   Text
   ------------------------------------ */

h1 {
   }

h2 {
 	font-style:italic;
	font-variant:small-caps;
	color: #511a05;
	font-size: 12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h3 {
 	
}

h4 {

}

/* Text allgemein */
div, p, div p, p div, body {
    font-size: 12px !important;
    line-height: 150% !important;
	color: #000;
}


.event {
	margin: 0 0 3px 0;
	line-height: 100%;
}
.date {
	color: #7f1e0e;
	font-weight: bold;
	line-height: 100%;
}

/* ------------------------------------
   tab
   ------------------------------------ */

table {

}
table td {
	
}
/* ------------------------------------
   Listen
   ------------------------------------ */
ul {
    list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 14px;
	margin: 10px 0 10px 0;
}
ul li {
	line-height: 150%;

}

/* ------------------------------------
   Links (andere)
   ------------------------------------ */

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

.linksTaenze,
a.linksTaenze,
.linksTaenze a {
	font-size: 14px;
	color: #7f1e0e;
	text-decoration: underline;
	line-height: 140%;
}
/* ------------------------------------
   Navigation
   ------------------------------------ */
 
 
#navigation {
	width: 244px;
	padding-bottom:40px;
}

/* ------------------------------------
   Taenze
   ------------------------------------ */
#taenze_headline {
	position: relative;
	top: -524px;
	left: 40px;
	width: 400px;
	color: #ffe6ab;
}
#taenze_text {
	position:absolute;
	left: 350px;
	top: 260px;
}
#taenze_navi {
	position:absolute;
	left: 350px;
	top: 700px;
	width: 350px;
}
#taenze_film {
	position:absolute;
	left: 700px;
	top: 260px;
}
#taenze_link {
	position:absolute;
	left: 700px;
	top: 436px;
}

/* ------------------------------------
   Formular
   ------------------------------------ */


label {
	font-style:italic;
	font-variant:small-caps;
	color: #511a05;
	font-size: 12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.block {
	margin-top: 20px;
}

#form_tanzkurs,
#form_events,
#form_gutschein,
#form_kontakt {
	position:absolute;
	left: 678px;
	top: 290px;
	z-index: 999;
}

.input,
textarea {
	width: 236px;
	border: 1px solid #bd7255;
	background: transparent;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.submit input {
	width: 153px !important;
	height: 27px !important;
	margin: 20px 0 0 0;
	padding:0;
	border: 0;
}

.info textarea {
	
	height: 100px;
}

.submmit {
	padding: 0;
}
