body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding: 0;
    margin: 0;
    }

#mainbox {
	position: absolute;
	width: 770px;
	left: 0;
	top: 0;
    margin: 0;
    padding: 0;
	z-index: 1;
}

#header {
	background-position: top;
	background-repeat:no-repeat;
	width: 770px;
    margin: 0;
    padding: 0
}

#footer {
	background-repeat:no-repeat;
	background-position: bottom;
	width: 770px;
    margin: 0;
    padding: 0;
}

#abstand {
    margin: 0 0 0 40px;
	padding-left: 0;
	padding-top: 220px;
	padding-bottom: 130px;
	padding-right: 0;
}

#content {
	width: 550px;
    margin: 0;
    padding: 0;
}

#navibox {
	position: absolute;
	width: 553px;
	top: 143px;
	left: 37px;
    margin: 0;
    padding: 0;
	z-index: 5;
}

#topbox {
	position: absolute;
    margin: 0;
    padding: 0;
	border: 0 dotted #CC0000;
	z-index: 4;
}

#browsebox {
	position: absolute;
    margin: 0;
    padding: 0;
	border: 0 dotted #CC0000;
	z-index: 3;
}

.deko {
	position: absolute;
    margin: 0;
    padding: 0;
	z-index: 2;
}

/* nur zum testen - border ausschalten!*/
.block 	{border: 0 dotted #FF0000;}
img 	{border: 0 solid #00FF00;}


.blockcon {
    width: 100%;
    max-width: 550px;
    margin-bottom: 30px;
    clear: both;
}

.imgru {
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #000000;
}

.imglu {
    margin-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #000000;
}

.liexternal
{
background-image: url(link-external.png);
background-repeat: no-repeat;
background-position: 0 5px;
padding-right: 12px;

}

.liex {
background-image: url(icon_extern.gif);
background-repeat: no-repeat;
background-position: 0 5px;
padding-left: 11px;
}

.liin {
background-image: url(icon_intern.gif);
background-repeat: no-repeat;
background-position: 0 5px;
padding-left: 10px;}

A.navi {
padding-left: 3px;
padding-right: 3px;
}

A.navi:link		{font-size: 13px; line-height: 20px; text-decoration: none; font-weight: normal;}
A.navi:visited	{font-size: 13px; line-height: 20px; text-decoration: none; font-weight: normal;}
A.navi:active	{font-size: 13px; line-height: 20px; text-decoration: none; font-weight: normal;}
A.navi:hover	{font-size: 13px; line-height: 20px; text-decoration: none; font-weight: normal;}


.naviaktiv		{font-size: 13px; line-height: 20px; text-decoration: underline; font-weight: normal;
padding-left: 3px;
padding-right: 3px;}

A.lina {
background-image: url(icon_top.gif);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 13px;}

A.lina:link		{color: #555555; font-size: 11px; text-decoration: none; font-weight: normal;}
A.lina:visited	{color: #555555; font-size: 11px; text-decoration: none; font-weight: normal;}
A.lina:active	{color: #555555; font-size: 11px; text-decoration: none; font-weight: normal;}
A.lina:hover	{color: #000000; font-size: 11px; text-decoration: none; font-weight: normal;}

h1 	{
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height:130%;
    letter-spacing: 1px;
    text-align: left;
    padding-top:0px;
    padding-bottom:2px;}


A:link			{color: #000000; text-decoration: none; font-weight: bold;}
A:visited		{color: #000000; text-decoration: none; font-weight: bold;}
A:active		{color: #000000; text-decoration: none; font-weight: bold;}
A:hover			{color: #777777; text-decoration: underline; font-weight: bold;}

A.light:link	{color: #555555; font-size: 12px; text-decoration: none; font-weight: normal;}
A.light:visited	{color: #555555; font-size: 12px; text-decoration: none; font-weight: normal;}
A.light:active	{color: #555555; font-size: 12px; text-decoration: none; font-weight: normal;}
A.light:hover	{color: #000000; font-size: 12px; text-decoration: none; font-weight: bold;}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	width: 380px;
	border: 1px solid #B6B6B6;
	padding: 10px;
	margin: 15px 0;
	text-align: left;
	background-color: #F8F4F3;
}

fieldset:hover {
	border-color: #333;
}

legend {
	color: #555;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	background: none;
}

label {
	margin: 0 3px 3px 0;
	padding: 0;
	line-height: 1.5em;
	width: 120px;
	display: block;
	float: left;
	clear: left;
}

input {
	padding-left: 4px;
	margin-bottom: 0.6em;
	width: 240px;
	border: 1px solid #666;
	background: #FFF;
}

input:focus {
	border-color: #985657;
	background: #FBFBFB;
}

textarea {
	margin-bottom: 0.6em;
	width: 244px;
	border: 1px solid #666;
	background: #FFF;
}

textarea:focus {
	border-color: #985657;
	background: #FBFBFB;
}

.btn {
	width: 160px;
	background: #666;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
	color: #FFF;
	padding: 0;
	margin: 5px 0 15px 137px;
	cursor: pointer;
}

.btn:hover {
	background: #985657;
}

.fehler {
	color: #F00;
}


h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
    }

h4:hover {
	color: #777777;
	text-decoration: underline;
}

.trigger {
    cursor:pointer;
}
.trigger:hover {
    cursor:pointer;
}
.expanded {
    cursor:pointer;
	display: none;
}

.show {
	position: static;
	display: block;
    z-index: 20;
}
.hide {
    position: absolute;
    left: -999em;
    height: 1px;
    width: 100px;
    overflow: hidden;
    z-index: 21;
}

h4 img {
	border: none;
	padding-right: 5px;
	display: none;
}
