body {
        position:relative;
        margin:0px;
        font-family:Arial, Helvetica, Sans-Serif;
        font-size:16px;
        font-weight:normal;
        color: #000000;
        background-color:#FFFFFF;
}
/**
*   Standard Tags
*/
b {
        font-weight: bold;
        color: #FF0000;
}
p {
        margin-bottom:5pt;
        margin-top:5pt;
}
br {
        margin-bottom:10pt;
        margin-top:5pt;
}
h1 {
        font-size: 180%;
        font-weight: bold;
        margin-top:0.5em;
        margin-bottom:0em;
}
h2 {
        font-size: 160%;
        font-weight: bold;
        margin-top:10px;
        margin-bottom:10px;
}
h3 {
        font-size: 120%;
        margin-top:2em;
        font-weight: bold;
        margin-bottom:1em;
}
h4 {
        font-size: 120%;
        margin-top:0em;
        font-weight: bold;
        margin-top:5px;
        margin-bottom:5px;
        color: #000000;
}
h5 {
        font-size: 100%;
        margin-top:0em;
        font-weight: bold;
        margin-top:5px;
        margin-bottom:5px;
        color: #000000;
}
rem {
        font-size: 60%;
        margin-top:0em;
        margin-bottom:0em;
}
desc {
        font-size: 80%;
        margin-top:0.5em;
        margin-bottom:0em;
}

a:visited, a:link, a:active {
        text-decoration: none;
        color:#000066;
        font-weight: bold;
}
a:hover {
    text-decoration: underline;
        color: #990000;
        font-weight: bold;
}
table td {
        text-align:justify;
}
/**
*   Tags
*/
.link p{
        text-indent:0pt;
        margin-top:5pt;
}
.link {
        text-indent:0pt;
        margin-top:5pt;
        color: #000000;
}
.linkActive {
        text-indent:0pt;
        margin-top:5pt;
        color: #990000;
        text-decoration: none;
        font-weight: bold;
}
.linkActive p{
        text-indent:0pt;
        margin-top:5pt;
}

/**
*   Form
*/
input {
        font-family:Arial, Helvetica, sans-serif;
        background-color:#EFEFEF;
        color: #000000;
        border:1px solid #000000;
        font-size:100%;
}
textarea {
        font-family:Arial, Helvetica, sans-serif;
        background-color:#EFEFEF;
        color: #000000;
        border:1px solid #000000;
        font-size:100%;
}

/**
*  Specials
*/
.head {
	border-radius: 10px 10px 10px 10px;
	margin: 20px;
	width: 1000px;
	background-color:#E5E5E5;
	padding: 10px;
}

#content{
	border-radius: 10px 10px 10px 10px;
	margin: 20px;
	width: 1000px;
	background-color:#E5E5E5;
	padding: 10px;
}
#eintrag {
	border-radius: 10px 10px 10px 10px;
	margin: 10px;
	width: 900px;
	background-color:#f9f9f9;
	padding: 20px;
}


