/*	Project : stvpi2004, V1.0, Internet Service - Holzer & Dengg OEG, holzer */

/* ==================================== */
/*            LAYOUT                    */
/* ==================================== */

html {
	height: 100%;
}
body {
  padding: 0px;
  margin: 0px;
  background-color: #C0C0C0;
  height: 100%;
}

/* Top-Border*/
#top {
	position: absolute;
	width: 100%;
	height: 12%;
	left: 0px;
	top: 0px;
	background-color: #A0A890;
	/*border-bottom: 1px solid #76272B; 
	  padding-left: 3%;*/
}

/* Content Area */
#content {
	position: absolute;
	width: 100%;
	height: 76%;	
	left: 0px;
	top: 12%;
	background-color: #FFFFFF;	
	/* border-top: 1px solid #76272B; */
}

/* Bottom-Border */
#bottom {
	position: absolute;
	width: 100%;
	height: 12%;
	bottom: 0px;
	left: 0px;
	background-color: #A0A890;
	border-bottom: 0px;
	/* border-top: 1px solid #76272B;  */
}

/* MainMenu */
#cmenu {
	position: absolute;
	left: 2%;
	width: 76%;
	background-color: #FFFFFF;
	padding-top: 25px;
	vertical-align: bottom;
}

#cvideo {
	position: absolute;
	left: 70%;
	width: 70px;
	background-color: #FFFFFF;
	padding-top: 27px;
	vertical-align: bottom;
	text-align: left;
}

/* TopMenu */
#tmenu {
	position: absolute;
	right: 18%;
	bottom: 7px;
	text-align: right;
}

/* Inner Content - Left - Text*/
#cleft {
	position: absolute;
	left: 2%;
	width: 76%;
	height: 76%;
	top: 50px;
	background-color: #D8DBD1;
/*	border: 1px solid #76272B; */
	border: none;
	padding: 2%;
	margin-right: 20px;
	background-image: url(../images/layout/bg_home.jpg);
}

#extraContent {
	position: absolute;
	left: 2%;
	width: 85%;
	height: auto;
	top: 80px;
	z-index: 10000;
	text-align: center;
	font-weight: bold;
}

/* Inner Content - Right - Pictures */
#cright {
	position: absolute;
	left: 82.3%;
	width: 137px;
	height: 100%;
	top: 0px;
	/*border-right: 1px solid #76272B;
	border-left: 1px solid #76272B; */
	margin-left: 20px;
	background-color: #EDEDE6;
	text-align: center;
}

/* Inner Content - Right - Pictures - Homepage */
#crighthome {
	position: absolute;
	left: 82.3%;
	width: 137px;
	height: 100%;
	top: 0px;
	border-right: 1px solid #76272B;
	border-left: 1px solid #76272B;
	margin-left: 20px;
	background-color: #EDEDE6;
	background-image: url(fileadmin/images/layout/pics.jpg);
}

/* Logo-Position  */
#logo{
	position: absolute;
	bottom: 10px;
	margin-left: 3%;
}

/* Text-Ticker */
#bticker {
	position: absolute;
	left: 18%;
	right: 18%;
	width: 64%;
	top: 15px;
	margin: 0px 0px;
	text-align: center;
	color: #76272B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/* Box for Link on the right-bottom */
#bmenu {
	position: absolute;
	left: 82.3%;
	width: 137px;
	top: 12px;
	text-align: center;
	margin-left: 20px;
}

/* Box for Link on the left-bottom */
#blogo {
	position: absolute;
	left: 0%;
	width: 150px;
	top: 12px;
	text-align: left;
	margin-left: 20px;
}

/* Box for Homepagetext */
#textbox {
	position: absolute;
	left: 16%;
	right: 15%;
	top: 18%;
	bottom: 18%;
   height: 65%;
   width: 70%;
	border: 1px solid #76272B;
	padding: 20px 20px 20px 20px;
}

#container1 {
	position: absolute;
	left: 45%;
	right: 2%;
	width: auto;
	height: 100%;
	top: 60px;
	margin-right: 10px;
	overflow: hidden;
	clip: rect();
}

#scrollup1 {
	position:absolute;
	right:0px;
	top: 60px;
	/* top:16%; */
	width:10px;
	height:10px;
	font-size:1px;
	visibility: hidden;
}

#scrolldown1 {
	position:absolute;
	right:0px;
	top:300px;
	width:10px;
	height:10px;
	font-size:1px;
	visibility: hidden;
	clip:  rect();
}

#scrollbar1 {
	position:absolute;
	right: 0px;
	top:0px;
	width:8px;
	height:30px;
	background-color:#EDEDE6;
	font-size:1px;
	visibility: hidden;
}

#scrollbg1 {
	position:absolute;
	right:0px;
	top:75px;
	width:6px;
	height:225px;	
	font-size:1px;
	text-align:center;
	clip:  rect();
}