BODY,TABLE,TR,TD,INPUT,TEXTAREA,FORM,SELECT {
	font-family: arial;
	font-size: 12px;
	color: #5f5f5f;
}

BODY {
}


A:link,A:visited,A:active {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	background-color:#efefef;
}
A.toplinks:link,A.toplinks:visited,A.toplinks:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

A.toplinks:hover {
	text-decoration: underline;
	background-color:#ff6600;
}


h1 {
	font-weight:bold;
	font-size:16px;
	color:#666666;
	font-family: arial;
}

h2 {
	color: #ff6600;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
}

h3 {
	color: #666666;
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	text-decoration: underline;
}
li {
	type: square;
	color:#ff6600;
}

div.referenz
{
    width: 650px;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
}

div.referenzText
{
    font-size: 10px;
    color: #aaa;
    text-align: center;
}

div.left
{
    float: left;
    width: 320px;
}

div.right
{
    float: left;
    width: 320px;
}

ul#submenu
{
    list-style-type: none;
}

ul#submenu li
{
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
}

ul#submenu li.active
{
    text-decoration: underline;
}



