body {
	text-align : center;
	font-size : 14px;
	margin : auto;
	font-family : trebuchet ms, helvetica, verdana;
	/*background-image : url(images/bg.gif);*/
	background-repeat : repeat-x;
	background-color : #000000;
	color : #f5f5f5;
}
a {
	color : #A6A6AD;
	text-decoration: none;
}
img {
	border : none;
}
#top {
	/*height: 16px;
	width : 920px;
	background-image:url(images/top.gif);
	margin : auto;
	margin-top:10px;
	padding-left : 20px;
	padding-right : 20px;*/
}
#bottom {
	/*height: 19px;
	width : 920px;
	background-image:url(images/bottom.gif);
	margin : auto;
	margin-bottom:20px;
	padding-left : 20px;
	padding-right : 20px;*/
}
#header {
	color: #AAAAAA;
	margin : auto;
	margin-bottom : 0px;
	margin-top : 0px;
	background-color : #1A1A1A;
	border-bottom : 1px solid #000000;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 0px;
	/*width : 920px;*/
	height : 40px;
	text-align : left;
	letter-spacing : 3px;
	/*background-image : url(images/headerbg.gif);*/
	background-repeat : repeat-x;
	border-bottom : 1px solid #666666;
}
#content {
	display : block;
	margin : auto;
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 20px;
	padding-top : 10px;
	padding-bottom : 20px;
	background-color : #000000;
	width : 920px;
	/*border: 1px solid #000000;
	border-top: none;*/
	text-align : center;
	
}



#photodiv {
	margin: auto;
	
	
	
	min-width:800px;
	min-height:422px;
	
	
	
	text-align: center;
	vertical-align: middle;
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	padding:0px;
}

#prevbuttondiv{
	float: left;
	width: 30px;
	margin-top: 189px;
}

#nextbuttondiv{
	float: right;
	width: 30px;
	margin-top: 189px;
}
.ingress {
	font-size: 16px;
	font-weight: bold;
}
.rubrik {
	font-size: 26px;
}
.catthumbs {
	text-align: center;
	margin: auto;
	margin-left: 217px;
	margin-top: 0px;
	/*border: 1px solid blue;*/
}
.catthumbcontainer {
	/*border: 1px solid black;*/
	color:#252525;
	float:left;
	margin-left:7px;
	/*font-family: "Helvetica", "Arial", "sans-serif";*/
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing : 3px;
}
.catthumb img{
	color:#4C4C53;
	margin:auto;
	border: 2px solid #4F4F4F;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
}

.catthumb:hover img{
	color:#f7f7f7;
	border: 2px solid #4F4F4F;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.catthumb a{
	color:#252525;
}

.catthumb:hover a{
	color:#6B6B6B;
}

#activecatthumb {
	color:#4C4C53;
	/*margin-left:25px;
	margin-right:23px;
	border: 2px solid #f7f7f7;*/
	border: 2px solid #4F4F4F;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
#title{
	margin:auto;
	margin-top:10px;
	width:600px;
 	font-size: 24px;
	color:#6B6B6B;
	text-align:left;
}
#descr {
	margin:auto;
	margin-top:10px;
	width:600px;
	min-height:60px;
	
	color:#6B6B6B;
	text-align:left;
}
#commentslinkdiv {
	float:left;
	margin-left:160px;
	margin-top:30px;
	text-align: left;
}
#thumbstogglediv {
	float:right;
	margin-right:160px;
	margin-top:30px;
	text-align: left;
}
