body {
  font-family: Arial, Verdana, sans-serif;
}

a:link, a:visited, a:hover, a:active, a:focus {
  color:#CCC;
  text-decoration:none;
} 

h1.infoContainerHeader {
	height:25px; 
	background-image:url(img/banner1/header.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden; 
	font-size:14px; 
	font-weight:bold; 
	margin:0px; 
	text-align:center;
	color:white;
	vertical-align:middle;
	line-height:25px;
}


.infoContainerContent {
	font-size:10px; 
	background-image:url(img/banner1/middle.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin:0px; 
	padding:10px;
	color:white; 
}

div.infoContainerSmall .infoContainerContent {
	background-image:url(img/banner1/middle_small.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
div.infoContainerSmall h1.infoContainerHeader {
	background-image:url(img/banner1/header_small.gif); 
	background-repeat: no-repeat;
	background-position: top left;
}
div.infoContainerSmall h1.infoContainerFooter {
	background-image:url(img/banner1/footer_small.gif); 
	background-repeat: no-repeat;
	background-position: top left;
}

p.infoContainerContent {
	
}
h1.infoContainerContent {
  font-weight:bold;
  font-size:11px;
}

table.infoContainerContent {
	width:100%;
}

table.infoContainerContent thead {
	display: none;
}

table.infoContainerContent td {
	vertical-align:top;
	padding:5px;
	border-bottom: 1px dotted white;
	text-align:left;
}

table.infoContainerContent ul, ul.infoContainerContent {
	list-style-type:none;
	list-style-image:url(img/pfeil.gif);
	padding-left:20px;
}

ul.infoContainerContent li {
	padding:5px;
}

ul.infoContainerContent a, ul.infoContainerContent a:focus, ul.infoContainerContent a:active, ul.infoContainerContent a:visited {
	text-decoration:underline;
	color:#000;
}

ul.infoContainerContent a:hover {
	text-decoration:none;
}

h1.infoContainerFooter {
	height:25px; 
	background-image:url(img/banner1/footer.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden; 
	font-size:14px; 
	font-weight:bold; 
	margin:0px; 
	text-align:center;
}

div.infoContainer {
	width:355px;
	border:1px solid white;
	padding: 0px;
	margin:10px;
}

div.infoContainerSmall {
	width:200px;
	margin:10px;
}

div.image p {
	font-size: 10px;
	text-align:center;
	margin: 0 auto;
	color: #336699;
}

div.image {
	border: 1px solid #FDA900;
	border: 1px solid #DDDDDD;
	background-color:#EEEEEE;
	margin: 10px;
	padding:5px;
}

