* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html,body {
	height: 100%;
	font-size: 13px;
	background-color: #777777;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#aaaaaa;
}

img{
	border:0px;
}

ul {
	list-style-position:outside;
	margin-left:23px;
	padding-left:0px;
}
li {
	padding-left:0px;
}

a:link {
	color: #bbbbbb;
}

a:visited {
	color: #aaaaaa;
}

a:hover {
	color: #cccccc;
	font-weight: bold;
}

a:active {
	color: #dddddd;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px;
}

#navibg{
	background-color:#64abc5;
	background-image:url(./../../../../template/spring0.1/images/webzwonull.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:70px;
	left: 0px;
	top:-23px;
	position: relative;
	margin-top: 23px;
	overflow:hidden;
	border-bottom:2px #aaaaaa solid;
	margin-bottom:0px;
}

#navicontent{
	height:71px;
	width:800px;
	margin-left: -400px;
	left: 50%;
	margin-top:23px;
	position:absolute;
}

.navibutton {
	background-image:url(./../../../../template/spring0.1/images/button.png);
	background-repeat:no-repeat;
	background-position:center;
	width:158px;
	height:22px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
	color:#cccccc;
	text-shadow:#ffffff 0px 0px 7px;
}

#news {
	left:0px;
}

#about {
	left:178px;
	top:-22px;
}

#links {
	left:356px;
	top:-44px;
}

#contact {
	left:534px;
	top:-66px;
}

#logo{
	top:-22px;
	right:0px;
	position:absolute;
	cursor:help;
}

#contentbox {
	width:570px;
	margin-left: -285px;
	left: 50%;
	position:absolute;
}

.contentbg{
	background-color:#222222;
	overflow:hidden;
	border:2px #aaaaaa solid;
	margin-bottom:23px;
}

.contentbgtop{
	background-image:url(./../../../../template/spring0.1/images/webzwonull.png);
	width:100%;
	height:35px;
	background-color:#64abc5;
}

.contentheadline{
	width:100%;
	height:29px;
	color:#111111;
	margin-left:23px;
	top:10px;
	font-size:15px;
	text-shadow:#555 3px 3px 10px;
	position:relative;
}

.contentdate{
	width:200px;
	height:20px;
	top:0px;
	left:460px;
	position:absolute;
	font-size:12px;
}

.maincontentbg{
	width:514px;
	position:relative;
	left:0px;
	color:#bbbbbb;
	overflow:hidden;
	padding:23px;
}

.contentbgbottom{
	width:100%;
	height:29px;
	background-color:#64abc5;
}

.contentbottomcontent{
	width:100%;
	height:29px;
	color:#111111;
	margin-left:23px;
	top:8px;
	font-size:13px;
	text-shadow:#555 3px 3px 10px;
	position:relative;
}

#contentbottomcontent a:link {
	color: #eeeeee;
}

#contentbottomcontent a:visited {
	color: #dddddd;
}

#contentbottomcontent a:hover {
	color: #cccccc;
}

#contentbottomcontent a:active {
	color: #bbbbbb;
}

#sidebar {
	font-size:13px;
	width:216px;
	right: 5px;
	position:absolute;
	border-bottom:0px solid;
}

.sidebarheadline {
	background-image:url(./../../../../template/spring0.1/images/webzwonull.png);
	background-color:#64abc5;
	color:#111111;
	height:23px;
	padding-top: 10px;
	text-align:middle;
	text-shadow:#555 3px 3px 10px;
	text-align:center;
	font-size:16px;
	border:2px #aaaaaa solid;
}

.sidebarimagecontent {
	border-left:2px #aaaaaa solid;
	border-right:2px #aaaaaa solid;
}

.sidebarimage0{
	background-color:#303030;
	vertical-align:middle;
	text-align:center;
	min-width:100px;
	max-width:100%;
	height:100px;
	border:0px;
	padding:3px;
	border-bottom:2px #aaaaaa solid;
}
.sidebarimage1{
	background-color:#222222;
	vertical-align:middle;
	text-align:center;
	min-width:100px;
	max-width:100%;
	height:100px;
	border:0px;
	padding:3px;
	border-bottom:2px #aaaaaa solid;
}
.sidebarcontent0 {
	background-color:#303030;
	border:2px #aaaaaa solid;
	border-top:0px;
	padding:3px;
}
.sidebarcontent1 {
	background-color:#222222;
	border:2px #aaaaaa solid;
	border-top:0px;
	padding:3px;
}

.sidebarcontenttime {
	font-size:10px;
}

.input{
	width:230px;
}

#message{
	height:130px;
}

.contactformlabel{
	vertical-align:top;
}

.formmailsend{
	text-align:right;
}