input {
	width: 100px;
	font-size: 12px;
}

ul {
	list-style-type: none;
}

.red {
	color: #cc0000;
}

.w300 {
	width: 300px;
}

.h100 {
	height: 100px;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 1010px;
	font-family: arial;
	font-size: 12px;
}
	#content table {
		font-family: arial;
		font-size: 12px;
	}

#content h1 {
	font-size: 29px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
  
#content h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #CC0000;
}

#content a {
	text-decoration: none;
	color: #000;
}

#content a:hover {
	text-decoration: underline;
}

#headline {
	position: absolute;
	width: 1000px;
	height: 100px;
	top: 0;
	left: 0;
	background-color: ddd;
}
	#headline h1 {
		float: right;
		margin-right: 10px;
		margin-top: 30px;
	}
	#headline img {
		margin-top: 7px;
		margin-left: 1px;
	}
	#headline p {
		float: right;
		font-weight: bold;
		margin-right: 5px;
		margin-top: 68px;
	}

#headillu {
	position: absolute;
	width: 800px;
	top: 100px;
	left: 0;
}

#login {
	position: absolute;
	top: 100px;
	left: 800px;
	width: 200px;
	height: 200px;
	background-color: ddd;
}

#login table {
	font-size: 12px;
}

#menue {
	position: absolute;
	top: 75px;
	left: 10px;
	width: auto;
}
*:first-child+html {} * html #menue {
	top: 87px;
}

	#menue li {
		float: left;
		margin-right: 1px;
		padding: 3px;
		font-size: 14px;
		width: 180px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		background-color: #fff;
	}
	#menue li a:hover {
		text-decoration: none;
		font-weight: bold;
		color: CC0000;
	}
	#menue li.current {
		font-weight: bold;
		color: CC0000;
	}
	
#teaser, #teaserdownload {
	position: absolute;
	top: 320px;
	left: 0;
	width: 660px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 17px;
}
	#teaserdownload {
		top: 140px;
		width: 540px;
		font-size: 13px;
	}
	#teaserdownload textarea, #teaserdownload input {
		font-size: 12px;
		font-family: arial;
	}

#news {
	position: absolute;
	top: 320px;
	left: 700px;
	width: 300px;
}
	#news a {
		text-decoration: underline;
	}

#downloadbox, #entrybox {
	position: absolute;
	top: 240px;
	left: 10px;
	width: 300px;
}
	#entrybox {
		top: 230px;
		width: 500px;
	}

.newsitem_grey, .newsitem_white, .entrycontent {
	position: relative;
	width: 300px;
	padding: 5px;
	float: left;
	font-weight: bold;
	
}

	html>body .newsitem_grey, .newsitem_white {
		width: 290px;
	}
	.entrycontent {
		width: 400px;
		margin-right: 10px;
		margin-bottom: 3px;
	}

.newsitem_grey, .entrycontent {
	background-color: eee;
}

.date {
	font-size: 11px;
}

.download {
	float: left !important;
	margin-left: 10px !important;
}

#link {
	position: absolute;
	left: 10px;
	top: 370px;
}

html>/**/body .entry {
	float: left;
}

.entry {
	margin-bottom: 30px;
}
	*:first-child+html {} * html .entry {
	margin-bottom: 40px;
	}
		.entry h1 {
			clear: all;
			width: 400px;
		}
		html>/**/body .entry h1 {
			width: 410px;
		}

.downloadlink {
	font-size: 12px;
}

.edit {
	margin-top: 5px;
}

.submitButton, .submitButtonHome {
	padding: 3px;
	border: 1px solid #000;
	font-weight: bold;
	background-color: ddd;
}
	.submitButtonHome {
		background-color: eee;
	}

