* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #1c8495 url("img/back.gif") repeat-y 0 0;
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 5px 45px;
}

h2 {
	margin: 0 0 20px 45px;
	font-size: 12px;
}

h3 {
	font-weight: bold;
	margin: 23px 0 5px 0;
}

h3.top {
	margin-top: 0;
	}

h4 {
	font-size: 18px;
	font-weight: bold;
}

b {
	font-weight: bold;
}
	
.videobox h3 {
	margin: 25px 100px 0px 45px;
}	
	
.videobox p {
	margin: 15px 100px 0px 45px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

.videobox a {
	color: #5ff9e1;
}

a:hover {
	text-decoration: underline;
}

small {
	font-size: 10px;
}

.header {
	height: 102px;
	background: #1f9fb3 url("img/header.gif") no-repeat 0 0;
}

.videobox {
	float: left;
	width: 730px;
	min-height: 510px;
	background-color: #014662;
	margin: 0 12px 0 43px;
}

.videobox.start {
	text-align: center;
	
}

.videodummy {
	margin-top: 40px;
	margin-bottom: 30px;
}

.video, .videobox object {
	margin-left: 45px;
}

.sendbox {
	float: left;
	width: 205px;
	height: 510px;
	background: #28b5c4 url("img/sendbox.gif") repeat-x 0 0;
}

.sendboxhead {
	height: 28px;
	width: 205px;
	background: transparent url("img/sendboxhead.gif") no-repeat 0 0;
}

.sendform {
	display: block;
	padding: 12px;
}

.startfilm {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.sms {
	text-align: center;
	display: block;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.sms p {
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.startbutton {
	margin-top: 8px;
}

.line {
	height: 22px;
	clear: both;
}

.startfilm .line,
.sms .line {
	height: 35px;
}

label {
	display: block;
	float: left;
}

.startfilm label,
.sms label {
	font-size: 14px;
		font-weight: bold;
		padding-top: 3px;
	}

.line input {
	width: 105px;
	padding: 2px;
	float: right;
	font-family: Verdana;
	color: #444444;
	font-size: 12px;
	border: 1px solid #5baab3;
}

.startfilm .line input,
.sms .line input {
	width: 150px;
	padding: 3px;
	font-size: 14px;
	padding: 4px;
}

.sendbutton {
	padding: 5px;
	margin: 20px 0 0 90px;
}

.footer {
	width: 947px;
	height: 29px;
	margin: 11px 0 50px 43px;
	background: #28a8b7 url("img/footer.gif") repeat-y 0 0;
}

.footer p {
	text-align: right;
	padding: 7px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

label, 
input[type=button],
input[type=submit], 
button {
	cursor: pointer;
}

q:lang(de) {
	quotes: '„' '“' '‚' '‘';
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

strong {
	font-weight: bold;
}

.ok {
    color:green;
}

.fehler {
    color:red;
}



