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


body, html {
	margin:						0;
	padding:					0;
	font-family:				Arial, Helvetica, sans-serif;
}

#layout {
	margin:						0 auto;
	background-color:			#8ac569;
	width:						975px;
	clear:						both;
}

#left {
	width:						196px;
	float:						left;
	background-color:			#8ac569;
}

#logo {
	height:						283px;
	width:						196px;
	background-repeat:			no-repeat;
}
#blendeffect img {
	position:					absolute;
	top:						100px;
	margin-left:				14px;
	z-index:					1;
}
#blendeffect img.first {
	z-index:					3;
}
#blendeffect img.second {
	z-index:					2;
}
#navigation {
}

#right {
	float:						left;
	width:						779px;
	height:						100%;
}


/*HEADER*/

#header {
	height:						207px;
	width:						779px;
	vertical-align:				bottom;
	text-align:					right;
	background-repeat:			no-repeat;
}

#headAdress {
	font-size:					11px;
	padding:					187px 30px 0 0;
	color:						#656565;
	margin:						0;

}

#headAdress a:link,
#headAdress a:hover,
#headAdress a:focus,
#headAdress a:visited,
#headAdress a:active {
	color:						#55ab26;
	text-decoration:			none;
	
}



#content {
	width:						749px;
	min-height:					463px;
	height:						100%;	!important;
	background-color:			#55ab26;
	border-width:				10px;
	border-style:				solid;
	border-color:				#55ab26;
	padding:					5px;
	position:					relative;
}



/*NAVIGATION*/
#navigation ul {
	margin:						0;
	padding:					25px 0 0 20px;
}


#navigation ul li {
	font-size:					14px;
	font-weight:				bold;
	color:						#656565;
	list-style-type:			none;
	margin:						0;
	padding:					0;
	margin-bottom:				4px;
}
#navigation ul li a:link,#navigation ul li a:active,#navigation ul li a:visited {
	text-decoration:			none;
	color:						#656565;
	display:					block;
}
#navigation ul li a:focus,#navigation ul li a:hover {
	text-decoration:			none;
	color:						#FEE700;
	display:					block;
}
#navigation ul li.subNav {
	font-size:					13px;
	font-weight:				bold;
	padding-left:				5px;
	margin-bottom:				2px;
}
#navigation ul li.subNav a:link,#navigation ul li.subNav a:active,#navigation ul li.subNav a:visited {
	text-decoration:			none;
	color:						#FEE700;
	display:					block;
}
#navigation ul li.subNav a:focus,#navigation ul li.subNav a:hover {
	text-decoration:			none;
	color:						#656565;
	display:					block;
}
#navigation ul li.subsubNav {
	font-size:					13px;
	font-weight:				normal;
	padding-left:				13px;
	margin-bottom:				2px;
}

#navigation ul li #lastSub {
	padding-bottom:				15px;
}

/*MODULE*/


/*SHOP*/
div.contentBox {
	background-color:			#E9F4E3;
	border-style:				solid;
	border-width:				1px;
	border-color:				#8ac569;
	color:						#656565;
	width:						729px;
	padding:					10px;
	margin-top:					5px;
}
#statusShop {
	background-color:			#E9F4E3;
	border-style:				solid;
	border-width:				1px;
	border-color:				#8ac569;
	color:						#656565;
	width:						729px;
	text-align:					right;
	padding:					10px;
}

#statusShop a {
	color:						#656565;
	text-decoration:			underline;
}

#infoShop {
	font-size:					12px;
	font-weight:				normal;
	background-color:			#E9F4E3;
	border-style:				solid;
	border-width:				1px;
	border-color:				#8ac569;
	color:						#656565;
	width:						729px;
	padding:					10px;
	margin-top:					5px;
}

div.article {
	background-color:			#E9F4E3;
	border-style:				solid;
	border-width:				1px;
	border-color:				#8ac569;
	color:						#656565;
	width:						729px;
	margin-top:					5px;
	padding:					10px;
}

/*TEXTFORMATIERUNG*/

h2 {
	color:						#656565;
	font-size:					16px;
	font-weight:				bold;
	margin:						0px 0 3px 0;
}

h3 {
	color:						#656565;
	font-size:					14px;
	font-weight:				bold;
	margin-top:					0;
}

div.article p,td {
	font-size:					12px;
	font-weight:				normal;
	margin:						2px 0 0 0;
}

a:link,
a:hover,
a:visited,
a:active,
a:focus {
	color:						#55AB26;
	text-decoration:			none;
}
input, select, textarea {
	color:						#656565;
	margin:						2px;
	padding:					2px;
	border:						1px solid #55ab26;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	
}