/** CSS styles for rottbach layout **/

html, body {
	font-size: 11px;
	line-height: 140%;
	color: #646464;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
	/*
	font-family: Verdana, Arial, Helvetica, Serif;
	font-size: 12px;
	line-height: 130%;
	color: #222;
	margin: 0px;
	padding: 0px;
	*/
	/*background: #737873;*/
}

.clear_left {
	clear: left;
	font-size: 1px;
	line-height: 1px;
}
.clear_right {
	clear: right;
	font-size: 1px;
	line-height: 1px;
}
.clear_both {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

a {
	color: #424242;
}
a:hover {
	color: #600;
}

/* Globals */
h1 {
	font-size: 16px;
	line-height: 130%;
}




/* Main container */
#maincontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 900px;
	z-index: 100;
	background: #737873;
}

#headercontainer {
	position: relative;
	width: 900px;
	height: 177px;
	/*background: url('images/page_header01.png') left top no-repeat;*/
}
#navi_main {
	/*float: right;*/
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	/*margin-top: 151px;*/
	width: 900px;
	margin-left: 14px;
	list-style-type: none;
	z-index: 10000;
	position: relative;
}
#navi_main li {
	float: left;
}
#navi_main a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	font-size: 12px;
}
#navi_main a:hover {
	text-decoration: underline;
}

/* Image rotator */
#hc_imgrotater {
	position: relative;
	left: 0px;
	top: 0px;
	width: 900px;
}
#hcir_01 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 177px;
	background: url('images/header_pics/page_header01.png') left top no-repeat;
}
#hcir_02 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 177px;
}
.backtoindex {
	z-index: 1000000;
	position: relative;
	top: 0px;
	left: 0px;
}

#footercontainer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 151px;
	background: url('images/page_footer_background.png') left top repeat-x;
}
#content_footer_inlay_team {
	width: 900px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	background: url('images/page_footer_team.gif') left top no-repeat;
}

/* Content container */
#content_container {
	
}

#content {
	width: 900px;
	padding-top: 15px;
	/*padding-bottom: 30px;*/
	/*background: #f3f3f3;*/
	background: #ffffff;
}

#content_fteam {
	width: 880px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-top: 1px dotted #888;
	background: #f3f3f3;
}
#content_footer {
	width: 900px;
	height: 173px;
	border-top: 1px solid #999;
	background: url('images/page_content_bottom.png') left top no-repeat;
}

/* Content */
#content_left {
	float: left;
	width: 190px;
	margin-right: 10px;
	padding-left: 10px;
}

#content_main {
	float: left;
	width: 480px;
	margin-bottom: 15px;
}
#content_right {
	float: left;
	width: 190px;
	margin-left: 10px;
	padding-right: 10px;
}

/* Module stuff */
.mod_container {
	width: 190px;
	margin-bottom: 15px;
}
.mod_header {
	width: 175px;
	height: 17px;
	margin: 0px;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 3px;
	color: #646464;
	font-weight: 600;
	border-bottom: 1px solid #bcbcbc;
	/*background: url('images/page_mod_header.png') left top no-repeat;*/
}
.mod_content {
	background: #a5aaa5;
	padding: 5px;
	padding-top: 8px;
	background: url('images/page_mod_footer.png') left bottom no-repeat;
}
.mod_content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 10px;
}
.mod_content ul a {
	text-decoration: none;
}
.mod_content ul a:hover {
	text-decoration: underline;
}

.mod_footer {
	width: 190px;
	/*height: 27px;*/
	/*background: url('images/page_mod_footer.png') left top no-repeat;*/
}

/* Mod subnavi */
.mod_subnavi {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mod_subnavi li {
	margin-bottom: 3px;
}
.mod_subnavi li a {
	color: #222;
	text-decoration: none;
}
.mod_subnavi li a:hover {
	text-decoration: underline;
}

/* Ticker */
.ticker_container {
	/*position: relative;*/
}
.tickeritem {
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	
	/*display: none;
	opacity: 0;*/
}
.ticker_content_container {
	overflow: hidden;
}


/* Mod ticker */
.mod_ticker {
	background: #fff;
	/*border: 1px dotted #222;*/
	border: 1px solid #666;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url('images/page_ticker_background.png') left top no-repeat;
}
.mod_ticker marquee {
	margin-top: 4px;
}
.mod_ticker p {
	margin: 0px;
}

/* Mod and region footer */
#footer_region {
	background: #a5aaa5;
	border-top: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer_region .mod_footer {
	background: none;
	width: 100%;
	/*margin-bottom: 5px;*/
	font-size: 11px;
	text-align: center;
}
#footer_region .mod_footer p {
	margin: 0px;
}

/* Breadcrump */
#content_breadcrumb_navi {
	border-bottom: 1px dotted #a5aaa5;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 11px;
}
#content_breadcrumb_navi a {
	color: #222;
	text-decoration: none;
}
#content_breadcrumb_navi a:hover {
	text-decoration: underline;
}


/* Ticker */
#ticker_container {
	position: absolute;
	top: 1px;
	right: 100px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
#ticker_container div {
	float: left;
	height: 36px;
}
#ticker_left {
	width: 13px;
	background: url('images/page_tickerback_left.png') left top no-repeat;
}
#ticker_middle {
	width: 500px;
	background: url('images/page_tickerback_middle.png') left top repeat-x;
}
#ticker_middle div {
	width: 100%;
}
#ticker_right {
	width: 13px;
	background: url('images/page_tickerback_right.png') left top no-repeat;
}
