@charset "utf-8";
/* CSS Document */

body {
	background-image: url(pics/background01.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	font-size: 12px;
	line-height: 18px;
}
table {
	text-align: left;

}
ul {
	line-height: 20px;
	list-style-image: url(pics/list.png);
}


a {
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	line-height: 18px;
}

a:hover {
	text-decoration: none;
}


#menu{
	text-align: left;
	color: #FFFFFF;
}
#menu a{
	color:#FFFFFF !important;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;

}
#menu a:hover{
	color:#66FF99 !important;
}
.modul-title {
	font-size: 14px;
	color: #006666;
	padding-left: 22px;
}
.content-title {
	font-size: 22px;
	color: #006666;
	padding-left: 40px;
}
.content-undertitle {
	font-size: 12px;
	color: #006666;
	padding-left: 42px;
	font-weight: bold;
}
.content-intro {
	font-size: 14px;
	color: #006666;
	font-weight: bold;
	line-height: 20px;
}
