@charset "UTF-8";




/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background:#D2DA9C url(leftcolbg.jpg) repeat-y left top;
	color: #FFF;
}
#outer{
	margin-left:260px;
	margin-right:0;
	background: #B4B4B4;
/*	border-left:1px solid #000; 
	border-right:1px solid #000;*/
	margin-bottom:-100px;
	min-height:100%
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:176px;
	background: #fff;
/*	border-top:1px solid #000;
	border-bottom:1px solid #000;*/
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:260px;
	float:left;
	margin-left:-260px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p, 
#right p {padding:3px}
#right {
	position:relative;/*ie needs this to show float */
	width:15em;
	float:right;
	margin-right:-15em;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#footer {
	width:100%;
	clear:both;
	height:100px;
/*	border-top:1px solid #000;
	border-bottom:1px solid #000; */
	background-color: #DDDDDD;
	text-align:center;
	position:relative;
}
#clearheader{height:177px;}/*needed to make room for header*/
#clearfooter{clear:both;height:100px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#content {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */



/*
img {
	border:0;
}


body, html {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
*/

a {
	color: #DD0000;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;

}

#header ul {
	background-color: red;
	margin: 0;
	padding: 0;
	height: 2.5em;
}


#header ul li {
	float: left;
	margin: 0.5em;
	list-style-type: none;
	/* border: 1px solid grey;*/

}
#header a {
	color: #BBBA97;
}

#header .tx-loginboxmacmade-pi2 {
	float:right;
	margin-top: 0.3em;
	margin-right: 0.5em;
	color: white;
}


#head_left {
	position:absolute;
        top:0;
        left:0;
        width: 259px;
	height: 100px;
	border-right: 1px solid white;
	background-color: #72704E;
	background-image: url(../fileadmin/template/white1.gif);
	background-repeat: repeat-y;
	font-size: 20px;
	text-align: right;
}

#head_left p {
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 17px;
}

#head_right div.text {
	margin-left: 35px;
	padding-top: 37px;
}


#head_right h1 {
	font-size: 18px;
	text-transform: uppercase;
}

#head_right p {
	font-size: 18px;
	margin-left: 50px;
}


#head_right {
	color: #BBBA97;
	margin-left:260px;
	height: 100px;
	background-image: url(../fileadmin/template/head.gif);
	background-repeat: repeat-y;
	background-color: #212121;
	
}

#head_sub {
        float:left;
        height: 76px;
        width:259px;
        border-right: 1px solid white;
        background-color: #E0E0BE;
        background-image: url(../fileadmin/template/white22.gif);
        background-repeat: repeat-y;       
}

#path {
	font-size: 0.8em;
	padding:0.5em;
	border-bottom: 1px solid gray;
}


#menu_left {
	background-color: red;
	
}
#menu_left ul {
	margin: 0;
	padding: 0;
}

#menu_left ul li {
	padding: 0.2em;
	list-style-type: none;
	border-bottom: 1px solid white;

}
#menu_left a {
	color: white;
}

#header {
        height: 176px;
  	background-color: #fff;
/*	width:800px;
	margin: 10px auto auto;
	padding-bottom: 3em; 
*/
	font-size: 0.7em;
}


#inner {
	width: 41.5em;
	margin:0;
	padding:0;

}


#content {
/*	background-color: #B4B4B4;
	background-image: url(../fileadmin/template/white.gif);
	background-repeat: repeat-y;
*/
	color: black;
}

#content .text {
	font-size: 1em;
/*	text-align:justify; */
	padding-top:0.5em;
      margin-top:0.5em;
}

#content p {
/*	text-align:justify; */
}


#content .text ul,
#content .text ol {
	text-align:left
}


#content h1 {
	font-size: 1.4em;
	padding-bottom: 1em;
}

#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1em;
}

#content .csc-textpic-caption {
        font-size: 0.8em;
}

#content .csc-menu-7 li {
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 0.5em;
}

#content .csc-menu-7 li a {
	color: black;
}
#content .csc-menu-7 li ul li{
	font-weight: normal;
	list-style-type: disc;
	margin-bottom: 0;
}
#content .csc-menu-7 li ul li a {
	color: #EE0000;
}
#content .tx-gsipagenav-pi1 {
	border-top: 1px solid gray;
}

#content .csc-mailform label {
      width: 32em;
      float: left;
      margin-right:1em;
}

/*
#left,
#right {
	float: left;
	width:10em;
	text-align: left;
	margin:0;
	margin-top:1px;
}
*/


