/* 
 * das stylesheet fuer tenncom.de.
 * guidelines:
 * 		- alle groessen/breiten/etc - angaben werden in pixeln angegeben.
 *  	- die 'einheit' wird auch bei 0 (null) angegeben, also border: 0px statt border: 0.
 *  	- farben werden wenn moeglich in dreistelliger darstellung angegeben, niemals die wort-form.
 * 			also #FFF statt #FFFFFF oder white .
 * 		- immer ueberpruefen, ob die angaben redundant sind und bei bedarf zusammenfassen.
 * 		- redundanzen sinnvoll zusammenfassen: wenn eine zusaetzliche, evtl. redundante angabe
 *			die lesbarkeit und das verstaendnis des stylesheets erhoeht, wird die redundante angabe
 *			bestehen gelassen.
 * 	
 * @date: 20.06.2005
 * @author axo
 * @access public
*/
/* allgemeine, globale einstellungen */
body {
	background: #FFFFFF;
}
body, body * {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
body {
	text-align:center;
}
/* links */
a {
	color: #BF0043;
}
/* bilder haben keinen rand */
img {
	border: 0px;
}
/* uebereschriften */
h1, h2 {
	font-size: 15px;
	color: #BF0043;
}
/* unterueberschriften */
h2 {
	font-size: 13px;
}
/* listen */
ul {
   list-style: url(images/red_corner.gif);
   margin-left: 0px;
   padding-left: 13px;
}
li {
   line-height: 15px;
   margin-bottom: 2px;
   margin: 0px;
   padding: 0px; 
	
}
h1,h2 {
	margin: 0px 0px;
	padding: 0px 0px;
}
h1 {
	display: none;
}
/* div-container */
#center {
	width: 790px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	padding-bottom: 50px;
	text-align:left;
}
#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 790px;
	height: 100%;
	text-align:left;
}
#tc_logo {
	position: relative;
	top: 0px;
	left: 593px;
	width: 197px;
	height: 46px;
	margin: 0px 0px;
	border: 0px 0px;
	padding: 0px 0px;
}
#tc_language_bar {
	position: relative;
	top: 1px;
	left: 590px;
	float: none;
	width: 200px;
	height: 17px;
	margin: 0px 0px;
	border: 0px 0px;
	padding: 0px 0px;
	text-align: right;
}
#content {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 2;
	width: 790px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	float: left;
}

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	background: #BF0043;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	height: 18px;
	margin: 0px 0px;
	padding: 0px 0px;
	vertical-align: middle;
	line-height: 18px;
}
#submenu {
	position: relative;
	left: 0px;
	top: 0px;
	line-height: 18px;
	z-index: 10;
	width: 100%;
	background: #CCC;
	height: 18px;
	float:left;
}

#angebot {
	position: relative;
	left: 0px;
	top: 0px;
	line-height: 18px;
	z-index: 10;
	width: 100%;
	background: #FFF;
	height: 18px;
	float:left;
}

#aktuelles {
	position: relative;
	left: 21px;
	top: 37px;
	width: 400px;
	background: #FFF;
	height: 100px;
	float:none;
	text-align: left;
}

#news {
	position: relative;
	left: 0px;
	top: 0px;
	width: 250px;
	height: auto;
	z-index: 10;
	background: #FFF;
	float:left;
	text-align: left;
}

/* menue-definitionen */
/* hauptmenue */
.menuItem {
	float:left;
	padding: 0px 4px;
}
/* untermenue */
.subMenuItem {
	float: left;
	padding: 0px 0px;
	margin: 0px 5px;
	display: inline;
	
}
/* links innerhalb des untermenues */
.subMenuItem a {
	text-decoration: none;
	padding: 0px 5px;
	margin: 0px 2px;
	display: block;
	color: #000;
}
/* als aktiv markierte links innerhalb des untermenues */
.subMenuItem a.active {
	color: #BF0043;
}
/* mouseover-effekt */
.subMenuItem a:hover {
	background: #EEE;
}

/* links innerhalb des angebot menues */
.angebotItem a {
	text-decoration: none;
	padding: 10px 8px;
	margin: 0px 0x;
	display: block;
	color: #BF0043;
	font-weight: bold;
}
/* als aktiv markierte links innerhalb des untermenues */
.angebotItem a.active {
	color: #BF0043;
	background: #CCC;
}
/* mouseover-effekt */
.angebotItem a:hover {
	background: #FFF;
}

/* links innerhalb des menues */
#tc_language_bar a.active {
	font-weight: bold;
}


#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	line-height: 18px;
	height: 18px;
	display: block;
	float: left;
	padding: 0px 4px;
}
/* als aktiv markierte links innerhalb des menues */
#menu a.active, #menu a:hover {
	background: #CCC;
	color: #000;
}

/* der auf jeder seite auftauchende slogan */
.cSlogan {
	width: 343px;
	vertical-align: top;
}
/* die kleine ecke rechts unten */
.cEdge {
	text-align:right;
	vertical-align: bottom;
	height: 60px;
}
.cImage {
	width: 343px;
	height: 100%;
	background: #BF0043;
	vertical-align: top;
}
.cImage img {
	width: 344px;
}

.cContent {
	padding: 20px;
	width:100%;
	padding-top: 0px;
}

.logo img {
	border: 1px #CCC solid;
}
.logo {
	width: 200px;
}
.event img {
	border: 1px #000 solid;
}
.row0 {
	background: #CCC;
}
.row1 {

}