/* CSS Document */

body{
	background-image: url(ui/ui_r8_c2.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

#bg2{
	background-image: url(ui/ui_r9_c2.png);
	background-repeat: repeat-x;
	background-position: top;
}

img{}

#wrapper{
	margin: auto;
	width: 99%;
	max-width:1000px;
	min-width:600px;
}

.header .p_1_1{
	background-image: url(ui/ui_r2_c2.png);
	background-repeat: no-repeat;
}
.header .p_1_2{
	background-image: url(ui/ui_r2_c11.png);
	background-repeat: no-repeat;
	background-position: right;
}
.header .p_1_3{
	background-image: url(ui/ui_r2_c7.png);
	height: 42px;
	margin-right: 11px;
	margin-left: 194px;
}

.header .navbox{
	float: right;
	text-align: center;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

.button{
	float: left;
	text-shadow: 0px 0px 5px #000;
}
.button a{
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.button .inner{
	height: 42px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}

.button:hover{}
.button:hover a{}
.button:hover .inner{
	background-image: url(ui/ui_r2_c9.png);
}

.content{
	margin-top: 10px;
}

.content .p_1_1{
	background-image: url(ui/ui_r4_c2.png);
	background-repeat: no-repeat;
}
.content .p_1_2{
	background-image: url(ui/ui_r4_c11.png);
	background-repeat: no-repeat;
	background-position: right;
}
.content .p_1_3{
	line-height: 42px;
	background-image: url(ui/ui_r4_c5.png);
	height: 34px;
	margin-right: 11px;
	margin-left: 11px;
	text-align: center;
}
.content .p_2_1{
	background-image: url(ui/contentareaborder.png);
	background-repeat: repeat-y;
}
.content .p_2_2{
	background-image: url(ui/contentareaborder.png);
	background-repeat: repeat-y;
	background-position: right;
}
.content .p_2_3{
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(ui/contentareapng.png);
}
.content .p_3_1{
	background-image: url(ui/ui_r7_c2.png);
	background-repeat: no-repeat;
}
.content .p_3_2{
	background-image: url(ui/ui_r7_c11.png);
	background-repeat: no-repeat;
	background-position: right;
}
.content .p_3_3{
	background-image: url(ui/ui_r7_c5.png);
	height: 11px;
	margin-right: 11px;
	margin-left: 11px;
}

.content .p_1_3 .title{
	line-height: 28px;
}

.content .p_2_3 .box_content{
	padding: 5px;
	background-image: url(ui/logo.png);
	background-repeat: no-repeat;
	min-height: 300px;
	overflow: hidden;
}
.content .p_2_3 .box_footer{
	font-size: 70%;
	color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}

.pagenotfound{
	font-size: 120%;
	color: #F90;
	background-color: #FFEBE1;
	text-align: center;
	width: 85%;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-radius:10px;
	padding-top: 5%;
	padding-bottom: 5%;
}

.gallerybar{
	background-image: url(ui/ui_r2_c7.png);
	line-height: 42px;
	overflow: hidden;
	font-size: 85%;
	font-weight: bold;
}

.box_images{
	border: 1px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
	background-image: url(ui/contentareapng.png);
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}

.thumb{
	border: 1px solid #CCC;
	border-radius: 5px;
	float: left;
	margin: 1%;
	padding: 1%;
}

.thumb .img{
	border: 1px solid #333;
	border-radius: 3px;
}

.thumb:hover{
	background-color: #DFEFFF;
	border-top-color: #9CF;
	border-right-color: #9CF;
	border-bottom-color: #9CF;
	border-left-color: #9CF;
}
.thumb:hover .img{
	border-top-color: #9CF;
	border-right-color: #9CF;
	border-bottom-color: #9CF;
	border-left-color: #9CF;
}
