html {
}

body { 
	background: #FFFFFF;
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
	background-position: center center;
	text-align:center;
	margin:0px;
	font-family: Tahoma;
	font-size:12px;
	font-color: #000000;
}

input, textarea, select, radio {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #D0D0D0;
	background-color: #EFEFEF;
	padding:1px;
}
input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus,
radio:hover, radio:active {
	background-color: #E0E0E0;
}

a, a:visited {
	color: #000000;
	font-weight: bold;
}

a:hover, a:active {
	color: #000000;
}

h1 {
	font-size: 11px;
	margin: 0px;
	padding:0px;
}

h2 {
	font-size: 11px;
	margin: 0px;
	padding:0px;
}
#container {
	float: left;
	width:840px;
         position: absolute;
	left: -0%;
	margin-left: -10px;
	padding: 0px 20px 5px 20px;

}

#header {
	float: left;
	margin-left: 0px;
	width: 100%;
	height: 63px;
	background-image: url('images/insta.gif');
	border-bottom:1px solid #999898;
}

#navigation {
	float: left;
	height:30px;
	width: 840px;
	border-bottom: 1px solid #999898;
	margin-top:10px;
}

#navigation ul {
	height:18px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li {
	float: left;
	height:18px;
	padding: 0px;
	padding-top:1px;
	border-right: 1px solid #999898;
}

#navigation ul li a {
	text-decoration: none;
	font-weight:normal;
	color: #000000;
        padding: 1px 8px 4px 8px;
}

#navigation ul li a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #FFFFFF;
        background-color: #999898;
}

#navigation ul li a.active {
	text-decoration: none;
	font-weight:normal;
	color: #FFFFFF;
        background-color: #999898;
}

#subnavigation,#content_news {
	float: left;
	margin-top: -10px;
	width: 145px;
	text-align:left;
        font-size: 12px;
	padding: 0px 15px 0px 0px;
}

#subnavigation ul, #content_news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subnavigation ul li, #content_news ul li {
	
}

#subnavigation ul li a,
#content_news ul li a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 3px 0px 3px 0px;
}

#subnavigation ul li a.active, #subnavigation ul li a:hover,
#content_news ul li a.active, #content_news ul li a:hover  {
	display:block;
        font-weight: normal;
        color: #FFFFFF;
	background-color: #999898;
	padding: 3px 0px 3px 0px;
}

#subnavigation ul neu a,
#content_news ul neu a {
text-decoration: underline;
}

#subnavigation ul neu a.active, #subnavigation ul neu a:hover,
#content_news ul neu a.active, #content_news ul neu a:hover  {
text-decoration: none;
}

#content {
	float: left;
	margin-left: 2px;
	width: 840px;
	background-image: url('images/background_content.gif');
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 15px;
	padding: 15px 0px 5px 0px;
}

#content_main {
        margin-top: -30px;
	float: left;
	width: 646px;
	padding: 0px 5px 0px 0px;
}

#content_home {
        margin-top: -30px;
	float: left;
	width: 475px;
	padding: 0px 5px 0px 0px;
}


#content_right {
        margin-top: 0px;
	margin-left: 665px;
	width: 180x;
	padding: 0px 5px 0px 0px;
}


#content_main_title, 
#subnavigation_title {
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
	text-align:left;
        font-size: 11px;
        font-weight: bold;
	padding: 2px;
	margin-bottom: 3px;
}

#content_main_text {
	width: 100%;
	min-height: 450px;
 	height:auto !important;
 	height:450px;
	text-align: left;
        font-size: 11px;
	padding-left: 7px;
        padding-right: 20px;
	padding-top: 20px;
	padding-bottom:20px;
	font-weight:normal;
}

#content_main_footer, #content_main_footer_woline {
	width: 100%;
	text-align:right;
	font-size: 9px;
	margin-top: 3px;
	padding:0px;
}

#content_main_footer_woline {
	text-align:left;
	border: 0px;
}

#content_main_footer a, #content_main_footer a:visited,
#content_main_footer_woline a, #content_main_footer_woline a:visited {
	color: #999898;
	text-decoration: none;
}

#content_main_footer a:hover, #content_main_footer a:active,
#content_main_footer_woline a:hover, #content_main_footer_woline a:active {
	color: #000000;
}

#footer {
	float: left;
	width: 100%;
	text-align:left;
	font-size: 9px;
	font-weight: normal;
	margin-top: 5px;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

.row1 {
	background-color: #FFFFFF;
}
.row2 {
	background-color: #EFEFEF;
}
.row3 {
	background-color: #EFEFEF;
}


