body {
	font-family: Verdana;
	font-size: 10pt;
}

a.text {
	color: #e78057;
	font-weight: bold;
}

a.text:hover {
	text-decoration: none;
	border-bottom: 2px dashed #e78057;
}

a:hover {
	cursor: pointer;
}

.logo {
	margin-bottom: 6px;
	text-align: center;
	background-image: url(../images/logo_600.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; height: 204px;
	border: 1px solid #FFF;
	background-color: #c5212a;
}

#center, #frame-upper-center, #frame-bottom-center {
	width: 800px;
}

#frame-upper-left {
	background-repeat: no-repeat;
	width: 26px;
	height: 22px;
	background-image:url(../images/upper_left.png);
}

#frame-upper-center {
	background-repeat: repeat-x;
	height: 22px;
	background-image:url(../images/upper_center.png);
}

#frame-upper-right {
	background-repeat: no-repeat;
	width: 26px;
	height: 22px;
	background-image:url(../images/upper_right.png);
}

#frame-left {
	background-repeat: repeat-y;
	background-image: url(../images/left.png);
}

#center {
	height: 100px;
}

#frame-right {
	background-repeat: repeat-y;
	background-image: url(../images/right.png);
}

#frame-bottom-left {
	background-repeat: no-repeat;
	width: 26px;
	height: 21px;
	background-image:url(../images/bottom_left.png);
}

#frame-bottom-center {
	background-repeat: repeat-x;
	height: 21px;
	background-image:url(../images/bottom_center.png);
}

#frame-bottom-right {
	background-repeat: no-repeat;
	width: 26px;
	height: 21px;
	background-image:url(../images/bottom_right.png);
}

.announce-box {
	text-align: center;
	width: 200px;
	margin: 100px auto 0;
}

.clear {
	clear: both;
}


#nav_menu {
	vertical-align: top;
    width: 100px;
}

fieldset ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

#nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#nav_menu li {
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 86px;
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
}

#nav_menu a {
	color: #000000;
	text-decoration: none;
}

#nav_menu a:hover {
	color: #FC4204;
	text-decoration: underline;
}

.emphasis {
	font-weight: bold;
}

legend {
	color: #7D02AC;
}

td {
	vertical-align: top;
}

img {
	border: 0;
}

/******************** Begin infoBox ********************/
.g-notice {
    color: #000;
    background: #e0e0e0;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 2px;
    -moz-border-radius: 8px;
    text-align: left;
}

.g-notice-caption {
    font-size: 12pt;
    font-weight: bold;
}

.g-notice img {
    margin: 2px 2px 0 0;
}

.g-notice a {
    font-weight: bold;
}

/* Warning message */
.g-warning {
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

/* Information message */
.g-information {
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.g-success {
    background-color: #cbffaf;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.g-error {
    color: #000;
    background-color: #ffd5d4;

    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.g-error a {
    background-color: #ffd5d4;
    color: red;
    font-weight: bold;
}

.littlered {
	font-size: 7pt;
	color: red;
	vertical-align: text-top;
}

.needed {
	background-color: #ffd5d4;
}

.cover {
	padding: 5px;
	margin: 0 5px;
	border: 1px solid #f5f5f5;
}

.frontpage .cover, .autor .cover {
	float: left;
}

.frontpage .content {
	text-align: justify;
}

.frontpage {
	height: 100%;
}
.inhalt fieldset {
	border: 1px solid #CCC;
	font-size: 8pt;

}
.inhalt legend {
	color: #000;
}