/**
 * CSS styles for Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 * 
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	color:#000
	
}
html, body {
	margin:0;
	padding:0;
	background:#CCCCCC;
	/*overflow:auto;*/
}
html {
	height:100%;
}
body {
	height:100%;
}
form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
}

img {
	border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */

#header{
height: 32px;
background-image:url('../images/header_bg.jpg');
background-repeat:repeat-x;
width:100%;

overflow:hidden;
}

#header #headerInner {
width:953px;
margin:auto;
padding:auto;
}
#header #headerInner #headerInnerLeft {
float:left;
width:350px;
text-align:left;

}
#header #headerInner #headerInnerRight {
float:right;
width:547px;
text-align:right;
margin-right:55px;

}

/* ###################################################### */
/* ####################### MAIN ####################### */
/* ###################################################### */

#mainOuter {
width:953px;
margin:auto;
padding:auto;
}

#mainInner {
width:900px;
padding:auto;
margin:auto;
float:left;
}

#mainHeader {
height:200px;
}

#mainContentOuter {
background-image:url('../images/main_bg.jpg');
background-repeat:repeat-x;
padding:auto;
margin:auto;
min-height:500px;
}

#mainContentOuter #mainNavi {
background-image:url('../images/navi_bg.jpg');
background-repeat:repeat-y;
color: #fff;
width:200px;
float:left;
min-height:500px;
}

#mainContentOuter #mainContent {
background-image:url('../images/main_bg.jpg');
background-repeat:repeat-x;
width:480px;
float:left;
padding:0 10px 0 10px;
min-height:500px;
}

#mainContentOuter #mainRight {
background-color:#E5E5E5;
margin-top:10px;
width:200px;
float:left;
min-height:490px;
}

#mainContentOuter #mainRight #mainRightLeft {
background-image:url('../images/right_bg1.jpg');
background-repeat:repeat-x;
background-color:#C0BFBF;
margin-top:10px;
width:10px;
min-height:480px;
float:left;
}

#mainContentOuter #mainRight #mainRightRight {
background-image:url('../images/right_bg2.jpg');
background-repeat:repeat-x;
background-color:#B2B3B2;
margin-top:10px;
width:190px;
float:right;
min-height:480px;
}


#mainWTZ {
width:53px;
background:#000;
float:right;
margin-top:32px;
}


#footer {
width:100%;
background-image:url('../images/footer_bg.jpg');
background-repeat:repeat-x;
height:50px;
overflow:hidden;
}

#footer #footerInner {
color:#fff;
width:900px;
margin:auto;
margin-top:10px;
padding-right:53px;
text-align:right;
}

/* ###################################################### */
/* ####################### CONTENT ################### */
/* ###################################################### */

h1 {
font-weight:bold;
font-size:16px;
color:#68A639;
}

h2 {
font-weight:bold;
font-size:16px;
color:#68A639;
}
h2.artikelliste {
font-weight:bold;
font-size:14px;
color:#804b00;
margin:0;
}

h2.artikelliste a, h2.artikellisteContent a{
font-weight:bold;
font-size:12px;
color:#804b00;
margin:0;
}

h3 {
font-weight:bold;
font-size:12px;
color:#68A639;
}

#mainContent, #mainRight {
line-height:1.5;
}

/* ###################################################### */
/* ####################### ARTIKELLISTE ################### */
/* ###################################################### */

.artikelliste {
margin: 0 10px 0 10px;
}

h3.artikelliste {
margin: 15px 10px 0 10px;
}

.trenner {
color: #fff;
background-color:#fff;
height:2px;
border:0;
margin-top:10px;
margin-right:10px;
margin-left:10px;
}

.trennerBlack, .trennerMitglied {
color: #000;
background-color:#000;
height:1px;
border:0;
margin-top:10px;
margin-right:0px;
margin-left:0px;
}

.artikelliste .trenner {
color: #fff;
background-color:#fff;
height:2px;
border:0;
margin-top:10px;
margin-right:0px;
margin-left:0px;
}

div.more {
margin-top:-10px;
}

