body {
	background: #EBEBEB;
	font-family: Arial, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.logo{
	margin: 0 auto;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
 .logo img{
 	width: 40px; 
 	border-radius: 5px;
 }

.languageswitch{
	width: 980px;
	border: 0px solid #808080;
	text-align: right;
	padding: 5px;
	margin: 0 auto;
	
}

.contentbox {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0px solid #808080;
	width: 1000px;
}

.contentbox .head_blue {
	border: 1px solid #C0C0C0;
	padding: 8px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	height: 40px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799),
		color-stop(100%, #7db9e8) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%, #7db9e8 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#1e5799', endColorstr = '#7db9e8', GradientType = 0 ); /* IE6-9 */
	
	-webkit-box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	
	text-align:center;
	color: #fff;
	font-size:  1.6em;
}

.contentbox .head_grey{
	border: 1px solid #C0C0C0;
	padding: 8px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	height: 40px;
	background: #F9F9F9;
	
	-webkit-box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	
	text-align:center;
	color: #090909;
	font-size:  1.6em;
}

.contentbox .body {
	border: 1px solid #C0C0C0;
	border-top: 0px;
	background: #F9F9F9;
	color: #090909;
	min-height: 200px;
	padding: 10px;
	-webkit-box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
}

.contentbox .body p.warning{
	border: 1px solid #
}

.contentbox .body p.info, .contentbox .body p.success, .contentbox .body p.warning, .contentbox .body p.error, .contentbox .body p.validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.contentbox .body p.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('img/icons/info.png');
}
.contentbox .body p.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('img/icons/success.png');
}
.contentbox .body p.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('img/icons/warning.png');
}
.contentbox .body p.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('img/icons/error.png');
}

.contentbox .body .imageleft img{
	margin-right: 10px;
	border: 1px solid #C0C0C0;
	position: absolute;
}

.contentbox .body .textright{
	margin-right: 10px;
	width: 600px;
	margin-left: 320px;
}

.contentbox .body .screenshots{
	width: 100%;
	text-align: left;
}

.contentbox .body .screenshots .imagediv{
	vertical-align: top;
	text-align: center;
	width: 300px;
	display: inline-block;
	margin-left: 00px;
	margin-right: 20px;
}

.contentbox .body .screenshots .imagediv img{
	border: 1px solid #C0C0C0;
	vertical-align: top;
	width: 300px;
}

.contentbox .body .screenshots .imagediv .imagetitle{
	margin-top: 5px;
	width: 292px;
	background-color: #A0A0A0;
	color: #FFFFFF;
	padding: 5px;
}

.contentbox .foot {
	border: 1px solid #C0C0C0;
	border-top: 0px;
	background: #F9F9F9;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	height: 50px;
	
	padding-top: 5px;
	color: #808080;
	text-align: center;
	
	-webkit-box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
}

.contentbox .foot a, .contentbox .foot a:focus, .contentbox .foot a:visited{
	color: #808080;
	text-decoration: none;
}

.contentbox .foot a:hover{
	color: #808080;
	text-decoration: underline;
}

.contentbox .foot .menu{
	margin-left: 30px;
	display: inline;
}

.site-debug {
	margin: 0 auto;
	color: #B0B0B0;
}

.imprint{
	padding-top: 5px;
	color: #808080;
	text-align: center;
}

.imprint a, .imprint a:focus, .imprint a:visited{
	color: #808080;
	text-decoration: none;
}

.imprint a:hover{
	color: #808080;
	text-decoration: underline;
}

.imprint .adress{
	font-style: italic;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
}

.contentbox .foot .twitter{
	margin-left: 100px;
	vertical-align: center;
	display: inline;
}

.contentbox .foot .twitter img{
	width: 40px; 
	border: 0px solid #ffffff; 
	margin-bottom: -16px;
	margin-right: -8px;
}
