/* CSS Document */

/* TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
fieldset {
	margin: auto;
	border: 1px solid black;
	padding: 8px;
}
legend {
	font-weight: bold;
}
h2 {
	text-align: center;
}
input[type=submit] {
	font-weight: bold;
}
a:link, a:visited {
	color: #073462;
	text-decoration:none;
}
a:hover, a:active {
	color: #073462;
	text-decoration:underline;
}
button {
	height: 26px;
}
button img {
	border: 0px;
	vertical-align:top;
}

/* CLASSES */
.success {
	color: green;
}
.error {
	color: red;
}
.maintable {
	background-color: black;
	border-spacing: 1px;
	width: 100%;
	margin: auto;
}
.maintable tr {
	background-color: #FBF9FA;
}
.maintable th {
	background-image: url(design/table_head.gif);
}

.overview {
	width: 100%;
	margin: auto;
	border-spacing: 0px;
}
.overview th, .overview td {
	padding: 2px;
}
.o25 th, .o25 td {
	width: 25%;
}
.o50 th, .o50 td {
	width: 50%;
}
.overview th {
	text-align: right;
	padding-right: 3px;
}
.overview td {
	text-align: left;
	padding-left: 3px;
}
table .hl {
	background-color: #DDDDDD;
}
.settigns {
	width: 100%;
	border-spacing: 0px;
}
.settings tr th {
	font-size: 10px;
	width: 50%;
	font-weight: normal;
	text-align: left;
}
.settings tr th b {
	font-size: 12px;
}
.settings tr td {
	width: 50%;
}
.settings tr td td, .settings tr td th {
	width: auto;
}
.news {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	border: 1px solid #C5C3C4;
}
.news p {
	padding: 4px;
	margin: 0px;
	border: 1px solid #C5C3C4;
	border-width: 1px 0px;
}
.newstitle, .newsbottom {
	background-image: url(design/table_head.gif);
	padding: 2px;
}
.newsbottom {
	text-align: right;
	font-size: 10px;
}
.viewer_preview {
	display: inline;
	border: 1px black solid;
	font-size: 14px;
}
.console, .consoleinput {
	background-color:#000000;
	color:#FFFFFF;
	font-family: 'Courier New', Courier, monospace;
}
.code {
	background-color:#EEEEEE;
	font-family:"Courier New", Courier, monospace;
	overflow: auto;
	font-size: 12px;
	border: 1px solid;
	padding: 1px;
	margin-right: 15px;
}
.console {
	vertical-align: bottom;
	padding:2px;
	white-space:pre;
	width:577px;
	height: 400px;
	margin:auto;
	overflow:scroll;
}
.consoleinput {
	border: none;
	width:100%;
}
.ticket {
	background-color: #000000;
	width: 100%;
	border-spacing: 1px;
}
.ticket th {
	background-image: url(design/table_head.gif);
	font-weight:normal;
	text-align: left;
	padding: 3px;
}
.ticket tr {
	background-color: #FBF9FA;
}
.ticket td {
	padding: 3px;
}


/* DESIGN/LAYOUT */
body {
	padding: 0px;
	margin: 0px;
	background-image:url(design/verlauf.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	background-color: #084059;
}
.background {
	background-color: #084059;
	background-image:url(design/bg.png);
	background-repeat: no-repeat;
	background-position:top;
	width: 996px;
	margin: auto;
}
.ground {
	margin: auto;
	width: 876px;
	background-image:url(design/bg2.png);
	background-repeat: no-repeat;
	background-color: #0D2E3E;
	padding-bottom: 1px;
}
.header {
	width: 802px;
	height: 69px;
	background-image: url(design/header.png);
	background-repeat:no-repeat;
	font-size: 36px;
	font-weight: bold;
	padding: 30px;
	text-align: right;
	color: white;
}
.main {
	margin: 6px;
	margin-top: 0px;
	min-height: 820px;
	padding: 0px 1px;
	background-image:url(design/bg_content.png);
	background-repeat: repeat;
	border-bottom: 1px solid #4B4B4B;
}
.status {
	background-image:url(design/status_bg.png);
	height: 20px;
	border: 1px solid #4B4B4B;
	border-width: 1px 0px;
	padding: 3px;
	font-weight: bold;
}
.menu {
	background-color: #000000;
	width: 200px;
	padding: 1px;
	padding-bottom: 0px;
	float:left;
}
.menu h2 {
	background-image: url(design/bg_menu_title.png);
	height: 15px;
	margin: 0px;
	margin-bottom: 1px;
	padding: 8px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: left;
}
.menu  a:link, .menu  a:visited {
	display: block;
	background-image: url(design/bg_menu.png);
	height: 15px;
	margin-bottom: 1px;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
	color: black;
}
.menu a:hover, .menu a:active {
	background-image: url(design/bg_menu_hover.png);
}
.content {
	width: 631px;
	margin: 3px 3px 6px 3px;
	padding: 10px;
	border: 1px solid #C4C4C4;
	background-color:#FBF9FA;
	float: right;
}
.copyright {
	color: #939292;
	font-size: 11px;
	margin: 6px;
	border-top: 1px solid #434343;
	width: 186px;
	margin-top: 50px;
	padding-top: 10px;
}
.copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #939292;
	display: inline;
	background-image: none;
	padding: 0px;
}
.copyright a:hover, .copyright a:active {
	text-decoration: underline;
	color: #939292;
}
.content h1 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 4px;
	margin-top: 2px;
}
.loginstatus {
	background-color: #FAFAFA;
	text-align: center;
	padding: 5px;
	margin-bottom: 1px;
}