@charset "UTF-8";
.background {
	background-color: #000000;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: justify;
	margin: 0px;
	top: 0px;
	vertical-align: top;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
}
.kal_pic {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main_bg {
	background-image: url(images/background.jpg);
}
.vertline_repeat {
	background-image: url(images/vertline_repeat_18.jpg);
	background-repeat: repeat-y;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FF0000;
}
#gallery ul
{
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
#gallery img
{
	width:20%;
	border:none;
	margin:8px;
}
#gallery ul li
{
	display:inline; text-align:left;
}