@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #DAF7AE;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img {
	border: 0px;
}

table {
	border: 0px;
	border-collapse: 0px;
	border-spacing: 0px;	
}

input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 13px;
	color: #666666;	
}

input {
	height: 19px;
}

.clear_both {
	clear: both;
	width: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

#middle {
	position: relative;
	width: 958px; /* 250px + 8px because of the content_glow (4px each side) */
	margin: 0px auto;
	padding-top: 155px; 
	padding-bottom: 140px;
}

a:link, a:visited {
	color: #52800D;
	text-decoration: none;	
}

a:active, a:hover {
	color: #52800D;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	margin-bottom: 40px;
}

h2, h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #52800D;
}

.h2_with_subinfo {
	margin: 0px;
}

.h2_subinfo {
	margin: 0px 0px 10px 0px;
	font-size: 9px;
	color: #AAAAAA;
}

h5 { /* last post box */
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	margin: 0px;
}


/* ######################################################################### */
/* ############## H E A D E R  &  M E N U E ################################ */
/* ######################################################################### */


#header_bg {
	position: absolute;
	width: 100%;
	height: 159px;
	background-image: url(images/bg_header.gif);
}

#menue {
	position: absolute;
	top: 116px;
	left: 3px;
	height: 38px;
	font-size: 13px;
	color: #52800D;
}

#menue a:link, #menue a:visited {
	color: #52800D;
	text-decoration: none;	
}

#menue a:active, #menue a:hover {
	color: #52800D;
	text-decoration: underline;
}

#menue ul {
	list-style: none;
}

#menue li {
	float: left;
	padding: 13px 11px 0px 13px;
	height: 25px;
	background-image: url(images/bg_menue_line-trans.png);
	background-position: left;
	background-repeat: no-repeat;
}

#logo_part1 {
	position: absolute;
	top: 5px;
	left: 4px;
}

#logo_part2 {
	position: absolute;
	top: 116px;
	left: 4px;
}

/* #logo_part3 is in the content div */

#logo_txt {
	position: absolute;
	top: 50px;
	left: 160px;
}

#last_posts_search {
	position: absolute;
	top: 83px;
	right: 30px;
	height: 239px;
	width: 296px;
	padding: 41px 15px 10px 10px;
	background-image: url(images/bg_last_posts.jpg);
	background-repeat:no-repeat;
	z-index: 20;
}

#search_main {
	position: absolute;
	top: 40px;
}

#search_main input {
	width: 200px;
	float: left;
}

#search_main_txt {
	float: left;
	padding-top: 3px;
	float: left;
	padding-right: 10px;
	font-size: 13px;
	color: #52800D;
}

.div_line_1 { /* line last post */
	border-top: 1px dotted #FFFFFF;
	margin: 12px 0px;
}

.last_post_txt {
	color: #C7D9AB;
}

.last_post_txt a:link, .last_post_txt a:visited {
	color: #C7D9AB;
	text-decoration: none;	
}

.last_post_txt a:active, .last_post_txt a:hover {
	color: #C7D9AB;
	text-decoration: underline;
}
	
.last_post_user_date {
	color: #A4C07B;
	font-size: 10px;
}

.last_post_user_date a:link, .last_post_user_date a:visited  {
	color: #A4C07B;
	text-decoration: none;	
}

.last_post_user_date a:active, .last_post_user_date a:hover {
	color: #A4C07B;
	text-decoration: underline;
}


/* ######################################################################### */
/* ############## C O N T E N T ############################################ */
/* ######################################################################### */


#content {
	position: relative;
	padding: 60px 30px 1px 30px; /* change also: #last_posts_search { right 30px; } */
	background-color: #FFFFFF;
	background-image: url(images/bg_content.gif);
	clear: both;	
}

#logo_part3 {
	position: absolute;
	top: 0px;
	left: 4px;
}

#bg_content_glow_top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 4px;
	width: 958px;
	background-image: url(images/bg_content_glow_top.gif);
}

