/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		MarketPlace
   TEMPLATE CODE: 	S-0017
   VERSION:          1.0	
	DATE:          	August-31-2007          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}
:focus
{
  -moz-outline-style: none;
}
a:focus { outline: none; }
body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #222222; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;
	outline: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 0px solid #dbd5c5;
}
a:hover img {	
	color: #ffffff; 
	background: inherit;
	text-decoration: none;		
	padding-bottom: 0;
	border-bottom: 0px solid #ffffff;
}
.imageEntry a:hover {	
	color: #ffffff; 
	background: inherit;
	text-decoration: none;		
	padding-bottom: 0;
	border-bottom: 0px solid #ffffff;
}

/* headers */
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}
h4 {
	font-size: 160%;	
	font-weight: normal;
}
h5 {
	font-size: 130%;
}
h1, h2, h3, h4, h5, p {
	padding: 10px;		
	margin: 0;
}
td p {
padding: 0px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	padding: 5px;
}
#main img {
	background: ;
   border: 0px solid #DCDCDC;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
.articleCode {
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0 10px;
	padding: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(../../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 0px;
	padding-right: 11px;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0px;	
}
.anfrage form {
	margin:0px; padding: 0px;	
}
label, .formLabel, .formLabelRequired {
	display:block;
	border:0px;
	padding:0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.cmsForm tr, .cmsform {
height:auto;
border:0px;
}
.formField, td.formField {
vertical-align:top;
	margin:0px;
	padding:0px;
	border:0px;
}
input {
	width:350px;
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	color: #333;
	background: #e7e6e6 url(../../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
input.submitButton {
width:auto;
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p, .formSearch p { margin: 0; padding: 0; }
.searchform input.textbox, .formSearch input.textbox{ 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
td.formSearch, table.formSearch, tr.formSearch, .search_form form, .search_form td {
	border: 0px;
	padding: 0px;	
	margin: 0px;
}
.articleText { 
	padding: 0px 10px;
}
.articleText p { 
	padding: 0px;
}
.articleText table { 
	padding: 0px;
	margin:0px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(../../images/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	border-top: 0px solid #fff;
	background-color: #bde4f7;
	background-image: url(../../picture/backdrop_ball.gif);
	background-repeat: repeat-y;
	background-position: 0px -105px;
	min-height: 410px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#header {
	position: relative;
	background: #fff url(../../images/header-bg.jpg) repeat-y center top;
	height: 35px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header-photo #header-links {
	position: absolute;
	top: 8px; 
	left: 660px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
	z-index: 11;
}
#header-photo #header-links p {	
	padding: 0;	margin: 0;	
}
#header-photo #header-links a {
	color: #BDE4F7;
	text-decoration: none;
}
#header-photo #header-links a:hover {
	color: #444;		
}

/* topflags */
#header-photo #topflags img {
	background: #76afce;
   border: 0px solid #DCDCDC;
	padding:0px;
	margin-right:5px;
}
#header-photo #topflags {
	position: absolute;
	top: 120px; 
	left: 660px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
	z-index: 10;
}


/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	height: 143px;
	width: 850px;
	background-color: #76afce;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-photo h1#zahl li {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 90px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	left: 110px;
	top: 56px;
	list-style-type: none;
}
#header-photo #topbild {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	left: 420px;
	top: 0px;
	z-index: 1;
}

#header-photo #topbild img{
	margin: 0;
	padding: 0;
	text-transform: none;
	text-decoration: none;
	border: none;	
}
#header-photo h1#verein {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	left: 170px;
	top: 90px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 17px;
	font-weight: bold;	
}
#header-photo h1#pagetitle {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 17px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #B6D1F8;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	left: 170px;
	top: 115px;
	
}
#header-photo p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 34px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 91px;
	left: 25px;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #BDE4F7;
	background-image: url(../../picture/backdrop_ball.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 850px;
	padding: 0;
	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li.current a {	
	background: #DBDBDB url(../../images/nav-current.jpg) repeat-x;		
}


/* Navigation Balls */
#navballs {
	clear: both;	
	padding: 0;			
}
#navballs ul {
	float: left;
	list-style: none;
	background: #BDE4F7;
	background-image: url(../../picture/backdrop_ball.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	width: 825px;
	padding: 15px 0 0 25px;
	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#navballs ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navballs ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 22px;
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #BDE4F7;
	background-image: url(../../picture/ball1.gif);
	background-repeat: no-repeat;
}
#navballs ul li a:hover, 
#navballs ul li a:active {
	color: #326ea1;
}
#navballs ul li.current a {
	background-color: #BDE4F7;
	background-image: url(../../picture/ball0.gif);
	background-repeat: no-repeat;
}

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 300px;
}
.two-col #main {
	margin: 10px 25px 0 345px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}
