/*<group=General Styles>*/

body {
	background: none #f0f0f0;
	color: #666666;
	text-align: center; /* To Make Content Centered */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

b, strong { 
	color: #666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link { 

	text-decoration: none; 

	color: #67ce3d;

}

a:visited { 

	text-decoration: none; 

	color: #67ce3d;

}

a:hover, a:active { 

	text-decoration: underline; 

	color: #67ce3d;

}

img {
	border-style: none;
}

.image-left { margin: 3px; float: left; padding: 3px; }
.left { text-align: left; }
.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 

	background-color: #FFFFFF; /* This Is The BG Color Of The Main Div */
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: url(images/sidebar.png) repeat-y;
}

#pageHeader {
	background: repeat-x  url(images/header_background.jpg);
	border-bottom: 1px solid #aeaeae;
	height: 71px;
}

#pageHeader img {
	float: right;
	padding: 0;
	margin: 10px 0 0 10px;
}

#pageHeader h1 { 

	color: #ffffff;
	text-shadow: 0px 1px 2px #004400;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader h2 { 

	color: #ffffff;
	text-shadow: 0px 1px 2px #004400;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	margin: 0px;
}

#mainContent #sidebar {
	float: left;
 	width: 150px;
	background: transparent;
	padding: 0;
	margin: 0;
}

#mainContent #content {
	float: left;
	padding: 0;
	background: transparent;
	margin: 10px 10px 10px 15px;
	width: 490px;
}

#footer { /* This Is The BG Color Of The Main Div */
	font-size: 10px; width: 680px; margin: 10px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	border: solid 1px #aeaeae; padding-top: 3px; padding-bottom: 3px; text-align: right; background: #ffffff url(images/header_background.jpg) repeat-x; letter-spacing: 1px; }

#sidecontainer
{
	margin: 5px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: url(images/sub_header.png) repeat-x;
	height: 26px;
	padding-right: 10px;
	text-align: right;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #d4d4d4;
	padding-top: 5px;
	padding-left: 5px;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: #67ce3d;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) repeat-x;
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 0;
	background: url(images/button_normal.png) repeat-x 50% top;
	border-bottom: 1px solid #aeaeae;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#navcontainer a:hover
{
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) repeat-x;
}

/* Child - Level 1 */

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 10px;
	background: #ebebeb;
}

#navcontainer ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child - Level 2 */

#navcontainer ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 40px;
	background: #ebebeb;
}

#navcontainer ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child Level 3 */

#navcontainer ul ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 60px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

/* Child Level 4 */

#navcontainer ul ul ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 100px;
	background: #ebebeb;
}

#navcontainer ul ul ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #bfffb9;
	color: #005600;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
	margin: 0px;
}
h4 { color: #666; font-size: 1.2em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0; }
h5 { color: #67ce3d; font-size: 1.4em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0; }
h6 { color: #666; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0; }
.grau { color: #666; font-size: 1em; }
.u { text-decoration: underline; }
.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}
/*<group=Contact Form>*/
.message-text { } 

.required-text {
	color: #6dc61d;
} 

.form-input-field {
	background: #f9f9f9;
} 

.form-input-button { }

.map24_input 
	{
		background-color	: #ffffff;
		width				: 232px;
		color				: #0D3D6A;
		font-family			: Arial, Verdana, Helvetica;
		font-size			: 11px;
		font-weight			: normal;
		border				: 1px #bebebe solid;
	}
	
.map24_list	 
	{
		background-color	: #FFFFFF; 
		border-style		: groove;
		font-family			: Arial, Arial,  Geneva, Arial, Helvetica, sans-serif; 
		font-size			: 9px;
	}
	
.map24_text   
	{
		font-family			: Arial; 
		font-size			: 11px; 
		color				: #586A75;
	}
	
.map24_margin 
	{
		margin-left			: 10px;
	}
.map24_padding
	{
		padding-left		: 10px;
	}
	
	
.map24_title  
	 { color: #ffffff; font-size: 11px; font-family: Arial; font-weight: bold; line-height: 11px; padding-top: 34px; padding-bottom: 2px; padding-left: 10px }
	
.map24_cell   
	{
		padding-left		: 10px; 
		padding-top			: 5px; 
		padding-right		: 5px; 
		padding-bottom		: 5px; 
		background-color	: #F8F9FA;
	}
	
.blockborder
	{
		border-bottom-width	: 1px;
		border-bottom-style	: solid;
		border-top-width	: 1px;
		border-top-style	: solid;
		border-left-width	: 1px;
		border-left-style	: solid;
		border-right-width	: 1px;
		border-right-style	: solid;
		border-color		: #BEBEBE;
	}
.i { font-style: italic; margin-top: 0; padding-top: 0; }
.b { font-weight: bold; }
form { background-image: url(images/formback.jpg); background-repeat: no-repeat; background-position: right bottom; }
/*<group=Blog>*/
/*<group=Archive Page>*/
.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}
.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}
.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}
.blog-archive-month {
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
}
.blog-archive-link { 
}
/*</group>*/
.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.blog-entry-title {
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
}
.blog-entry-date {
		
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	padding-bottom: 5px;
}
.blog-entry-body {
	
	text-align: justify;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
	}
.blog-entry-comments {
	padding-top: 5px;
}
/*</group>*/

