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

html {
	height: 100%;
  padding-bottom: 1px;
  
  background: url("../images/bg_body.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  overflow-x: hidden;  
}

body {
  font-family: Trebuchet MS,Arial,sans-serif;
  font-size: 12px;
}

a {
	color: #4782AC;
	outline: none;
	text-decoration: none;
}

a:link {
	color: #4782AC;
}

a:visited {
	color: #4782AC;
}

a:hover {
	text-decoration: underline;
	color: #4782AC;
}

a:active {
	text-decoration: underline;
	color: #4782AC;
}

a:focus {
	text-decoration: underline;
	color: #4782AC;
}

a img {
	border: 0;
}

h1,h2,h3,h4 {
	color: #002445;
	font-family: helvetica;
  font-weight: normal;
  padding: 0 0 15px 0; 
}

h2,h3,h4 {
	padding: 15px 0 15px 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h1 + h2 {
	padding: 0 0 15px 0;
}

h2 + h3 {
	padding: 0 0 15px 0;
}

h3 + h4 {
	padding: 0 0 15px 0;
}

input, textarea, select, option {
  font-family: Trebuchet MS,Arial,sans-serif;
  font-size: 12px;
}

input, textarea, select, #captcha {
	background-image: url("../images/bg_input.jpg");
	background-repeat: no-repeat;	
	border-style: solid;
	border-width: 1px;
	border-color: #5F5F5F;
	padding: 3px;
}

input[type="submit"]::-moz-focus-inner {
	border: 0;
}

#edit_form p {
  padding: 0 0 10px 0;
}

#css_kontakt {
	background-image: url("../images/bg_form.jpg");
	background-repeat: no-repeat;
	background-position: 20px 80px;
}

#css_impressum {
	background-image: url("../images/bg_impressum.jpg");
	background-repeat: no-repeat;
	background-position: 220px 0px;
}

#css_weiterempfehlen {
	background-image: url("../images/bg_form.jpg");
	background-repeat: no-repeat;
	background-position: 20px 30px;
}

#structure_adminbereich a {
	display: block;
	height: 180px;
	width: 30px;	
}

.bannerbox img {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.body_print {
	background-color: #ffffff;
	background-image: none;
}

.brandingbox {
	padding: 0 25px 25px 0;
}

.contactform_submit {
	background-image: url("../images/button_contact-trans.png");
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0 150px;
	padding: 0;
	height: 30px;
	width: 84px;
}

.contenttoolbarbox {
	padding: 30px 50px 0 50px;
}

.contentbox {
	color: #4F4F4F;
	font-size: 12px;
	padding: 0 50px 50px 50px;
}

.contentbox p {
	overflow: hidden;
  padding: 0 0 15px 0;
  text-align: justify;
}

.contentbox ol,ul {
	margin: 0 0 0 18px;
	padding: 0 0 15px 0;
}

.contentbox .tipp p {
	background-color: #F1EFFF;
	margin: 0 0 15px 0;
	padding: 10px 60px 10px 10px;
}

.footerbox {
	font-size: 11px;
	padding: 0 50px 0 50px;
}

.form_label_block {
	margin: 0 0 3px 0;
}

.img_right {
	margin: 0 0 0 20px;
}

.navigationsubbox {
	background-image: url("../images/bg_subnavbox-trans.png");
	background-repeat: no-repeat;
	background-color: transparent;
	display: none;
	padding: 15px 0 0 0;
	position: absolute;
	top: 42px;
	
}

.navigation_level_1 {
	font-size: 14px;
	line-height: 50px;
	position: relative;
	float: left;
}

.navigation_level_1 a {
	color: #BFBFBF;
	display: block;
	padding: 0 20px 0 20px;	
}

.navigation_level_1 a:after {
	content: "\25BA";
} 

.navigation_level_1 a:link {
	color: #BFBFBF;
}

.navigation_level_1 a:visited {
	color: #BFBFBF;
}

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

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

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

.navigation_level_1_sel a {
	color: #ffffff;
}

.navigation_level_1_sel a:after {
	content: "\25BC";
} 

.navigation_level_1_sel a:link {
	color: #ffffff;
}

.navigation_level_1_sel a:visited {
	color: #ffffff;
}

.navigation_level_2 {
	font-size: 12px;
}

.navigation_level_2 a {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #6F6F6F;
	color: #3F3F3F;
	line-height: 30px;
	padding: 0 30px 0 20px;	
}

.navigation_level_2 a:after {
	content: "";
} 

.navigation_level_2 a:link {
	color: #6F6F6F;
}

.navigation_level_2 a:visited {
	color: #6F6F6F;
}

.navigation_level_2 a:hover {
	color: #000000;
	text-decoration: none;
}

.navigation_level_2 a:active {
	color: #000000;
	text-decoration: none;
}

.navigation_level_2 a:focus {
	color: #000000;
	text-decoration: none;
}

.navigation_link {
	border: 0;
	text-decoration: none;
}

.recommend_button {
	background-image: url("../images/button_recommend-trans.png");
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	margin: 20px 0 0 70px;
	padding: 0;
	height: 30px;
	width: 120px;
}

.search_button {
	background-image: url("../images/button_search-trans.png");
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
	width: 71px;
}

.sidebox_search_button {
	background-image: url("../images/button_search-trans.png");
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
	width: 71px;
}

.sidebox_search_input {
	background-image: url("../images/bg_searchbox.jpg");
	background-repeat: no-repeat;
	border: 0;	
	color: #9F9F9F;
	float: left;
	padding: 0 0 0 10px;
	height: 30px;	
	line-height: 30px;
	width: 213px;
}

.sideboxwrapper {
	color: #4F4F4F;
	font-size: 12px;	
	padding: 5px 0 0 0;
}

.sidebox {
	padding: 0 25px 25px 25px;
}

.sidebox h1,.sidebox h2,.sidebox h3,.sidebox h4 {
	color: #8F8F8F;
	font-family: helvetica;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #ffffff;
}

.sidebox h1 {
	font-size: 16px;
}

.sidebox h2 {
	font-size: 16px;
}

.sidebox h3 {
	font-size: 14px;
}

.sidebox h4 {
	font-size: 13px;
}

.sidebox p {
	overflow: hidden;
  padding: 0 0 15px 0;
}

.smmcontenbox {
	position: relative;
	float: left;	
	height: 55px;
	width: 70px;
}

.smm_icon {
	position: absolute;
	bottom: 0px;
	left: 14px;
	z-index: 50;
}

.smm_shadow {
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

.startdemo {
	padding: 20px 0 20px 0;
	overflow: hidden;
	text-align: center;
}

.startdemo_img {
	border-width: 1px;
	border-style: solid;
	border-color: #002447;
	display: block;
	float: left;
	margin: 0px 98px 30px 98px;
	width: 300px;
}

.startdemo h1 {
	font-size: 28px;
}

.startdemo p {
	clear: both;
	color: #4F4F4F;
	font-size: 14px;
  line-height: 1.5em;
  padding: 0 0 30px 0;
  overflow: hidden;
}

.startdemo_bereich {
	display: block;
	float: left;
	font-size: 18px;
	margin: 0px 100px 15px 100px;
	width: 300px;
}

.tipp p {
	background-image: url("../images/bg_tipp.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #F1EFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #A6A4AF;
	color: #000000;
	padding: 10px 60px 10px 10px;
	font-style: italic;	
}

