/*	
	autor : cubegrafik.com
	datum : März 2009
	verwendung : velorep.ch
*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* allg. einstellungen */
*{padding:0px; margin:0px;}

html {
	height:100%;
	max-height:100%;
}

body {
	height:100%;
	max-height:100%;
	background-color:#000000;
}

#background {
	height:99%;
	position:fixed;
	top:0px;
	width:100%;
	z-index:0;
}

#backgroundImage {
	width:100%;
	height:100%;
}

#content_top {
	position:absolute;
	top:279px;
	left:408px;
	width:552px;
	height:28px;
	background-image:url(../images/gfx_bg_top.png);
	background-repeat:no-repeat;
	z-index:100;
}

#content_stretch {
	position:absolute;
	top:307px;
	left:408px;
	width:552px;
	z-index:100;
}

#sub_navigation {
	position:absolute;
	left:15px;
}

#content_img {
	position:absolute;
	top:0px;
	left:15px;
	z-index:100;
}

#content_txt {
	position:absolute;
	top:132px;
	left:15px;
	width:522px;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	z-index:100;
}

#content_txt a {
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
}

#content_txt a:hover {
	color: #ff6600;
	text-decoration: none;
}

#logo {
	position:absolute;
	top:30px;
	left:26px;
	z-index:100;
}

#main_navigation {
	position:absolute;
	top:272px;
	left:200px;
	z-index:100;
}

#head {
	position:fixed;
	top:0px;
	width:100%;
	height:30px;
	background-color:#000;
	z-index:10;
}

#meta_navigation {
	position:absolute;
	top:0px;
	left:200px;
	z-index:100;	
}

#aktuell {
	position:absolute;
	top:380px;
	left:200px;
	z-index:100;	
}

#foot {
	position:fixed;
	bottom:0px;
	width:100%;	
	height:30px;
	background-color:#000;
	z-index:1000;
}

#foot_info {
	position:relative;
	top:0px;
	left:130px;
	float:left;
}

#cubegrafik {
	position:relative;
	top:0px;
	left:26px;
	float:left;
}

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

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* text */

.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 12px;
	color: #000000;
}

.text a {
	color: #661c06;
	text-decoration: underline;
	font-weight: normal;
}

.text a:hover {
	color: #000000;
	text-decoration: none;
}

.smalltext {
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #ffffff;
}

.smalltext a {
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
}

.smalltext a:hover {
	color: #ff6600;
	text-decoration: none;
}

.text-content {
	padding:0px;
	margin:0px;
	font-family: arial, verdana, sans-serif;
	font-size :11px;
	color:#ffffff;
}

.text-content a {
	color:#ff6600;
	text-decoration:underline;
	font-weight:bold;
}

.text-content a:hover {
	color:#ff6600;
	text-decoration:none;
}
