/*
#005724 background body
#00481f background content
#fff    Main Font
# Content links
# Active Navigation Links

Written by André Huf andre.huf@bitfields.de
Modified for Joomla needs by Stevan Lazic info@tigertooth.de

*/
/* 1. general styles */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	text-align:center;
	color:#fff;
	font-size:13px;
	line-height:18px;
	background-color:#005724;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bgCanvasSmall.gif);
	background-position:center top;
	background-repeat:repeat-y;
}
h2, h3, h4, h5, h6 {
    font-size:13px;
    font-weight:bold;
}
h3, h4, h5, h6 {
    font-size:12px;
}
h4, h5, h6 {
    font-size:11px;
}
#canvas {
	background-color:#005724;
	/* alternativ */ /* background-color:#00531b; */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	/* big */ /* background-image:url(../images/bgCanvas.jpg); */
	/* small */ /* background-image:url(../images/bgCanvasSmall.jpg); */
	/* alternativ */ background-image:url(../images/bgCanvasSmall.gif);
	background-repeat:repeat-y;
	/* big */ /* width:1004px; */
	/* small */ width:980px;
	padding:0 10px 0 10px;
	height:100%;
	overflow:hidden;
}
small {
	font-size:10px;
	font-weight:normal;
}
#content small.a {
	font-weight:normal;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
img.floatleft {
	float:left;
	margin-right:15px;
}
img.floatright {
	float:right;
	margin-left:15px;
}
p.floatleft {
	width:50%;
}
p.floatright {
	width:50%;
}
/* 2. header styles */

#header {
	/*background-image:url(../images/header01Small.jpg);
	background-repeat:no-repeat;
	*/
	width:1000px;
	height:257px;
	margin-bottom:23px;
}
#header table {
    margin:0;
    padding:0;
    border-collapse:collapse;
}
#inputbox{
	width:200px;
}
/* 3. Main navigation */
#navMain {
	float:left;
	margin-bottom:40px;
	margin-left:27px;
	width:168px;
	position:relative;
	overflow:hidden;
}
#navMain li li li {
    padding-left:1em;
}
#navMain a {
    display:block;
}
#navMain, ul {
	list-style-type:none;
}
#content ul {
	list-style-type:square;
	margin-left:14px;
	margin-bottom:1.5em;
}
#navMain table {
    position:relative;
    top:0;
    left:0;
}
#navMain ul#mainlevel {
    position:relative;
    top:-13px;
}
a.mainlevel:link, a.mainlevel:visited {
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:normal;
	margin-top:7px;
	padding:7px 0pt 0pt;
	text-decoration:none;
	text-transform:uppercase;
}
a.mainlevel:hover {
	color:#FFD947;
}
a.mainlevel#active_menu {
	color:#FFD947;
}
a.mainlevel#active_menu:hover {
	color:#FFD947;
}

a.sublevel:link, a.sublevel:visited {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin:4px 0pt;
	border:medium none;
	font-size:11px;
	margin:0pt;
	padding:0pt 0pt 0pt 10px;
}
a.sublevel:hover {
	color:#FFD947;
}
a.sublevel#active_menu{
	display:block;
	color:#FFD947;
}

/* 4. Meta Navigation */	
#navMeta {
	background-image:url(../images/bgFooter.gif);
	background-repeat:repeat-x;
	padding:6px 0 0 22px;
	height:22px;
	clear:both;
	width:958px;
}
#navMeta ul {
	list-style-type:none;
}
#navMeta li {
	float:left;
	display:block;
	border-right:1px solid #fff;
}
#navMeta .lastitem {
	border:none;
}
#navMeta li a {
	text-decoration:none;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	margin:0 5px;
}
#navMeta li a:hover {
	color:#ffd947;
}
#navMeta .active a {
	color:#ffd947;
}
/* 5. Content */
#content {
	float:left;
	width:485px;
	margin-left:30px;
	margin-bottom:5px;
	margin-right:32px;
	min-height: 480px;
}
#zeitgeist {
    position: absolute;
}


