/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(images/bgr_tile.gif);
	background-position:center;
	background-repeat:repeat-y;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

.superframe{
	position:relative;
	margin:0px auto;
	width:750px;
	text-align:left;
}
.menucontainer{	
	position:absolute;
	left:215px;
	top:40px;
	width:544px;
}
.menucontainer img{
	border:0px;
}
.logoframe{
	position:absolute;
	left:5px;
	top:30px;
	
}
.main_imageframe{
	position:absolute;
	left:3px;
	background-image:url(images/mainpics_bgr.gif);
	background-repeat:no-repeat;
	top:130px;
	width:746px;
	height:229px;
}
.main_image_small{
	padding:1px;
	position:absolute;
	top:4px;
	left:5px;
	width:204px;
	height:221px;
}
.main_image_big{
	padding:1px;
	position:absolute;
	top:4px;
	left:217px;
	width:520px;
	height:218px;
}

.minimenu{
	position:absolute;
	left:600px;
	top:15px;
}

h1{
	font-size:18px;
	font-weight:bold;
	display:inline;
}
h2{
	font-size:14px;
	font-weight:bold;
	display:inline;
}
h3{
	font-size:11px;
	font-weight:bold;
	display:inline;
}
a {
	color:#00bce4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.main_content{
	position:absolute;
	left:215px;
	background-image:url(images/mainframe_tile.gif);
	background-repeat:repeat-y;
	top:360px;
	width:544px;
}
.main_content_content{
	padding-left:30px;
	padding-right:150px;
	padding-bottom:30px;
	padding-top:10px;
}
.main_content_top{
	background-image:url(images/mainframe_top.gif);
	background-repeat:no-repeat;
	width:100%;
	height:20px;
}
.main_content_bottom{
	background-image:url(images/mainframe_bottom.gif);
	background-repeat:no-repeat;
	width:100%;
	height:20px;
}




.side_content{
	position:absolute;
	left:4px;
	background-image:url(images/sideframe_tile.gif);
	background-repeat:repeat-y;
	top:360px;
	width:210px;
}
.side_content_content{
	padding-left:20px;
	padding-top:10px;
}
.side_content_top{
	background-image:url(images/sideframe_top.gif);
	background-repeat:no-repeat;
	width:100%;
	height:20px;
}
.side_content_bottom{
	background-image:url(images/sideframe_bottom.gif);
	background-repeat:no-repeat;
	width:100%;
	height:15px;
}