/* CSS Document */

body
{
background: #fff url(../images/stripes.jpg) repeat;

padding:0;
margin:auto;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:12px;
}


#wraper
{
width:923px;
margin:auto;
height:617px;
}



#main
{
	background-color:#FFFFFF;
	width:787px;
	height:545px;
	margin:auto;
	padding:0;
	text-align:center;
	float:left;
}

#borderleft
{
background: #fff url(../images/FrameLeft.jpg) no-repeat;

width:68px;
float:left;
height:545px;
padding:0;
margin:0;

}

#borderright
{
background: #ffffff url(../images/FrameRight.jpg) no-repeat;
width:68px;
float:left;
height:545px;
padding:0;
margin:0;
}


#BorderBottom
{
background: #fff url(../images/FrameBottom.jpg) no-repeat;
width:923px;
height:76px;
float:left;


}


#intro
{
	width:787px;
	text-align:center;
	padding:0;
	margin:0;
}



#footer
{
	width:787px;
	margin:auto;
	padding:0;
}



#creditvazu
{
	width:180px;
	float: left;
	margin:0 0 0 10px;
}

#creditbeitz
{
	width:250px;
	float: right;
	margin:0 10px 0 0;
}

a.footer_menu:link, a.footer_menu:visited, a.footer_menu:active {
color: #b6ada1;
font-size:12px;
font-weight:normal;
text-decoration:none;

}

a.footer_menu:hover{
color: #0b62bb;
font-size:12px;
font-weight:normal;
text-decoration:none;

}