#content .easy_admincomment {
	color:#FFD947; 
	margin-left: 10px; 
	margin-right: 10px;  
	padding: 10px; 
	padding-bottom: 15px; 
	margin-bottom: 8px; 
	/*background-color:#fafafa; 
	border-right: #ededed solid 5px; 
	border-left: #ededed solid 5px; 
	background-image: url(entry_bg.gif); 
	background-position:bottom; 
	background-repeat:repeat-x;
	*/
}
#content .contentheading, h1 {
	font-size:16px;	
	font-weight:bold;
	margin-bottom:1.6em;
}
#content .componentheading {
	font-size:16px;	
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:1.6em;
}
#content .contentpaneopen, .contact_email, p {
	margin-bottom:1em;
}
#content a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#content a:hover {
	color:#fc3;
}
#content .linklistitem {
	font-size:12px;
	margin-bottom:65px;
	clear:both;
}
#content .linklistitem h2 {
	color:#fc3;
	display:inline;
	font-weight:normal;
	font-size:12px;
}
#content .list {
	font-size:13px;
	line-height:18px;
	clear:both;
}
#content .list strong {
	color:#fc3;
}
#content .list ul {
	list-style-type:none;
}
#content .list ol {
	list-style-type:decimal;
}
#content .list ul ul,
#content .list ol {
	padding-left:20px;
}
#contactform label {
	font-size:16px;
	display:block;
	margin-bottom:20px;
}
#contactform input.text {
	width:100%;
	line-height:18px;
	margin-bottom:20px;
	padding:4px;
}
#contactform .floatleft input.text,
#contactform .floatleft input.text {
	width:95%;
}
#contactform textarea {
	width:100%;
	height:164px;
	margin-bottom:20px;
	padding:4px;
}
#contactform input.submit,
#contactform input.reset {
	background-color:transparent;
	color:#fff;
	font-size:16px;
}

/* sidebar */
#sidebar {
	width:222px;
	float:left;
	font-size:12px;
	font-style:normal;
	line-height:18px;
	margin-bottom:5px;
}
#sidebar h3 {
	text-transform:uppercase;
}
#sidebar div.image {
	margin:0 0 23px 0;
}
#sidebar p {
	clear:both;
	padding-bottom:15px;
}
#sidebar a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#sidebar a:hover {
	color:#fc3;
}
#sidebar .date {
	color:#fc3;
}
#sidebar ul {
list-style-type:none;
padding:0 0 20px 8px;
}
#sidebar .dn-whole {
	padding:0 0 20px 8px;
}
#sidebar .dn-title {
	font-weight:bold;
	color:#fff;
}
#sidebar a.dn-introtext-link:link, a.dn-introtext-link:visited {
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}
#sidebar a.dn-introtext-link:hover{
	color:#fc3;
}
/*
#sidebar td {
    text-align:left;
    vertical-align:top;
} */
.teamMember {
	clear:both;
	margin-bottom:2.5em;
}
.teamMember img {
	float:left;
	margin:0 15px 2.5em 0;
}
.clr {
    margin-top:1.5em:;
    border-bottom:1px solid #fff;
    margin-bottom:1.5em;
}
.easy_frame {
    margin-bottom:1.5em;
}

/* additions */
table.contentpane table, table.contentpane table td {
    border-collapse:collapse;
    padding:0;
}
#sidebar td {
    text-align:left;
    vertical-align:top;
}
.contentpaneopen p {
    width:100%;
}
#content table {
    width:100%;
}
.pressemitteilung {
    clear:both;
    margin:0 0 2.5em 0;
}
.pressemitteilung img {
    margin:0 2.5em 2.5em 0;
    float:left;
}
hr {
    margin-bottom:2em;
    margin-top:2em;
    border-bottom:1px solid #fff;
    clear:both;
}
#easybook a b {
    font-size:14px;
}
.easy_top {
    color:#fc3;
}
