/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.1b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(http://www.ifensport.at/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(http://www.ifensport.at/css/screen/basemod.css);
@import url(http://www.ifensport.at/css/screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(http://www.ifensport.at/yaml/print/print_draft.css);

/* import Menu */
@import url(http://www.ifensport.at/yaml/navigation/nav_vlist.css);

@charset "iso-8859-1";

.oeffnungs_zeiten img{
	margin:18px 0 0 0;
	}


/* Tabelle Formatierung */
  
table { 
	margin-top: 0.5em;
	width:100%;
	}
	
tbody td {
	border-bottom: 1px solid #888;
	}


/* flaggen Formatierung */

.flag {
	margin: 0 0 0 10px;	
	}



/* Bild Header */

#header img{
	margin: 9px 0 0 222px
	}


#time {
	line-height:18px;
	position: relativ;
	width:100%;
	margin:18px 0 0 0;
	padding:0 0 0 32px;
	}


/* the clearfix DIV-Container nebeneinander darstellen ------------------ */

.cf {
display: inline-block;
}
.cf[class] {
display: block;
overflow: hidden;
}


/* Angebote Container mit Preise */
	
.container2{
	width:283px;
	}
	
.content2{
	height: auto;
	}

.preis2{
	width:282px;
	height:30px;
	padding-top: 10px;
	}

.preis_div{	
	position: absolute;
	width:auto;
	font-size: 24px;
	color:#FFF;
	background: #CC0000 url("../bilder/preis_back.gif") repeat-x top left;
	padding: 11px 9px 0 9px;
	height:30px;‚

	}

/* Spalten im Content 50|50; Zeilenabstand mit 18pt */

.img_col3 {
	border: 2px solid #cc0000;
	padding: 1px;
	margin: 9px 0 9px 0;
	}

.content_sp1 {
	position: relative;
	float:left;
	width: 283px;
	height:auto;
	margin:0 17px 0 0;
	line-height: 18px;
}

.content_sp2 {
	float:right;
	width: 283px;
	height:auto;
	margin: 0 0 0 0;
	line-height: 18px;
}


/* Footer Textaustichtung */
	
#tableCell {
	vertical-align: bottom;
	width: 822px;
	padding: 68px 18px 0 0;
	color: #f2f2f2;
	font-size: 11px; 
}

#tableCell a {
	color:#f2f2f2
}

#tableCell a:focus,
#tableCell a:hover,
#tableCell a:active {
	color: #444;
	text-decoration:none;
}

/* Linkdefinition */

a { color: #b40000;
	font-weight: normal; 
	text-decoration:none; }

a:hover { color: #b40000;
	font-weight: normal; 
	text-decoration: underline; }

a:active, a:visited { color: #b40000;
	font-weight: normal; 
	text-decoration: none; }
	
	
a:hover { color:#444;
	text-decoration: none; }


/* Listenformatierung col3 */
#col3 ul li { list-style-type:square; line-height: 20px; margin-left: 20px;}
