html {

	height:100%;
	padding:0px;
	margin:0px;
	
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	line-height:14px;
}


body {

	height:100%;
	padding:0px;
	margin:0px;
	
	color: #000000; 
	font-family: Verdana, Arial, Helvetica;
	font-size:11px;
	line-height:14px;

	background-color: #3a7348;
	
	background-image: url(../layout/background.png);
	background-repeat: repeat;
	background-position:center 0px;
}


IMG {

	border: none;
}




A:link			{ cursor:pointer; text-decoration: none; color: #000000; }
A:visited		{ cursor:pointer; text-decoration: none; color: #000000; }
A:active		{ cursor:pointer; text-decoration: none; color: #000000; }
A:hover			{ cursor:pointer; text-decoration: underline; color: #000000; }


A.menu1:link	{ cursor:pointer; text-decoration:none; color: #ffffff; margin-right: 7px; }
A.menu1:visited	{ cursor:pointer; text-decoration:none; color: #ffffff; margin-right: 7px; }
A.menu1:active	{ cursor:pointer; text-decoration:none; color: #ffee00; margin-right: 7px; }
A.menu1:hover	{ cursor:pointer; text-decoration:none; color: #ffee00; margin-right: 7px; }

A.menu2:link	{ cursor:pointer; text-decoration:none; color: #ffffff; margin-left: 5px; }
A.menu2:visited	{ cursor:pointer; text-decoration:none; color: #ffffff; margin-left: 5px; }
A.menu2:active	{ cursor:pointer; text-decoration:none; color: #ffee00; margin-left: 5px; }
A.menu2:hover	{ cursor:pointer; text-decoration:none; color: #ffee00; margin-left: 5px; }

#menu_selected	{ color: #ffee00; }


/**************************** LAYOUT-ELEMENTE **********************************/


#table_main {
	
	height:100%;

	margin: 0px auto;
	border: 0px solid #fff;
	
	background-image:url(../layout/bg_bottom.png);
}


#table_main #content_bottom {

	vertical-align:top;
}



#table_main #menu1 {

	height:22px; 

	padding-left: 70px;
	padding-bottom: 0px;
	padding-top: 0px;

	font-size: 15px;
	font-weight: normal;
}

#table_main #menu2 {

	font-size: 12px;
	font-weight: normal;
	text-align: right;

	padding-right: 20px;
}


#table_main #content {

	color: #000000;
	font-size: 11px;
	line-height: 16px;
	
	
	width: 518px;
	padding: 30px 30px 30px 40px;
	vertical-align: top;
	
}


#table_main #content .element {

	color: #000000;
	font-size: 11px;
	line-height: 16px;
	
	border: none;	
	clear:both;

	margin-bottom: 30px;
}


#table_main #content .link {

	text-align: right;
	font-weight: bold;

	clear: both;	

	margin: 0px;
}


#table_main #content .media_right {

	float: right;
	text-align: center;
	margin: 0px 0px 10px 15px;
	border: none;	
}


#table_main #content .media_left {

	float: left;
	text-align: center;
	margin: 0px 15px 10px 0px;
	border: none;	
}


#table_main #content .media_element {

	margin-bottom: 15px;

	border: none;	
}




#submenu #subtitle {

	font-size: 9px;
	font-weight: bold;
	
	padding: 3px 0 0 0;

}

#submenu #text {

	font-size: 9px;
	text-align: left;

}



/**************************** Content-Tables  **********************************/

#content .list {

	width: 100%;
	
}

#content .list_sort {

	font-size: 10px;
	font-weight: bold;
	
}

#content .list_content {

	padding:8px;
	background-color: #f4efde;

}

#content .list_content_alt {

	padding:8px;
	background-color: #ffffff;

}

#content .list_content_topic {

	color: #fff;
	font-size: 14px;
	
	font-weight: bold;

	border: none;
	padding:8px;
	background-color: #3a7348;
}


#content .list_content_dashed {

	border-style: dashed;
	border-color:#000;
	border-width: 0 0 1px 0; 
	padding:8px;
	background-color: #f4efde;

}

#content .list_content_dashed_alt {

	border-style: dashed;
	border-color:#000;
	border-width: 0 0 1px 0; 
	padding:8px;
	background-color: #ffffff;

}


#content .info {

	font-weight: normal;
	font-size: 10px;
	margin-top: 3px;
}



/**************************** FORMs **********************************/

#content .form_td {

	width: 75px;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	
}

#content .form_error {

	font-size: 10px;
	vertical-align: top;
	padding-bottom: 5px;

	color: #AA0000;	
}

#content .form_input {

	width:325px;
}






/**************************** Submenu **********************************/

.icon_selected {

	border-style: solid;
	border-color:#ffee00;
	border-width: 2px;

	margin-right: 0px;
	margin-bottom: 0px;

}

.icon {

	border-style: solid;
	border-color:#ffffff;
	border-width: 2px;
	
	margin-right: 0px;
	margin-bottom: 0px;

}





/**************************** PopUp **********************************/

BODY.popup {

	background-image: none;
	background-color: #fff;

	color: #000;

	margin: 0px auto;
	padding: 10px;
	

	
	height:95%;
	
	text-align: left;

}



#popup .element {

	color: #000;
	font-size: 11px;
	line-height: 16px;
	

	border: none;	
	
}

#popup .media_right {

	float: right;
	margin: 0px 0px 10px 15px;
	border: none;	
}


#popup .media_left {

	float: left;
	margin: 0px 15px 10px 0px;
	border: none;	
}


#popup .media_element {

	margin-bottom: 15px;

	border: none;	
}


#popup .list {

	
}

#popup .list_sort {

	font-size: 10px;
	font-weight: bold;
	
}

#popup .list_content {

	padding:8px;
	background-color: #f4efde;
}

#popup .list_clear {

	padding:8px;
	background-color: none;;
}





/**************************** IFRAME **********************************/

BODY.iframe {

	background-image: none;
	background-color: #fff;

	color: #000;

	margin: 0px auto;
	padding: 0px;
	
	text-align: left;

}

#iframe .alert {

	padding: 3px;
	color: #fff;
	background-color: #A00;

}

#iframe .ok {

	padding: 3px;
	color: #fff;
	background-color: #070;

}






/**************************** PRINT **********************************/

BODY.print {

	background-image: none;
	background-color: #fff;

	color: #000;

	margin: 0px auto;
	padding: 10px;
	

	
	height:95%;
	
	text-align: left;

}



#print  {

	color: #000;
	font-size: 11px;
	line-height: 16px;
	

	border: none;	
	
}

#print TABLE {

	width: 100%;

	border-collapse:collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000;

}

#print TD {


	padding: 5px; 
	border-style: solid;
	border-width: 1px;
	border-color: #666;

}


#print .media_right {

	float: right;
	margin: 0px 0px 10px 15px;
	border: none;	
}


#print .media_left {

	float: left;
	margin: 0px 15px 10px 0px;
	border: none;	
}



/**************************** MODULE: Gallery **********************************/


.gallery_clicks {

	font-size: 9px;
	text-align: center;

}


/************************  SYSMSG  ******************************/



#sysmsg {

	margin-bottom: 25px;
	padding: 5px 0px;

	text-align:center;

	background-color: #f4efde;
	color: #000000;

	font-size: 12px;
	font-weight: normal;
	
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}

#sysmsg H2 {

	margin-top: 2px;
	margin-bottom: 5px;
	
	text-align:center;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}


