/* 
LINZ AG FROSCHBERG
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/

/*****************************************************
* Global
*****************************************************/

* { padding: 0px; margin: 0px; }

body {
	/* text-align: center; */
	background: #000000 url(../images/gradient.gif) repeat-x left top;
	font: normal 12px Arial, Helvetica, Verdana, sans;
	margin-top: 20px;
	text-align: center;
}



/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0px;
	/* background: #ffffff; */
}

#topnav {
	display: block;
	height: 16px;
	position: relative;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}

#topnav ul {
	list-style: none;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#topnav ul a {
	color: #FFFFFF;
	padding-right: 5px;
	/* border-right: 1px dotted #A4A6A7; */
	padding-left: 5px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

#topnav li {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	float: right;
}

#topnav a:hover {
	text-decoration: underline;	
}

#header {
	background: url(../images/header.jpg) no-repeat left top;
	width: 980px;
	height: 150px;
}

#main_nav {
	position: absolute;
	display: block;
	top: 140px;
	left: 16px;
}

#main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_nav li {
	float: left;
	background: url(../images/menu_separator.png) no-repeat right top;
	margin: 0;
	padding: 0;
}

#main_nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 16px;
	/*line-height: 24px;*/
	padding: 0px 13px 0px 8px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}

#main_nav a:hover, #main_nav a:active {
	color: #e8ab07;
	text-decoration: none;
}

#scroller {
	/*height: 30px; */
	margin-top: 8px;
	margin-bottom: 5px;
	background: #313131;
	padding-left: 20px;
	padding-right: 20px;
	color: #e9e9e9;
}

#content_container {
	margin-top: 10px;
	padding: 20px;
	min-height: 380px;
	background: #313131;
}

*html #content_container {
	height: 380px;
}

#content {
	float: left;
	width: 520px;
	padding: 0px 0px 0px 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #e9e9e9;
}

#content a {
	color: #e8ab07;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content a:hover {
	text-decoration: underline;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;	
}

#content hr {
	color: #313131;
	background: url(../images/line_vertikal.png) no-repeat left;
	display: block;
	height: 20px;
	border: 0px none #313131;
}

#content table,tr,td {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #e9e9e9;
}

#box_right {
	float: right;
	width: 180px;
	padding: 0px 0px 0px 0px;
	color: #e9e9e9;
	/* background: #585858; */
}

#news_box {
	/*width: 300px; */
	margin-left: 560px;
	margin-right: 200px;
	/* padding: 0px 15px 0px 15px; */
	/* background: #585858; */
}

#footer {
	clear: both;
}

#youthopen {
	/* background: #FFFFFF; */
	position: absolute;
	height: 65px;
	width: 210px;
	left: 750px;
	top: 35px;	
}

#joolaopen {
	/* background: #FFFFFF; */
	position: absolute;
	height: 65px;
	width: 150px;
	left: 580px;
	top: 35px;	
}



/*****************************************************
* JOOMLA specific
*****************************************************/

.picleft {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	border: 1px solid #a0a0a0;	
}

.orange {
	color: #e8ab07;
}

.yellow {
	color: #e8ab07;
}

.white {
	color: #ffffff;
}

.leading {
	display:block;
	min-height:110px;
}

.leading_separator {
	display:block;
	height:20px;
}

.row_separator {
	display:block;
	height:5px;
}

.article_row {
	display: block;
	min-height: 130px;
}

.newstitel {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.contentheading {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 0px;
	text-transform: uppercase;
}

.componentheading {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 0px;
	text-transform: uppercase;
}

.moduletable {
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #202020;
	padding: 5px;
	margin-bottom: 20px;
}

.moduletable h3 {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #921120;
	padding: 3px;
	margin-bottom: 10px;
}

.moduletable h4 {
	color: #FFFFFF;
	font-size: 12px;
}

.moduletable a {
	color: #FFFFFF;
	text-decoration: none;
}

.moduletable a:hover {
	text-decoration: underline;
}

.moduletable ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.moduletable li {
	display: block;
	padding-bottom: 12px;
}

.moduletable li a {
	color: #CCCCCC;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow_2.png) no-repeat left top;
}

.moduletable h4 {
	color: #FFFFFF;
}
