@charset "utf-8";

/* CSS Document */
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffa73d;
}

.header {
	height: 100px;
	width: 100%;
	border: solid 2px #00ff00;
	text-align: center;
}

.content {
	width: 825px;
	border-top: 0px solid #ffa73d;
	background: url(../images/bg_content.png) repeat-y;
	text-align: center;
}

.button{
	margin-top: 20px;
	border: 1px solid #bbb;
	background: #ddd;
	padding: 5px 5px;
	color: #555;
	cursor: pointer;
	
}
.button:hover{
	border: 1px solid #999;
	background: #bbb;
	color: #fff;
	
}
.button:disabled{
	opacity: 0.5;
	cursor: default;
}
.spalte {
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	width: 400px
}

#footer {
	height: 4px;
	width: 825px;
}

#copy {
	text-align: left;
	width: 350px;
}

#adminPanelButton{
	text-align: center;
    margin-right: 90px;
    cursor: pointer;
}

#footermenu {
	text-align: right;
	width: 330px;
	float: right;
}

#footermenu span {
	font-size: 0.9em;
	text-decoration: none;
}

#footermenu span:hover {
	font-size: 0.9em;
	text-decoration: underline;
	cursor:pointer;
}


.infofeld {
	text-align: right;
	vertical-align: top;
	background: url(../images/infoback.png) repeat-y;
}

#loading {
	position: absolute;
	top: 43px;
	left: 634px;
	display: block;
}
#loginbutton{
    width: 63px;
    text-align: center;
}
thead th{

}
.italic{
    font-style: italic;
}
.bold{
    font-weight: bold;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.top{
    vertical-align: top;
}
.middle{
    vertical-align: middle;
}
.bottom{
    vertical-align: bottom;
}
.infobox{
    border: 1px solid #f18813;
    padding: 10px;
    margin: 10px;
    background: #fff;
    overflow: auto;
}
hr{
    height:1px;
    border:none;
    border-bottom: 1px dotted #f18813;
    background-color: none;
    opacity: 0.8;
}
code{
    font-size:10px;
    font-family: monospace;
    background: #eee;
    padding: 2px;
    color: #555;

}
