/* GENERAL */
body{
	font-family:Arial,Verdana,sans-serif;
	font-size:10pt;
	background-color:#e6e6e6;
	margin:0px;
}
table{
	font-family:Arial,Verdana,sans-serif;
	font-size:10pt;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

p{
        text-align:justify;
}

h1{font-size:1.2em;
   color:#d94b35;
   margin:0px 0px 0px 0px;
}

h2{font-size:1.1em;}

h3{
	font-size:1.05em;
	color:#d94b35;
	margin:0px 0px 0px 0px;
}
h4{
	font-size:0.94em;
	color:#9b9b9b;
	margin:0px 0px 5px 5px;
}
h5{font-size:0.8em;}

.red{
        color:#d94b35;
}

a{cursor:pointer;}

img{border:none;}

form{
	margin:0px;
	padding:0px;
}

.hidden{display:none;}
.left{float:left;}
.right{float:right;}
.top{vertical-align:top;}

.bold{font-weight:bold;}

.clear_both{
	height:0.01em;
	clear:both;
	overflow:hidden;
}

/* PAGE */
#page{
	min-width:240px;
	max-width:900px;
	margin:auto;
	background-color:white;
	margin-top:15px;
	margin-bottom:15px;
}

.logo{
	padding:10px;
	background-color:white;
	text-align:center;
}

.untermenu{
	width:210px;
	float:left;
}

/* MENUS */
#untermenu{
	margin:0px;
	padding:13px 0px 15px 15px;
	list-style-type:none;
	font-weight:bold;
	font-size:0.9em;
}

#menu_red{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:inside;
	font-weight:bold;
	font-size:1.05em;
	color:white;
}

#menu_red_elements{
	text-align:center;
	background:url(img/bg/menu_red_center.png) repeat-x;
}

#menu_red_separator{
	padding-left:2em;
	padding-right:2em;
	vertical-align:middle;
}

.menu_red_element{
	display:inline;
}

.menu_red_link{
	text-decoration:none;
	color:white;
}
.menu_link_active:hover{
	text-decoration:underline;
	color:white;
}
.menu_link{
	text-decoration:none;
	color:#8b8b8b;
}
.menu_link:hover,.menu_red_link:hover{
	text-decoration:underline;
	color:black;
}
.menu_link_active,.menu_red_link_active{color:black;}
.menu_link_active:hover{
	text-decoration:underline;
	color:#8b8b8b;
}

.untermenu_link{
	text-decoration:none;
        color:#8b8b8b;
}
.untermenu_link_active, .untermenu_link:hover{
        color:#d94b35;
	text-decoration:none;
}

.untermenu_link_active:hover{
	text-decoration:underline;
}


#menu{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:inside;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
}
.menu_element{
	padding-top:10px;
	padding-right:2px;
	padding-left:2px;
	text-align:center;
	background:url(img/bg/menu_center.png) repeat-x;
	width:9.4em;
	height:28px;
	float:left;
}
.menu_separator{
	float:left;
	vertical-align:top;
}

#menu_checkbox{
	background:url(img/bg/menu_center.png) repeat-x;
	text-align:right;
	margin-right:4px;
	height:38px;
}

#xload_flashcontent{margin-top:7px;}
#xload_flashcontent:hover{
	border:solid 1px red;
	margin-top:7px;
}

.table_link {
        text-decoration:none;
        color: #d94b35;
}

.table_link:hover {
        font-weight:bold;
}

.table_link_grey {
        text-decoration:none;
        color: #9b9b9b;
}

.table_link_grey:hover {
        font-weight:bold;
}



/* ARTICLES */
.space{
	font-size:0.01em;
	height:0px;
	overflow:hidden;
}

.article_image{
	width:210px;
	text-align:center;
	float:left;
}

.article_table{
	width:100%;
}

.article{
	max-width:650px;
	min-width:280px;
	padding-right:5px;
	padding-left:5px;
}

.article_small{
	width:280px;
	padding-right:5px;
	padding-left:5px;
}

.article_medium{
float:left;
	width:426px;
	padding-right:5px;
	padding-left:5px;
}


.article_full{
float:left;
	width:650px;
	padding-right:5px;
	padding-left:5px;
}

