
/* Allgemeine Definitionen */

body {
	xbackground-color: white;
	font-family: Arial,Geneva,Sans-Serif;
	font-size: small;
	color: black;
	overflow-x: hidden;
	float:left;
}

font {
	xbackground-color: white;
	font-family: Arial,Geneva,Sans-Serif;
	font-size: small;
	color: black;
}

/* Links */
a { color: black; }
a:hover { color: #003366; }
a:active { color: #003366; }


/* Breite der Seite */
#body_padding {
	width: 60em;
}


/* Header-Bild */
.header_image {
	width: 60em;
	height: 15.5625em;
	xheight: 249px;
}	


/* Newsticker */
.newsticker {
	background-color: #aaaaaa;
	height: 1.5em;
	width: 60em;
	color: black;	
}	

.newsticker a, .newsticker a:hover, .newsticker a:active {
  background-color: #dddddd;
  padding-left: 5px;
  padding-right:5px;
	color: black;	
}	

.newsticker_active, .newsticker_active a, .newsticker_active a:hover, .newsticker_active a:active {
  background-color: #dddddd;
  padding-left: 5px;
  padding-right:5px;
 	text-decoration: none;
	font-weight: bold;
	color: black;
}	

marquee {
	font-size: 85.66%;
	position: relative;
	top: 0.3125em;
	color: black;
}

/* Header Menues */
#head_menues {
	width: 60em;
}

#left {
	float: left;
	text-align: left;
}

#right{
	float: right;
	text-align: right;
}

.menue1, .menue2 {
	background-color: #e5e5e5; 
  font-weight: bold;
  	font-size: 85.66%;
	height: 1.52em;
	width: 50%;
}


/* Content-Styles */
#content_padding {
	background-color: white;
	padding-top: 1.5em;
	height: 100%;
	width: 30em;
	float: left;
}

h1,h2,h3,h4,h5,h6,h7, .csc-firstHeader, .body_text {
	font-size: 116.66%;
	font-weight: bold;
	line-height: 1.3em;
}
