/*
////////////////////////////////////////////////////////////////
//
// format.css  Stylesheet fuer die gesamte Webside
// erstellt durch gia-online, 53175 Bonn, www.gia-online.de
//
////////////////////////////////////////////////////////////////
*/

/* CSS Document - www.schimmele-baumschule.de */

* {
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505050;
	background: #DDECC4 url(../images/layout/bg.gif) repeat-y top center;
	text-align: center;
}
.clear {
	clear: both;
}
hr {
	clear: both;
	background-color: #cccccc; /* Mozilla 1.4 */
	color: #cccccc; /* IE 6 */
	border: #cccccc; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 10px;
	margin-bottom: 10px;
}

/***************************************************/
/* Schriften                                       */
/***************************************************/

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #78B315;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #78B315;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 0px 8px 0px;
	margin-bottom: 10px;
	border-bottom: #78B315 dotted 1px;
}
#myGallery h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #78B315;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.small {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.green {
	color: #78B315;
}

/***************************************************/
/* Boxen                                           */
/***************************************************/

#top {
	width: 940px;
	height: 20px;
	background: #FFFFFF url(../images/layout/bg_top.gif) no-repeat top left;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
#bottom {
	clear: both;
	height: 30px;
	background: url(../images/layout/bg_bottom.gif) no-repeat top center;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 940px;
	height: 318px;
	padding: 0px;
	margin: 0 auto;
}
#header_left {
	float: left;
	width: 343px;
	padding: 0px;
	margin: 0 auto;
}
#header_right {
	float: left;
	width: 596px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
#tagestipp_top {
	width: 940px;
	height: 18px;
	background: #FFFFFF url(../images/layout/bg_tagestipp_top.gif) no-repeat top left;
}
#tagestipp {
	display: inline-block;
	width: 820px;
	background: #FFFFFF url(../images/layout/bg_tagestipp.gif) repeat-y top left;
	text-align: left;
	padding: 0px 60px 0px 60px;
	margin: 0 auto; 
}
#tagestipp_left {
	float: left;
	width: 400px;
	text-align: left;
	padding: 0px 10px 10px 0px;
	margin: 0 auto;
}
#tagestipp_right {
	float: left;
	width: 400px;
	text-align: left;
	padding: 0px 0px 10px 10px;
	margin: 0 auto;
}
.tagestipp_bottom {
	clear: both;
	background: url(../images/layout/bg_content.gif) no-repeat top left;
	width: 940px;
	height: 17px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
.content {
	width: 940px;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	text-align: left;
}
.content p {
	line-height: 120%;
	margin-bottom: 10px;
}
.content_left {
	float: left;
	text-align: left;
	width: 250px;
	padding: 0px 35px 0px 60px;
	margin-bottom: 20px;
}
.content_right {
	float: left;
	text-align: left;
	width: 535px;
	padding: 0px 60px 0px 0px;
	margin-bottom: 20px;
}
.content_right li {
margin-left: 25px;
}
.content_large {
	text-align: left;
	width: 820px;
	padding: 0px 60px 0px 60px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	width: 840px;
	padding: 5px 0px 50px 0px;
	margin: 0 auto;
	text-align: left;
	border-top: #78B315 dotted 1px;
}

/***************************************************/
/* Links                                           */
/***************************************************/

a, a:link, a:visited, a:active {
	color: #78B315;
	text-decoration: underline;
}
a:hover {
	color: #505050;
	text-decoration: none;
}

/***************************************************/
/* Bilder			                               */
/***************************************************/

.img_border {
	display: inline;
	padding: 4px;
	border: #78B315 dotted 1px;
	background-color: #FFFFFF;
	text-align: left;
}
.img_border_left {
	float: left;
	text-align: left;
	display: inline;
	margin: 3px 10px 3px 0px;
	padding: 1px;
	border: #78B315 solid 1px;
}
.img_border_right {
	float: right;
	text-align: left;
	display: inline;
	margin: 3px 0px 3px 10px;
	padding: 1px;
	border: #78B315 solid 1px;
}

/***************************************************/
/* Sonstiges                                       */
/***************************************************/

.right {
	float: right;
	display: inline;
	margin: 0 auto;
	padding: 0;
}
.warning {
color: #CF0034;
font-weight: bold;
padding-top: 10px;
}

/***************************************************/
/* Kontaktformular		                           */
/***************************************************/

fieldset {
	border: 0;
	margin: 0;
	padding-left: 20px;
}
label {
	display: block;
	margin-top: 10px;
}
input.text, textarea, select {
	width: 400px;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #78B315;
	background-color: #FFFFFF;
}
input.submit {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #78B315;
	background-color: #78B315;
	text-decoration: none;
}
input.submit:hover {
	color: #78B315;
	background-color: #FFFFFF;
	text-decoration: none;
}
fieldset span {
	display:none;
}