.article_wide{
	padding-right:5px;
	padding-left:5px;
}

.gray{
	color:#9b9b9b;
}

.content{
	font-size:0.9em;
	color:#808080;
	margin:7px;
}

.content_simple{
	font-size:0.94em;
	color:#8b8b8b;
}

.content_simple_text{
	padding:10px 20px 20px 20px;
	color:#9b9b9b;
}

.file_link_red{color:#d94b35;}
.file_link{color:#9b9b9b;}

/* FORMS & ELEMENTS */
.require{
	color:red;
	font-weight:bold;
}

.label{
	width:120px;
	text-align:right;
	font-size:0.9em;
	color:#9b9b9b;
}

.input{
	border:solid 1px #9b9b9b;
	width:26em;
}

.form_button{
	background:transparent url(img/bg/form_btn.png) no-repeat left top;
	text-align:center;
	width:230px;
	height:25px;
	font-weight:normal;
	font-size:1.0em;
	color:#d94b35;
	border:none;
}

.form_button:hover{
	background:transparent url(img/bg/form_btn_active.png) no-repeat left top;
	color:black;
}

.button{
	background:transparent url(img/bg/btn.png) no-repeat left top;
	text-align:center;
	width:200px;
	height:25px;
	font-weight:bold;
	font-size:0.9em;
	color:#9b9b9b;
	text-decoration:none;
	padding-top:5px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}

.button:hover{
	background:transparent url(img/bg/btn_active.png) no-repeat left top;
	color:black;
}


.button_home{
	background:transparent url(img/bg/btn.png) no-repeat left top;
	text-align:center;
	width:195px;
	height:25px;
	font-weight:normal;
	font-size:1.0em;
	color:#d94b35;
	text-decoration:none;
	padding-top:5px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}


.button_home:hover{
	background:transparent url(img/bg/btn_active.png) no-repeat left top;
	color:black;
}

.button_back{
	background:transparent url(img/bg/btn.png) no-repeat left top;
	text-align:center;
	width:160px;
	height:25px;
	font-weight:normal;
	font-size:1.0em;
	color:#d94b35;
	text-decoration:none;
	padding-top:5px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}


.button_back:hover{
	background:transparent url(img/bg/btn_active.png) no-repeat left top;
	color:black;
}


.button_long{
	background:transparent url(img/bg/btn_long.png) no-repeat left top;
	text-align:right;
	width:277px;
	height:22px;
	font-weight:bold;
	font-size:0.86em;
	color:#9b9b9b;
	text-decoration:none;
	padding-top:5px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}

.button_long:hover,.button_long_center:hover{
	background:transparent url(img/bg/btn_long_active.png) no-repeat left top;
	color:black;
}

.button_long_center{
	background:transparent url(img/bg/btn_long.png) no-repeat left top;
	text-align:center;
	width:277px;
	height:22px;
	font-weight:normal;
	font-size:1.0em;
	color:#d94b35;
	text-decoration:none;
	padding-top:5px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}

.button_long_home{
	background:transparent url(img/bg/btn_long.png) no-repeat left top;
	text-align:center;
	width:277px;
	height:22px;
	font-weight:normal;
	font-size:1.0em;
	color:#d94b35;
	text-decoration:none;
	padding-top:5px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}


.button_long_home:hover{
	background:transparent url(img/bg/btn_long_active.png) no-repeat left top;
	color:black;
}


.button_small{
	background:transparent url(img/bg/btn_small.png) no-repeat left top;
	text-align:center;
	width:80px;
	height:22px;
	font-weight:normal;
	font-size:1.0em;
	text-decoration:none;
	color:#d94b35;
	border:none;
	margin-left:5px;
	margin-right:5px;
	padding-top:5px;
	display:block;
}

.button_small:hover{
	background:transparent url(img/bg/btn_small_active.png) no-repeat left top;
	color:black;
}

li{
        margin-bottom:5px;
}

.li_text{
        margin-bottom:5px;
        text-align:justify;
}


.sysinfo,#sysinfo{
	margin-top:5px;
	margin-bottom:5px;
	color:blue;
}

.syserror,#syserror{
	color:#d94b35;
	margin-top:5px;
	margin-bottom:5px;
	font-size:0.9em;
}
