@charset "UTF-8";
body {
	font-size: 71.1%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #342004;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/sidegraphic_960.jpg);
} 
#header {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding:0;
	display: block;
	width: 960px;
	height: 164px;
	background-color: transparent;
	z-index: 1;
	overflow: hidden;
	float: none;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
/* INHALT zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */
#mainContent {
	position : relative;
	top : -50px;
	float: right; /* since this element is floated, a width must be given */
	width: 658px; /* 455 */
	margin-top: 22px;
	padding-left: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*margin: 0 40 0 20px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border-left-width:0px;
	border-left-style:solid;
	border-color:#666666;
	list-style:none;
	padding-right: 40px;
} 
h1, h2, h3, h4, h5, h6 {
	color: #a4824a;
	padding:0;
	margin: 0;
}
h1 {
	font-size: 1.6em;
	margin-top:2px;
	margin-bottom:20px;
	}
h2 {
	font-size: 1.2em;
	margin-top:24px;
	margin-bottom:0px;
}
h3 {    /* Titel im Accordion */
	font-size:1.2em;
	margin-top: 0px;
	margin-bottom:0px;
	}
h3:hover {
	color: #a7963f;
}

h4 {  /* Titel Aktuell in Sidebar */
	font-size: 1.2em;
	
	}


	
#mainContent p {
	line-height: 1.8em;	
	margin-bottom: 10px;
}
#mainContent ul {							/* allows the boxed images to be placed horizontally ok */
	list-style-type: none;
	margin: 0px 0 0 0px;
	padding: 0;
	background-color:transparent;
}
.AccordionPanelContent ul {							/* die boxed images und die LI abstimmen??? */
	list-style-type: none;
	margin: 5px 0 0 0px;
	padding: 0;
	background-color:transparent;
}
#mainContent li {
	line-height:1.6em;
	padding: 0 0 0.7em 25px;
	background-color: transparent;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 2px;
}


.textpictures { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 5px 7px 7px;
	border-style: solid;
	border-color: #666666;
	padding: 3px;
	}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz INHALT */
#sidebar1 {
	position : relative;
	top : -50px;
	float:left;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: -10px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	border-right-width:1px;
	border-right-style:solid;
	border-color:#666666;
	overflow:visible;
	}

#footerright {
	width:660px;
	clear:both;
	margin:15px 0px 0 0px;
	padding: 15px 0 15px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	border-top-width:1px;
	border-top-style:solid;
	border-color:#666666;
	text-align: center;
	/*font-size:8px;*/
	height: auto;
	list-style-type: none;
	}
#footerright p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 75%;
	}
#footer {
	clear:both;
	margin:40px 40px 0 40px;
	padding: 15px 0 15px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	border-top-width:0px;
	border-top-style:solid;
	border-color:#666666;
	text-align: center;
	/*font-size:8px;*/
	height: auto;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 50%;
	}
#insidefooter a{
	color: #a4824a;
	}
#insidefooter p a {   /* 2 Zeilen mit crumbs */
	font-size:10px;
	height: auto;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */	
    }
#insidefooter ul {			/* allows the boxed images to be placed horizontally ok */
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	margin: 10px 0 0 0px;
	list-style-type: none;
	background-image:none;
	padding: 0;
	}
#insidefooter a:visited{
	color: #CCC;
	}
#insidefooter a:hover{
	color: #e3e170;
	}
#insidefooter img a {
	clear: both;
	margin-left:15px;
	list-style-type: none;
	/*color: #a4824a;  gold hier?*/
	}


/*#footerpix {
	overflow:auto;
	width:auto;
	height:auto;
	}
#footerpix ul {
	width:auto;
	height:auto;
}
#footerpix li {
        list-style-type:none;
        background-image:none;
        display:inline;
        margin-left:0px;
        margin: 0;
        padding: 0;
}
#footerpix li img {
	border:3px solid;
	margin: 0 1px 0 1px;
    border-color:#a4824a;
}

#footerpix li a {
       border-color:#a4824a;
}
#footerpix a:visited {
       border-color:#ccc;
}
#footerpix li img a:hover {
border-color:#e3e170;
}
*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Flags menu - - - - - - - - - - - - - - - - - - - - - - - - - - -   */ 

#flags{
	position : relative;
	top : -55px;
	left : 0px;
	list-style-type: none;
	overflow: hidden;
	height:auto;
}
#flags li{
	display: inline;
	float:left;
	margin-right:13px;
	margin-bottom:10px;
	}
#flags a{
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
	background-image: url(../images/caagostinoflags.gif);
	background-repeat: no-repeat;
	}
#flags a {
	width: 29px;
	height: 22px;
	border-width:1px;
	border-color:#999999;
	border-style:none;
	}
	
#british a{
	background-position: -1px -1px;
	margin-left:3px;
	}
#british a:hover{
	background-position: -1px -26px;
	}
#british a:visited{
border-color:#342004;
border-style: solid;
}
#italian a{
	background-position: -38px -1px ;
	}
#italian a:hover{
	background-position: -38px -26px ;
	}
#italian a:visited{
border-color:#342004;
border-style: solid;
}	
#german a{
	background-position: -74px -1px ;
	}
#german a:hover{
	background-position: -74px -26px ;
	}
#german  a:visited{
border-color:#342004;
border-style: solid;
}
#french a{
	background-position: -110px -1px ;
	}
#french a:hover{
	background-position: -110px -26px ;
	}
#french  a:visited{
border-color:#342004;
border-style: solid;
}
	
	
/* NAVIGATION zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */
#menu1  {
	font-size: 12px;
	list-style-type: none;
	overflow: visible;
	width: 180px;
	margin: 15px 0 0 0;
	padding: 0px;
	float: none;
	}
