/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body { 
  color: #000000;
  background-color: #ffffff;
  text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	
}


p, tr, td { 
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0em 0em 0em 0em;
}



tr p, td p { 
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0em 0em 0em 0em;
}

.tr-odd {
 	background-color: #f8f8f8;
}
a:link { 
	text-decoration: none; 
	color: #0066cc;
	}
a:visited { 
	text-decoration: none; 
	color:#0066cc;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color:#666666;
	}

h1 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
h2, h2.csc-firstHeader {
	font-size: 1em;
	margin: 0em 0em 1.2em 0em;
	text-transform:uppercase;
	}
	
h3 {
	font-size: 0.8em;
	font-weight:normal;
	color:#999999;
	margin: 0em 0em 10px 0em;
	}
h4 {
	font-size: 0.8em;
	font-weight:normal;
	color:#999999;
	margin: 0em 0em 10px 0em;
	}
h5 {
	font-size: 1em;
	font-weight:bold;
	margin: 0em 0em 0px 0em;
	}	

img {
	border: 0;
	}
	
 
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	}

ul.csc-menu {
	list-style-type:square;
	padding-left: 20px;
}



strong, b {
	font-weight: bold;
	}


.klein {
  font-size: 10px;
}


/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */

#wrapper {
	width: 805px;
	margin: 0 auto;
	text-align: left;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */

#top {
height: 100px;
text-align:right;
padding-right:13px;
}


/* 
----------------------------------------------------------------------------- 
NAV
-----------------------------------------------------------------------------*/

#nav { 
	position: relative; 
	background-color: #ffffff;
	height: 38px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}


#nav ul{
	list-style-type: none;
}
#nav li{
	float: left;
	padding-left:0px;
}

/* ----------------------------------- */
/* MENU RECHTS
/* ----------------------------------- */
#navcontainer {
  padding-left: 0px;

}

#navcontainer ul
{
padding: 0 0 0 0;
margin: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

#navcontainer li { margin: 0 0 0 0; }

#navcontainer a
{
display: block;
padding: 0px 0px 0px 0px;
width: 150px;
}

#navcontainer a:link, #navlist a:visited
{
color: #999999;
text-decoration: none;
}

#navcontainer a:hover
{
background: #ffffff;
color: #000000;
}

#active a:link, #active a:visited, #active a:hover
{
background: #ffffff;
color: #000000;
}

#navcontainer a.currentnav
{
color: #000000 !important;
font-weight: bold !important;
}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */

#content {
	padding: 30px 0px 10px 0px;
}

#content td{
	vertical-align:top;
}

#content-main {
	padding-right:8px;
}


#content-main ul {
	list-style-type:square;
	padding-left: 16px;
}


#content-nav {
	float:left;
	padding: 0px 20px 0px 7px;
	width:150px;
	display:table-cell;
}

#content-left {
	padding: 0px 20px 0px 0px;
	float:left;
	width: 180px;
	display:table-cell;
}


.csc-textpic-caption, .news-single-imgcaption {
	font-size:0.8em;
	color:#666666;
	margin-bottom: 10px;
}

td.news-latest-image {
	width:180px;
	padding-right:20px;
}

.csc-textpic-text {
  margin-left:10px;
}

/* ----------------------------------- */
/* Footer
/* ----------------------------------- */


#footer {
	background: #ffffff;
}

/* ----------------------------------- */
/* googlemaps
/* ----------------------------------- */
#gmapmarker {
height: 200px;
}

/* ----------------------------------- */
/* news
/* ----------------------------------- */
.tx-ttnews-browsebox {
/* 	clear: both; */
	margin-top: 15px;
	border-top: 1px solid #eaeaea;
	padding:3px;
	padding-bottom:0px;
}

.tx-ttnews-browsebox table {
	width:auto;
	border:none;
	color:#000000;
	text-align:center;
}

.tx-ttnews-browsebox TD {
	border:none;
	padding:1px 8px 1px 8px;
	border:1px solid #eaeaea;
	background-color:#f3f3f3;
}

td.tx-ttnews-browsebox-SCell{
	background-color:#ffffff!important;
}

.tx-ttnews-browsebox td:hover{
	background-color:#ffffff!important;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell a {
	font-weight: bold;
	color:#000000;
	border:none;
}

.tx-ttnews-browsebox TD a {
	margin:0px;
	border:none;
	color:#000000;
}

.tx-ttnews-browsebox TD P, .tx-ttnews-browsebox TD a{
	margin:0px;
	border:none;
}

.tx-ttnews-browsebox-SCell {
	background-color: #ffffff;
	border:none;
	color:#000000;
	font-weight: bold;
}