#bg_content_glow_bottom {
	position: absolute;
	left: 0px;
	bottom: -4px;
	height: 4px;
	width: 958px;
	background-image: url(images/bg_content_glow_bottom.gif);
}

.point_big {
	position: absolute;
	left: 0px;
}

#anfrage_input {
	width: 200px;
}

#anfrage_text {
	width: 200px;
	height: 100px;
}


/* ############## C O R N E R S ############################################ */


.corner_1_left_top {
	position: absolute;
	left: 0px;
	top: 0px;
}

.corner_1_right_top {
	position: absolute;
	right: 0px;
	top: 0px;
}

.corner_1_right_bottom {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.corner_1_left_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/* ############## L I S T S ############################################### */


ul {
	padding: 0px;
	margin: 0px;
}

li {
	margin: 0px;
}

.div_list ul {
	padding-left: 20px;
	margin: 2px 0px;
	list-style-image: url(images/list_icon.gif);
}

.div_content_2 ul {
	margin: 2px 0px;
	border-top: 1px dotted #52800D;
	list-style: none;
}

.div_content_2 li {
	margin: 10px 0px;
}

/* ############## D I V S ################################################## */


.div_green {
	position: relative;
	background-color: #ECFBD0;
	padding: 7px;
}

.div_row {
	position: relative;
	width: 100%;
	clear: both;
	margin-bottom: 80px;
}

.div_one_column {
	position: relative;
	width: 610px;
	float: left;
}

.div_two_columns {
	position: relative;
	float: left;
	width: 275px;
	margin-right: 60px;
}

.div_list {
	position: relative;
	float: right;
	width: 220px;
}

.div_content_1 { /* without an icon */
	position: relative;
	padding: 20px 0px 10px 0px;
	border-top: 1px dotted #52800D;
}

.div_content_2 { /* big icon */
	position: relative;
	padding: 20px 0px 10px 87px;
	border-top: 1px dotted #52800D;
}

.div_content_3 { /* special text */
	position: relative;
	padding: 20px 0px 10px 0px;
	border-top: 1px dotted #52800D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13;
}

.div_content_list { /* list on right side */
	position: relative;
	padding: 20px 0px 10px 0px;
	border-top: 1px dotted #52800D;
}

.div_line_2 { /* line under the last column content */
	border-top: 1px dotted #52800D;
}


/* ############## R E A L   C O N T E N T ################################## */


#top_advertise {
	position: relative;
	margin: 0px 351px 80px 0px;
	height: 129px;
	text-align: center;
}

.breadcrumb {
	text-align: left;
}


/* ######################################################################### */
/* ############## F O O T E R ############################################## */
/* ######################################################################### */


#footer {
	position: relative;
	height: 70px;
	margin-top: -70px;
	background-color: #FFFFFF;
	background-image: url(images/bg_footer_glow_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer_middle {
	position: relative;
	padding: 40px 30px 0px 30px;
	margin: 0px auto;
	width: 950px;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;	
}

#footer a:active, #footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer li, #footer ul {
	float: left;
	list-style: none;
}

#footer ul {
	position: absolute;
	top: 15px;
	left: 27px; /* 30px footer_middle padding - 3px li padding-left */
	list-style: none;
}

#footer li {
	float: left;
}

#footer li {
	padding: 0px 3px;
}

#copyright {
	float: left;
	color: #AAAAAA;
}

#company_1 { /* FRUNGI */
	position: relative;
	float: right;
	margin: 0px 20px;
	padding-right: 127px;
	color: #AAAAAA;
}

#company_2 { /* iNet.development */
	position: relative;
	float: right;
	margin: 0px 20px;
	padding-right: 155px;
	color: #AAAAAA;
}

#company_1_img {
	position: absolute;
	bottom: -15px;
	right: 0px;
}

#company_2_img {
	position: absolute;
	bottom: -10px;
}