/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 *
 *   stylesheet for all mainsites and all mainframes
 *
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* beginn auf the main */
#topmain{
	position: absolute;
	top: 10px;
}

/* body */
body {
	background-image: url(../images/hg_middle2.gif);
	background-repeat: repeat-x;
	/*background-color: #CCFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#2A00AA;*/
}

/* clases from adminform */
div.loginform{
	position:absolute;
	top:50px;
	left:50px;
}
a.titlelogin{
	font-size: 20px;
	font-weight: bold;
}
.posleft{
	position:absolute;
	left:10px;
}
a.adminmenu{
	font-size: 14px;
	font-weight: bold;
	color: #2A1FAA;
	background-color: #99FFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2A1FAA;
	border-bottom-color: #2A1FAA;
	border-left-color: #FFFFFF;
}
a.adminmenu:hover{background-color: #CCFFFF;}
a.adminmenu:active {
	background-color: #CCFFFF;
	color: #00DFFF;
	text-decoration: underline;
	border: none;
}


/* divblocks */
a.txtmittel {
	width: 97%;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	display: block;
	position: relative;
	left: 7px;
}
a.TitleXXL{
	font-size:xx-large;
	font-weight: bold;
	font-variant: small-caps;
}

/* textblocks 
.shop{
	width: 650px;
	height:400px;
	background: silver;
}
.map{
	position: relative;
	width: 650px;
	height:400px;
	
}
.map1{
	position: relative;
	width: 560px;
	height:400px;
	left: 45px;
	top: 0px;
	overflow: hidden;
}
.map2{
	position: relative;
	width: 790px;
	height:590px;
	left: -190px;
	top: -153px;
	clear: right;
	float: right;
	overflow: hidden;
}

.tipbox{
	width: 97%;
	text-align: justify;
	display: block;
	position: relative;
	left: 5px;
	vertical-align: top;
	overflow: scroll;
	height: 380px;
}
.div_linklist{
	width: 97%;
	text-align: justify;
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	overflow: scroll;
	height: 380px;
}
.TitelKlein {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #660000;
}
.TextContent {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #660000;
}
/* end of main-stylesheet */

