td {
    color: #626463;
}
p,td,li {
	font-family: Times,arial,verdana,sans;
	font-size: 11pt;
}

body {
	margin: 0px;
}

a {color:#6188c1}

.menuitem a {
	font-size: 11pt;
	font-weight: normal;
	color: #bdbdbd;
}
.menuitem_selected a {
	font-size: 11pt;
	font-weight: normal;
	color: #6188c1;
}
.menuitem a, .menuitem_selected a {
	display:block;
	text-decoration: none;
}
.menubottom {
	background-image: url(hintergrund-links.png);
	background-repeat: no-repeat;
	background-color: #b992b0;
}
.content {
	padding: 20px;
}
.content p {
	text-align: justify;
}
.content h2 {
	font-size: 13pt;
}
.content big {
	font-size: 14pt;
}
.Stil13 {
	color: #527aaf
}

// Formulargestaltung
fieldset {
    width:400px;
    border:1px solid #bdbdbd;
}

legend {
    color:626463;
}

input, textarea {
    background-color:#ffffff;
    font-family: Times,arial,verdana,sans;
    color:#626463;
    padding:1px;
    margin:1px;
    border:1px solid #bdbdbd;
}

textarea {
    width:315px;
    font-size:11pt;
}

.button {
    background-color:#ffffff;
    font-family: Times,arial,verdana,sans;
    color:#626463;
    width:100px;
    border:1px solid #bdbdbd;
}