body, table, tr, td, textarea, input, select {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
}

/* Hintergrundbild */
body {
	/*background: url(../images/page_background.gif);
	background-repeat: repeat-y;*/
	background: url(../images/backgroundex.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a {
	color: #990000;
	text-decoration: none;
}

a:Hover {
	text-decoration: underline;
}

a.inh4 {
	color: #990000;
}

a.navigation {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	width: 120px;
	display: block;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	border: solid 1px #f1f1f1;
}

/*a.navigation:Hover {
	background-color: #cccccc;
	border: solid 1px #999999;
	text-decoration: none;
}*/

a.navigation:Hover {
	border: solid 1px #990000;
	border-top: solid 1px #990000;
	text-decoration: none;
	background: url(../images/item_bg.png);
	color: #990000;
}

/* a.navigationactive {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	width: 195px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	border: solid 1px #999999;
	background-color: #ffffff;
} */

a.navigationactive {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	width: 120px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	border: solid 1px #333333;
	background-color: #990000;
	display: block;
}


a.navigationactive:Hover { text-decoration: none }

a.navigationflyout {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	width: 120px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	display: block;
	border: solid 1px #f1f1f1;
	background-image: url(../images/flyout_arrow.gif);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: right center;
}

a.navigationflyout:Hover {
	border: solid 1px #333333;
	border-top: solid 1px #333333;
	text-decoration: none;
	background: url(../images/item_bg.png);
	background-position: left left;
	background-repeat: repeat;
	color: #000066;
}

a.navigationactiveflyout {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	width: 120px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	border: solid 1px #ffcf86;
	background-color: #ffdba6;
	display: block;
}

a.navigationactiveflyout:Hover { text-decoration: none }

a.toolbar {
	font-family: Tahoma;
	color: black;
	text-decoration: none;
	border: solid 1px #f1f1f1;
	border-left: solid 7px #f1f1f1;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	width: 1px;
	height: 1px;
	margin: 0px;
}

a.toolbar:Hover {
	border: solid 1px #999999;
	border-left: solid 7px #999999;
	background-color: #cccccc;
	text-decoration: none;
}

a.topnavigation {
	color: white;
}

a.topnavigation:Hover {
	text-decoration: none;
}

div.banner {
	height: 48px;
	text-align: right;
	font-weight: bold;
	color: #990000;
	/* padding-right: 3px;
	padding-top: 32px; */
	border-bottom: solid 1px #999999;
}

div.flyoutmenu {
	background-color: #f1f1f1;
	width: 125px;
	border: solid 1px #999999;
	padding: 2px;
			
	position: absolute;
	display: none;
}

div.mailinglist {
	border: solid 1px #999999;
	background-color: #f1f1f1;
	text-align: center;
	padding: 2px;
}

div.navigation {
	/* background-color: #f1f1f1;
	width: 196px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999; */
	padding: 2px;
}

div.toolbar {
	background-color: #f1f1f1;
	border-bottom: solid 1px #999999;
	padding: 2px;
	/*height: 24px; */
	padding-top: 4px;
	padding-bottom: 4px;
}

div.topnavigation {
	background-color: #990000;
	border-bottom: solid 1px #999999;
	padding: 3px 6px 3px 6px;
}

font.navigationtitle {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	font-weight: bold;
	padding: 2px;
	height: 14px;
}

h3 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #0088aa;
	/*font-weight: bold;*/
	border-bottom: solid 1px #cccccc;
	margin: 7px;
}

h4 {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #0088aa;
	margin: 7px;
}

input.loginform {
	width: 130px;
}

p {
	line-height: 1.5;
	text-align: justify;
	margin: 7px;
}

/**
 * Paramater Tabelle
 */
table.params {
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
}

th.params {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #cccccc;
}

td.params {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

ul.bluedot {
	color: #0099bb;
	line-height: 1.5;
	margin-top: 2px;
	margin-bottom: 2px;
}

ol.bluedot {
	color: #0099bb;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 2px;
	margin-bottom: 2px;
}

.formtable {
	margin: 7px;
	width: 100%;
	background-color:#EEEEF7;
	border-top: double 3px #d2d2d2;
}

.forminput {
	border: solid 1px #999999;
	background-color: white;
	width: 200px;
}

.forminputfocus {
	border: solid 1px #999999;
	background-color: #f0f0f0;
	width: 200px;
	font-weight: bold;
}

.studio {
	border: solid 1px #990000;
	background-color: #ccccfe;
	padding: 6px;
	margin: 5px;
}

.alert {
	border: solid 1px #990000;
	background-color: #cccccc;
	color: #990000;
	padding: 3px;
	font-weight: bold;
	margin: 5px;
}

.code {
	font-family: Courier New;
	font-size: 8pt;
	border: dotted 1px #999999;
	background-color: #f1f1f1;
	margin: 7px;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 5px;
}

.topbottom {
	border-top: solid 3px #0099bb;
	border-bottom: solid 3px #0099bb;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 7px;
	line-height: 1.5;
}
