/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #011c63;
	margin: 0px;
} 

a:link {
	color: #00267F;
	font-size: 10px;
	text-decoration: underline;
} 

a:active {
	color: #00267F;
	font-size: 10px;
	text-decoration: underline;
} 

a:visited {
	color: #00267F;
	font-size: 10px;
	text-decoration: underline;
} 

a:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 10px;
} 

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
}

/* CSS Overigen */

.bg-home {
	background-image: url(../images/bg_storage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.bgmenu {
	background-image: url(../images/bg_menu_large.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.subkop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#tic {
	/* enter any styles for the ticker below */
  	border: 0em solid #CEC3AD;
	font-size:10px;
	padding:5px;
	width:400px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tic * {
	/* this will hide all children tags */
  font-size: 10px;
	margin:0px;
	padding:0px;
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}
