/* 
Enarqum CSS:global 

Farben:
orange #FF9D00;

Link-Klassen Reihenfolge:
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:focus = für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)
:hover = für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)
:active = für gerade angeklickte Elemente

*/

body {
	padding: 0;
	margin: 0;
	background-image: url(img/bg_riffles.gif);
	background-repeat: repeat;
	font-family: Verdana, Tahoma, sans-serif;
	color: #555555;
	font-size: 11px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
}


/* ---- PAGE CONSTRUCT --------------- */

#site {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 45px;
	width: 780px;
	position: relative;
}

#header {
	height: 55px;	/*padding: 60px 20px 0px 200px;*/
	padding-left: 11px;
}

#bottom {
	padding: 1px 6px;
	margin: -10px 50px 0px auto;
	background-color: #F2C866;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AD914B;
	float: right;
}

#bottom a:link {
	text-decoration: none;
	color: #AD914B;
}

#bottom a:hover {
	color: #FFFFFF;
}




/* ---- PAGE CONTENT ------------------ */ 

#column-left {
	width: 200px;
	float: left;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	/* background-color: #E9E9E9; */
}

#column-left #adress {
	line-height: 15px;
	font-size: 9px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 18px 0 25px 12px;
}

#column-left #adress a {
	text-decoration: underline;
	color: #555555;
}

#column-left #adress a:visited {
	color: #555555;
}

#column-left #adress a:hover {
	color: #FF9D00;
}

#column-left #adress a:visited:hover {
	color: #FF9D00;
}


/*----------------------------------------------------------*/

#column-left ul.main {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top: 6px solid #505050;
}

#column-left li a.main {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #FFFFFF;
	background-image: url(img/btn_3dedge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px 0 7px 12px;
	border-top: 1px solid #D1D1D1;	
}

#column-left li a.main:hover {
	color: #FF9D00;
}

#column-left li a.mainActive {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9D00;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(img/btn_3dedge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px 0 7px 12px;
	border-top: 1px solid #D1D1D1;	
}

#column-left ul.sub {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#column-left li a.sub {
	background-color: #FFFFFF;
	display: block;
	padding: 3px 3px 3px 25px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	color: #FF9D00;
}

#column-left li a.sub:hover {
	background-color: #E9E9E9;
}

#column-left li a.subActive {
	background-position: 12px 8px;
	background-image: url(img/arrow_closed.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
	padding: 3px 3px 3px 25px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	color: #FF9D00;
}

#column-left li a.subActive:hover {
	background-color: #E9E9E9;
}

/*----------------------------------------------------------*/






#column-left #nav {
	border-top: 6px solid #505050;
}

#column-left #nav a.main {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #FFFFFF;
	background-image: url(img/btn_3dedge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px 0 7px 12px;
	border-top: 1px solid #D1D1D1;	
}

#column-left #nav a.main:hover {
	color: #FF9D00;
}

#column-left #nav a.mainActive {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9D00;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: none;
	display: block;
	background-color: #FFFFFF;
	background-image: url(img/btn_3dedge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 7px 0 7px 12px;
	border-top: 1px solid #D1D1D1;	
}

#column-left #nav a.sub {
	background-color: #FFFFFF;
	display: block;
	padding: 3px 3px 3px 25px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	color: #FF9D00;
}

#column-left #nav a.sub:hover {
	background-color: #E9E9E9;
}

#column-left #nav a.subActive {
	background-position: 12px 8px;
	background-image: url(img/arrow_closed.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
	padding: 3px 3px 3px 25px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	color: #FF9D00;
}

#column-left #nav a.subActive:hover {
	background-color: #E9E9E9;
}

#column-left #subnav {
	background-color: #E9E9E9;
}



/* -- sub2 Menü ---- */

#column-main #menu {
 	/* border-top: 1px solid #D1D1D1; */
	                                    	
	padding: 6px 21px 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 18px;

	background-image: url(img/btn_3dedge.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#column-main #menu a {
	color: #666666;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
}

#column-main #menu a:hover {
	color: #FF9D00;
	text-decoration: none;
}

#column-main #menu a.active {
	color: #FF9D00;
	font-weight: bold;
	text-decoration: none;
}



/* -- main ------ */

#column-main {
	width: 575px;
	float: right;
	position: relative;
	margin: 0px;
	border-top: 6px solid #FF9D00;
	background-color: #FFFFFF;
}

