body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #3C69AC;
	background-image: url(../images/belso_bg.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 1000px;
	margin: auto;
	background-color: #2B558B;
}

#left {
	width: 931px;
	float: left;
	text-align: right;
}

#right {
	width: 69px;
	float: left;
}

#content {
	width: 920px;
	background:url(../images/bg_content.jpg);
	float: right;
	text-align: left;
}

#footer {
	clear:both;
	height: 91px;
	background-image: url(../images/footer2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 9px;
	color: #5380C3;
}



.clr {float:none;clear:both;}
#left, #right, #center_content, #right_content, #header,{
    float:left;
}

.impresszum {
	color: #5380C3;
	text-decoration: none;
}



#left_content {
	float:none;
}

#header {
	float:left;
	z-index:1;
}
.content_text {
	margin-left: 30px;
	margin-right: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
.content_text2 {
	margin-right: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
.content_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}


/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 95%; /* Set to gallery width, in px or percentage */
height: 75px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
