/*
	Main
*/

body {
	background-color: #e8e8e8;
	color: #5b5b5b;
	font-weight: normal;
	font: 13px Verdana, Arial, sans-serif;
}

a:link{ 
	color: #972225; 
	font: 13px Verdana, Arial, sans-serif; 
	text-decoration: none;
}

a:visited{ 
	color: #972225; 
	font: 13px Verdana, Arial, sans-serif; 
	text-decoration: none;
}

a:hover{ 
	color: #972225; 
	font: 13px Verdana, Arial, sans-serif; 
	text-decoration: underline;
}

#container{
	width: 923px;
	top: 0px;
	margin: 0 auto;
	background-image: url(gfx/mid_hg.jpg);
}

#header{
	position: relative;
	top: 0px;
	left: 0px;
	height: 163px;
	background-image: url(gfx/header_hg.jpg);
}

#mid{
	position: relative;
}

#content{
	position: relative;
	top: 10px;
	left: 33px;
	width: 857px;
	min-height: 590px;
	padding-bottom: 20px;
}

* html #content{
	height: 590px;
}

#topic{
	position: relative;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 857px;
	border: 1px solid #5b5b5b;
	background-image: url(gfx/topic_hg.jpg);
}

#topic span{
	position: relative;
	color: white;
	font-weight: normal;
	font: 15px Verdana, Arial, sans-serif;
	margin-left: 3px;
	top: -2px;
}

#text_border{
	position: relative;
	top: -1px;
	left: 0px;
	min-height: 570px;
	width: 857px;
	border: 1px solid #5b5b5b;
}

* html #text_border{
	height: 570px;
}

#text{
	margin: 30px;
}

#footer{
	height: 18px;
	background-position: top right;
	background-image: url(gfx/footer_hg.jpg);
	background-repeat: no-repeat;
}

/*
	Menu
*/

a#menu_item1{
	position: absolute;
	width: 92px;
	height: 66px;
	top: 25px;
	left: 57px;
	text-align:center;
	color: white;
	font-weight: normal;
	font: 15px Verdana, Arial, sans-serif;
	text-decoration: none;
}

a#menu_item2{
	position: absolute;
	width: 92px;
	height: 66px;
	top: 25px;
	left: 182px;
	text-align:center;
	color: white;
	font-weight: normal;
	font: 15px Verdana, Arial, sans-serif;
	text-decoration: none;
}

a#menu_item3{
	position: absolute;
	width: 92px;
	height: 66px;
	top: 25px;
	left: 308px;
	text-align:center;
	color: white;
	font-weight: normal;
	font: 15px Verdana, Arial, sans-serif;
	text-decoration: none;
}

a#menu_item1:hover{
	background-image: url(gfx/menu_item1.jpg);
}

a#menu_item2:hover{
	background-image: url(gfx/menu_item2.jpg);
}

a#menu_item3:hover{
	background-image: url(gfx/menu_item3.jpg);
}

/*
	Album
*/

a.album{
	border: 1px solid black;
	display: block;
	text-align: center;
	color: #5b5b5b;
	margin: 3px;
	padding: 8px;
	text-decoration: none;
	text-align: left;
}

a.album:hover{
	background-color: #ffc245;
}

a.album span{
	font-weight: bold;
}

#album_pics{
	width: 100%;
	border: none;
}

#album_pics td{
	text-align: center;
	padding: 10px;
	border: none;
}


.bilder_thumbs{
	display: inline-block;
	margin: 10px;
	text-align: center;
	margin-left: -20px;
}

.bilder_thumbs li {
	width: 120px;
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	margin: 10px;
}

.bilder_thumbs li img{
	border: 1px solid #5b5b5b;
}
