﻿/* CSS Document */
body, table, input, select, textarea{
	font-family:tahoma;
	font-size:11px;
}
body{
	margin:0;
	padding:0;
	color:#000000;
	background-color:#ffffff;
	text-align:center;	
}
img{
	border:0;
}
#page, #bottom{
	width:760px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	text-align:left;
}
#bottom{
	background-image:url(../images/shadow_bottom.png);
	margin-bottom:10px;
	height:17px;
}
#leftTop{
	float:left;
	background-image:url(../images/left_shadow_top.png);
	width:6px;
	height:15px;
}
#rightTop{
	float:right;
	clear:both;
	background-image:url(../images/right_shadow_top.png);
	width:6px;
}
#middle{
	padding:-10px;
	margin-left:6px;
	margin-right:6px;
}
#logo{
	background-image:url(../images/top_menu.png);
	background-repeat:repeat-x;
	text-align:center;
	height:46px;
	margin-bottom:1px;
}
#logo img{
	margin-top:13px;
}
#left{
	float:left;
	width:199px;
	margin-right:1px;
}
#right{
	float:right;
	width:548px;
}
#footer{
	clear:both;
	text-align:center;
	border-top:1px solid #c2c2c2;
	color:#999999;
	padding-top:10px;
}
#footer a{
	color:#999999;
	text-decoration:underline;
}
#footer a:hover{
	color:#000000;
}
#erb, #erb_admin{
	background-repeat:no-repeat;
	height:149px;
	margin-bottom:1px;
}
#erb {
	background-image:url(../images/erb.jpg);
}
#erb_admin {
	background-image:url(../images/erb_admin.jpg);
}
#quickMenu{
	background-image:url(../images/top_menu.png);
	height:46px;
	background-repeat:repeat-x;
	margin-bottom:1px;
	padding:0;
}
#quickMenu span{
	float:left;
	padding-left:10px;
	padding-right:10px;
	height:46px;
	border-left:1px solid #424242;
	border-right:1px solid #5c5c5c;
}
#quickMenu span img{
	margin-top:15px;

}
#header{
	height:25px;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#ffffff;
}
#header a{
	color:#ffffff;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}
#header div{
	padding:6px;
	padding-left:12px;
}
.menu {
	padding:0;
	margin:0;
}
.menu li{
	background-image:url(../images/menu/unselected.png);
	background-repeat:repeat-x;	
	width:199px;
	margin-bottom:1px;
	padding-top:4px;
	padding-bottom:4px;
	list-style-type:none;
}
.selected, .menu .selected{
	background-image:url(../images/header.png);
}
.menu  .sub, .menu td{
	background-image:none;
	background-color:#eeeeee;
}
.menu  .sub img{
	margin-left:10px;
}
.menu li a{
	margin-top:5px;
	margin-left:10px;
	text-decoration:none;
	color:#000000;
}
.menu li a:hover{
	margin-left:15px;
}
.sep{
	height:5px;
	background-image:url(../images/header.png);
	margin-bottom:1px;
	font-size:4px;	
}
.menu  table{
	margin-top:6px;
	width:199px;
	background-color:transparent;
}
.menu  table td{
	padding:5px;
}
.bold{
	font-weight:bold;
}
#content{
	padding:5px;
}
#content a{
	color:#000000;
}
.message{
	color:#ff0000;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
h1{
	font-size:18px;
	margin:0;
	margin-bottom:10px;
}
.atable {
	border:1px solid #aaaaaa;
}
.atable td{
	background-color:#eeeeee;
	height:25px;
	padding:5px;
	vertical-align:top;
	line-height:15px;
}
.aform {
	background-color:#eeeeee;
	padding:10px;
	border:1px solid #aaaaaa;
}
.atable img{
	border:1px solid #aaaaaa;
}
.htable td{
	background-image:url(../images/menu/unselected.png);
	background-repeat:repeat-x;		
	color:#ffffff;
	font-weight:bold;
}
.error{
	color:#ff0000;
}
label{
	float:left;
	width:100px;
}
.phorum{
	border-left:1px solid #eeeeee;
}
.phorum .head{
	background-color:#16721d;
	color:#ffffff;
	padding:4px;
}
.phorum td{
	color:#ffffff;
}
.phorum  table {
	width:auto;
}
a#w{
	color:#ffffff;
	font-weight:bold;
}
.phorum .text{
	padding:7px;
	padding-top:13px;
	padding-bottom:13px;
}
#phorumForm div{
	margin-bottom:3px;
}	
#phorumForm input{
	width:435px;
}
#phorumForm textarea{
	width:435px;
	height:100px;
}
#phorumForm .submit{
	margin-top:7px;
	width:auto;
}
.galerie a{
	margin:6px;
}
.galerie a img{
	border-left:1px solid #aaaaaa;
}
.hidden{
	visibility:hidden;
	position:absolute;
}