@charset "UTF-8";
/* 2009 | neueDaten* | Bochum | neueDaten.de */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
img {
	border: none;
}

body {
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	font: normal 11px/14px Verdana, Helvetica, Sans-Serif;
	color: #999;
}
a {
	font: normal 11px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#total {
	position: relative;
	left: 50%;
	margin-left: -397px;
	width: 794px;
	height: 100%;
	z-index: 200;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
}

#top {
	position: absolute;
	top: 21px;
	width: 642px;
	height: 21px;
	border-bottom: solid 1px #999999;
}

#imprint {
	position: relative;
	width: 200px;
	height: 21px;
}
#argusDomain {
	position: absolute;
	right: 0;
	top: 0;
	width: 173px;
	height: 21px;
	text-align: right;
}

#headline {
	position: absolute;
	left: 0;
	top: 55px;
}

#bottomBorder {
	position: absolute;
	top: 514px;
	left: 0;
	width: 642px;
	height: 1px;
	border-top: solid 1px #999999;
}
#argusLogo {
	position: absolute;
	left: 500px;
	top: 64px;
}

#videoHeadline {
	position: absolute;
	top: 80px;
	left: 0;
}

#video {
	position: absolute;
	left: 0;
	top: 112px;
	width: 640px;
	height: 375px;
	background-color: #fff;
}

#counter {
	position: absolute;
	left: 0;
	top: 492px;
	font: normal 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
}

#counterNumber {
	font: bold 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
}

#bottomArea {
	position: absolute;
	left: 0;
	top: 548px;
	background-color: #fff;
}

#menu {
	position: absolute;
	right: -1px;
	top: 112px;
	width: 153px;
}
#menu h2 {
	font: normal 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
	background-color: #c0d3e5;
	padding: 5px;
	margin: 0;
	border-bottom: solid 1px #fff;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	list-style: none;
	background-color: #ccdbe9;
	padding: 5px;
	border-bottom: solid 1px #fff;
}

/* DOWNLOADMENU: */

#downloadmenu {
	position: absolute;
	right: -1px;
	top: 413px;
	width: 153px;
}
#downloadmenu h2 {
	font: normal 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
	background-color: #c0d3e5;
	padding: 5px;
	margin: 0;
	border-bottom: solid 1px #fff;
}
#downloadmenu ul {
	margin: 0;
	padding: 0;
}
#downloadmenu ul li {
	margin: 0;
	list-style: none;
	background-color: #ccdbe9;
	padding: 5px;
	border-bottom: solid 1px #fff;
}


/* COMMENTS: */

#showCommentsLinkArea {
	position: absolute;
	top: 528px;
	font: bold 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
}
#showCommentsLinkArea a{
	font: normal 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
	text-decoration: underline;
}

#commentHeader {
	position: relative;
	border: solid 1px #999999;
	padding: 5px;
	padding-left: 20px;
	width: 617px;
}

#commentsHeadline {
	font: bold 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
}

#commentLink {
	position: absolute;
	right: 20px;
	top: 5px;
	font: bold 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
}
#commentLink a{
	font: normal 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
	text-decoration: underline;
}

#commentBox {
	position: relative;
	width: 642px;
	height: 300px;
	overflow: auto;
	border: solid 1px #999999;
}

/* single comment: */

.comment {
	border-bottom: solid 1px #e5e5e5;
	padding: 10px;
	padding-left: 20px;
}

.commentName {
	font: normal 12px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
	display: inline;
}
.commentDate {
	font: normal 12px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
	display: inline;
	margin-left: 5px;
}
.commentText {
	font: normal 12px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
}

/* Write Comment Box Form: */

#writeCommentBox {
	position: relative;
	width: 642px;
	border: solid 1px #999999;
	overflow: hidden;
	margin-bottom: 20px;
}

#writeCommentBox form {
	padding: 20px;
}
#writeCommentBox label {
	display: block;
	width: 150px;
	float: left;
}
#writeCommentBox .input {
	margin-bottom: 20px;
}
#writeCommentBox input {
	width: 250px;
	height: 20px;
	padding: 2px;
	border: solid 1px #999999;
}
#writeCommentBox textarea {
	width: 250px;
	height: 100px;
	padding: 2px;
	border: solid 1px #999999;
}
#writeCommentBox .submit input {
	margin-left: 150px;
	background-color: #3f609a;
	color: #fff;
	padding: 2px;
}


/* Tell A Friend: */

#sendEmailBox {
	position: relative;
	width: 642px;
	border: solid 1px #999999;
	overflow: hidden;
}

#sendAFriendHeader {
	position: relative;
	border-bottom: solid 1px #999999;
	padding: 5px;
	padding-left: 20px;
	font: bold 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
}

#emailLink {
	position: absolute;
	top: 492px;
	left: 520px;
	font: bold 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #3f609a;
	height: 30px;
}
#emailLink a{
	font: normal 14px/14px Verdana, Helvetica, Sans-Serif;
	color: #999999;
	text-decoration: underline;
}

/* Tell A Friend Form: */

#sendEmailBox form {
	padding: 20px;
}
#sendEmailBox label {
	display: block;
	width: 150px;
	float: left;
}
#sendEmailBox .input {
	margin-bottom: 20px;
}
#sendEmailBox input {
	width: 250px;
	height: 20px;
	padding: 2px;
	border: solid 1px #999999;
}
#sendEmailBox .submit input {
	margin-left: 150px;
	background-color: #3f609a;
	color: #fff;
	padding: 2px;
}
#sendEmailBox textarea {
	width: 250px;
	height: 100px;
	padding: 2px;
	border: solid 1px #999999;
}

#sendEmailBox .submit input {
	margin-left: 150px;
}

/* Form Validation: */

.validation-advice {
	padding-top: 5px;
	padding-left: 150px;
	color: red;
}
input.validation-failed {
	border: solid 1px red !important;
}

/* Ajax Success Messages: */

.ajax_message {
	padding: 20px;
}


/* Impressum: */
#impressum {
	background-color: #fff;
	position: absolute;
	top: 112px;
	width: 600px;
	height: 380px;
	overflow: auto;
	padding: 20px;
	padding-top: 0;
}

#weihnachtsbaum {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 0;
}
