/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
  Modified for EnBlock by Anne Schoeller
  http://www.schoeller-und-schoeller.de
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html { font-size: 100%; }

body
{
	background-color: white;
	color: black;
	background-image: url(images/streifen.gif);
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 120%;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	height: 0;
	clear: both;
}
.uppercase
{
	text-transform: uppercase;
}
.dotted
{
	border-bottom: 1px dotted #c1272d;
}
.red
{
	color: #c1272d;
}
hr
{
	height: 1px;
	color: #98ba22;
	background-color: #98ba22;
	border: none;
	border-bottom: 1px dotted white;
	padding: 0;
	margin-top: 2ex 0 0 0;
}

hr.green
{
	border-bottom: none;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #98ba22;
	width: 100%;
	max-width: 75em;
}
#wrapper
{

}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	position: relative;
	top: 0;
	left: 0;
	min-width: 16.2em;
	min-height: 120ex;
	overflow: visible;
	padding: 0;
	background-color: white;
	margin: 0 255px 0 18.1em;
	z-index: 3;
}
a.text:link, a.text:visited
{
	color: black;
	text-decoration: underline;
}
a.text:hover, a.text:active
{
	color: #c1272d;
	text-decoration: underline;
}

#kontakt-button
{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 130px;
	height: 87px;
	margin: 0;
	padding: 0;
}
#logo
{
	position: relative;
	top: 60px;
	left: -236px;
	height: 131px;
	width: 334px;
	margin: 0 0 122px 0;
	padding: 0;
	z-index: 5;
}

.content
{
	padding: 0 30px;
	margin: 0;
	background-color: white;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 170%;
	margin-bottom: 2ex;
}
.contentbody
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

.contentbody img
{
	width: 100%;
	height: auto;
	max-width: 480px;
}

.contentbody h3
{
	font-family: Verdana, Arial, sans-serif;
	font-size:1em;
}

.contentbody li
{
	margin-top: 2ex;
	margin-bottom: 2ex;
}

.contentbody table
{
	padding: 0;
	border: none;
}

.contentbody td
{
	vertical-align: top;
	padding: 0.5em 0.5em 0 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/

.contentitem
{
	margin-bottom: 4ex;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 16em;
	padding: 251px 30px 0;
	background-color: #98ba22;
	color: white;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	z-index: 1;
}

#sidebarcontainer li
{
	margin-top: 2ex;
	margin-bottom: 2ex;
}

#sidebarcontainer li.top
{
	margin-top: 0;
}

#sidebarcontainer li.bottom
{
	margin-bottom: 0;
}

#sidebarcontainer a:link, a:visited
{
	color: white;
	text-decoration: none;
}
#sidebarcontainer a:hover, a:active
{
	color: #c1272d;
	text-decoration: none;
}

#sidebarcontainer a.aktiv
{
	border-bottom: 1px dotted #c1272d;
}

ul.submenue
{
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------
  rechte Spalte
-------------------------------------------------*/

div.rightbar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 195px;
	background-color: #98ba22;
	padding: 145px 30px 0;
}

div.image
{
	margin-bottom: 30px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	border-top: 1px dotted black;
	padding: 2ex 0;
	font-size: 0.9em;
	line-height: 200%;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/

input.kontakt {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 0.4em;
	margin-bottom: 0.5ex;
	border: 1px solid #bccfe1;
	}
	
textarea.kontakt-area {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 0.4em;
	border:  1px solid #bccfe1;	
	}
	
input.senden, input.loeschen{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	width: 16.5em;
	margin-top: 0.5ex;
	padding: 0.4em;
	background-color: #bccfe1;
	color: white;
	border: 1px solid #bccfe1;	
	}
	

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

