body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#container {
	position: absolute;
	width: 900px;
	left:  50%;
	margin-left: -450px;
	margin-top: 20px;
	padding: 0px;
}
#right {
	position: fixed;
	width: 150px;
	height: 100%;
	background-color: #002d5e;
	right: 0px;
}
#box {
	position: absolute;
	width: 500px;
	height: 70px;
	left:  250px;
	top:  10px;
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
	background-color: #c41424;
}
#bluebox {
	position: relative;
	width: 750px;
	height: 75px;
	left:  0px;
	top:  10px;
	margin-bottom: 20px;
	padding: 2px;
	padding-left: 5px;
	background-color: #002d5e;
	text-align: center;
}
#footer_red{
	position: relative;
	width: 750px;
	margin: 0;
	padding: 2px;
	background-color: #c41424;
}
img {
	border: 0px;
}

/* texte */
p {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 0.75em;
}
h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.25em;
}
a {
	color: #002d5e;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
a.white {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
a:hover {
	color: #c41424;
}
li{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
}
/* classes */
.column_left{
	position: relative;
	width: 375px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
.column_right{
	position: relative;
	width: 375px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}
.fullwidth {
	position: relative;
	width: 800px;
	margin: 0;
	padding: 0;
}
.red {
	color: #c41424;
}
.blue {
	color:  #002d5e;
}
.white {
	color:  #ffffff;
}
.float_left {
	float: left;
	margin-right: 10px;
}
.redbox{
	position: relative;
	display: block;
	width: 380px;
	height: 20px;
	float: left;
	margin: 0px;
	margin-right: 10px;
	padding: 5px;
	background-color: #c41424;
}

#abgabe{
	position: relative;
	display: block;
	width: 800px;
	height: 30px;
	float: left;
	margin: 0px;
	margin-right: 10px;
	padding: 10px;
	background-color: #c41424;
	text-align: center;
}
#navigation a{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	/*line-height: 0.75em;*/
	color: #ffffff;
}
#navigation a:hover{
	color: #000000;
}
.icon{
	float: left;
	margin-right: 10px;
}
.block {
	display: block;
	width: 700px;
}
.clearall{
	clear: both;
}
.gal_result{
	width: 895px;
	height: 330px;
}
.img_result{
	display: block;
	width: 440px;
	margin-right: 5px;
	float: left;
	border: 1px solid #999999;
}
.img_large_result{
	display: block;
	width: 900px;
	border: 1px solid #999999;
}