/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

/* -------------
main definitions
--------------*/


body {
	background: url(/images/bg-body.png) repeat-x #fff;
	font-size: 80%;
	min-height: 101%;
	padding-bottom: 1em;
	color: #373737;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #3ea62e;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #3ea62e;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	color: #3ea62e;
	font-size: 140%;
	margin: 0 0 0.7em 0;
	line-height: 130%;
}

h2 {
	color: #3ea62e;
	font-size: 120%;
	margin: 0 0 0.6em 0;
}

h3 {
	color: #3ea62e;
	font-size: 110%;
	margin: 0 0 0.4em 0;
}

h4 {
	color: #3ea62e;
	font-size: 100%;
	margin: 0 0 0.2em 0;
}

p {
	margin: 0 0 1.2em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* ---------------
layout definitions 
----------------*/

#container {
	width: 915px;
	margin: 0 auto;
}

#header {
	height: 138px;
	overflow: hidden;
}

#navigation {
	width: 756px;
	margin: 0 0 1.5em 70px;
	background: url(/images/bg-navbox-bottom.png) no-repeat bottom transparent;
	padding: 0 22px 25px 22px;
	line-height: 140%;
}

#content {
	width: 480px;
	padding: 0 20px 0 70px;
	float: left;
	line-height: 140%;
}

.big #content {
	width: 756px;
}

#news {
	width: 264px;
	float: left;
	line-height: 140%;
	background: url(/images/bg-news.png) no-repeat transparent;
	padding: 18px 18px 0 18px;
}

#newsFull {
	width: 800px;
	float: left;
	line-height: 120%;
	background: url(/images/bg-newsFull.png) no-repeat transparent;
	padding: 18px 18px 0px 18px;
}

#newsFull h6 {
	font-size: 80%;
	margin-right: 50px;
	border-top: 1px solid #808080;
	padding-top: 0.8em;
}


#newsFull p {
	margin-bottom: 0.8em;
	padding-right: 50px;
}



/* --------------
header defintions
---------------*/

#header img {
	float: left;
}

#header p {
	font-size: 85%;
	color: #fff;
	float: right;
	margin: 7px 0 0 0;
}

#header p a {
	color: #fff;
}

#header p a.selected {
	color: #3ea62e;
}


/* ------------------
navigation defintions
-------------------*/

#navigation h3 {
	color: #fff;
	height: 27px;
	text-align: center;
	background: url(/images/bg-navbox-top.png) no-repeat transparent;
	overflow: hidden;
	padding: 7px 0 0 0;
	margin: 0 -22px;
}

#navigation ul, #navigation ul.ui-tabs-nav  {
	list-style-type: none;
	font-size: 110%;
	margin: 0 -22px 25px -22px;
}
* + html #navigation ul, * + #navigation ul.ui-tabs-nav {
	width: 800px;
}

#navigation ul li,  #navigation ul.ui-tabs-nav li {
	float: left;
}

#navigation ul li a,  #navigation ul.ui-tabs-nav li a {
	background: url(/images/bg-nav.png) no-repeat transparent;
	display: block;
	width: 160px;
	height: 54px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 15px 20px 0 20px;
}
* html #navigation ul li a {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-nav.png',sizingMethod='crop');
	cursor: pointer;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.selected, #navigation ul.ui-tabs-nav li.ui-tabs-selected a {
	background: url(/images/bg-nav-hover.png) no-repeat transparent;
}
* html #navigation ul li a:hover {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-nav-hover.png',sizingMethod='crop');
}
* html #navigation ul.ui-tabs-nav li a:hover {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-nav-hover.png',sizingMethod='crop');
}
* html #navigation ul li a:focus {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-nav-hover.png',sizingMethod='crop');
}
* html #navigation ul.ui-tabs-nav li a:focus {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-nav-hover.png',sizingMethod='crop');
}
* html #navigation ul li a.selected {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-nav-hover.png',sizingMethod='crop');
}
* html #navigation ul.ui-tabs-nav li.ui-tabs-selected a {
    background:none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-nav-hover.png',sizingMethod='crop');
}

#navigation p {
	font-style: italic;
}

#navigation img {
	background: 0;
	padding: 0;
	margin-bottom: 0;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


/* ---------------
content defintions
----------------*/

hr {
	margin: 0 0 1em 2em;

}

.pics {  
    height:  100px;  
    width:   150px;  
    padding: 0 7px 7px 0; 
    margin: 0.3em 0 0.5em 0.7em; 
    float:right; 
} 
 

img.image-left {
	margin: 0.3em 0.7em 0.5em 0;
	float: left;
	background: url(/images/bg-image.png) no-repeat bottom right transparent;
	padding: 0 7px 7px 0;
}

img.image-right {
	margin: 0.3em 0 0.5em 0.7em;
	float: right;
	background: url(/images/bg-image.png) no-repeat bottom right transparent;
	padding: 0 7px 7px 0;
}

#content ul {
	margin: 0 0 1em 2em;
	list-style-type: square;
}

#content ol {
	margin: 0 0 1em 2em;
}

#content li {
	margin-bottom: 0.2em;
}

div.downloads {
	background: url(/images/bg-downloads.png) no-repeat transparent;
	padding: 10px;
	margin-bottom: 1em;
}

.big div.downloads {
	background: url(/images/bg-downloads-big.png) no-repeat transparent;
}

div.downloads h3 {
	margin-bottom: 0.4em;
}

div.downloads ul {
	margin: 0 0 1em 1em;
}

#content div.downloads ul li {
	margin-bottom: 0.4em;
}

dl.image-text {
	width: 480px;
	margin-bottom: 0.5em;
}

dl.image-text dt {
	width: 115px;
	float: left;
	margin-bottom: 0.1em:
}

dl.image-text dt img {
	margin-top: 0.3em;
}

dl.image-text dd {
	width: 365px;
	float: left;
	margin-bottom: 0.2em;
}

dl.image-text dd p {
	margin-bottom: 0.6em;
}



/* -------------
news defintions
--------------*/

#news h4 {
	font-size: 120%;
	margin: 0 0 0.8em 0;
}

#newsFull h6 {
	font-size: 80%;
	padding-right: 100px;
	border-top: 1px solid #808080;
	padding-top: 0.8em;
}

#news p {
	margin-bottom: 0.8em;
}

#news div {
	background: url(/images/bg-news-bottom.png) no-repeat transparent;
	height: 11px;
	margin: 0 -18px;
	font-size: 0;
	line-height: 0;
}

#newsFull div {
	background: url(/images/bg-newsFull-bottom.png) no-repeat transparent;
	height: 11px;
	margin: 0 -18px;
	padding-right: 50px;
	font-size: 0;
	line-height: 0;
}


/* ------------------
formular definitionen
-------------------*/

fieldset {
	border: 1px solid #bdbdbd;
	margin-bottom: 1.2em;
	padding: 10px 10px 0 10px;
}

legend {
	font-size: 100%;
	font-weight: bold;
	color: #3ea62e;
}

label {
	float: left;
	width: 150px;
}

input, textarea, select {
	width: 250px;
	border: 1px solid #808080;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #373737;
	background: #fff;
}

select {
	width: 256px;
}

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 130px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: #3ea62e;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.radio-check {
	width: auto;
	border: none;
	background: none;
}

input.submit-it, p.submit input {
	color: #3ea62e;
	width: 256px;
	font-weight: bold;
}











/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}
.clear {
	display: block;
}