#column-main p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#column-main #img {
	border-bottom: 1px solid #CDCDCD;
}

#noflash {
	font-size: 9px;
	line-height: 14px;
	padding: 8px 22px;
	color: #999999;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CDCDCD;
}

#noflash img {
	float: right;
	margin: 0 0 0 15px;
}

#noflash a, #noflash a :visited {
	color: #999999;
	text-decoration: underline;
}

#noflash a :hover, #noflash a :visited:hover {
	color: #999999;
	text-decoration: none;
}

#column-main #content {
	padding: 0px 0px 10px;
	margin: 10px 20px 20px 20px;
}

#column-main #absatz {
	padding: 0px 0px 15px;
}

#column-main a {
	text-decoration: underline;
	color: #555555;
}

#column-main a:visited {
	text-decoration: underline;
	color: #555555;
}

#column-main a:hover {
	color: #FF9D00;
}

#column-main a:visited:hover {
	color: #FF9D00;
}

#column-main h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	color: #FF9D00;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0 5px -1px;
	position: relative;
	font-stretch: narrower;
}

#column-main h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -5px;
	position: relative;
	padding-left: 0px;
	font-stretch: narrower;
}

#column-main h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	color: #FF9D00;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 5px -1px;
	position: relative;
	font-stretch: narrower;
}

#column-main ul li {
	margin-bottom: 3px;
	margin-left: -23px;
	list-style-position: outside;
	list-style-image: url(img/arrow_closed.gif);
}




/************************************
Template CSS
*************************************/

/* ---- RSSLIST ------------------ */

#column-main a.rssHead {
	font-size: 15px;
	display: block;
	font-weight: normal;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	margin-top: 16px;
	margin-bottom: 2px;
    font-stretch: narrower;
	text-decoration: none;
}

#column-main a.rssHead:hover {
	color: #FF9D00;
	text-decoration: none;
}

#column-main a.rssHead:visited {
	color: #999999;
}

#column-main a.rssHead:visited:hover {
	color: #FF9D00;
}

#column-main a.rssSrc {
	font-size: 10px;
	background-color:#E6E6E6;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px 2px 2px;
	text-decoration: none;
}


/* ---- FILELIST ------------------ */

dl.pub-list dt.fileTitle {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #CDCDCD;
}

dl.pub-list #logo {
	display: block;
	float: left;
    margin-left: 20px;
}

dl.pub-list #fileBtn {
	display: block;
	float: right;
    margin-left: 20px;
}

dl.pub-list #fileBtn a {
    text-decoration: none;
}

dl.pub-list #fileBtn a:hover {
	color: #FF9D00;
}

dl.pub-list dt.details {
	color:#999999;
	margin:0 0 10px 0;
	text-decoration: none;
}

dl.pub-list dd {
	font-size:11px;
	line-height:15px;
	margin:7px 0 20px 0;
	padding:0;
}



/* ---- homeXtras ------------------ */

#homeXtras {
	display: block;
	margin: 18px 0;
	padding-top: 10px;
	border-top: 2px solid #CDCDCD;
}

div.leftBox {
	display: block;
	float: left;
	width: 300px;
	margin: 0 0 25px 0px;
	
}
div.rightBox {
	display: block;
	float: right;
	width: 190px;
	margin: 0 0 25px 15px;
	padding: 0 0 0 25px;
	border-left: solid 2px #CDCDCD;	
}
div.feedback {
	margin-top: 5px;
}


input {
	border-top: 1px solid #CDCDCD; 
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
	width: 125px;
	padding: 2px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #555555;
	font-size: 11px;
	line-height: 17px;
}

input:focus {
	background-color:#FFE2B1;
}


/* ---- Footer ------------------ */

#footer {
	width: 780px;
	margin:0 auto;
	position: relative;
	float: left;
	font-size: 9px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer #adresse {
	width: 188px;
	padding: 10px 0px 15px 12px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	border-top: 6px solid #D1D1D1;
	background-color:#505050;
	color: #FF9D00;
}

#footer #navline {
	width: 555px;
	padding: 10px 0px 12px 20px;
	float: right;
	position: relative;
	margin: 0px;
	border-top: 6px solid #FF9D00;
	color: #666666;
}
#footer #navline a {
	color: #666666;
	text-decoration: underline;
}
#footer #navline a:hover {
	text-decoration: underline;
	color: #FF9D00;
}
