@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu {
	position:absolute;
	left:730px;
	top:333px;
	width:134px;
	height:292px;
	z-index:2;
}

#container {
	position: relative;
	width:900px;
	height:675px;
	left:0;
	top:0;
	z-index:1;
}
/*
#text_intro {
	position:relative;
	left:0px;
	top:0px;
	width:457px;
	z-index:3;
	
	padding-left: 30px;
}

#text_container {
	position:absolute;
	left:70px;
	top:171px;
	width:496px;
	height:456px;
	z-index:4;
}*/
#text_intro_sub {
	position:relative;
	left:0px;
	top:20px;
	width:326px;
	height:209px;
	z-index:4;
}


.title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.clear {clear: both;}



/* M E S S A G E  B O X C L E A N */
.msgclean-gray {
	border:solid 1px #DEDEDE;
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	text-align:center;
}
.msgclean-yellow {
	border:solid 1px #DEDEDE;
	background:#FFFFCC;
	color:#222222;
	padding:4px;
	text-align:center;
}
.msgclean-ok {
	border:solid 1px #349534;
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.msgclean-error {
	border:solid 1px #CC0000;
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



/* S C R O L L E R */

.scroll-track {
	height:30px;
	width:70px;
	
	
}
/*
.scroll-handle {
	height:10px;
	width:24px;
	left: 0px;
	
	background-color:#CCCCCC;
	cursor:pointer;
}
*/
#scroll-track-bot-1 {
	height:24px;
	width:60px;
	background-image: url('images/weiter.gif');
	cursor:pointer;
}
/*
#scroll-handle-bot-1{
height:8px;
width:10px;
background-image: url('../../images/zurueck.gif');
background-color:#CCCCCC;
}

#scroll-handle-top-1{
height:8px;
width:10px;
background-image: url('../images/zurueck.gif');
background-repeat: no-repeat;
background-color:#FFcc00;
z-index: 10000;
}
*/
#scroll-track-top-1 {
	height:26px;
	width:70px;
	/*top: 429px;
	left: -80px;*/
	background-image: url('images/zurueck.gif');
	cursor:pointer;
}

