/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	color: #000000;
	text-align: center;
	margin: 15px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	background-color: #646464;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background: inherit;
	text-decoration: underline;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
	color: #224D9B;
}
h2 {
	font-size: 100%;
	text-transform: none;
	color: #224D9B;
}
h3 {
	font-size: 130%;
	color: #224D9B;	
}

h1, h2, h3, p {
	padding: 1px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 0px;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th {
	background: #93BC0C url(../images/main/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 1px;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px;
	padding: 0 5px;
	border: 1px solid #D5D5D5;
	background-color: #eeeeee;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/main/nav.jpg) repeat-x 0 0;
	border: none;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/main/content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#top-bg {
	position: absolute;
	width: 950px;
	height: 19px;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #c4df9b;
	background-image: url(../images/main/top-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 0; 	
	background: #E8E8E8;	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}
#news-wrap {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	margin: 0px auto;
	text-align: left;
	background-color: transparent;
	background: #E8E8E8;	
}
#header {
	width: 920px;
	position: relative;
	height: 85px;
	padding: 0;
	color: #FFF;
	background-color: #fff;
	background-image: url(../images/main/header-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 920px;
	margin: 0 auto;
	background: #FFF url(../images/main/header-photo.jpg) no-repeat center center;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/main/nav.jpg) repeat-x;	
	width: 920px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #8b8b8b;
	border-left: 1px solid #969696;
	border-bottom: none;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2.8em;
	font-weight: bold;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/main/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../images/main/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 69%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}
#main2 {
	float: left;
	width: 880px;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}

#main h1 {
	margin-top: 10px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 
	padding: 5px 0 5px 5px; 		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* footer */
#footer-wrap {
	clear: both;
	width: 950px;
	font-size: 95%;
	text-align: left;
	padding: 15px 0;
	background-color: #FFFFFF;
	background-image: url(../images/main/footer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer-wrap a {
	text-decoration: none;
	color: #dcdcdc;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #dcdcdc;	
	margin: 0 auto; 
	width: 920px;
	padding: 10px 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.bild {
	padding: 10px;
	border: 1px solid #CECECE;
	margin: 10px;
}
.bildutanram {
	padding: 10px;
	margin: 10px;
}
