* {
	margin: 0;
	padding: 0;
	outline: 0;
}


/* HTML5 tags */

header,
section,
footer,
nav {
	display: block;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #4b4b4b;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 16px;
}


/* Scaitec Logo*/

h1 {
	background-color: #ffffff;
	width: 480px;
	font-size: 40px;
	color: #000;
	font-size: 40px;
	position: relative;
	top: 25px;
	padding: 5px 5px 15px 5px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(assets/templates/scaitec/border-radius.htc);
	behavior: url(assets/templates/scaitec/ie-css3.htc);
	text-shadow: none;
	text-align: center;
}

h1 a:hover {
	text-decoration: none;
	border: none;
}

#headerlogo {
	position: relative;
	top: 20px;
	left: 15px;
	float: left;
}

.scaitec_title_blau {
	color: #000080;
	font-weight: bold;
	text-transform: uppercase;
}

.scaitec_title_rot {
	color: #F00;
	font-weight: bold;
	text-transform: uppercase;
}

.scaitec_title_grau {
	color: #C0C0C0;
	font-weight: bold;
	text-transform: uppercase;
}


/* Überschrift im Body*/

h2 {
	color: #000080;
	font-size: 28px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
	margin-bottom: 20px;
	margin-top: 20px;
}

h3 {
	color: #F00;
	font-size: 22px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px solid #F00;
}

a:active {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px solid #F00;
}

header {
	padding: 0;
	width: 960px;
	margin: 0px auto 10px auto;
}

#headercontainer,
#contentcontainer {
	width: 960px;
	margin: 0px auto 0px auto;
	position: relative;
}

#headercontainer {
	background-image: url(../images/header_bild.png);
	background-position: top left;
	float: left;
	height: 124px;
	width: 960px;
}

#headerlogo {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 484px;
	height: 64px;
}

#headerlogo a:hover {
	border: none
}

#contentcontainer {
	float: none;
	padding-top: 0px;
}

nav {
	position: relative;
	width: 400px;
	top: 80px;
	left: 280px;
}

nav ul {
	position: absolute;
	left: 0;
	display: block;
	width: 400px;
}

nav ul li ul {
	position: absolute;
	left: 0;
	display: block;
	margin-top: -2px;
	width: 400px;
}

nav ul li {
	display: inline;
	margin-right: 5px;
}

nav ul li a {
	font-size: 14px;
	line-height: 20px;
	border-bottom: none;
	color: #FFF;
	text-shadow: none;
	font-variant: normal;
	letter-spacing: 0.1em;
}

nav ul li.category.active a {
	color: #000080;
}

nav ul li.category.active ul li a {
	color: #FFF;
}

nav ul li.category.active ul li.active a {
	color: #000080;
}

nav ul li.category.active ul li.active a:hover {
	color: #F00;
}


/*Sprachwahl*/

lang {
	position: absolute;
	width: 100px;
	top: 80px;
	right: 10px;
}

lang ul {
	position: absolute;
	left: 0;
	display: block;
	width: 100px;
}

lang ul li ul {
	position: absolute;
	left: 0;
	display: block;
	margin-top: -2px;
	width: 100px;
}

lang ul li {
	display: inline;
	margin-right: 5px;
}

lang ul li a {
	font-size: 14px;
	line-height: 20px;
	border-bottom: none;
	color: #FFF;
	text-shadow: none;
	font-variant: normal;
	letter-spacing: 0.1em;
}

lang ul li.category.active a {
	color: #000080;
}

lang ul li.category.active ul li a {
	color: #FFF;
}

lang ul li.category.active ul li.active a {
	color: #000080;
}

lang ul li.category.active ul li.active a:hover {
	color: #F00;
}


/**/

section {
	float: left;
	width: 960px;
}

input[type="text"] {
	width: 400px;
}

.inputbox {
	font-family: Tahoma, Geneva, sans-serif;
	color: #4b4b4b;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	border: 1px solid #bbbbbb;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(assets/templates/scaitec/border-radius.htc);
	behavior: url(assets/templates/scaitec/ie-css3.htc);
	padding: 7px 21px 7px 7px;
}

textarea {
	width: 500px;
	height: 100px;
}

input,
textarea {
	border: 1px solid #bbbbbb;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #4b4b4b;
	font-size: 14px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5px;
}

input[type="submit"] {
	border: none;
	border: 1px solid #000080;
	cursor: pointer;
	color: #000080;
	font-size: 14px;
	background-color: #eeeeee;
	padding: 5px 7px 7px 7px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(assets/templates/scaitec/border-radius.htc);
	behavior: url(assets/templates/scaitec/ie-css3.htc);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	font-weight: bold;
}

input[type="submit"]:hover {
	color: #F00;
}

input[type="submit"]:active {
	position: relative;
	top: 1px;
}

#EmailForm img {
	border: 1px solid rgba(255, 0, 0, 0.4);
}

.hinweis {
	font-size: 11px;
}

footer {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
	width: 960px;
	padding: 4px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 13px;
}

footer ul li,
footer ol li {
	display: inline;
	margin-right: 50px;
	float: left;
}


/*-------*/

.imagegrid {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 10px;
}


/*-------*/

.hintergrundbild {
	background-image: url(images/wHG.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 660px;
	padding: 10px;
}