/**********************************************************************/
/*** BODY ***/
/**********************************************************************/
body, html {padding: 0px; height: 100%}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
	
	color: #636890;
	background-color: #fff8de;
}


/**********************************************************************/
/*** HEADINGS ***/
/**********************************************************************/
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px; 
	background-position:
}

/**********************************************************************/
/*** IMAGES ***/
/**********************************************************************/
img {border: none;}

/**********************************************************************/
/*** LINKS ***/
/**********************************************************************/
a:link, a:active, a:visited, a:hover {
	color: #636890;
	text-decoration: underline;
}

/**********************************************************************/
/*** FORMS ***/
/**********************************************************************/
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

textarea {
	overflow: auto;
}

.button {
	background-color: #BCA347;
	border: 1px solid #aca237;
	color: #ffffff;
}

.field {
	color: #636890;
	border: 1px solid #cccccc; 
}

/**********************************************************************/
/*** TABELS ***/
/**********************************************************************/
td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

/**********************************************************************/
/*** CONTAINER ***/
/**********************************************************************/
#container, #background {
	position: relative;
	width: 930px;
	height: 100%;
	margin: 0px auto;
	
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
}

#background {
	height: auto;
	float: left;
}

/**********************************************************************/
/*** HEADER ***/
/**********************************************************************/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 930px;
	height: 410px;
}


/**********************************************************************/
/*** LEFT COLUMN ***/
/**********************************************************************/
#leftcol {
	position: relative;
	top: 0px;
	left: 15px;
	width: 187px;
	height: auto;
	float: left;
}


#leftcol a:link, #leftcol a:active, #leftcol a:visited, #leftcol a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


#leftnav {
	position: relative;
	float: left;
	width: 187px;
}

#leftnav ul, #footernav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#leftnav li {
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #bca347;
}


#leftnav li.act {
	background-color: #aaaaaa;
}


#leftnav a:hover {
	color: #bca347;
}

#leftnav li.act a:hover {
	color: #ffffff;
}

#subnavi {
	position: relative;
	width: 187px;
}

#subnavi {
	list-style: none;
	padding: 0px;
}

#subnavi li {
	padding: 10px 15px 10px 25px;
	border-bottom: 1px solid #bca347;
	background-color:#E5E5E5;
}

#subnavi li a {
	margin-left: 0px;	
}

#subnavi li.act {
	background-color: #aaaaaa;
}

#subnavi a:link , #subnavi a:active , #subnavi a:visited, #subnavi a:hover {
	color: #636890;	
}


#subnavi li.act a:link , #subnavi li.act a:active , #subnavi li.act a:visited, #subnavi a:hover {
	color: #FFFFFF;
}

#subnavi a:hover {
	color: #bca347;
}

#subnavi li.act a:hover {
	color: #FFFFFF;	
}


#footernav {
	position: relative;
	float: left;
	margin: 60px 0px 20px 0px;
	
	font-size: 10px;
	
}

#footernav li {
	padding: 5px 15px 5px 15px;
}

#footernav a:hover {
	text-decoration: underline;
}

#footernav li.act a:link, #footernav li.act a:active, #footernav li.act a:visited, #footernav li.act a:hover {
	color: #bca347;
}



/**********************************************************************/
/*** CONTENT ***/
/**********************************************************************/
#content {
	position: relative;
	top: 0px;
	left: 35px;
	width: 670px;
	margin: 30px 0px 30px 0px;
	float: left;
	line-height: 20px;
}

.video {
	position: relative;
	top: 0px;
	left: 0px;
	width: 470px;
	height: 382px;
	float: left;
}

.infobox {
	position: relative;
	top: 0px;
	left: 0px;
	width: 178px;
	height: 380px;
	margin-left: 20px;
	float: left;
	font-size: 10px;
	
	background-color: #ffffff;
	border: 1px solid #3a4775;
	line-height: 17px;
}

.infobox-content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 168px;
	height: auto;
	float: left;
	padding: 5px;
	border-top: 1px solid #3a4775;
}

.infobox h3 {
	background-color: #3a4775;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	color: #ffffff;
}

.infobox a:link, .infobox a:active, .infobox a:visited {
	text-decoration: none;
}

.infobox a:hover {
	text-decoration: underline;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

/**********************************************************************/
/*** TABLES ***/
/**********************************************************************/
#tabelle {
	
}

#tabelle td {
	border-bottom: 1px solid #DDDDDD;
}

/**********************************************************************/
/*** Video Buy Box ***/
/**********************************************************************/
.video-box {
	border: 1px dashed #03C;
	font-weight: bold;
	padding: 10px;
	background-color: #80d5fb;
}


p {
	text-align: justify;
	
}














