@charset "utf-8";



html,
body {

	background-color: #28362D;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: normal;

}

/*  default css options */

strong {
	font-weight: bold;
}

a {
	color: #404F44;
	text-decoration: none;
}

a:hover {

	color: #5D6A60;
	text-decoration: underline;
}


/* net2000 - conflict - TABS extjs

ul {
	list-style-type: square;
	margin: 10px 0px 10px 35px;
}

*/

#advancedtobeedited ul {
	list-style-type: disc;
	margin: 10px 0px 10px 35px;
}

#advancedtobeedited em { font-style: italic; }

#advancedtobeedited ol {
	list-style-type: decimal;
	margin: 10px 0px 10px 35px;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #b5bec5;

}

.h1_title {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;

}



/*  END default css options */



#SubContainer {

	background-color: white;

}

#SubContainer2 {

	background-color: #5C6A60;
}





#MenuContainer {
background-color: #5C6A60;
}

#Menu_1 {
	width: 200px;
	margin: 30px 0px 50px 5px;
	font-size: 120%;
}




#Logo {
text-align: center;
padding: 12px 0px 0px 0px;
background-color: white;
}



#Naviline {
background-image: url(/images/top/naviline.jpg);
background-repeat: repeat-y;
background-position: top;
background-position-y: top;
height: auto;
margin-top: 0px;
}

#Login {
	padding: 7px 0px 0px 30px;
	font-size: 11px;


}
	#Login a {
		color: white;
		text-decoration: none;
font-weight: normal;
		}
#Login a:hover {
		color:white;
	font-weight: bold;
		}

#Searchsite {
	padding-top: 5px;

}

#Searchsite img {
	padding-left: -5px;
	float:left;
}

#Searchsite input {
	width: 100px;

}

#langselector {
	padding-top: 5px;
	padding-bottom: 3px;
	color: white;

}


#ContentContainer {
background-color: white;
}

#Content {

	background-color: white;
	color: black;
	padding: 20px 20px 20px 20px;
	margin: 10px 10px 20px 0px;
	text-align: justify;


}



#Footer {
text-align: center;
font-weight: normal;
background-color: #C6CDC6;
padding: 20px 0px 15px 70px;
font-size: 90%;
color: #6B776E;
}

#Footer a {
	color: #6B776E;
	text-decoration: none;
	margin-right: 35px;
}

#Footer a:hover {

	color: white;
}


/** classes for editor also **/


.title {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #b5bec5;

}

.teststyle {

	color: red;
	font-weight: bold;
}

.teststyle2 {

	color: green;
	font-weight: bold;
}




.left_image {
  float: left;
  margin: 18px 18px 18px 0;
}
.right_image {
  float: right;
  margin: 18px 0 18px 18px;
}




.showgrid {
	background:url(/css/blueprint/src/grid.png);
	z-index:10;
	}

.error_list {
color: red;
background: url(/icons/admin/fam/exclamation.png) no-repeat left bottom;
margin: 0px 0px 0px 15px;
}


.error_list li {  padding: 0px 0px 0px 20px; text-align: left;  }
.formerror { padding: 3px 20px 0px 0px; background: url(/icons/admin/fam/exclamation.png) no-repeat left bottom; color: red; }

