html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	color: #000b3c;
	font-family: Arial, non-serif;
	font-size: 11px;
	text-align: center;
}

/********************************/

#page {
	width: 900px;
	margin: auto;
	text-align: left;
}

#shadow_left {
	width: 6px;
	height: 776px;
	background: url(images/gfx_shadow_left.jpg) no-repeat center 110px;
	float: left;
}

#container {
	width: 888px;
	min-height: 500px;
	float: left;
	position: relative;
	background: url(upload/bg_home.jpg) no-repeat center top;
}

#shadow_right {
	width: 6px;
	min-height: 776px;
	background: url(images/gfx_shadow_right.jpg) no-repeat center 110px;
	float: left;
}

/*CONTAINER*******************************/

#logo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: -28px;
}

#menu {
	width: 700px;
	height: 25px;
	margin: 132px 0 0 160px;
}

#submenu {
	width: 180px;
	min-height: 345px;
	margin: 292px 0 0 0;
	padding: 25px 0 0 0;
	float: left;
	background: url(images/gfx_border.png) no-repeat right top;
}

#content {
	width: 700px;
	margin: 292px 0 0 0;
	padding: 25px 0 0 0;
	float: left;
	line-height: 20px;
}

/*MENU*******************************/

#menu LI {
	list-style: none;
	float: left;
	width: 70px;
	height: 25px;
	margin: 5px 3px 0 3px;
	text-align: center;
}

#menu LI A {
	color: #000b3c;
}

#menu LI A.act,
#menu LI A:hover {
	color: #fff;
}

A.act .box_menu {
	width: 70px;
	height: 5px;
	background: #fff;
}

/*SUBMENU*******************************/

#submenu LI {
	list-style: none;
	margin: 3px 0;
}

#submenu LI.category {
	color: #002e7c;
	width: 160px;
	padding: 3px 0 3px 7px;
	font-weight: bold;
	background: url(images/gfx_underline.png) no-repeat left bottom;
}

#submenu LI A {
	color: #9094ac;
}

#submenu LI A.act,
#submenu LI A:hover {
	color: #000b3c;
}

.box_submenu {
	width: 12px;
	height: 12px;
	margin: 0 9px 0 0;
	float: left;
}

A.act .box_submenu {
	background: #000b3c;
}

/*CONTENT*******************************/

IMG {
	border: none;
}

H1 {
	color: #002e7c;
	font-size: 15px;
	margin: 0;
	padding: 0 40px 5px 40px;
}

h2, h3, h4 {
    padding: 0 40px 5px 40px;
}

P {
	margin: 0;
	padding: 0 40px 10px 40px;
}

A {
	text-decoration: none;
}

A {
	color: #9094ac;
}

A:hover {
	color: #000b3c;
}

UL, LI {
	margin: 0;
	padding: 0;
}

#content IMG {
	padding: 0 5px 5px 40px;
	float: left;
}

#mediaspace {
	margin: 0;
	padding: 0 40px 10px 40px;
}

/*GALLERY*******************************/

#content #motioncontainer_446 IMG {
	padding: 0;
	float: none;
}

#motioncontainer_446 {
	overflow: hidden; 
	position: relative; 
	width: 645px; 
	height: 140px; 
	margin-left: 25px;
}

#arrow_left {
	background: url(images/gfx_gal_left.jpg) #fff no-repeat left 45px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 140px; 
	width: 15px; 
	z-index: 9; 
	visibility: visible;
}

#arrow_right {
	background: url(images/gfx_gal_right.jpg) #fff no-repeat right 45px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	height: 140px; 
	width: 15px; 
	z-index: 9; 
	visibility: visible;
}

#trueContainer_446 .panel {
	margin: 0 5px 0 0;
}

/*FORM*******************************/

#form {
	margin: 30px 0;
	clear: both;
}

.error_msg {
	color: #f00;
}

.form_title {
	clear: left;
	float: left;
	width: 80px;
	margin: 5px 0 5px 50px;
}

span.datenschutz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: block;
    padding: 10px 10px 15px 50px;
}

label {
    text-align: left;
}

input.checkbox {
    width: 25px;
    margin-top: 3px;
    display: inline-block;
    float: left;
}

INPUT, TEXTAREA {
	width: 224px;
	margin: 0 0 5px 0;
	float: left;
	
	color: #000b3c;
	font-family: Arial, non-serif;
	font-size: 11px;
}

#input_valid {
	width: 112px;
}

#code {
	width: 55px;
	height: 20px;
	float: left;
	background: url(images/gfx-bg.png) no-repeat center;
}

#input_submit {
	clear: left;
	width: auto;
	margin: 10px 0 10px 45px;
}
