HTML BODY
{
	background-color: #D3EDEE;
	font-family: "Coming Soon";
}

#header
{
	background-image: url(images/header.jpg);
	height: 35px;
	background-repeat: repeat;
}
#headcontent
{
	width: 300px;
	overflow: hidden;
	float: left;
	font-size: 14pt;
}
#headcontent H1
{
	color: #8AB982;
}
#biene
{
	height: 83px;
	overflow: hidden;
	width: 135px;
	margin-top: -25px;
	float: left;
	margin-left: 520px;
}
#nav DIV
{
	background-color: rgb(193, 222, 200); /*alternativ für IE*/
	background-image: linear-gradient(left, rgb(146, 201, 157) 13%, rgb(166, 211, 177) 50%, rgb(193, 222, 200) 100%);
	background-image: -o-linear-gradient(left, rgb(146, 201, 157) 13%, rgb(166, 211, 177) 50%, rgb(193, 222, 200) 100%);
	background-image: -moz-linear-gradient(left, rgb(146, 201, 157) 13%, rgb(166, 211, 177) 50%, rgb(193, 222, 200) 100%);
	background-image: -webkit-linear-gradient(left, rgb(146, 201, 157) 13%, rgb(166, 211, 177) 50%, rgb(193, 222, 200) 100%);
	background-image: -ms-linear-gradient(left, rgb(146, 201, 157) 13%, rgb(166, 211, 177) 50%, rgb(193, 222, 200) 100%);
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0.13, rgb(146, 201, 157)),color-stop(0.5, rgb(166, 211, 177)),color-stop(1, rgb(193, 222, 200)));	
}

#login
{
	position: relative;
	left: 850px;
	top: -45px;
	z-index: 1;
}

#login_button
{
	position: absolute;
	cursor: pointer;
	color: rgb(0,0,0);
	font-size: 20px;
}

#login_button:hover
{
	background:#666;
	background: rgba(255,255,255,.25);
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	text-decoration:none;
	outline: 0 none;
}

#login_box
{
	top:-40px;
	left: -370px;
	background-image: url(images/login/svgLoginBox.svg);
	height: 480px;
	width: 640px;
}

#login_text
{
	margin-left: 120px;
	margin-top:125px;
	width: 375px;
	/*max-height: 170px;
	overflow: scroll;*/
}

#nav_sub DIV
{
	background-color: rgb(203, 235, 181); /*alternativ für IE*/
	text-align: center;
	background-image: linear-gradient(		left, rgb(166, 221, 177) 13%, rgb(166, 211, 177) 50%, rgb(213, 232, 220) 100%);
	background-image: -o-linear-gradient(		left, rgb(146, 201, 157) 13%, rgb(166, 211, 177) 50%, rgb(213, 232, 220) 100%);
	background-image: -moz-linear-gradient(		left, rgb(166, 221, 177) 13%, rgb(166, 211, 177) 50%, rgb(213, 232, 220) 100%);
	background-image: -webkit-linear-gradient(	left, rgb(166, 221, 177) 13%, rgb(166, 211, 177) 50%, rgb(213, 232, 220) 100%);
	background-image: -ms-linear-gradient(		left, rgb(166, 221, 177) 13%, rgb(166, 211, 177) 50%, rgb(213, 232, 220) 100%);
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0.13, rgb(166, 221, 177)),color-stop(0.5, rgb(166, 211, 177)),color-stop(1, rgb(213, 232, 220)));
}
#main
{
	background-image: url(images/dynamicSpacer.jpg);
	background-repeat: repeat-y;
}
#main_center
{
	min-height: 505px;
	background-image: url(images/content1.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px 30px 185px;
}
#main_bottom
{
	background-image: url(images/content2.jpg);
	/*[empty]color:;*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
DIV.ym-wrapper
{
	width: 1024px;
}
FOOTER#footer
{
	background-image: url(images/footer.jpg);
	padding: 0px;
	height: 23px;
	margin-top: 0;
	background-repeat: no-repeat;
}

.link{
	text-decoration: none;
	color: rgb(0,0,0);
}

.iconSize{
	width: 48px;
	height: 48px;
}
