html, body {
	height: 100%;
}

p.topmenuetext { font-family:Verdana; font-weight:normal; font-size:8pt; color:rgb(255,255,255); }
a.topmenuetext { text-decoration: none; font-family:Verdana; font-weight:normal; font-size:8pt; color:rgb(255,255,255); }
a.topmenuetext:hover, a.topmenuetext:active { text-decoration: underline; }

/*AB Anfang*/
table tr td.menu {
	background-color: #D2D2D2;
	height: 23px;
	border-bottom: 1px solid #949494;
	padding-left: 5px;
}
table tr td.menu_aktiv {
	background-color: #ffffff;
	height: 24px;
	padding-left: 5px;
}
table tr td.submenu {
	background-color: #F7F7F7;
	background-image: url(cs3_images/global/bg_menu_left.gif);
	background-position: top right;
	background-repeat: repeat-y;
/*	height: 24px;*/
	padding-left: 10px;
}
table tr td.submenu a { display: block; }
table tr td.submenu p.menuetext { display: inline; }

table tr td.submenu_2 {
	background-color: #F7F7F7;
	background-image: url(cs3_images/global/bg_menu_left2.gif);
	background-position: top right;
	background-repeat: repeat-y;
/*	height: 24px;*/
	padding-left: 15px;
}
table tr td.submenu_2 a { display: block; }
table tr td.submenu_2 p.menuetext { display: inline; }

table tr.row1, table tr.row2 { height: 58px; }
table tr.row1 { background-color: #E7E7E7; }
table tr td.smalltext, table tr td a.smalltext { font-family:Verdana; font-weight:normal; font-size:8pt; color:#404040; }

select.form, input.form {
font: 100% Arial, Helvetica, sans-serif;
color: #333333;
border: solid #666666 1px;
font-size:8pt;
}
/*AB Ende*/

p.menuetext { font-family:Verdana; font-weight:normal; font-size:8pt; color:rgb(0,0,0); }
a.menuetext { text-decoration: none; font-family:Verdana; font-weight:normal; font-size:8pt; color:rgb(0,0,0); display:block; }
a.menuetext:hover, a.menuetext:active { text-decoration: underline; }

p.stdtext { font-family:Verdana; font-weight:normal; font-size:10pt; color:#404040; }
p.stdtext a { text-decoration: none; font-family:Verdana; font-weight:normal; font-size:10pt; color:#404040; }
p.stdtext a:hover, p.stdtext a:active { text-decoration: underline; }
span.stdtext { font-family:Verdana; font-weight:normal; font-size:10pt; color:#404040; }

p.errtext { font-family:Verdana; font-weight:normal; font-size:10pt; color:#ff0000; }

span.stdtextwhite { font-family:Verdana; font-weight:normal; font-size:10pt; color:white; }

p.smalltext { font-family:Verdana; font-weight:normal; font-size:8pt; color:#404040; }
p.smalltext a { text-decoration: none; font-family:Verdana; font-weight:normal; font-size:8pt; color:#255483; }
p.smalltext a:hover, p.smalltext a:active { text-decoration: underline; }
span.smalltext { font-family:Verdana; font-weight:normal; font-size:8pt; color:#404040; }
span.smalltext a { text-decoration: underline; font-family:Verdana; font-weight:normal; font-size:8pt; color:#255483; }
span.smalltext a:hover, p.smalltext a:active { text-decoration: none; }

span.smalltext_white { font-family:Verdana; font-weight:normal; font-size:8pt; color:white; }

span.xsmalltext_white { font-family:Verdana; font-weight:normal; font-size:7pt; color:white; }

span.xsmalltext { font-family:Verdana; font-weight:normal; font-size:7pt; color:#404040; }

p.bigtext { font-family:Verdana; font-weight:normal; font-size:14pt; color:#404040; }
a.bigtext { text-decoration: none; font-family:Verdana; font-weight:normal; font-size:14pt; color:#404040; }
a.bigtext:hover, a.bigtext:active { text-decoration: underline; }

p.errortext { font-family:Verdana; font-weight:normal; font-size:10pt; color:red; padding:10px; background-color:#FFC0C0; text-align:center; }

/* CSS-POPUP BEGIN */
#css_popup_background {
	background-color: black;
	opacity: 0.75;
	filter:alpha(opacity=75); /* IE's opacity*/
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	display: none;
	margin: 0;
	padding: 0;
}

#css_popup {
	width: 100px;
	height: 100px;

	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px; /* Half the width of the DIV tag which is 50 pixels */
	margin-top: -50px; /* Half the height of the DIV tag which is also 50 pixels */
	padding: 0;
/**/
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	display: none;
}

#css_popup_closer {
	background-color: #ffffff;
	text-align: right;
	margin: 0;
	padding: 5px;
}

#css_popup_image {
	margin: 0;
	padding: 0;
}
/* CSS-POPUP END */
