*{
	padding:				0px;
	margin:					0px;
	border:					0px;
}
html, body {
 	height: 					100%;
	font:						12px Helvetica, Verdana, Arial, sans-serif;
	color:					#666666;
	background: 		#000000 url(ext/img/bg_main.png) repeat-x fixed left bottom;
	text-align:			center;
}
.header {
	height:					240px;
	background:			#111111 url(ext/img/banner.jpg) no-repeat bottom;
}

.header h1 {
	font-size:				0px;
	color:					#000000;
}

p {
  margin: 					0px;
  padding: 				1em 0px;
  line-height: 			1.5em;
}

a {
	color:					#666666;
	text-decoration:	none;
}

a:hover {
	color:					#444444;
}

ul {
	list-style-position:	inside;
	margin:					10px;
}

.container{
	width:					600px;
	margin:					0 auto;
	text-align:			left;
  	position:				relative;
  	min-height:			100%;
	height:					auto !important;
	height:					100%;
	background:			#000000;
	border-left:			3px double #444444;
	border-right:		3px double #444444;
	padding-bottom:	0px;
}

.content {
  	margin:					80px auto 0px auto;
  	text-align:			center;
  	padding-bottom:	60px;
}

.footer p {
  	width:					600px;
  	background:			#000000;
  	position: 				absolute;
  	bottom: 				0;
  	height: 					20px;
 	line-height: 			20px;
	text-align:			center;
}

p.start {
  font-size:				1.3em;
  margin: 					0px;
  padding: 				1em 0px;
  line-height: 			1.5em;
}

p.mail {

	padding-top:		0px;

}


.menu a{
	background: 		#111111 url(ext/img/bg_menu.png) repeat-x;
	border-right:		1px solid #444444;
	border-top:			1px solid #444444;
	border-bottom:	1px solid #444444;
	float:						left;
	position:				relative;
	font-size:				1.2em;
	padding-top:		6px;
	width:					149px;
	height:					36px;
	text-decoration:	none;
	text-align:			right;
	margin-bottom:	20px;
}


.menu a.last {
	width:				150px;
	border-right:	none;
}

.menu a span {
	padding-right:	0px;
}

.menu a:hover {
	background: 	#222222 url(ext/img/bg_menuh.png) repeat-x;
}

.item {
	border:				1px solid #111111;
	text-align:		justify;
	margin:				20px auto;
	width:				95%;
}

.item p {
	padding:			10px;
}

.item a {
	margin:				10px;
	display:				block;
}

.newsheader {

	background: 	#000000 url(ext/img/bg_menu.png) repeat-x;
	padding:			0px;
}

.picture a {
	margin:		10px;
}

.wrapper {	
	margin: 			20px;
}

a:link img, a:visited img, a:hover img, a:active img {
   border-style:solid;
   border-color:#696969;
   border-width:1px;
  	padding:			5px;
} 

h2 {
	font-size:			14px;
	margin:				0px;
	padding:			3px 8px;

}

h3 {
	font-size:			12px;
	margin:				0px;
	padding:			3px 8px;
}

a:link img.bigpicture, a:visited img.bigpicture, a:hover img.bigpicture, a:active img.bigpicture {
   border-style:solid;
   border-color:#696969;
   border-width:1px;
  	padding:			20px;
} 
