@CHARSET "ISO-8859-1";


#mainbox {
	width: 1000px;
	/* background-color:#66aa66; */
	position: absolute;
	left: 50%;
	top: 200px;
 	margin-left: -500px;
}

#logo {
	width: 180px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 35px;
 	margin-left: -90px;
	background-image: url("/site/logo.png");
}

/*----------------------------------------------------------------------*/
a { 	text-decoration: none;
	color: black;
	z-index: 3;
}
a:hover {
	text-decoration: none;
	cursor: default;
	z-index: 3;
}
a.btn { display:block; width:200px; height:50px; z-index: 1;}

#btn001 {
 	position: absolute;
	left:600px; top:0px;
	background-image: url("/site/btn.png");
	z-index: 2;
}
#btn001:hover {
	background-image: url("/site/btnglow.png");
	z-index: 2;
}

#btn002 {
 	position: absolute;
	left:700px; top:150px;
	background-image: url("/site/btn.png");
}
#btn002:hover {
	background-image: url("/site/btnglow.png");
}

#btn003 {
 	position: absolute;
	left:600px; top:300px;
	background-image: url("/site/btn.png");
}
#btn003:hover {
	background-image: url("/site/btnglow.png");
}

#btn004 {
 	position: absolute;
	left:200px; top:300px;
	background-image: url("/site/btn.png");
}
#btn004:hover {
	background-image: url("/site/btnglow.png");
}

#btn005 {
 	position: absolute;
	left:100px; top:150px;
	background-image: url("/site/btn.png");
}
#btn005:hover {
	background-image: url("/site/btnglow.png");
}

#btn006 {
 	position: absolute; 
	left: 200px; top:0px;
	background-image: url("/site/btn.png");
}
#btn006:hover {
	background-image: url("/site/btnglow.png");
}

#btntxt {
	position: absolute;
	left: 40px; top: 17px;
 	padding: 0 0 0 0px;
	font-family: lucida console;
	text-decoration: none;
	color: #555555;	
	font-size: 15px;
	font-weight: 100;
	cursor: default;
	z-index: 1;
	user-select: none;
	-moz-user-select: none;
}


/*--BILDFORMATIERUNG----------------------------------------------------*/
/*----------------------------------------------------------------------*/
img.center {
	display: block;
	margin: auto;
	border: none;
}
img.center:hover {
	display: block;
	margin: auto;
	border: none;
	src:/site/logozoom.png
}

img.right {
	float: right;
}
img.left {
	float: left;
}


body {
/* Mozilla */
background: -moz-linear-gradient(right, #333333 0%, #AAAAAA 40%, #AAAAAA 60%, #333333 100%);

            
/* Crome10 Safari5 */
background: -webkit-linear-gradient(right, #333333 0%, #AAAAAA 40%, #AAAAAA 60%, #333333 100%);

/* Opera */
background: -o-linear-gradient(right, #333333 0%, #AAAAAA 40%, #AAAAAA 60%, #333333 100%);
            
/* IE10 */
background: -ms-linear-gradient(right, #333333 0%, #AAAAAA 40%, #AAAAAA 60%, #333333 100%);

/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAAA', endColorstr='#333333'
		,GradientType=1);
	
/* W3C */	
background: linear-gradient(right, #333333 0%, #AAAAAA 40%, #AAAAAA 60%, #333333 100%);
}





