/** stylesheet definition for www.femtec.org **/

/** GLOBAL **/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url('/content/0/2070/1085/images/bglines.gif');
	background-repeat: repeat-y;
	background-position: center;
}

html, body { height:101%; }

body.first_page {
	background-image: url('/content/0/2070/1085/images/bglines2.gif');
	background-repeat: repeat-y;
	background-position: center;
}

div {
	border: 0px; margin: 0px; padding: 0px;
}

#main_frame {
	position: absolute; top: 0px; left: 50%; width: 798px;
	margin-left: -399px;
}


/** HEAD **/
#head {
	position: absolute; top: 0px; left: 0px; width: 798px; height: 136px;
	background-image: url('/content/0/2070/1085/images/headline1.jpg');
	background-repeat: no-repeat;
}

#meta {
	position: absolute; top: 5px; right: 10px;
	font-size: 10px;
	color: #8B151E;
}

#meta a {
	text-decoration: none;
	color: #8B151E;
}


/** PRIMARY NAVIGATION **/
#prinav {
	position: absolute; top: 136px; left: 0px; width: 798px; height: 24px;
	border-bottom: 1px solid #8B151E;
	background-color: #303F5D;
	font-size: 11px;
	font-weight: bold;
	z-index: 99;
}

#prinav span {
	border: 0px;
	margin: 0px -4px 0px 0px;
	padding: 5px 9px 6px 9px;
	line-height: 23px;
}

#prinav span.active {
	background-color: #B7BCC6;
	color: #223745;
}

#prinav span.passive {
	color: #FFFFFF;
}

#prinav a {
	text-decoration: none;
}

#prinav span.passive a {
	color: #FFFFFF;
}

#prinav span.active a {
	color: #223745;
}


/** SECONDARY NAVIGATION **/
#nav_2 {
	position: absolute; top: 160px; left: 0px; width: 180px;
	font-size: 11px;
	line-height: 14px;
}

#nav_2 ul {
	border: 0px; margin: 0px; padding: 0px;
	list-style-type: none;
}

#nav_2 li {
	border: 0px; margin: 0px;
	padding: 6px 0px 5px 17px;
}

#nav_2 li.active {
	background-color: #5E6A82;
	background-image: url('/content/0/2070/1085/images/bg_secnav_active.gif');
	background-repeat: no-repeat;
}

#nav_2 li.passive {
	background-color: #303F5D;
	background-image: url('/content/0/2070/1085/images/bg_secnav_passive.gif');
	background-repeat: no-repeat;
}

#nav_2 li.open {
	background-color: #5E6A82;
	background-image: url('/content/0/2070/1085/images/bg_secnav_open.gif');
	background-repeat: no-repeat;
}

#nav_2 li.last {
	background-color: #DADADA;
	background-image: url('/content/0/2070/1085/images/bg_secnav_last.gif');
	background-repeat: no-repeat;
}

#nav_2 a {
	text-decoration: none;
	color: #FFFFFF;
}


/** TERTIARY NAVIGATION **/
#nav_3 {
	font-size: 11px;
	line-height: 14px;
}

#nav_3 ul {
	border: 0px; padding: 0px;
	margin: 5px 0px -7px 0px;
	list-style-type: none;
}

#nav_3 li {
	border: 0px;
	margin: 0px 0px 0px -17px;
	padding: 6px 0px 5px 17px;
}

#nav_3 li.active {
	background-color: #E0E2E6;
	background-image: url('/content/0/2070/1085/images/bg_ternav_active.gif');
	background-repeat: no-repeat;
}

#nav_3 li.passive {
	background-color: #B7BCC6;
	background-image: url('/content/0/2070/1085/images/bg_ternav_passive.gif');
	background-repeat: no-repeat;
}


#nav_3 a {
	text-decoration: none;
	color: #223745;
}


/** CONTENT AREA **/
#content {
	position: absolute; top: 165px; left: 215px; width: 343px;
}

#content, #content * {
	color: #223745;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}
/*FOTOGALERIE*/
#content #mainContainer {
    width:343px;
}

#content .thumbContainer {
    margin-right:0px;
    background-color:#DEDBDE;
    border:1px solid #313C5A;
    width:95px;
    height:85px;
}
#content .thumb	{
    width:95px;
    height:70px;
}
#content .thumb img { width:90px;}

#content.first_page {
	position: absolute; top: 165px; left: 10px; width: 548px;
}

#content h1 {
	border: 0px; padding: 0px;
	margin: 25px 0px 10px 0px; 
	font-weight: bold;
	line-height: 15px;
}

#content h2 {
	border: 0px; padding: 0px;
	margin: 15px 0px 0px 0px; 
	font-weight: bold;
	line-height: 15px;
}

