﻿/*--------------------------Let's start with text, links and HTML-------------------------*/

body{
	margin: 0;
	padding: 0;
	background: url('images/background.png') repeat-x-y ;
	text-align: center;
}

html{
	margin: 0;
	padding: 0;
	background: url('images/background.png') repeat-x-y ;
	text-align: center;
}

a:link{
color:#2a3d54;
text-decoration:none;
}

a:visited{
color:#2a3d54;
text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration:none;
}

a:active{
color:#2a3d54;
text-decoration:none;
}

h1{
font:bold 12px verdana;
width: 350px;
border-bottom:1px solid #dedede;
margin:0;
padding:0;
color:#a0d500;
margin-bottom:8px;
margin-left:20px;
margin-top:10px;
}

h2{
	font: bold 12px verdana;
	font-color:#9B7B4A;
	width: 200px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-top: 10px;
}

h3{
font: bold 16px Verdana;
margin:0;
color:#a0d500;
padding:0;
float:left;
margin-top:30px;
margin-left:30px;
}

* html h3{
margin-left:20px;
}

h4{
font: bold 14px Verdana;
margin:0;
color:#646464;
padding:0;
float:left;
margin-top:90px;
margin-left:30px;
}

* html h4{
margin-left:20px;
}

.style1{
	float: left;
	font: 13px Verdana;
	color: #666666;
	margin: 0;
	padding: 3px 15px 3px 3px;
	margin-left: 10px;
}

.style2{
padding:20px;
font:10px Verdana;
}

#footer a{
	color: #000000;
}

#footer a:hover{
color:#CCCCCC;
}

/*--------------------------End-------------------------*/

/*--------------------------start Image styles-------------------------*/

.img{
	float: left;
	margin-left: 20px;
}

/*--------------------------End-------------------------*/

/*--------------------------Start divs-------------------------*/

#container{
width:780px;
height:100%;
text-align:left;
margin:0 auto;
}

#top{
	width: 780px;
	height: 79px;
}

#menu{
	width: 780px;
	height: 30px;
	border-bottom: 1px #9B7B4A solid;
}

#headertext{
width:280px;
height:200px;
background:url(images/headertext.gif) repeat-x;
float:left;
border-bottom:1px solid #c8e0ff;
}

#banner{
background:url('images/titel6.png');
float:left;
width:500px;
height:200px;
border-bottom:1px solid #9B7B4A;
}

#content{
	width: 780px;
	min-height: 332px;
	background: url('images/background.png') repeat-x;
	margin: 0;
	padding: 0;
	float: left;
}

* html #content{
height:162px; /*defines the height in IE6*/
}

#welcomecontainer{
	width: 420px;
	height: 100%;
	float: left;
	margin-left: 10px;
	padding: 0;
	border-right: 1px #9B7B4A solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

.welcome{
width:420px;
height:100%;
float:left;
margin:0;
padding:0;
}

.news{
width:340px;
height:100%;
float:left;
margin-left:10px;
padding:0;
margin:0;
margin-top:10px;
}

* html .news{
width:320px;
}

#footer{
	width: 780px;
	height: 80px;
	background: #9B7B4A;
	font: 10px Verdana;
	color: #FFFFFF;
	padding: 0;
	float: left;
	margin: 0;
}

/*--------------------------End-------------------------*/

/*--------------------------Start menu css-------------------------*/

#menu ul{
list-style-type:none;
margin:0;
font:bold 14px Verdana;
text-decoration:none;
float:left;
padding:8px;
width:760px;
}

#menu li{
display:inline;
}

#menu li a{
	color: #646464;
	padding: 14px;
	font-weight: bold;
}

#menu li a:hover{
	border-right: thin #9B7B4A solid;
	border-bottom: thin #9B7B4A solid;
	background: url(images/navover2.gif) repeat-x;
	border-left-color: #9B7B4A;
	border-left-style: solid;
	border-left-width: thin;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