.artikellisteContent .trenner {
color: #804b00;
background-color:#804b00;
height:2px;
border:0;
margin-top:10px;
margin-right:0px;
margin-left:0px;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#mainNavi ul {
	width:200px;
	margin:0;
	padding:0;
	/*background-color:#F2F2F2;*/
	background-color:transparent;
}
#mainNavi ul li {
	width:200px;
	margin:0;
	padding:0 0 0 0px;
	list-style-type:none;
}
#mainNavi ul li a {
	display:block;
	width:200px;
	height:19px;
	line-height:19px;
	margin:0;
	padding:0 0 0 10px;
	font-size:11px;
	color:#fff;
	background-image:url(../images/navi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:210px 3px;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
#mainNavi ul li a:hover, #mainNavi ul li.active a {
	background-image:url(../images/bg_e1_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:1px 0;
	color:#fff;
	font-weight:bold;
}

/* Level 2 */
#mainNavi ul li.navmainStandardLevel_2 {
	margin-left:0px;
	background-image:url(../images/bg_e3_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:1px 0px;
	border-bottom:1px solid #fff;
}

#mainNavi ul li.navmainStandardLevel_2:hover {
	margin-left:0px;
	background-image:url(../images/bg_e2_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:1px 0px;
	border-bottom:1px solid #fff;
}
#mainNavi ul li.navmainStandardLevel_2.active {
	margin-left:0px;
	background-image:url(../images/bg_e2_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:1px 0px;
	border-bottom:1px solid #fff;
}

#mainNavi ul li.navmainStandardLevel_2 a {
	margin-left:10px;
	border:0;
	color:#000;
	width:200px;
}


#mainNavi ul li.navmainStandardLevel_2 a:hover, #mainNavi ul li.navmainStandardLevel_2 a.active {
	background-image:url(../images/bg_e2_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:-9px 0;
	color:#fff;
}

/* Level 3 */
#mainNavi ul li.navmainStandardLevel_3 {
	margin-left:0px;
	border-bottom:1px solid #fff;
}
#mainNavi ul li.navmainStandardLevel_3 a {
	background-image:none;
	border-bottom:0;
	margin-left:20px;
	color:#fff;
	width:200px;
}
#mainNavi ul li.navmainStandardLevel_3 a:hover, #mainNavi ul li.navmainStandardLevel_3 a.active {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

ul#metaNavigation {
	margin:6px 0 0px 0;
	padding:0;
}

ul#metaNavigation li.first {
	margin:0;
	padding:0 1px 0 8px;
	display:inline;
	border-left:0px solid #fff;
}

ul#metaNavigation li {
	margin:0;
	padding:0 1px 0 8px;
	display:inline;
	border-left:1px solid #fff;
}

ul#metaNavigation li a{
color:#fff;
text-decoration:none;
}


/* ###################################################### */
/* ####################### LOGIN ################### */
/* ###################################################### */

#loginRight {
margin: 15px 10px 0 10px;
}

#mainRightRight .login {
padding: 10px 10px 0 10px;
}

#loginRight input {
border:1px solid #000;
}

.user {
float:left;
width:400px;
}

.weiter {
float:right;
width:100px;
}

/* ###################################################### */
/* ####################### MITGLIEDERDATEN ################### */
/* ###################################################### */

#Mitgliedsdaten {

}

#Mitgliedsdaten label {
	width: 150px;
	border:0px solid #aaa;
	float:left;
}

#Mitgliedsdaten input {
	border:1px solid #000;
	width:326px;
}

#Mitgliedsdaten textarea {
	border:1px solid #000;
	width:326px;
	height:150px;
}

#Mitgliedsdaten .loginRow {
padding:3px 0 3px 0;
border: 0px solid #000;
width:100%;
}

#Mitgliedsdaten .loginRowArea {
padding:3px 0 3px 0;
width:100%;
vertical-align:top;
}

#Mitgliedspreise input {
	border:1px solid #000;
	width:50px;
}

#Mitgliedspreise .loginRow {
padding:3px 0 3px 0;
width:100%;
}
#Mitgliedspreise label {
	width: 426px;
	border:0px solid #000;
	float:left;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:12px;
	margin:0 0px 0 0px;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label.lang {
	display:block;
	float:left;
	width:160px;
}
#contactForm div.label_kurz {
	display:block;
	float:left;
	width:160px;
}

#contactForm .contactRow input {
	border:1px solid #000;
	color:#000;
}

#contactForm .contactRow select{
	width:300px;
}

#contactForm .contactRow input.lang {
	width:300px;
}

#contactForm .contactRow input.kurz{
	width:147px;
}

#contactForm .contactRow textarea {
	font-size:12px;
width:300px;
border:1px solid #000;
color:#000;
}

#contactForm .contactRow select {
	border:1px solid #ccc;
	width:300px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
		font-size:12px;
}

#contactForm .contactRow input {
	height:15px;
	border:1px solid #000;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 0px;
	width:250px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:190px;
	padding-right:15px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft a, #contactFormSubmit #contactFormSubmitRight a {
	background-image:none;
	padding:0;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}


img.wtzVorschau {
float:left;
padding-right:10px;
}


#imagerotator  {

z-index:1;

}
