/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
/*Kontakt*/
input, textarea, select {border-width:1px;font-family:Verdana,Tahoma,Arial,Sans-serif;font-size:10px;} 
.txtField {font-family:Verdana,Tahoma,Arial,Sans-serif;font-size:10px;color:#FF6600;background-color:#FFFFFF;border-color:#000000;} 
.button {font-family:Verdana,Tahoma,Arial,Sans-serif;font-size:10px;color:#FFFFFF;background-color:#00618f;cursor:pointer;font-weight:bold;} 
input.validation-failed, 
textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300;}
input.validation-passed, 
textarea.validation-passed {border: 1px solid #00CC00; color : #000;}
/*kontakt end*/

* {
	margin: 0px;
	padding: 0px;
}

img
{
border: 0px;
}

body {
	background: #E5E5E5;
}

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #575656;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #575656;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #badc3d;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #badc3d;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #badc3d;
}

hr {
	display: none;
}


#main
{
width: 778px;
margin: 0 auto;
background: #ffffff url(images/header2.jpg) no-repeat;
border-left: 15px solid #D9D9D9;
border-right: 15px solid #D9D9D9;
}


/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 312px;
}

#menu {
	height: 29px;
	width: 613px;
	padding-left: 50px;
	background: url(images/menu.gif) repeat-x;
	margin: 0 auto;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #3B3B3B;
	padding-top: 5px;
    text-align: center;
}

#menu a:hover {
	color: #badc3d;
	background: url(images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 778px;
	height: 262px;
	margin: 0 auto;
	text-align: left;
	background: url(images/header.png) no-repeat left top;
}


#logo h1 {
	padding-left: 40px;
	color: #ffffff;
	padding-top: 30px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 40px;
}


/* Page */

#page {
	width: 663px;
	margin: 0 auto;
}


/* Content */

#content {
	float: left;
	width: 660px;
	padding-left: 5px;
	padding-top: 5px;
	background: url(images/sidebar.gif) repeat-x;
}

#content H2
{
background: url(images/menu.gif) repeat-x;
height: 24px;
padding-top: 5px;
padding-left: 15px;
width: 660px;
font-size: 16px;
color: #3B3B3B;
}

#content H2 a
{
color: #ffffff;
}

#content a:hover
{
color: #ff0000;
}

#content .entry
{
padding: 10px;
width: 660px;
}

/* Footer */
#footer
{
padding: 10px;
height: 32px;
background: url(images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #575656;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #575656;
}