
/*

Thank you for visiting this CSS document.
(c)2010 Sascha Bregenhorn | netzrocker.com

------------------------------------------

green		#7EA800
yellow		#f7e300
grey		#666

*/



/*** main elements ***/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #eee;
	font-size: 62.5%;
}
#container {
	margin: auto;
	width: 980px;
	text-align: left;
	background: url(../images/bg_container.gif) repeat-y;
}
#footer {
	height: 1px;
	clear: both;
}



/*** header ***/

#header_left {
	float: left;
	width: 180px;
}
#header_right {
	float: right;
	width: 780px;
	height: 180px;
	background: url(../images/bg_header.jpg) no-repeat;
}



/*** content ***/

#content {
	clear: both;
	overflow: auto;
}
#content_left {
	float: left;
	width: 180px;
}
#content_right {
	float: right;
	width: 780px;
	margin-bottom: 30px;
}
#content_right_inside {
	margin: 0px 15px 0px 0px;
}
#content_right_inside img {
	padding: 5px 0px 5px 0px;
}
#tothetop {
	margin: 30px 20px 20px 0px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}



/*** header navigation ***/

#header_navigation {
	margin-top: 113px;
}
#header_navigation ul {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	overflow: auto;
	float: right;
}
#header_navigation ul li {
	display: inline;
}
#header_navigation ul li a {
	float: left;
	padding: 9px 15px 6px 15px;
	font: normal 1.4em/1.4em Helvetica, Arial, sans-serif;
	color: #666;
	text-decoration: none;
}
#header_navigation ul li a:hover, #header_navigation ul .active a {
	color: #7EA800;
	background-color: #fff;
}
#breadcrumb {
	padding: 10px 0px;
}
.separater {
	clear: both;
	height: 5px;
	border-top: 1px solid #eee;
	margin: 5px 20px 5px 0px;
}



/*** navigation ***/

#navigation {
	margin: 0px;
	overflow: auto;
	background: url(../images/bg_navigation.gif) no-repeat;
}
#navigation ul {
	padding: 70px 0px 50px 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation a {
	display: block;
	font: normal 1.4em/1.2em Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 15px 2px 8px 34px;
	text-decoration: none;
	background: url(../images/navigation_flower.gif) 3px 17px no-repeat;
}
#navigation a:hover {
	color: #f7e300;
}
#navigation .level1_active a {
	font-weight: bold;
	color: #f7e300;
}
#navigation .level2 a {
	padding: 2px 2px 3px 34px;
	background-image: none;
}
#navigation .level2_active a {
	padding: 2px 2px 3px 34px;
	color: #f7e300;
	background-image: none;
	
}



/*** typo ***/

p, #content_left_inside li, #content_right_inside li, #breadcrumb {
	font: normal 1.3em/1.5em Helvetica, Arial, sans-serif;
	color: #666;
	margin-top: 0em;
}
h1 {
	font: normal 1.8em/2.0em Helvetica, Arial, sans-serif;
	color: #647C28;
	margin-bottom: 0.2em;
}
h2 h3, h4 {
	font: bold 1.3em/1.4em Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 0.2em;
}
a:link, a:visited, a:active {
	color: #7EA800;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
input, select, option, textarea , label {
	font: normal 1.3em/1.4em Helvetica, Arial, sans-serif;
	color: #666;
	margin-top: 0em;
}
table td {
	padding: 0px 20px 20px 0px;
}



/*** forms ***/

.csc-mailform {
	border: 0px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	margin-top: 0px;
}
.csc-mailform-field {
	padding: 3px 0px 6px 0px;
	clear: both;
}
.csc-mailform label {
	float: left;
	clear: both;
	padding-top: 2px;
}
.csc-mailform input, textarea {
	float: right;
	width: 400px;
	margin-top: 0px;
}
.csc-mailform select {
	float: right;
	width: 130px;
}
.csc-mailform-submit {
	margin: 8px 0px 0px 0px;
	width: 120px !important;
	clear: both;
}
.hidden {
	visibility: hidden;
	display: none;
}
.csc-textpic-caption {
	font: italic 1.3em/1.4em Helvetica, Arial, sans-serif;
	color: #666;
	margin-top: 0em;
}