﻿/* CSS Document */
.Top {
	position:relative;
	width:1024px;
	height: 700px;
}
.MainArea {
  position: fixed;
  left: 155px;
  right: 25px;
  top: 60px;
  bottom: 30px;
}
.TopLineLeft {
  position: fixed;
	background-image:url(../Img/TestIMG/TopLineLeft.png);
	background-repeat:no-repeat;
	top: 5px;
  left: 5px;
  width:	20px;
	height: 50px;
}
.TopLine {        
  position: fixed;
	background-image:url(../Img/TestIMG/TopLine.png);
	background-repeat:repeat-x;
  top: 5px;
  left: 25px;
  right: 25px;
  height: 50px;
}
.TopLineRight {   
  position: fixed;
	background-image:url(../Img/TestIMG/TopLineRigth.png);
	background-repeat:no-repeat;
	top: 5px;
  right: 5px;
  width:	20px;
	height: 50px;
}
.BottomLineLeft {
	position:fixed;
	background-image:url(../Img/TestIMG/BottomLeft.png);
	background-repeat:no-repeat;
	left: 5px;
  width:	20px;
	height: 20px;	
  bottom: 5px;
}
.BottomLine {
	position:fixed;
	background-image:url(../Img/TestIMG/Bottom.png);
	background-repeat:repeat-x;
  left: 25px;
  right: 25px;
  height: 20px;	
  bottom: 5px;
}
.BottomLineRight {
	position:fixed;
	background-image:url(../Img/TestIMG/BottomRigth.png);
	background-repeat:no-repeat;
	right: 5px;
  width:	20px;
	height: 20px;	
  bottom: 5px;
}
.Left {
	position:fixed;
	background-image:url(../Img/TestIMG/Left.png);
	background-repeat:repeat-y;
	top: 55px;
	left: 5px;
  width:	20px;
  bottom: 25px;
}
.Right {
	position:fixed;
	background-image:url(../Img/TestIMG/Rigth.png);
	background-repeat:repeat-y;
	top: 55px;
  width:	20px;
  bottom: 25px;
	right: 5px;
}

.NRight {
	position:fixed;
	background-image:url(../Img/TestIMG/Rigth.png);
	background-repeat:repeat-y;
	left:  130px;
  top:    55px;
  width:	25px;
  bottom: 25px;
}

.Navi {
  position: fixed;
  left: 15px;
  top: 55px;
}

.Stil1 {
	font-family:Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
}
.btn {
	background-image:url(../Img/Bottom/Btn.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	height: 25px;
}

.btn:hover {
	background-image:url(../Img/Bottom/BtnD.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	height: 25px;
}

.subbtn {
	background-image:url(../Img/Navigation/NaviItem.png);
	background-repeat:no-repeat;
	color: black;
	font-weight: bold;
	width: 120px;
	height: 25px;
}
.subbtn:hover {
	background-image:url(../Img/Navigation/Naviselect.png);
	background-repeat:no-repeat;
	color: black;
	font-weight: bold;
	width: 120px;
	height: 25px;
}

.Menue {
	background-color:#0033FF;
	height: 25px;
	
}
.MenueItem {
	background-color:#0033FF;
	height: 25px;
	
}

.MenueItem:hover {
	background-color:#0099FF;
	height: 25px;
	
}

.NaviTopLine {
background-image:url(../Img/Navigation/Topline.png);
background-repeat:repeat-x;
height: 20px;
}

.NaviTopLineLeft {
background-image:url(../Img/Navigation/Topline.png);
background-repeat:repeat-x;
height: 20px;
width: 10px;
}

.NaviTopLineRight {
background-image:url(../Img/Navigation/Topline.png);
background-repeat:repeat-x;
height: 20px;
width: 10px;
}

.RowNaviTopLine {
background-image:url(../Img/Navigation/Toplineh30.png);
background-repeat:repeat-x;
height: 30px;
}

.RowNaviTopLineLeft {
background-image:url(../Img/Navigation/Toplineh30.png);
background-repeat:repeat-x;
height: 30px;
width: 10px;
}

.RowNaviTopLineRight {
background-image:url(../Img/Navigation/Toplineh30.png);
background-repeat:repeat-x;
height: 30px;
width: 10px;
}

.LoginTopLine {
background-image:url(../Img/Area/AreaTop.png);
background-repeat:repeat-x;
height: 10px;
}

.LoginTopLineLeft {
background-image:url(../Img/Area/AreaTopLeft.png);
background-repeat:no-repeat;
height: 10px;
width: 10px;
}

.LoginTopLineRight {
background-image:url(../Img/Area/AreaTopRigth.png);
background-repeat:no-repeat;
height: 10px;
width: 10px;
}

.LoginLeft {
background-image:url(../Img/Area/AreaLeft.png);
background-repeat:repeat-y;
width: 10px;
}
.LoginRight {
background-image:url(../Img/Area/AreaRigth.png);
background-repeat:repeat-y;
width: 10px;
}

.LoginBottomLeft {
background-image:url(../Img/Area/AreaBottomLeft.png);
background-repeat:no-repeat;
height: 10px;
width: 10px;
}

.LoginBottomRight {
background-image:url(../Img/Area/AreaBottomRigth.png);
background-repeat:no-repeat;
height: 10px;
width: 10px;
}

.LoginBottom {
background-image:url(../Img/Area/AreaBottom.png);
background-repeat:repeat-x;
height: 10px;
}
.BtnLeft {
border: none;
background-color:#FFFFFF;
background-image:url(../Img/Bottom/BottomLeft.png);
background-repeat:no-repeat;
height: 25px;
width:100px;
color:#FFFFFF;

}
.BtnRigth {
border: none;
background-color:#FFFFFF;
background-image:url(../Img/Bottom/BottomRigth.png);
background-repeat:no-repeat;
height: 25px;
width:100px;
color:#FFFFFF;
}
.BtnLeft:hover {
border: none;
background-color:#FFFFFF;
background-image:url(../Img/Bottom/BottomLeftD.png);
background-repeat:no-repeat;
height: 25px;
width:100px;

color:#FFFFFF;
}
.BtnRigth:hover {
border: none;
background-color:#FFFFFF;
background-image:url(../Img/Bottom/BottomRigthD.png);
background-repeat:no-repeat;
height: 25px;
width:100px;

color:#FFFFFF;
}

.copyrigths {

  color:#FFFFFF;
  position: fixed;
  bottom: 10px;
  right: 25px;
  font-size: xx-small;
}

.Title {
  color:#FFFFFF;
}
.Bild {
  position: fixed;
  left: 15px;
  top: 40px;
  height: 300px;
  width: 450px;
  
}