body{
	background-position: center;
	background-image: url(gfx/bg6.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #84b6f1;
}

h1 {
	text-align: center;
	font: Geneva,serif;
	color: #313131;
	font-size: 18px;
}

#menu{
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 50px;
	font-size: 17px;
	background-image: url(gfx/menu.png);
	background-repeat: no-repeat;
	position: relative;
top: -5px;
}

#menu td{
	height: 50px;
	padding-bottom: 10px;
	/**
	border-left: 1px white;
	border-left-style: solid;
	border-right: 1px white;
	border-right-style: solid;
	
	border-bottom: 2px groove white;
	**/
}

#menu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


#menu a:hover {
	color: #6495ed;
	text-decoration: none;
	font-weight: bold;
}


.text {
	background-image: url(gfx/article_bg.jpg);
	background-position: top;
	width: 500px;
	height: 100%;
	border: 8px solid white;
}

	
.info {
	background-color: #dddddd;
	width: 300;
	height: 100%;
	border: 8px solid white;
}

.infotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding: 5px;
	text-align: center;
}

#news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.title{

}

.date{
	font-family: Arial, Verdana, Geneva;
	font-size: 10px;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
}
        
#news a {
	color: #cc6633;
	
	text-decoration: none;
}

#news a:hover {
	text-decoration: none;
	color: red;
}

.news{
	font-family: Verdana, Geneva, Arial;
	font-size: 13px;
	color: #4E4E4E;
}

        
.news a {
	color: #cc6633;
	
	text-decoration: none;
}

.news a:hover {
	text-decoration: none;
	color: red;
}


/*footer*/

.foot {
	background: url(gfx/foot50.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 50px;
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	color: white;
	text-align: center;
	padding-top: 10px;
}

.foot a{
	text-decoration: none;
	color: white;
}

/*contactform*/

#contactform{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.formmsg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
