/* ... allgemeine Formate für die Inhalte ... */
	
* {	
	border:	0px;
	margin:	0px;
	padding:0px;

	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/* ??? */
p {
	margin-bottom:6px;
}

strong {
	font-weight: bold;
}

ul, ol {
	margin-left:2em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

small
{
	font-size:80%;
}

table {
	empty-cells:show;
	text-align:left;
	vertical-align:top;
	width: 90%;
	border: 1px solid black;
	border-collapse:collapse;
}

td, th {
	border: 1px solid black;
	padding: 5px;
}

#noborder {
	border: none;
}

#noborder td {
	border: none;
}


/* ??? */
#centertable {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto 0px auto;
}

/* ??? */
.contenttable td p {
	margin-bottom:0px;
}

table th {
	text-align:left;
	font-weight:bold;
	color: #000040;
}


h1, .h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-align:left;
	margin-top:30px;
	margin-bottom:5px;
}

.csc-firstHeader {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	text-align:center;
	margin-top:20px;
	margin-bottom:15px;
}

h2, .h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 120%;
	margin-top:20px;
}

h3, .h3 {
	font-family: arial;
	font-weight: bold;
	font-size: 110%;
	margin-top:20px;
}

h4, .h4 {
	font-family: arial;
	font-weight: bold;
	font-size: 100%;
	margin-top:10px;
}

h5, .h5 {
	font-family: arial;
	font-weight: bold;
	font-size: 90%;
	margin-top:10px;
}

h6, .h6 {
	font-family: arial;
	font-weight: bold;
	font-size: 80%;
	margin-top:10px;
}

a {
	color:#0000C0;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-color:#0000c0;
	border-bottom-width:1px;
}

a:hover {
	border-bottom-style:solid;
}


/* ... Formate für das Menu und allgemeines Aussehen ... */

#top_place {
	width: 100%; height: 116px;
	position: absolute; top: 0px; left: 0px;
	z-index: 0;
}

#home {
	width: 200px; height: 116px;
	position: absolute; top: 0px; left: 0px;
	z-index: 1;
}
	
#top {
	width: 782px; height: 116px;
	position: absolute; top: 0px; left: 200px;
	z-index: 1;
}
	
#content {
	position: absolute; top: 136px; left: 220px;
}

#menu {
	width: 185px; 
	height: 100%;
	position: absolute; top: 116px; left: 0px;
	background-color: #009bc3;
	padding-top: 20px;
	padding-left: 10px;
}

#menu a {	
	color: #FFFFFF;
	text-decoration: none;
	border:	0px;
	
	font-family: Arial;
	font-weight: bold;
	line-height: 25px;
}

#menu a:hover {
	color: #d7d7d7;
}

#menu ul {
	list-style-type: none;
	width: 190;
	margin:	0px;
}

#menu ul ul {
	margin-left: 10px;
	width: 175px;
}

#menu ul ul ul {
	margin-left: 25px;
	width: 160px;
}

#menu li {
	padding-left: 20px;
	background: url(../images/button01.jpg) no-repeat center left;
}

#menu li:hover {
	background: url(../images/button02.jpg) no-repeat center left;
}
	
#menu .menu-act {
	background: url(../images/button02.jpg) no-repeat center left;
}
	
#menu a.menu-lang {
	line-height: 20px;
	padding-left: 20px;
}

body {
	background-color: #d7d7d7;
	background-image:url(../images/menu_place.jpg); background-repeat:repeat-y;
}

.news {
  border: 2px solid #009bc3;
}

.news th {
  border: none;
  background-color: #009bc3;
  font-size:12pt;
  vertical-align:middle;
  color:white;
  margin-top:0px;
  padding:5px;
}

.news_list {
  border: none;
  border-bottom: 6px solid #009bc3;
}

.news_list_float {
  float:right;
  text-align:center;
  vertical-align:middle;
  padding:0px;
}

/* sprachmenu */

.tx-srlanguagemenu-pi1 {
	position: absolute; top: 100px; left: 200px;
	z-index: 2;
	white-space: nowrap;
}

.tx-srlanguagemenu-pi1 a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	
	text-decoration:none;
	border-bottom-style: none;
	color: #000000;
}

.NO {
	width: 130;
	text-align:center;
	color: #000000;
}

.NO a {
	color: #000000;
}

.INACT {
	width: 130;
	text-align:center;
	color: #d7d7d7;
}

.INACT a {
	color: #d7d7d7;
}