* {
	font-family: sans-serif;
	font-size: 100%;
}

H1 {
	font-weight : bold;
	font-size : 18pt;
}

H2 {
	font-weight : bold;
	font-size : 16pt;
}

H3 {
	font-weight : bold;
	font-size : 14pt;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #6699CC;
}

H4 {
	font-weight : bold;
	font-size : 12pt;
}

a:link { color:#10255F; }
a:active { color:black;}
a:visited { color:#10255F; }
a:hover { color:black; }

img { border-width:0; }

p {
text-align:justify;
padding-right:4%;
}

hr {
	border:0px solid #CCCC99;
	color:#CCCC99;
	background-color:#CCCC99;
	height: 1px;
}
/*Newslist Styles*/

.longlistbox {
}

.itembox {
	padding: 0.4em;
	border-bottom:1px solid #CCCC99;
}

.header {
	text-align:left;
	color:black;
	padding: 0.2em;
}

.date {
    background:url(http://www.visionair.org/newsbullet.gif) no-repeat;
  	height:1%;    
    padding-left: 17px;
    background-position: 0 50%;
   font-size:95%;
    
}

.date:after {
	content: " \2022 ";
}
	

.headline {

   font-size:98%;
	font-weight:bold;
}

.articleimage {
	float:left;
	padding:0.4em;
}

.article {
	text-align:justify;
	padding:0.4em;
   font-size:95%;
}

.summary {
	text-align:justify;
	padding:0.4em;
	font-size:95%;
}
	
.moretext {
	font-size:90%;
	font-weight:bold;
}

.footer {
clear:both;
	text-align:left;
  font-weight:bold;
	padding:0.4em;
	font-size:80%; 	
}

.longlist {
	color:#00ff00
}

.shortlistbox {
	font-size:90%;

}

.shortlistitem {
	padding:0.2em 0.4em ;
}

.pagebox {
	text-align:center;
	font-size:80%;
}

/* Anzeigeklassen für Dateien - müssen so heißen wie die Dateikategorien in der Konfig */
.documents {
	height:1%;
	background:url(http://www.wisma.info/gfx/doc.png) no-repeat;
	padding-left:17px;
	background-position: 0 50%;
}

.email {
    background:url(http://www.wisma.info/gfx/email.png) no-repeat;
    padding-left: 17px;
    background-position: 0 50%;
}