body {
	background-color: #808080;
	font-family: Tahoma;
	font-size: 12px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	clear : both;
}
h1{
	font-weight: bold;
	font-size: 16px;
}
h2{
	font-weight: bold;
	font-size: 14px;
}
.main_table {
	width: 1000px;
	text-align: center;
}
.sub_table{
	background-color: #ffeed4;
	border: 1px #f6d8a3 solid;
	width: 100%;
}
.sub_table #content, .content{
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	height: 446px;
}
.bg_menu{
	background-color: #81715e;
	border-left: 1px #f6d8a3 solid;
	border-right: 1px #f6d8a3 solid;
	border-bottom: 1px #f6d8a3 solid;
}
.menu_table_td{
	text-align: center;
	width: 17%;
}
.line {
	color: #f6d8a3;
	text-align: center;
}

.copyright{
	background-color: #808080;
	color: #f8e7cb;
	font-size: 12px;
}
.copyrightlink:link{
	background-color: #808080;
	color: #f8e7cb;
	font-size: 12px;
	text-decoration: none;
}
.copyrightlink:visited{
	background-color: #808080;
	color: #f8e7cb;
	font-size: 12px;
	text-decoration: none;
}
.copyrightlink:hover{
	background-color: #808080;
	color: #f8e7cb;
	font-size: 12px;
	text-decoration: underline;
}
.bottom_table{
	width: 1000px;
	text-align: center;
}
.link:link{
	font-size: 13px;
	color: #da8e8e;
	text-decoration: none;
}
.link:visited{
	font-size: 13px;
	color: #da8e8e;
	text-decoration: none;
}
.link:hover{
	font-size: 13px;
	color: #da8e8e;
	text-decoration: underline;
}
.input{
	width: 350px;
	padding: 2px;
	font-size: 12px;
	border-top: 1px #f6d8a3 outset;
	border-left: 1px #f6d8a3 outset;
	background-color: #ffffff;
}
.text_form {
	font-size: 13px;
	text-align: left;
}

.text_top{
	color: #f8e7cb;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;	
	padding-top: 5px;
}
a.button {
    background: transparent url('../images/bg_button_a.jpg') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}
a.button span {
    background: transparent url('../images/bg_button_span.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
.text_opt{
	cursor: hand;
	cursor: pointer;
	font-size: 13px;
}
/*classes for admin page*/
.text_1{
	font-size: 13px;
	color: #94753c;
	font-weight: bold;
}
.col1{
	font-size: 14px;
	color: #94753c;
	font-weight: bold;
	border: 1px #524938 solid;
	text-align: center;
	width: 20px;
}
.bigLink:link{
	font-size: 14px;
	color: #94753c;
	text-decoration: none;
}
.bigLink:visited{
	font-size: 14px;
	color: #94753c;
	text-decoration: none;
}
.bigLink:hover{
	font-size: 14px;
	color: #da8e8e;
	text-decoration: none;
}

.col2{
	border: 1px #524938 solid;
	height: 40px;
	text-align: center;
}
.input_text2{
	font-size: 11px;
	background-color: #f6d8a2;
	font-family: Tahoma;
	border: 1px #524938 solid;
	height: 40px;
	padding-left: 2px;
}
.input2{
	font-size: 11px;
	border: 1px #f6d8a2 solid;
	background-color: #f6d8a2;
	width: 90px;
	font-family: Tahoma;
}
a.button2 {
    background: transparent url('../images/bg_button_a2.jpg') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}
a.button2 span {
    background: transparent url('../images/bg_button_span2.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button2:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
/*Popup Menu*/
#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
.popupLink:link{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.popupLink:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.popupLink:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.hand {
	cursor: hand;
	cursor: pointer;
}
.tinytext{
	font-size: 11px;
	border: 1px #f6d8a2 solid;
	background-color: #f6d8a2;
	font-family: Tahoma;
}
.border_img{
	border: 0px #f4d9a2 solid;
}
/*This css is only needed for the kontact*/
#mainContainer{
	height:100%;
	margin:0 auto;
}

#mainContainer .news{
	margin:5px;
	padding:0px;
}

#mainContainer img{
	float:left;
	margin:2px;
}
.div1{
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.div2{
	padding-bottom: 5px;
	clear: both;
}
.login_table{
	background-color: #F6D8A2;
	border: 1px #f6d8a3 solid;
	width: 40%;
}
.login_table td {
	color: #A6753C;
}
.input3{
	font-size: 11px;
	border: 1px #FFEED4 solid;
	background-color: #f6d8a2;
	width: 150px;
	font-family: Tahoma;
}
