/* 
## Last change: 26.01.2011
## Edited by: Bato Prosic
## Description: CSS file for joomla template (<hebamme-weiherweg.de>)
##
## (C) 2000 - 2011 formativ.net oHG / Sebastian Mohila
## All Rights Reserved
*/


/* ----------------------------------------------- */
/* Design-spezifische Styles */
/* ----------------------------------------------- */


body {
	background-image: url(../images/bg_body.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*Clears for Floats*/

.cClear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.cClearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*Main Static Elements*/

.cPagewrap {
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 0 0 30px 0;
}

.cHeader {
	width: 960px;
	height: 70px;
}

.cContent {
	margin: 60px 0 0 0;
	padding: 0 0 0 35px;
}

.cFooter {
	width: 960px;
	height: auto;
	margin: 40px auto 0 auto;
}


/* Image Overlay / Captions */

.cImageWrapper {
	width: 536px;
	position: relative;
}

.cImageDescription {
	width: 486px;
	height:  auto;
	position: absolute;
	bottom: 0;
	left:  0;
	padding: 10px 25px;
	background-image: url(../images/bg_caption.png);
}

.cImageTextHeadline {
	font-family: "ColaborateThinRegular", sans-serif;
	color: #0D3A49;
    font-size: 20px;
    margin: 0 0 5px;
}

.cImageTextContent {
	color: #0D3A49;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
}

/* ----------------------------------------------- */
/* Joomla!-spezifische Styles */
/* ----------------------------------------------- */

/*Logo module*/

.moduletable_logo {
	width: 245px;
	height: 44px;
	margin-top: 25px;
	float: left;
}


/*Global Menu Styles*/

.nav,
.nav li ul {
	list-style: none;
}

.nav a {
	text-decoration: none;
	color: #0d3a49;
}

.nav a:hover {
	color: #c4144e;
}


/*Main Navigation*/

.moduletable_topNav {
	position: absolute;
	top: 52px;
	right: -10px;
	max-width: 710px;
	height: 50px;
	overflow: hidden;
}

.moduletable_topNav ul {
	margin: 0;
}

.moduletable_topNav ul li {
	float: left;
}

.moduletable_topNav ul li:after {
	content: '|';
	font-size: 16px;
	font-weight: lighter;
}

.moduletable_topNav ul li:last-of-type:after {
	display: none;
}

.moduletable_topNav ul li a {
	font-size: 14px;
	font-weight: lighter;
	padding: 0 10px;
	text-align: right;
}

.moduletable_topNav ul .current a,
.moduletable_topNav ul .active a {
	color: #c4144e;
}

.moduletable_topNav .nav li {
	position: relative;
}

.moduletable_topNav .nav .parent ul {
	position: absolute;
	top: 28px;
	left: 10px;
	display: none;
	width: 530px;
}

.moduletable_topNav .nav .active.parent ul {
	display: block;
}

/*Feste Breiten f�r die untergeordneten ULs*/ 

.moduletable_topNav .nav li ul li a {
	padding: 0 10px 0 0;
	font-size: 12px;
}

.moduletable_topNav .nav li ul li:after {
	display: none;
}


/*Extra Content module*/

.custom_extraContent {
	width: 925px;
	height: 400px;
	margin: 50px 0 90px 0;
}


.item-page p, .fnetcontact p {
	line-height: 25px;
}

/*Copyright module*/

.moduletable_copyright {
	float: left;
	margin: 0 30px 0 0;
}


/*Footer Navigation*/ 

.moduletable_footerNav {
	float: right;
	margin: 0 0 0 30px;
}

.moduletable_footerNav .nav li {
	float: right;
	padding-left: 15px;
}


/*Galerie-Styles*/

.item-page_galerie {
	float: right;
}

.item-page_galerie a img {
	margin: 0 0 10px 10px;
}

 
/* Standard-Formatierungen f�r verschiedene Elemente */

table, .contentpaneopen, .contentpaneopen tr, .contentpaneopen tr td, table tr, table tr td {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}