body {
	background-color: #BBBA97;
	background-image: url(../fileadmin/template/white3.gif);
	background-repeat: repeat-y;
}

#left li a,
#right li a {
	color: black;
}

#left .text,
#right .text {
	border: 1px solid gray;
	margin: 0.5em;
}

#left .csc-header h1,
#right .csc-header h1 {
	background-color: red;
	color: white;
	padding: 0.5em;
	margin: 0;
	font-size: 0.7em;
	text-transform: uppercase;
}

#left ul, 
#right ul {
	font-size: 0.7em;
	list-style-type: none;
	margin:0;
	padding: 0.5em;
}
#left ul li, 
#right ul li{
	margin-bottom: 0.5em;
}

#left p, 
#right p {
	font-size: 0.7em;
	margin:0.5em;
	padding: 0;
}

#left form, 
#right form {
	margin:0;
	padding:0.5em;
}

#left form p,  
#right form p{
	margin:0;
	padding:0;
}
#left form .small_form {
	float:left;
	text-align:left;
}

#left form .small_form input {
	width: 6em;

}  
#right form .small_form  input {
	width: 9em;
}
#right {
	float: right;
}


#left div.text {
  border:none;
  margin:0;
  padding:0;
}

ul#menu,
#left ul.csc-menu {
  margin:0;
  padding:0;
  margin-top: 20px;
}

#menu li a,
#left ul.csc-menu li a {
  font-size: 12px;
  padding:5px;
  padding-left:20px;
  margin-left: 20px;
  display: block;
  text-decoration: none;
}

ul#menu li,
#left ul.csc-menu li {
	background-color: black;
        margin:0;
        margin-bottom:1px;

}

#menu li a,
#left ul.csc-menu li a {
	color: white;
}


#menu li.act,
#menu li.actifsub,
#left ul.csc-menu li.act,
#left ul.csc-menu li.actifsub {
	background-color: #DDDDDD;
	color: black;
        margin:0;
        margin-bottom:1px;	
}

#menu li.actifsub a,
#left ul.csc-menu li.actifsub a {
	color: black;
}


#menu li.act a,
#menu ul.lev_2 li a {
	color: black;
}

#menu ul.lev_2 li a {
	background-image: none;
}




#menu ul.lev_2 li {
	background-color: white;
	color: black;
        margin:0;
        margin-bottom:1px;
}


#menu a:hover,
#left ul.csc-menu a:hover{
        text-decoration: underline;
}
#menu li.act a,
#menu a:hover, 
#menu li ul.lev_2 li a:hover,
#menu li ul.lev_2 li.act a {
	background-image: url(../fileadmin/template/selected.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#menu li ul.lev_2 li ul.lev_3 li a {
	background-image: none;
}


#foot_left {
	float:left;
	height: 100px;
	width: 259px;
	background-color: #72704E;
	background-image: url(../fileadmin/template/white4.gif);
	background-repeat: repeat-y;
	border-right: 1px solid white;
}




#footer {
	background-color: #212121;
	color: white;
	font-size: 0.7em;
}

#footer p {
	padding: 0.5em;
	margin: 0;
	clear:both;

}


.csc-frame-rulerBefore,
.csc-frame-rulerAfter {
	border-top: 1px solid gray;
	margin-bottom:1em;
}

.clearer {
	clear:both;
}

.csc-textpic-caption {
  font-size: 0.8em;
}

.news-single-img {
	float:right;
	margin:0 0 5px 5px;
}

.news-list-container {

}
.news-list-item img {
	float:left;
	margin:0 10px 0 0;
	position:relative;
}

.news-list-morelink {
        clear:both;
	margin:0;
	text-align:right;
}
.news-list-category,
.news-amenu-container h2 {
	display: none;
}
/*

hr.clearer {
	height:1px;
	background:#333;
	margin:10px 0 10px 0;
	border:0;
      clear:both;
}
*/
.news-amenu-item-year dd {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
      margin-bottom: 0.5em;
}
.news-amenu-container {

    border-bottom: 1px solid black;
}

.news-amenu-container ul {
    list-style-type: none;
}

.news-amenu-container ul li a {
    margin-left: 2em;
}

.news-list-date {
  font-family: verdana, arial, sans-serif;
  font-size: 0.7em;
  display: block;
}

.news-single-imgcaption {
  font-size: 0.8em;
}

.news-single-timedata,
.news-single-category {
display: none;
}