* {margin:0;
padding:0;
}

.menue {
	background-color: #000066;
	width: 92%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	background-image: url(assets/images/button-bg.jpg);
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFF00;
}
body {
	padding: 0;
	margin: 0;
	background-image: url(assets/images/sky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	display: table;
	
}
html {
	background-image: url(assets/images/gradient.gif);
	background-repeat: repeat-x;
	background-color: #73ADD7;
}



.wrapper {
	width: 890px;
	margin: 155px auto auto;
	border-right: 3px solid;
	border-bottom: 3px solid;
	border-left: 3px solid;
}

.columnlink {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #000033;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000033;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
