body {
	padding: 0;
	margin: 0;
	text-align: center;
	background:URL('../2/myowncloud-body.jpg') repeat-y #0a214d;
	background-position: 50% 0;
	_background-position: 50.5% 0;
}

.bodysplash{background-image:URL('../2/myowncloud-splash-body.jpg') !important}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	top: 0;
}

#header {
	background-image:URL('../2/myowncloud-header.jpg');
	width: 1000px;
	height: 160px;
	float: left;
}

#languages{
	position: absolute;
	width:975px;
	top:20px;
	clear: both;
}

#languages ul {
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
}

#languages ul li
{
	display: block;
	padding:0 7px 0 0;
	white-space: nowrap;
	position: relative;
	float: left;
	font-family: verdana;
	font-size: 11px;
	text-transform: uppercase;
}
	
#navigation {
	position: absolute;
	width: 975px;
	top: 75px;
	text-align: right;
	clear: both;
}

#navigation ul li
{
	border-left: Solid 1px #fb0103;
	padding: 0 7px;
	white-space: nowrap;
	float: left;
	font-family: arial;
	font-size: 11px;
	list-style-type:none;
	position: relative;
}

#navigation ul {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	float:right;
}

#navigation a
{
	text-decoration: none;
	font-weigth:normal !important;
	color: #FFF;
}

#navigation a:hover{
	text-decoration: underline;
}

#navigation ul li ul
{
	display:none;
	width:162px;
	margin: 0;
	padding:10px 0 0 0;
	position:absolute;
	top:9px;
	left:-1px;
	border-left: Solid 1px #fb0103;
}
#navigation ul li ul li
{
	border-left: 0 !important;
	display:block;	
	white-space: nowrap;
	width:160px;
	text-align: left;
	background-color: #0b132a;
	color:#BE0026;
	line-height: 23px;
}

#navigation ul li:hover ul, #navigation ul li.over ul{display: block}

#languages ul li a{color: #FFF}

#Pagetitle {
	display: inline;
	height:0;
	width:0;
	overflow: hidden;
}

#Pagetitle{display: none}

#content {
	padding-top: 0;
	_padding-top: 20px;
	background-image: url(../2/myowncloud-content.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	text-align: left;
	float: left;
	min-height:390px;
	_height:350px;
}
#content a {
  color: #0A214D;
}
#content a:hover{
  color:red;
}

.contentsplash {
	padding-top: 3px !important;
	background-image: url(../2/myowncloud-splash-content.jpg) !important;
}

#div1 {
	padding: 10px;
	margin-left: 19px !important;
	margin-right: 0 !important;
	width: 291px;
	_width: 311px;
	height: 329px;
	_height: 349px;
	background-image: url(../2/myowncloud-div1.jpg);
	float: left;
	cursor: pointer;
}

#div2 {
	padding: 10px;
	margin-left: 14px !important;
	margin-right: 0 !important;
	width: 291px;
	_width: 311px;
	height: 329px;
	_height: 349px;
	background-image: url(../2/myowncloud-div2.jpg);
	float: left;
	cursor: pointer;
}

#div3 {
	padding: 10px;
	margin-left: 14px !important;
	margin-right: 0 !important;
	width: 291px;
	_width: 311px;
	height: 329px;
	_height: 349px;
	background-image: url(../2/myowncloud-div3.jpg);
	float: left;
	cursor: pointer;
}

#content div {
	margin-left: 50px;
	margin-right: 50px;
	font-family: arial;
	font-size: 12px;
}

#content div img {margin-right:75px}

#content div h1 {
	display: inline;
	font-family: arial;
	font-size: 24px;
	color: #0a214d;
}

#content table {
	border: Solid 1px #4663a7;
	width: 50%;
}

#content th {
	background-color: #4663a7;
	font-family: arial;
	font-size: 12px;
	color: #FFF;
}

#content td {
	font-family: arial;
	font-size: 12px;
}

#footer {
	background-image: url(../2/myowncloud-footer.jpg);
	width: 1000px;
	padding-top: 110px;
	height: 46px;
	_height: 156px;
	float: left;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
}

.footersplash {background-image: url(../2/myowncloud-splash-footer.jpg) !important}

#footer a {color: #FFF}
#footer a:hover{text-decoration:none}

/* CSS SPLASHPAGE */

.home_titel_red {color: #FF0000}

.home_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}
.menu_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.home_subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.home_text_std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#content ul {
	margin-left: -23px;
	_margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(../2/red.jpg);
}
/*form*/
#content div form label{
  display:block;
  float:left; 
  width:150px; 
  padding:0; 
  margin:5px 0 0;
  text-align:right; 
}
textarea{height:200px}
textarea, input, .formselect{
  width:250px;
  margin:5px 0 0 10px;
  border:1px solid #000;
}
#captcha{
  font-size:0.7em;
  padding:10px 0 3px 0;
  margin-left:160px !important;
  display:block;
  clear:both
}
.formfieldrequired{display:none}
.checkboxlabel, .radiobuttonlabel{
  line-height: 120%;
  float:none !important;
  display:inline !important;
  width:auto !important;
  margin-left: 10px;
}
.checkbox, .radiobutton{
  width:auto !important;
  height:auto !important;
  margin:5px 5px 0 10px;
  border: none;
}
.knop {
  margin-top:30px;
  padding:2px;
  display:block;
  margin-left:160px;
}
#notification{
  padding-left: 50px;
}
