/* ---------------------------------------------

	CONTENT.CSS
	Styles fuer den Content.

	Autor:				PH
	Erstellungsdatum:	18.04.2007
	
	Index:				Styles fuer Kontakt- & Ecardformular
						Styles fuer Galerie
						Ueberige Klassen
												
	Changelog:			-
	
--------------------------------------------- */
	
/* ---------------------------------------------
	Styles fuer Galerie
--------------------------------------------- */


div#content div#quicknav-galerie {
	margin-bottom: 20px;
}
div#content div#quicknav-galerie ul {
	list-style: url(../images/layout/content-square.gif);
	margin: 0 0 0 10px;
}
div#content div#quicknav-galerie ul li {
	padding: 2px 0;
	margin: 0;
}

ul#pictures {
	margin:0;
	padding:0;
}

.yellow-bg {
	background-color:#FFCC33;
	display:block;
	width:100%;
	height:16px;
	padding:2px;
	margin-bottom:2px;
}


ul#pictures li.pic {
	float:left;
	margin:5px;
	list-style: none;
}

ul#pictures li.pic div.image-container {
	width:110px;
	height:110px;
	background-repeat:no-repeat;
	background-position:center;
	border:1px solid #CCCCCC;		
}

ul#pictures li.pic div.image-container a {
	display:block;
	width:110px;
	height:110px;
}
ul#pictures li.pic div.image-container span {
	display:none;
}
ul#pictures li.pic div.image-container a.ecard {
	display:block;
	width:110px;
	height:110px;
	background:url(../images/layout/ecard-send.gif) top left no-repeat;
}
div#slide-content {
	width:100%;
}

div#left-slide {
	float:left;
	text-align:left;
	width:31%;
}

div#center-slide {
	float:left;
	text-align:center;
	width:31%;
	margin:auto 0;

}

div#right-slide {
	float:left;
	text-align:right;
	width:31%;

}

/* ---------------------------------------------
	Styles fuer Kontakt- & Ecardformular
--------------------------------------------- */

label { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	width: 150px;
}

input { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	width: 260px;
	color: #000;
	font-size: 1em;
	background: #FFF;
	padding:1px;
	margin:1px 0 1px 0;
	border: 1px solid #cbcbcb;
}

select { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	width: 80px;
	color: #000;
	font-size: 1em;
	background: #FFF;
	padding:1px;
	margin:1px 0 1px 0;
	border: 1px solid #cbcbcb;
}

textarea { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	width: 260px;
	height:90px;
	color: #000;
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	padding:1px;
	margin:1px 0 1px 0;
	border: 1px solid #cbcbcb;
}

form br { /* Alle Zeilenumbrueche in Formularen auswhaelen */
	clear: left; /* das floating der labels und inputs aufheben */
}

.submit-btn { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	width: 70px;
	font-size: 1em;
	background: #FFF;
	border:1px solid #cbcbcb;
	margin:0;
}

p.alert {
	color:#f00;
	font-weight:bold;
}	

/* ---------------------------------------------
	Styles fuer Anlaesse
--------------------------------------------- */
table#anlaesse {
	width:100%;
}
table#anlaesse tr td {
	padding-left:4px;
}
table#anlaesse tr td.title {
	font-size:1em;
	font-weight:bold;
	padding:3px 0 3px 4px;
	background:#fc3;
}
table#anlaesse tr td.content {
	padding-top:5px;
	padding-bottom:5px;
}
table#anlaesse tr td.list {
	padding-top:2px;
	padding-bottom:2px;
}

/* ---------------------------------------------
	Uebrige Klassen
--------------------------------------------- */
	.image-border {
		padding: 2px;
		border: 1px solid #e0e0e0;
		margin: 0 0 12px 0;
	}
	
	.image-left {
		padding: 2px;
		border: 1px solid #e0e0e0;
		margin: 8px 8px 8px 0;
		float:left;
	}
	
	.image-left-without {
		padding: 2px;
		margin: 8px 8px 8px 0;
		float:left;
	}
	
	.image-right {
		padding: 2px;
		border: 1px solid #e0e0e0;
		margin: 8px 0px 8px 8px;
		float:right;
	}
	
	.image-left-top {
		padding: 2px;
		border: 1px solid #e0e0e0;
		margin: 0px 8px 8px 0;
		float:left;
	}
	
	.image-right-top {
		padding: 2px;
		border: 1px solid #e0e0e0;
		margin: 0px 0px 8px 8px;
		float:right;
	}