#main h3 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 0px solid #dadada;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main h4 {
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	font-weight:bold;
	color: #222222; 
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
}

#mainx table, #mainx table p {
	margin:0px;
	padding:0px;
}
#tableunterstrich td {
padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#ergebnistabelle td {
	padding:3px;
	borde: 1px;
	borde-style: solid;
	font-size: 10px;
	border: thin solid #666666;
	line-height: 10px;
}
#ergebnistabelle tr {
	height: 15px;
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 275px;
	margin-top: 10px;
	margin-left: 20px;
}

#sidenav {
z-index:10;
}
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1, #sidebar h3 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 5px;
	padding: 0;
	border-top: 0px solid #E5E5E5;
	text-decoration: none;
}
ul.sidemenu li {
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom: 0px solid #E5E5E5;
	list-style-image: none;
	list-style-type: none;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	color: #326ea1;
	border: none;
	font-weight: bold;
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}
ul.sidemenu li.active a {
	text-decoration: none;	
	color: #ffffff; 
	border: none;		
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 0px 0px 20px 0px;
	text-align: left;
	background: url(../../images/footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
	text-decoration: none;
	color: #BDE4F7;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #BDE4F7;
	width: 850px;
	text-align: right;
	border-top: 0px solid #F2F2F2;
	background-color: #76AFCE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#kidsbottom {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	right: 40px;
	top: -35px;
	z-index:1000;
	text-align: right;
	float: right;
	background-image: url(../../picture/kids.gif);
	width: 142px;
	height: 84px;
}
#footer p {
	margin-right: 200px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* search */
.formSearch {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;
	}
.search_form {}
.search_result {} 

.imgDIVinTextLeft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
	margin-left: 10px;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft {
	padding:0px;
	border:0;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 
/* === Pictures Gallery amd Text w/Image === */
/* -- Text under the Image -- */
.imglistcaption {
   margin: 0;
   padding: 0;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 8pt;
   color: #666666;
   display: block;
   vertical-align: top;
   text-align: left;
   text-decoration: none;
}

/* TD around the Images */
.imagelisttd {
/*   background: #aaaaaa; */
/*   border: 1px solid #aaaaaa; */
   margin: 0;
   padding: 0;
}

/* Only the Image  */
.imagelistimg {
/*   border: 1px solid #aaaaaa; */
   padding: 0;
   margin: 0;
}

/* -- Text under the Image - Text w/Image -- */
.image_caption {
   margin: 3px 0 0 0;
   padding: 0 0pt 2px 13pt;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 8pt;
   color: #666666;
   display: block;
   vertical-align: top;
   text-align: left;
   text-decoration: none;
   background: url(../../img/famfamfam/silk_icons_gif/magnifier.gif) top left no-repeat;
}

/* -- Only the Image - Text w/Image -- */
.image_img {/* 
   padding: 0;
   margin: 0;
  border: 1px solid #333333; */
}

/* -- TD around the Images - Text w/Image  -- */
.image_td {
/*   padding: 0 5pt 2px 5pt; */
  padding: 0;
   margin: 0;
   clip:  auto; /* rect(); */
}
/* END Pictures Gallery amd Text w/Image */

/* lightbox  KH patch 170507  siehe http://www.phpwcms.de/forum/viewtopic.php?p=86679#86679 */
 a.linkopacity img {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
border:1px #1c1b1b solid;
padding:1px;
margin:1px;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
border:1px #ffc526 solid;
padding:1px;
margin:1px;
}

.imageEntry {
background-color:#FFFFFF;
}
.imageEntry a img {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
background-color:#FFFFFF;
opacity: 0.8;
border:0px #1c1b1b solid;
padding:0px;
margin:0px;
}

.imageEntry a:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
border:0px #ffc526 solid;
padding:0px;
margin:0px;
}
.bildergalerie {
margin-left: 10px;
}

.abschlag {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 17px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #76AFCE;
	text-transform: none;
	text-decoration: none;
	border: none;
	top: 166px;
	left: 501px;
}
#sidepicture {
margin-left: 7px;
position: absolute;
top:420px;
}
.gbInputForm {
margin-left:-10px;
}
.gbFormFields input {
	width: 265px;
	clear: both;
}
.gbFormFields textarea {
	width: 350px;
	clear: both;
}
.gbFormFields label {
	width: 80px;
	float: left;
}
div.displayhide {
	visibility: hidden;
	clear: both;
	margin:0px;
	padding:0px;
	height:1px;
}
.gbFormFields p {
padding-bottom:2px;
margin:0px;
}
#guestbook_send {
width:185px;
}
