/*************************************************************************************
Projekt: CMS für Museen Uri

Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.
**************************************************************************************/



/* Main ******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* Zentrierung für IE */
	font-size: 100.00%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ECECE9;
	overflow:-moz-scrollbars-vertical; /* Seitwärtsverschiebung im Firefox verhindern */
	background-image: url(img/body_bgr.gif);
	background-repeat: repeat-x;
}

a:link    { color: red }     /* noch nicht besuchter Link */
a:visited { color: blue }    /* schon besuchter Link   */   
a:hover   { color: lime} 	   /* Benutzer 'hovert'     */    
a:active  { color: lime }    /* Link wird ausgewählt   */
/* Main end **************************************************************************/ 



/* Page area **************************************************************************/
#page {
	width: 907px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 907px;
	height: 144px;
	background-image: url(img/header_bgr.gif);
	background-repeat: no-repeat;
}

#header img {
	float: left;
	width: 90px;
	height: 80px;
	margin-left: 10px;
	border: none;
}
/* Header end *************************************************************************/



/* Language ***************************************************************************/
#language {
	float: left;
	width: 250px;
	margin-top: 123px;
	padding-left: 15px;
	font-size: 0.7em;
}

/* Level 1 - horizontal */
#language ul {
	list-style-type: none;
}

#language li {
	display: inline;
	color: #FFFFFF;
}

#language a {
	color: #FFFFFF;
	text-decoration: none;
}

#language a:hover {
	color: #D9D9D9;
	text-decoration: underline;
}

#language ul li a.active, #language ul li a.active:visited {
	color: #FFFFFF;
	font-weight: bold;
}

#language .selected {
	color: #FFFFFF;
	font-weight: bold;
}
/* Language end ***********************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 375px;
	margin-top: 123px;
	text-align: center;
	font-size: 0.7em;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #FFFFFF;
}

#navHelp a {
	color: #FFFFFF;
	text-decoration: none;
}

#navHelp a:hover {
	color: #D9D9D9;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #FFFFFF;
	font-weight: bold;
}
/* navHelp ****************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 907px;
	background-image: url(img/site_bgr.gif);
	background-repeat: no-repeat;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 257px;
}
/* siteLeft end ***********************************************************************/



/* Main nav ***************************************************************************/
#nav {
	float: left;
	width: 228px;
	font-size: 0.85em;
	padding-top: 25px;
}

/* Level 1 - vertical */
#nav ul {
	list-style-type: none;
	border-top: 1px solid #D1D1D1;
}

#nav li {
}

#nav a {
	color: #58595A;
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	height: 100%;
	border-bottom: 1px solid #D1D1D1;
}

#nav ul li a:hover {
	color: #FFFFFF;
	/*background-color: #58595A;*/	
	background-image: url(img/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#nav ul li a.active, #nav ul li a.active:visited {
	color: #FFFFFF;
	font-weight: bold;
	/*background-color: #58595A;*/
	background-image: url(img/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

/* Level 2. - vertical */
#nav ul ul {
	font-size: 0.8em;
	border-top: none;
	border-bottom: 1px solid #D1D1D1;
}

#nav ul ul li {
	list-style: none;
	display: inline;  /*Damit IE kein Abstand mehr macht!!! */ 
}

#nav ul ul a {
	color: #58595A;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: none;
}

#nav ul ul li a:hover {
	color: #960000;
	background-color: #DBDDDF;
	background-image: none;
	margin-left: 20px;
	padding-left: 10px;
	margin-right: 1px;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
	color: #960000;
	font-weight: bold;
	background-image: none;
}
/* Main nav end ***********************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 650px;
}
/* siteRight end **********************************************************************/



/* headerImage ************************************************************************/
#headerImage {
	float: left;
	width: 650px;
	height: 183px;
	background-image: url(img/header_img.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
/* headerImage end ********************************************************************/



/* Content ****************************************************************************/
#content {
	float: left;
	width: 630px;
	margin-top: 60px;
	padding-left: 10px; /* für den IE, da margin nicht geht */
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
	font-size: 0.75em;
}

#content h1 {
	margin-bottom: 12px;
	font-size: 1.75em;
	color: #58595A;
}

#content h2 {
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #6F7072;
	text-transform: uppercase;
}

#content p {
	color: #6F7072;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #6F7072;
}

#content ul li {
	padding-bottom: 4px;
}

#content p a {
	color: #9D0000;
	text-decoration: none;
	/* font-weight: bold; */
	background-image: url(img/link_img.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}

#content a {
	color: #9D0000;
	text-decoration: none;
	/* font-weight: bold; */
}

#content a:hover {
	color: #9D0000;
	text-decoration: underline;
	/* font-weight: bold; */
}

#content a.active:link, #content a.active:visited {
	color: #9D0000;
	text-decoration: underline;
	/* font-weight: bold; */
}

#content img {
	padding-top: 5px;
	margin-bottom: 10px;
	/* border: 6px solid #E7E7E7; */
	text-decoration: none;
}

#content .csc-textpic-imagewrap {
	padding-right: 15px;
}


/* Formular Style */
.csc-mailform {
	border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
	float: left;
	clear: both;
	display: block;
	width: 170px;
	padding-left: 0px;
	margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
	margin-bottom: 10px;
}

.csc-mailform-radio {
	border: none;
}

#csc-mailform-radio {
	border: none;
}

csc-mailform-radio {
	border: none;
}

.csc-mailform-radio legend {
	display:none;
}

.csc-mailform-submit {
	/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
	margin-top: 10px;
	margin-left: 0px; 
	/* Float wieder abschalten */
	clear: both;
}

/* Sitemap */
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}

#contentLeft {
	float: left;
	width: 410px;
}

#contentRight {
	float: right;
	width: 200px;
}

#contentRight h2 {
	padding-top: 0px;
	font-size: 1em;
}

#contentRight p {
	padding-bottom: 0px;
}
/* Content end ************************************************************************/



/* Footer *****************************************************************************/
#footer {
	color: #FFFFFF;
	float: right;
	width: 907px;
	height: 60px;
	background-image: url(img/footer_bgr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Footer end *************************************************************************/



/* Spez. Layout ***********************************************************************/
.csc-frame-frame1{
	border: 0px solid #ccc;	
	width: 320px;
	float: left;
	margin-right: 15px;
}
.csc-frame-rulerBefore{
	clear: both;
}
/* Spez. Layout end *******************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: right;
	width: 650px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 50px;
	color: #989898;
	font-size: 0.65em;
}

#copy a {
	color: #989898;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/