body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2, h3 {
    font-size: 10px;
}

.navigationTitle {
	color: #999999;
	font-weight: bold;
}



/* page structure */


a, a:visited {
	color:#164365;
	text-decoration:underline;
}
a:hover {
	color:#6F6F6F;
	text-decoration:none;
}

.notizende {
background-image: url(images/notice-bottom.gif); 
background-repeat:no-repeat
}

.randrechts {
background-image: url(images/frame-rightline.png); 
background-repeat:repeat-y
}

.eckeobenrechts {
background-image: url(images/frame-topcornerright.png); 
background-repeat:no-repeat
}

.eckeuntenrechts {
background-image: url(images/frame-bottomcornerright.gif); 
background-repeat:no-repeat
}

.randlinks {
background-image: url(images/frame-leftline.png); 
background-repeat:repeat-y
}

.contactlabel {
	font-weight: bold;
}

input,textarea {
  border-color: #999999;
  border-width:thin;
  border-style:solid;

}
