@charset "UTF-8";

/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all { /* Your styles here */
	/* ####################################
** ### Navigatiopn#####################
** ####################################
*/
	body {
		background-color:#bebef0;
	}
	body.frankfurt {
		background:transparent url(../img/banner-frankfurt.png) no-repeat scroll left top;
	}
	#footer {
		height: 39px;
		background: url(../img/footer_bg.png) no-repeat right bottom white;
		margin:0;
		border:0;
	}
	#topnav {
		top: 30px;
		color: black;
		font-size:13px;
	}
	#topnav  a {
		color: black;
	}
	#main {
		background: white;
		border:0;
	}
	#teaser {
		background-color: transparent;
	}
	#nav_main {
		background: url(../img/menu_bg001.png) repeat-x;
		background-position: 10px 0px;
		margin-left:186px;
		height: 49px;
		width:auto;
	}
	#nav_main a {
		float: left;
		background: transparent;
		padding: 0;
		margin: 0;
		border: 0;
		margin-top: 5px;
		margin-left: 4px;
		padding-right: 4px;
		border-right: 1px solid #000;
		text-decoration: none;
	}
	#nav_main a span {
		float: left;
		display: block;
		background: transparent;
		padding: 0px;
		color: black;
		white-space: nowrap;
	}
	#nav_main a:hover span {
		color: #000;
		background-position: 0% -150px;
	}
	#nav_main #current a {
		border-width: 1px;
	}
	#nav_main #current a span { /*		padding-bottom: 5px;*/
		color: #000;
		font-weight: bold;
		float: left;
		display: block;
		background: transparent;
		padding: 0px;
		color: #000;
		white-space: nowrap;
	}
	#nav_main a:hover {
		
	}
	#nav_main a:hover span {
		color: white;
	}
	#submenu li a:hover {
	background-color:#bebef0;
	color:white;
	}
}

