/* *** */
/* Allgemeines */
/* *** */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Times,serif;}
a img {
	border: 0px none;
}
.design {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px none;}
html {}
body {
	background-image: url(bg-repeat.gif);
	background-color: #003c72;
	background-repeat: repeat-x;
	background-position: top;}

/* *** */
/* Hauptbereiche */
/* *** */

div#zent{
	margin: 0px auto;
	width: 900px;}
div#logo {
	position: absolute;
	margin: 30px 322px;}
div#seite {
	position: absolute;
	width: 900px;
	margin: 248px 0px 0px 0px;
	padding: 0px;}
div#content {
	width: 900px;
	height: auto;
	color: #000px;
	border: 2px solid #fff;}
div.menu {
	position: absolute;
	top: 189px;}
div#footer {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #faad19;
	color: #003c72;}
div#impressum {
	width: 900px;
	height: 100px;
	color: #000px;
	margin: 0px;}

td.bildoben {
line-height: 0px;
}
td.bildoben img {
border-bottom: 2px solid #fff;
}

/* *** */
/* Footer */
/* *** */

#footer p {
color: #003c72;
font-size:14px;
font-family: Arial,Times,serif;
text-align: center;
padding-top: 8px;
}
#footer a {
color: #003c72;
text-decoration: none;
}
/* *** */
/* Impressum */
/* *** */

#impressum p {
font-weight: bold;
color: #fff;
font-size:14px;
font-family: Arial,Times,serif;
text-align: right;
padding-top: 11px;
}
#impressum a {
color: #fff;
text-decoration: none;
}

/* *** */
/* Css-Klapp-Menü */
/* *** */

.menu {
width:900px; 
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
}
.menu ul ul {
width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:auto;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:16px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
height:23px; 
border:0px solid #003c72;
background:#003c72; 
padding-left:20px; 
padding-right:20px;
line-height: 28px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:79px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:0; 
width:auto;
margin-left:15px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
t\op:24px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#faad19;
color:#003c72;
height:auto; 
line-height:1em; 
padding:6px 20px 6px 5px; 
width:150px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#003c72;
}
.menu :hover > a{
color:#faad19;
background:#003c72;
}
.menu ul ul :hover > a {
color:#fff;
background:#faad19;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


/* *** */
/* Css-Styled Content */
/* *** */

p.bodytext {
	color: #082152;
	font-size: 14px;
	padding-left:10px;
}

div.csc-textpicHeader h1 {
	color: #fff;
	padding-left:10px;
}

.contentleft .imgtext-nowrap img{
border: 2px solid #fff;
}

.contentright h1{
padding: 5px 10px 5px 10px;
color: #fff;
font-size: 18px;
background-color: #5272a0;
text-align: center;
}
.contentright p{
padding-right: 10px;
}

.csc-form-fieldcell input{
	width: 230px;
}
.csc-form-fieldcell textarea{
	width: 230px;
}
.csc-form-labelcell p {
	color: #082152;
	font-size: 14px;
	padding:5px;
}



table.contenttable * {
	color: #fff;
	font-size: 14px;
}
table.contenttable {
	padding-left:10px;
}