#content p, #content i, #content b {
	border: 0px; padding: 0px;
	margin: 0px 0px 10px 0px; 
	line-height: 15px;
}

#content img {
	border: 0px; padding: 0px;
	margin: 0px 15px 5px 0px;
/*	height: 130px; */
	float: left;
}

#content ol {
    margin-top: 6px;
    margin-bottom: 10px;
    list-style-image: url('/content/0/2070/1085/images/content_olist_icon.gif');
}

#content ul {
    margin-top: 6px;
    margin-bottom: 10px;
    list-style-image: url('/content/0/2070/1085/images/content_ulist_icon.gif');
}

#content li {
	margin-left: -24px;
	margin-bottom: 3px;
	line-height: 14px;
}

#content li a,		#content a         { font-size: 11px; }
#content li a:link,	#content a:link    { color: #8B151E; text-decoration: none; }
#content li a:visited,	#content a:visited { color: #8B151E; text-decoration: none; }
#content li a:focus,	#content a:focus   { color: #8B151E; text-decoration: underline; }
#content li a:hover,	#content a:hover   { color: #8B151E; text-decoration: underline; }
#content li a:active,	#content a:active  { color: #E65820; text-decoration: none; }

/** MODULE BOXES **/
#modules {
	position: absolute; left: 593px; width: 196px; top: 190px;
	border: 0px; margin: 0px; padding: 0px;
}

#modules tr {
	border: 0px; margin: 0px; padding: 0px;
}

#modules td.mod {
	border: 0px; margin: 0px; width: 176px;
	padding: 5px 10px 5px 10px;
	background-color: #DBDBDB;
}

#modules td.modspacer {
	border: 0px; margin: 0px; padding: 0px;
	width: 196px; height: 10px;
	background-color: #FFFFFF;
}

td.mod, td.mod * {
	color: #223745;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

td.mod h1 {
	border: 0px;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	background-image: url('/content/0/2070/1085/images/dot.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

td.mod p {
	border: 0px; padding: 0px; margin: 0px;
}

td.mod img {
	width: 196px;
	border: 0px; padding: 0px;
	padding-bottom: 1px;
	margin: -5px -10px 5px -10px;
	background-image: url('/content/0/2070/1085/images/dot.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}

td.mod ol {
	list-style-image: url('/content/0/2070/1085/images/module_olist_icon.gif');
	margin-top: 7px;
	margin-bottom: -5px;
}

td.mod ul {
	list-style-image: url('/content/0/2070/1085/images/module_ulist_icon.gif');
	margin-top: 7px;
	margin-bottom: -5px;
}

td.mod li {
	margin-left: -24px;
	margin-bottom: 3px;
	line-height: 12px;
}

td.mod li a, td.mod a {
	font-size: 11px;
}

td.mod li a:link, td.mod li a:visited, td.mod a:link, td.mod a:visited {
	color: #8B151E;
	text-decoration: none;
}

td.mod li a:focus, td.mod li a:hover, td.mod a:focus, td.mod a:hover {
	color: #8B151E;
	text-decoration: underline;
}

td.mod li a:active, td.mod a:active {
	color: #E65820;
	text-decoration: none;
}


/** FOOTER **/
#footer {
	margin: 300px 0px 30px 0px;
/*	border-top: 1px dotted #223745;	*/
	padding-top: 5px;
	font-size: 9px;
	line-height: 15px;
	background-image: url('/content/0/2070/1085/images/dot.gif');
	background-repeat: repeat-x;
}

#footer span {
	margin: 0px 9px 0px 9px;
	padding: 0px; border: 0px;
}

#footer a { font-size: 9px; }
#footer a:link    { color: #8B151E; text-decoration: none; }
#footer a:visited { color: #8B151E; text-decoration: none; }
#footer a:focus   { color: #8B151E; text-decoration: underline; }
#footer a:hover   { color: #8B151E; text-decoration: underline; }
#footer a:active  { color: #E65820; text-decoration: none; }

/** BACK TO TOP **/
#back {
	margin: 45px 0px 0px 0px;
	text-align: right;
	color: #8B151E;
	font-size: 11px;
	line-height: 15px;
}

#back a {
	color: #8B151E;
	text-decoration: none;
}

#back img {
	border: 0px; padding: 0px;
	margin: 0px 5px 0px 0px;
	height: 12px;
	float: none;
}

/** SITEMAP **/
#sitemap {
	list-style-image: url('/content/0/2070/1085/images/content_ulist_icon.gif');
	line-height: 13px;
}

#sitemap li {
	margin-left: -24px;
}

#sitemap li.level_1 a {
	font-weight: bold;
}

#sitemap li.level_2 {
	margin-left: -14px;
}

#sitemap li.level_3 {
	margin-left: -4px;
}