#main_left_col {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 640px;
	margin: 25px 0 0 30px;
	min-height: 500px;
}

body.iframe #main_left_col {
	position: relative;
	top: 0;
	left: 0;
	width: 640px;
	margin: 0;
	min-height: 0;
	float: none;
}


#main_right_col {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 280px;
	margin: 0 0 0 30px;
	min-height: 500px;
}

body.iframe #main_right_col {
	display: none;
}

.overview_container {
	position: relative;
	top: 0;
	left: 0;
	width: 645px;
}

.overview_element {
	position: relative;
	top: 0;
	left: 0;
	width: 215px;
	height: 390px;
	float: left;
}

#bodega_brandy {
	float: left;
	display: block;
	height: 290px;
	width: 156px;
	background-image: url('../../img/ueber/bodegas/bodega-brandy.png');
}

#bodega_sherry {
	float: left;
	display: block;
	height: 290px;
	width: 156px;
	margin: 0 0 0 5px;
	background-image: url('../../img/ueber/bodegas/bodega-sherry.png');
}

#bodega_solaz {
	float: left;
	display: block;
	height: 290px;
	width: 156px;
	margin: 0 0 0 5px;
	background-image: url('../../img/ueber/bodegas/bodega-solaz.png');
}

#bodega_rioja {
	float: left;
	display: block;
	height: 290px;
	width: 157px;
	margin: 0 0 0 5px;
	background-image: url('../../img/ueber/bodegas/bodega-rioja.png');
}


#toro_geburt {
	float: left;
	display: block;
	height: 290px;
	width: 156px;
	background-image: url('../../img/torolounge/toro/geburt.png');
}

#toro_rettung {
	float: left;
	display: block;
	height: 290px;
	width: 156px;
	margin: 0 0 0 5px;
	background-image: url('../../img/torolounge/toro/rettung.png');
}

#toro_felix {
	float: left;
	display: block;
	height: 290px;
	width: 156px;
	margin: 0 0 0 5px;
	background-image: url('../../img/torolounge/toro/felix.png');
}

#toro_karte {
	float: left;
	display: block;
	height: 290px;
	width: 157px;
	margin: 0 0 0 5px;
	background-image: url('../../img/torolounge/toro/karte.png');
}

#toro_gallery {
	float: left;
	display: block;
	height: 290px;
	width: 640px;
	margin: 5px 0 0 0;
	background-image: url('../../img/torolounge/toro/galerie.jpg');
}


ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}

ul li {
	padding: 0 0 0 15px;
	margin: 0;
	height: 32px;
	background-image: url('../../img/ueber/wissen/bullet.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
}

li a {
	color: #423c33;
	text-decoration: none;
}

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

ol {
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	list-style-type: lower-alpha;
}

ol li+li {
	margin: 5px 0 0 0;
}

table.daten {
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

table.daten th {
	font-weight: bold;
	text-align: left;
	padding: 3px 7px;
	border: 1px black solid;
}

table.daten td {
	font-weight: normal;
	text-align: left;
	padding: 3px 7px;
	border: 1px black solid;
}

.wissens_floater {
	width: 310px;
	padding: 0 0 0 10px;
}

.wissens_floater li {
	margin: 0 0 0 10px;
}


#gallery_box1 {
	position: relative;
	top: 0;
	left: 0;
	width: 640px;
	height: 250px;
	margin: 0 0 15px 0;
	background-image: url('../../img/torolounge/stierkunst/bg.jpg');
}

#gallery_box1 #sk_0 {
	position: absolute;
	top: 0;
	left: 0;
}


#gallery_box1 #sk_1 {
	position: absolute;
	top: 0;
	left: 320px;
}

#flash_anim_container {
	width: 585px;
	height: 284px;
	margin: 0 0 15px 0;
}

#bodegas_slideshow {
	height: 250px;
	position: relative;
	top: 0;
	left: 0;
}

#bs_img {
	position: relative;
	top: 0;
	left: 0;
}

.torolounge ul li {
	height: auto;
	margin: 0 0 15px 0;
}

#torolounge_mitmachen_link {
	width: 245px;
	height: 45px;
	display: block;
	background-image: url('../../img/torolounge/subframe/button-hiermitmachen.png');
}

.torolounge_teilnehmen_button {
	width: 245px;
	height: 45px;
	display: block;
	background-image: url('../../img/torolounge/subframe/button-teilnehmen.png');
}



input.rollover {
	background-position: left top;
}

input.rollover:hover {
	background-position: right bottom;
}

input.teilnahmefeld {
	width: 400px;
	border: 2px #ffb400 solid;
	background-color: #ffe39e;
}

input.teilnahmefeld.mittel {
	width: 342px;
}

input.teilnahmefeld.klein {
	width: 50px;
}

input.teilnahmefeld.mini {
	width: 30px;
}

.error input.teilnahmefeld {
	border: 2px #ea450d solid;
	background-color: #fff3d3;
}

.error label {
	color: #ea450d;
}

#errorbox {
	background-color: #ea450d;
	padding: 10px;
	margin: 0 0 25px 0;
}

#errorbox p {
	margin: 0;
	color: #fff;
	font-weight: bold;
}


.galerie-box {
	width: 200px;
	height: 240px;
	margin: 0 10px 10px 0;
	float: left;
}

.galerie-box-bild {
	width: 200px;
	height: 200px;
	background-color: #ffe39e;
	text-align: center;
}

.galerie-box-bild img {
	vertical-align: middle;
}

.galerie-box-leiste {
	width: 188px;
	height: 28px;
	background-color: #ffb400;
	font-family: lucida sans, verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	padding: 12px 0 0 12px;
}























