/**
 * Seite: pflanzenzucht-carsten.de
 * Datei: setup.css
 * Media: screen
 *
 * Datum: 2009-02
 * Autor: Niels Weber
 * Firma: Ticcon AG
 ***************************************************************************************************/

*	{ margin: 0; padding: 0;	}
.clear	{ clear: both;			}
.hidden	{ display: none;		}
.error	{ color: #990000;		}

.float-left	{ float: left;		}
.float-right	{ float: right;		}

.align-left	{ text-align: left;	}
.align-right	{ text-align: right;    }
.align-center	{ text-align: center;	}

A		{ color: #3366CC; text-decoration: none;	}
A:hover,
A.current	{ color: #CC0000;				}
A IMG		{ border: 0;					}

FIELDSET	{ border: 0;					}
FIELDSET LEGEND	{ display: none;				}

.duty		{ color: #BE1128; font-weight: bold;		}

/***************************************************************************************************/

BODY {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/bg_body.gif);
	background-position: 140px 110px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#container {
	width: 782px;
	height: auto;
	min-height: 100%;
	overflow: visible;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	text-align: left;
}
* HTML #container {
	height: 100%;
}



/* HEADER
 ***************************************************************************************************/

#header {
	height: 92px;
	overflow: hidden;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header #logo {
	width: 400px;
	float: left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#header #rubpic {
	width: 378px;
	float: left;
}






/* MAIN
 ***************************************************************************************************/

#main {
	position: relative;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main #navi-main {
	width: 665px;
	height: 20px;
	margin: 1px 0 0 0;
	overflow: hidden;
	float: right;
	background-image: url(../images/bg_navi-main.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	text-align: center;
}
#main #navi-main A {
	padding: 0 20px 0 20px;
	display: inline;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	font-size: 12px;
}
#main #navi-main A:hover,
#main #navi-main A.current {
	color: #333333;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main #content {
	width: 580px;
	overflow: hidden;
	position: relative;
	top: 40px;
	left: 170px;
}
#main #content H1 {
	line-height: 25px;
	color: #00664a;
	font-size: 15px;
}
#main #content H2 {
	line-height: 25px;
	color: #99CC99;
	font-size: 15px;
}
#main #content H3 {
	line-height: 25px;
	color: #000000;
	font-size: 13px;
}
#main #content P {
	padding: 0;
	line-height: 19px;
}
#mailform FIELDSET.csc-mailform LABEL {
	display: block;
}
#mailform FIELDSET.csc-mailform INPUT,
#mailform FIELDSET.csc-mailform TEXTAREA {
	width: 200px;
	margin: 2px 0 10px 0;
	border: 1px solid #AAAAAA;
}
#mailform FIELDSET.csc-mailform INPUT.csc-mailform-submit {
	width: auto;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	border: 2px solid #1AA568;
	background-color: #73B88E;
	color: #FFFFFF;
	font-weight: bold;
}


