/*
*****************
* EasyCMS 
*****************
* (c) 2011 by Michael Markl Internetdienstleistungen e.U.
* All rights reserved.
*/

html,
body
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #36393D;
	margin: 0px;
	background-image: url('../images/bg_main.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #dfe791;
}

.page_margins
{
	height:100% !important;
	min-height:100%;
	width: 900px;
	margin: 0 auto; 
	position:relative !important;
	height: auto !important;
}

div.header_logo
{
	padding-top: 8px;
	padding-bottom: 3px;
}

div.header
{
	background-image: url('../images/bg_top.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
	padding-left: 6px;
	padding-right: 13px;
}

div.header_image
{
	height: 245px;
}

div.menue
{
	background-image: url('../images/bg_menue.png');
	background-position: right top;
	background-repeat: repeat-x;
	width: 100%;
	height: 45px;
}

div.menu_l
{
	width: 18px;
	height: 100%;
	float: left;
	background-image: url('../images/menue_spacer.png');
	background-repeat: no-repeat;
	background-position: right center;
}

div.menue_option,
div.menue_option_highlited
{
	width: 120px;
	height: 100%;
	line-height: 45px;
	vertical-align: middle;
	text-align: center;
	color: white;
	float: left;
	background-image: url('../images/menue_spacer.png');
	background-repeat: no-repeat;
	background-position: right center;
}

div.menue_option:hover,
div.menue_option:hover a,
div.menue_option_highlited:hover,
div.menue_option_highlited:hover a
{
	background: #4d5c1f;
	color: white;
	text-decoration: none;
}

a.menue
{
	color: white;
	font-family: Verdana;
	font-size: 11pt;
	text-decoration: none;
}

div.submenue
{
	width: 200px;
	height: 100%;
	margin-right: 10px;
	padding-top: 10px;
	float: left;
	/*position: relative;*/
}

div.submenue_option,
div.submenue_option_highlited
{
	width: 190px;
	height: 23px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 23px;
	vertical-align: middle;
	text-align: left;
	color: white;
	border-right: solid 1px #4d5c1f;
	background-color: #768d31;
}

div.submenue_option img,
div.submenue_option_highlited img
{
	margin-top: 3px;
	display: block;
	float: left;
}

div.submenue_option a,
div.submenue_option_highlited a
{
	padding-left: 5px;
}

div.submenue_option:hover,
div.submenue_option_highlited
{
	background: #4d5c1f;
	font-weight: bold;
}

div.body
{
	min-height: 300px;
	background-image: url('../images/bg_body.png');
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 6px;
	padding-right: 13px;
	padding-bottom: 15px;
}

table.body
{
	width: 100%;
	border-collapse: collapse;
}

table.body td
{
	vertical-align: top;
	text-align: left;
}

div.content
{
	font-family: Trebuchet MS;
	color: #36393D;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

div.images
{
	width: 105px;
	float: right;
	right: 0;
	padding: 10px;
}

div.images_targets
{
	padding-bottom: 5px;
	text-align: center;
}

div.footer_spacer
{
	padding-left: 13px;
	height: 47px;
	background-image: url('../images/bg_bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.footer
{
	margin-top: -15px;
	padding-left: 25px;
	padding-right: 25px;
	clear: left;
}

div.footer_content
{
	clear: both;
	height: 30px;
}

div.footer_content_left,
div.footer_content_right
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;
	line-height: 20px;
}

div.footer_content_left
{
	float: left;
	text-align: left;
}

div.footer_content_right
{
	text-align: right;
}

img
{
	border: 0;
}

h1
{
	font-family: Trebuchet MS;
	font-size: 14pt;
}

h2
{
	font-family: Trebuchet MS;
	font-size: 12pt;
}

p,
li
{
	font-family: Trebuchet MS;
	font-size: 10pt;
}

ul
{
	margin-left: 10px;
}

a
{
	font-family: Trebuchet MS;
	color: #36393D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table.list
{
	border-collapse: collapse;
	width: 600px;
}

table.list tr.title
{
	background: #768D31;
	height: 20px;
	font-weight: bold;
}

table.list tbody tr
{
	border-bottom: dotted 1px grey;
}

table.list tbody tr:hover
{
	background: #b0cc5a;
}

table.contactform input,
table.contactform textarea
{
	width: 300px;
	background-color: #b0cc5a;
	border: solid 1px #768D31;
}

table.contactform input.send
{
	font-weight: bold;
	width: 150px;
}

table.contactform input.send:hover
{
	cursor: pointer;
}

table.contactform input:hover,
table.contactform input:focus,
table.contactform textarea:hover,
table.contactform textarea:focus
{
	background-color: #cbe871;
	border: solid 1px #627527;
}

div.error
{
	background: #B22222;
	color: white;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}

div.success
{
	background-color: green;
	color: white;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}

div.steps1, div.steps2, div.steps3, div.steps4
{
	width: 881px;
	height: 45px;
	line-height: 45px;
	overflow: none;
	margin-left: -21px;
	margin-bottom: 10px;
	background-image: url('../images/bestellungsschritte.png');
}

div.steps1
{
	background-position: 0px 0px;
}

div.steps2
{
	background-position: 0px -45px;
}

div.steps3
{
	background-position: 0px -90px;
}

div.steps4
{
	background-position: 0px -135px;
}

tr.title
{
	background: #768D31;
	height: 20px;
	font-weight: bold;
}