/* rotw { */

body {
    font-size: 0.8em;
    font-family: "Lucida Grande", "Lucida Sans", sans-serif; 
    color: #333;
    background-color: #fafafa;
    background-image: url(/style/head_bg.png);
    background-position: 0 5px;
    background-repeat: repeat-x;
    margin: 0;
}

a {
    color: #348;
    text-decoration: none;
}

a:hover, #nav a:hover {
    color: #EA3;
}

input, button {
    font-family: "Lucida Grande", "Lucida Sans", sans-serif; 
}

#header {
    border-top: 0.45em solid #222;
    background-image: url(/style/head_left.png);
    background-repeat: no-repeat;
    height: 115px;
}

#header h1 {
    margin: 34px 0 0 56px;
    height: 48px;
    width: 94px;
    float: left;
    text-indent:-9999px;
    background-image: url(/style/redio.png);
    background-repeat: no-repeat;
}

#user_menu {
    float: right;
    margin: 1%;
    padding: 0;
    list-style: none;
    color: #666;
}

#user_menu li {
    float: left;
    border-right: 1px solid #CCC;
    margin-right: 6px;
    padding-right: 6px;
}

#user_menu li:last-child {
	border-right: 0;
}

#nav {
    margin: 0;
    height: 30px;
	background-color: #233C72;
    background-image: url(/style/nav_bg.png);
    background-repeat: repeat-x;
	overflow:hidden;
}

#nav ul {
	list-style: none;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

#nav li {
	float: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	#border-right: 0.1em solid #348;
}

#nav a {
	color: #fff;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#nav a.active {
	text-decoration: underline;
}

#content {
    margin-top: 1px;
    padding: 10px 0 0 10px;
    background-image: url(/style/c_bg.png);
    background-repeat: repeat-x;
}

#m_content {
    margin: 0 0 0 180px;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-width: 1px 0 0 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
    line-height: 1.5em;
}

#page-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.6em;
    color: #258;
    margin: 5% 0;
    border-bottom: 1px solid #DDD;
}

#footer {
    clear: both;
    font-size: 0.9em;
    padding: 10px;
    border-top: 1px solid #CCC;
}

.banner {
    padding: 3px;
    border: 1px solid #DDD;
    font-size: 0.9em;
    color: #CCC;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.b-horizontal {
    width: 728px;
    text-align: center;
    margin: auto;
}

.b-vertical {
    width: 160px;
    float: left;
}

/* } rotw */

img {
	border: 0;
	vertical-align: middle;
}

#filelisttable, #stackfilestbl, #domainlisttbl {
	width: 100%;
	font-size: 100%;
}

#filelisttable input {
	border: 0.07em solid #ddd;
	background-color: transparent;
	width: 100%;
	color: inherit;
}

table td {
	margin: 0;
	padding: 0.2em;
}

table .col1 {
	background-color: #fafafa;
}

table .col1 td {
	border-bottom: 0.07em solid #ddd;
}

table .col2 {
	background-color: #fff;
}

table .col2 td {
	border-bottom: 0.08em solid #f0f0f0;
}

.hovertbl .col1:hover {
	background-color: #f7d59a;
}

.hovertbl .col2:hover {
	background-color: #fee6bd;
}

input[type=text], input[type=password] {
	border: 0.08em solid #ddd;
}

input[type=text]:focus, input[type=password]:focus {
	border: 0.08em solid #ccc;
}

.imgbutton {
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.errorbox, .infobox {
	background-image: url(/style/icons/error.png);
	background-position: 0.2em center;
	background-repeat: no-repeat;
	padding: 0.2em;
	padding-left: 1.5em;
	border: 0.08em solid #ffddaa;
}

.infobox {
	background-image: url(/style/icons/information.png);
	border: 0.08em solid #aaddff;
}

.CodeMirror-line-numbers {
	width: 2.2em;
	color: #aaa;
	background-color: #eee;
	text-align: right;
	padding-right: .3em;
	font-size: 10pt;
	font-family: monospace;
	padding-top: .4em;
}

#footer {
	font-size: 0.8em;
}

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

#footercontact {
	text-align: center;
	margin: 0.5em;
}

#footercontact li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

div#hinweis {
	width: 98%;
	border: 5px solid #BBB;
	margin: 5px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}

.halfwrapper {
	width: 50%;
	float: left;
}

.footnote-list {
	font-size: 0.8em;
}

/* progressbar { */
.progress-box {
	position: relative;
}

.progress-bar {
	border: 0.1em solid #ccc;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}

.progress-bar-inner {
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-bottomleft: 0.4em;
	-webkit-border-radius-topleft: 0.4em;
	-webkit-border-radius-bottomleft: 0.4em;
}

.progress-txt {
	position: absolute;
	top: 0;
}
/* } progressbar */

fieldset {
	border: 0.1em solid #CCC;
}