/*	css layout formatting done by mtness   *\
	on behalf of primel.net
	for http://fisherman-com.de
\*               2008-03-12                */

* { margin: 0; border: 0; padding: 0; }
html, 
body {
	margin: 0px;
	padding: 0px; 
	background: #fff; 
	font-family: verdana; 
	font-size: 12px;
	line-height: 20px;
}

/* layout settings */
/* ************************************************************************** */
#header {
	display: block; 
	height: 180px;
}

#topcenter { 
	position: relative; 
	width: 800px; 
	margin: 0 auto; 
}

#logo_name {
	position: absolute;
	top: 40px;
	left: -1px;
	width: 141px;
	height: 20px;
}

#logo_icon {
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
	width: 33px;
	height: 73px;
	background: top left no-repeat url(../images/fishermen_logo_icon.gif);
}

#menu {
	display: block;
	position: absolute;
	top: 135px;
	left: 0px;
}

#nav, 
#bottomnav {
	list-style-type: none;
}

#nav li, 
#bottomnav li {
	display: inline;
}
#nav li a {
	text-decoration:none;
	padding: 4px 0 0 10px;
	background: 0 0 no-repeat url(../images/menu.gif);
}
#nav li a img { position: relative; top: 3px; }
#bottomnav li a {
	text-decoration:none;
	padding: 2px 32px 0 10px;
	background: 0 0 no-repeat url(../images/menu.gif);
}
#nav li a:hover, 
#bottomnav li a:hover {
	background-position: 0 -20px;
}
#nav li a.selected, 
#bottomnav li a.selected,
#nav li a.selected:hover, 
#bottomnav li a.selected:hover,
#nav li a:active, 
#bottomnav li a:active {
	background-position: 0 -43px;
}

/* secific settings for the startpage */
#index #content_wrap { display: block; width: 100%; background: #fff; }

#index #container {
	position: relative; 
	display: block; 
	background: transparent;
	border-left: 0; 
	padding: 0;
	overflow: hidden;
	width: 100%;
	color: #fff;
}

#agentur 	 { display: block; padding: 0; margin: 0 0 3px 0; background: #73A2A8; }
#leistungen	 { display: block; padding: 0; margin: 0 0 3px 0; background: #4C888F; }
#kompetenzen { display: block; padding: 0; margin: 0 0 3px 0; background: #266E78; }
#referenzen	 { display: block; padding: 0; margin: 0 0 0 0; background: #005560; }

.middlecenter 		{ position: relative; display: block; width: 100%; height: 92px; margin: 0 auto; }
.middlecenter a 	{ position: absolute; top: 0; display: block; width: 100%; height: 92px; text-decoration: none; cursor: pointer; }
.middlecenter .s1	{ position: relative; top: 0; display: block; width: 800px; height: 92px; margin: 0 auto; }
.middlecenter .p1	{ position: relative; top: 55px; display: block; width: 222px; float: left; font-size: 16px; font-style: normal; font-weight:bold; text-decoration: none; cursor: pointer; }
.middlecenter .p2	{ position: relative; top: 35px; display: block; width: 578px; float: right; font-size: 12px; font-style: normal; font-weight:normal; text-decoration: none; cursor: pointer; }

.middlecenter .big { font-weight: bold; font-size: 16px; }

#index #container div:hover,
#index #container div.sfhover { background: #FFE400; cursor: pointer; }

#index #container div:hover .p1,
#index #container div:hover .p2,
#index #container div.sfhover .p1,
#index #container div.sfhover .p2 { color: #005560 }

#index #container a { display: block; width: 100%; color: #fff; }

#index #container div h1 { font-weight: normal; font-size: 18px; margin: 0; padding: 0;}
#index #container div p {
	position: absolute;
	top: 0;
	left: 222px;
	width: 578px;
}

/* settings for the content pages */
#content_wrap { display: block; width: 100%; background: #CCDDDF top center repeat-y url(../images/fishermen_content_bg.gif); }


/* equal geight column trick from stu */
#container {
	position: relative; 
	display: block; 
	background: #CCDDDF top left repeat-y url(../images/fishermen_left_bg.gif);
	margin: 0 auto;
	border-left: 219px solid #005560; 
	padding: 35px 0 35px 35px;
	overflow: visible;
	width: 546px; /* = total_width - left_border - left_padding - right_padding (in normal browsers) */
	min-height: 425px;
	color: #005560;
}

#left {
	float: left;
	position: relative;
	width: 219px;
	margin-left: -252px;
	display: inline;
	color: #fff;
}

#subnav {
	position: relative;
	left: -1px;
	list-style: none;
}

#subnav li {
	margin-bottom: 10px;
}

#subnav li a {
	color: #ffffff;
	padding: 4px 32px 0 10px;
	background: 0 0 no-repeat url(../images/submenu.gif);
}
#subnav li a img { position: relative; top: 3px; }

#subnav li a:hover {
	background-position: 0 -20px;
}
#subnav li a.selected,
#subnav li a.selected:hover,
#subnav li a:active {
	background-position: 0 -43px;
}

#white_bg { display: block; margin: 0 0 4px 0; width: 100%; height: 92px; background: #fff;}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#index #footer { padding: 0; }

#footer {
	display: block; 
	height: 30px;
	padding: 0 0 35px 0;
}

#bottomcenter { position: relative; bottom: 0; width: 800px; height: 30px; margin: 0 auto; }
#bottomnav { position: absolute; bottom: 0; left: 0;  }
/* element styling */
/* ************************************************************************** */

a:visited, a {
	text-decoration: none;
	color: #005560;
}

#content a:link,
#content a:visited {
	padding: 2px 32px 0 10px;
	background: 0 0 no-repeat url(../images/link.gif);
}
#content a:hover {
	background-position: 0 -17px;
}

#content a:active, 
#content a:focus {
	color: #fff;
	text-decoration: none;
	background: transparent;
	cursor: default;
	background: 0 0 no-repeat url(../images/link.gif);
}
#content ul {
	margin-left: 17px;
}
.csc-textpic-intext-left {
	background: #fff;
	 height: 173px;
}
