/*
	Stylesheet fuer chuchi-leingarten.de, 2007 von Philipp Katz
	letzte Aenderung: 2010-05-12
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	background: #F5F5F5 url(../images/bg_site.png) repeat-y 0 -290px;
}

a, a:visited {
	text-decoration: none;
}

#page {
	
}

/* @group Header */

#header {
	background-color: #FFE347;
	height: 100px;
	width: 100%;
	position: absolute;
	background-image: url(../images/bg_header.png);
	top: 40px;
	left: 0;
}

#logo {
	position: absolute;
	top: -25px;
	left: 75px;
	background-image: url(../images/l_chuchi_transp.png);
	width: 210px;
	height: 157px;
}

#logo img {
	display: none;
}

/* Hack fuer den IE, wegen PNG mit Alpha-Kanal
   http://de.selfhtml.org/css/layouts/browserweichen.htm */

* html #logo {
	background-image: none;
}

* html #logo img {
	display: inline;
}

#schrift {
	background: url(../images/t_header.png) no-repeat;
	height: 90px;
	position: absolute;
	top: 5px;
	left: 265px;
	width: 534px;
}

/* @end */

/* @group Navigation */

#navi {
	width: 248px;
	padding-top: 200px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 55px;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D6D5C6;
	margin-right: 30px;
	margin-left: 30px;
}

#navi ul li.first {
	border-top-style: none;
	padding-top: 0;
}

#navi ul li.last {
	border-bottom-style: none;
}

#navi ul li a {
	color: #181458;
}

#navi ul li a:hover {
	border-bottom: 2px solid #181458;
}

/* @end */

/* @group Content */

#content {
	width: 450px;
	margin-left: 350px;
	padding-top: 200px;
	padding-bottom: 55px;
}

#news ul {
	list-style-type: none;
}

p {
	margin-bottom: 10px;
}

/* @group Links */

#content a, #content a:visited {
	color: #181458;
	padding-left: 12px;
	padding-right: 2px;
	background: #F5F5F5 url(../images/g_pfeil.png) no-repeat 1px 5px;
}

#content a:hover {
	background-color: #DCDCD2;
}

/*p a:before {
	content: url(../images/g_pfeil.png);
}*/

/* @end */

h1 {
	font-weight: normal;
	font-style: normal;
	color: #181458;
	font-size: 25px;
	margin-bottom: 20px;
}

hr {
	height: 0;
	border-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #D6D5C6;
	border-top: 1px solid #FFFFFF;
}

/* @group Adressen */

table.adressen {
	background-color: #FFFFFF;
	border: 1px solid #D6D5C6;
	border-collapse: collapse;
	text-align: left;
}

table.adressen th {
	background-color: #D6D5C6;
	padding: 5px;
	color: #181458;
}

table.adressen td {
	border-top: 1px solid #D6D5C6;
	vertical-align: top;
	padding: 5px;
}

/* @end */

/* @group Formular */

form fieldset {
	border-width: 0;
}

form label {
	display: block;
	padding-bottom: 2px;
}

form input {
	margin-bottom: 10px;
	width: 200px;
}

form input.button {
	width: auto;
	margin: 0;
}

form textarea {
	width: 450px;
	margin-bottom: 10px;
}

form .validation-advice {
	margin-bottom: 10px;
	color: #AF111D;
	margin-top: -8px;
}

/* @end */

/* @group Galerie */

.galerie a {
	padding: 0 !important;
	background: none !important;
}

.galerie a img {
	padding: 5px;
	border: 1px solid #D6D5C6;
	background-color: #FFF;
	margin-right: 15px;
	margin-bottom: 15px;
}

.galerie a:hover img {
	border-color: #181458;
}

/* @end */

/* @end */
