/*General rules*/
html,body,div,p,a,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0
}
body{
	font-family: Arial;
	font-size: 12px;
	background: #eeeeee;
}
img{
	border:0px;
}
h1,h2,h3{
	
}
h1{
	font-size:20px;
}
p{
	line-height:16px;
}
a{
	color: black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline
}
fieldset{
	padding:0;
	margin:0;
	border:0px;
}
.float_left{
	float:left;
}

.float_right{
	float:right;
}
.size16px{
	font-size:16px
}
.size14px{
	font-size:14px
}
.size12px{
	font-size:12px
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.hidden{
	display:none;
}
.center{
	text-align:center;
}
.clear{
	clear: both;
}
.inputsize{
	width:200px;
	background: #eeeeee;
}
.inputsize_small{
	width:35px;
}
.inputsize_big{
	width:230px;
}
.no_border{
	border: none;
}
.error{
	color: red;
	font-weight: bold;
}
/*END general rules*/


/* Layout */

#wrapper{
	width: 900px;
	margin: 10px auto;
	border: 1px solid #1023a1;
	background-color: white;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#language{
	text-align: right;
	border-bottom: 1px solid #1023a1;
}
#main{
	width: 630px;
	float:left;
}
#menu{
	margin-top: 5px;	
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #eeeeee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#menu ul{
	margin:0px;
	padding:0px;
	list-style-type: none;	
	display: inline;
}
#menu ul li{
	float: left;
	padding-left: 5px;

	
}
#menu ul li a{
	background: #1023a1;
	color: white;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #1023a1;
	display: block;
	
}
#menu ul li a:hover,#menu ul li a.selected{
	background-color: white;
	color: #1023a1;
	text-decoration: none;
	border: 1px solid #1023a1;
}
h2{
	color:#1023a1;
	font-size: 24px;
	margin-top: 5px;
}
h3{
	font-size: 20px;
	margin-top: 5px;
}
#right{
	float:right;
	width: 250px;
	height: 301px;
	margin-top: 10px;
	text-align: center;
}
#right h1{
	text-align: center;
	padding-top: 5px;
}
#right p{
	text-align: center;
	padding-top: 5px;
}
#right hr{
	margin:10px;
	border-top: 1px solid #1023a1;
}
#login_small{
	text-align: left;
	padding-left: 0px;
	
}
#login_small ul{
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0px;
}
#login_small button{
	margin-left: 155px;
	_margin-left: 77px;
}
#footer{
	font-size: 11px;
	text-align: center;
	color: grey;
	margin-bottom: 10px;
}
/*Login form*/

/*
#login{
	margin: 30px auto;
	width: 300px;
	height: 180px;
	border: 1px solid #1023a1;
	background-color: white;
	padding: 5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
*/
#login h1{
	text-align: center;
}
#login ul{
	list-style-type: none;
}
#login .buttons{
	position: relative;
	left: 172px;
}



/*Gallery*/
#imagegallery{
	background:#F2F2F2;
	clear:left;
	padding:10px;
	min-height:200px;
	height: 800px;
}


#items{
	float: left;
	width: 32%;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item,#items .item_ref  {
	float: left;
	padding:5px;
	position: relative;
	width: 52px;
	margin: 10px;
	margin-bottom:0px;
	margin-top:5px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover, #items .item_ref:hover{border: 1px solid #ddd;}
#items .item img {
	width:50px;
	max-height:35px;
}
#items .item_ref img {
	width:50px;
}

#large, #large_1, #large_2, #large_3{
	border: 1px solid #DFDFDF;
	width: 68%%;
	margin-left:33%;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
}
#large .info, #large_1 .info, #large_2 .info, #large_3 .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item,#large .item_ref, #large_1 .item_ref, #large_2 .item_ref, #large_3 .item_ref  {
	margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img, #large .item_ref img, #large_1 .item_ref img, #large_2 .item_ref img, #large_3 .item_ref img{
	max-width:500px;
	max-height: 600px;
}

#imagegallery_1, #imagegallery_2, #imagegallery_3{
	background:#F2F2F2;
	clear:left;
	padding:10px;
	min-height:180px;
	height: auto !important;
	height: 180px;
}