#menu1 li {
	display: inline;
	line-height: 22px;
	height: 30px;
	}
#menu1 a {
	color: #fff;
	font-size: 12px;
	text-indent: 15px;
	display: block;
	clear: both;
	overflow: hidden;
	height: 30px;
	}
#menu1 li a {
	width: 180px;
	text-decoration: none;
	background-image: url(../images/navbg1.gif);
	}
#menu1 li a:visited   {
	color: #aaa;
	background-color: transparent;
	background-image: url(../images/navbg1.gif);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	}
/*	display: block;
*/
#menu1 li a:hover {
	color: #fff;
	background-image: url(../images/navbg1.gif);
	background-position: 0px -30px;
	}
/*#menu2 li a:link {
background-color: transparent;
}*/
	
#menu2  {
	font-size: 12px;
	list-style-type: none;
	overflow: visible;
	width: 180px;
	margin: 0px;
	float: none;
	background-color: transparent;
}
/*#menu2 {
background-color: transparent;
}
#menu2 ul {
background-color: transparent;
}*/
#menu2 li {
	display: inline;
	line-height: 22px;
	height: 30px;
	background-color: transparent;
}
#menu2 a {
	color: #fff;
	font-size: 12px;
	text-indent: 15px;
	display: block;
	clear: both;
	overflow: hidden;
	height: 30px;
	}
#menu2 li a {
	width: 180px;
	text-decoration: none;
	background-image: url(../images/navbg2.gif);
	}
#menu2 li a:visited   {
	color: #bbb;
	display: block;
	background-color: transparent;
	background-image: url(../images/navbg2.gif);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	}
#menu2 li a:hover {
	color: #fff;
	background-image: url(../images/navbg2.gif);
	background-position: 0px -30px;
	}
	
link   {
	color: #fff;
	background-image: url(../images/navbg2.gif);
	background-position: 0px -30px;
}

/* zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz NAVIGATION */

.center {
text-align:center;
}

.aktuell {
	overflow: visible;
	width: auto;
	margin: 15px 12px 15px 30px;
	padding: 5px;
	background-color: #342004;
	border-color:#a4824a;
	border-width:3px;
	border-style: solid;
	font-size: 12px;
	width: 180px;
	float: none;
	}
.singlelink  {
	text-align:left;
	font-size: 12px;
	overflow: visible;
	width: 180px;
	padding: 0;
	margin: 0;
	float: none;
	}	
.singlelink  a {
	color: #fff;
	display: block;
	text-indent: 15px;
	padding: 5px 0 0 0;
	clear: both;
	overflow: hidden;
	height: 25px;
	width: 180px;
	text-decoration: none;
	background-image: url(../images/navbg2.gif);
	}
.singlelink a:visited   {
	color: #bbb;
	display: block;
	background-color: transparent;
	background-image: url(../images/navbg2.gif);
	background-position: 0px -60px;
	}
.singlelink a:hover {
	color: #FFF;
	display: block;
	background-image: url(../images/navbg2.gif);
	background-position: 0px -30px;
	}

/* ================= Link in Tabelle ======== */	
	

th .single  {
	background-color: #342004;
	color: #CCCCCC;
	text-align:left;
	font-size: 12px;
	overflow: visible;
	width: 180px;
	padding: 0;
	margin: 0;
	float: none;
	}	
th .single  a {
	color: #fff;
	display: block;
	text-indent: 15px;
	padding: 5px 0 0 0;
	clear: both;
	overflow: hidden;
	height: 25px;
	width: 180px;
	text-decoration: none;
	background-image: url(../images/navbg2.gif);
	}
th .single a:visited   {
	color: #bbb;
	display: block;
	background-color: transparent;
	background-image: url(../images/navbg2.gif);
	background-position: 0px -60px;
	}
th .single a:hover {
	color: #FFF;
	display: block;
	background-image: url(../images/navbg2.gif);
	background-position: 0px -30px;
	}	
	
/* ================= TABLE ================= */

table {
	width: 640px;
	border-collapse:collapse;
	border:1px solid #726024;
	padding-top:10px;
	margin-top: 10px;
}
/*caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(../images/caption.jpg) right top;
	height: 45px;
	color: #243D02;
	border-top: 1px solid #726024;
}
*/
thead th {
	background: #243D02 url(../images/th.jpg) repeat-x bottom;
	height: 45px;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #726024;
}
tbody tr {
background: url(../images/td1.jpg) repeat-x bottom;
}
tbody tr.odd {
	background: #62521E;
}

tbody th,td {
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 10px 7px;
	border-top: 1px solid #726024;
	border-right: 1px solid #726024;
	text-align: left;
}


/*tfoot th {
	background: #243D02 url(../../images/foot.jpg) repeat-x bottom;
	border-top: 1px solid #726024;
	color: #FFFFFF;
	min-height: 20px;
}
tfoot td {
	background: #726024 url(../../images/foot.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 20px;
}*/
.headercleared2 {
	margin-top: 80px;
}
.headercleared1 {
	margin-top: 40px;
}

/* ================= END TABLE ================= */




/*#mainContent  object  a {
	color: #a4824a;
}
*/
#map {
	text-align: center;
	margin-top: 20px;
	border: 4px solid #666;
	width: 450px;
	height: 350px;
}
.CollapsiblePanelContent a {
	color: #a4824a;
	text-decoration: none;
}
.CollapsiblePanelContent a:visited {
	color: #666666;
}
.CollapsiblePanelContent a:hover {
	color: #CCCCCC;
}
form {
    
	color: #CCCCCC;
	background-color: transparent;
    padding: 20px;
	border-color:#a4824a;
	border-width:3px;
	border-style: solid;
}
/* ============ Fussbild und mehr ========= */
.fuss {
	position : relative;
	top : -55px;
	left : 33px;
	width: 890px;
}

