body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	background-color: #FFFFFF;	
}

h1 {
	font-size: 30px;
	text-align: center; 
	margin: 5px 5px 0px 0px;
	line-height: 38px;
}

h3 {
	margin: 0px;
}

img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img.left {
	float:left; 
	margin: 5px 15px 5px 0px;
}

img.lefttight  {
	float:left;
	margin: 5px 0px 5px 0px;
}

img.right {
	float: right;
}

img.righttight {
	display:inline;
	float:right;
	margin: 5px 0px 5px 0px;
}

img.centered {
	margin-left:auto; 
	margin-right:auto;
}

A {
	color: #DDDDDD;
	font-weight: bold;
	/*text-decoration: none; */
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#site_container {
	width: 769px;
	margin-left: auto;
	margin-right: auto;
}

#content_container {
	width: 622px;
	float: left;	
	background-image: url(../img/right_shadow.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

#content {
	width: 480px;
	min-height: 440px;
	float: left;
	background-color: #333333;
	padding: 0px 37px 37px 37px;
}

.mask1 {
	background-image: url(../img/imagemask_v1.gif);
}

.article_image {	
	margin-right: 10px;
	float: left;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
#footer{
	width: 480px;
	margin-right: 100px;	
	float: right;
}
.adres {
	color: #999999;
	text-align: center;
}
.copyright {
	font-size: 10px;
	color: #999999;
	text-align: center;
}

/* menu */

ul#menu {
	/*width: 480px; */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}
#submenu IMG {	
	display: inline; 
	float: right;
}

ul#submenu LI{
	/*float: right;   */
	margin: 0px 0px 0px 10px;
	display: inline;  	
	font-size: 14px;	
	color: #AAAAAA;
	text-decoration: none;
}

ul#submenu LI A {
	font-size: 14px;	
	color: #AAAAAA;
	text-decoration: none;
}

ul#submenu LI.submenu_selected {
	font-size: 14px;	
	color: #FFFFFF;
	text-decoration: none;
}


/* other classes */

.text {
	/*color: #000000;
	background-color: #E4CAAD; */
	background-color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.clearall {
	clear: both;
}

.floatleft {
	float: left;
}


/* photo slider */
.pics { 
	width: 480px;
	height: 380px;
	padding:0;
	margin:0;
	overflow: hidden 
}
.pics img { 
	width: 480px;
	padding: 0px;
	border: none;
	background-color: #eee;
	top:0;
	left:0
}
.nav {	
	width:480px;	
	position: absolute;		
	z-index:30;
}
#photoPrev {	
	float: left;
	z-index: 30;	
	margin-top: 150px;
	-moz-opacity:.50;
	opacity:.50;
}
#photoNext {	
	float: right;
	z-index: 30;
	margin-top: 150px;
	-moz-opacity:.50;
	opacity:.50;
}
#photoSubtitle {
	display:block;
	float: right;
	margin-top: 120px;
	padding: 5px 10px 2px 10px;
	height: 20px;
	font-size: 11px;
	letter-spacing: 2px;
	background-color: #333333;	
	-moz-opacity:.70;
	opacity:.70;	
	color: #FFFFFF;	

}
#photoSubtitle A {
	text-decoration: none;
}

/* form */
input, textarea {		
	border: 1px solid #CCCCCC;
	width: 400px;
	color: #CCCCCC;
	background-color: #333333;
}
.btnSubmit {
	width: 150px;
}
