/*---------------------------------------------- 
				C O L O R S
------------------------------------------------

gruen		hell	#55ab18;
			normal	#499214;
			dunkel	#3c7811;

hellgruen	hell	#99ba16;
			normal	#84a113;
			dunkel	#6f8710;

			sehr hell		#aed419; (#top: Links)
			sehr hell 2		#f5fbdf; (Navi hover)

rot			hell	#ff4a4a;
			normal	#ff0000;
			dunkel	#e60000;

blau		hell	#4483c7;
			normal	#3b73ae;
			dunkel	#326194;

hellblau	hell	#a2ddfa;
			normal	#83d0f5;
			dunkel	#62c2f0;


Schrift				#777777;


/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */


/*---------------------------------------------- 
			F O N T   I N C L U D E
------------------------------------------------*/
/* OPEN SANS ###### */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('webfonts/OpenSans-Regular-webfont.eot');
    src: url('webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('webfonts/OpenSans-Italic-webfont.eot');
    src: url('webfonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/webfonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('webfonts/OpenSans-Bold-webfont.eot');
    src: url('webfonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('webfonts/OpenSans-BoldItalic-webfont.eot');
    src: url('webfonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('webfonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*---------------------------------------------- 
Base structure
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}

body {
	font-family: 'OpenSansRegular', Helvetica, sans-serif; color:#777777; text-align: left; font-size:16px; line-height:20px;
	min-height: 100%;
	position: relative;
	background:#fafafa;
	}
/* Color for selection  */	
::selection { background:#00a983; color:#fff; }
::-moz-selection { background:#00a983; color:#fff; }
::-webkit-selection { background:#00a983; color:#fff; }



/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'OpenSansRegular', Helvetica, sans-serif;
	color: #499214;
	font-weight: normal;
	}
	
h1 { font-size: 30px; line-height: 34px; color:#124093; }
h2 { font-size: 22px; line-height: 26px; color:#00a983; }
h3 { font-size: 18px; line-height: 22px; color:#e5007d; }
h4 { font-size: 16px; line-height: 18px; color:#124093; font-weight:bold; }
h5 { font-size: 14px; line-height: 16px; color:#00a983; font-weight:bold; }
h6 { font-size: 12px; line-height: 14px; color:#e5007d; font-weight:bold; }

div h1, div h2, div h3, div h4, div h5, div h6 {
	margin-top: 20px;
	}
	
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child { 
	margin-top: 0px; 
	}


/* Forms
---------------------------------------- */
form {
	margin: 30px 0;
	}

.formheadline	{
	color:#00a983;
	}
	
div form:first-child { 
	margin-top: 0px; 
	}

form div.form-row {
	margin-top: 5px;
	/*
	overflow: auto;
	position: relative;
	width: auto;
	*/
	}

label {
	float: left;
	width: 180px;
	margin-right:20px;
	padding-top:10px;
	}
	
input[type=text], input[type=password], textarea {
	font-family: 'OpenSansRegular', Helvetica, sans-serif;
	font-size: 16px;
	line-height:18px;
	background: #ffffff;
	border: 1px solid #eee;
	color: #918b86;
	padding: 10px 10px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
input[type=text]:hover, input[type=password]:hover, textarea:hover { 
	border: 1px solid #777;
	}

input[type=text], input[type=password] { width: 358px; }		/* padding issue (190 + 2*5 = 200) */
 textarea { width: 358px; height: 150px; max-width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }	/* padding issue (420 + 2*5 = 430) */


input#el_19	{
	width:338px;
	}

input[type=submit] {
	font-family: 'OpenSansRegular', Helvetica, sans-serif;
	color: #ffffff;
	background: #124093;
	padding: 10px 20px 8px 20px;
	border: none;
	font-size:14px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #00a983;
	background: #00c298; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c298 0%, #00a983 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c298), color-stop(100%,#00a983)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c298 0%,#00a983 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00c298 0%,#00a983 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c298', endColorstr='#00a983',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

input[type=submit]:hover { 
	color:#fff;
	border:1px solid #2f5e0d;
	background: #00a884; /* Old browsers */
	background: -moz-linear-gradient(top,  #00a884 0%, #008f70 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a884), color-stop(100%,#008f70)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00a884 0%,#008f70 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00a884 0%,#008f70 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a884', endColorstr='#008f70',GradientType=0 ); /* IE6-9 */
	}

.formhinweis	{
	/*margin-left:200px;*/
	font-size:12px;
	line-height:16px;
	margin:5px 0 0 260px;
	}

form .radiogroup span, form .checkgroup span {
	margin-right: 20px;
	color: #e30513;
	border: 1px solid a60069;
	}

label.formradio	{
	float: none;
	display: inline-block;
	width: inherit;
	margin: 0;
	}

.formradio	{
	}

.radio-group {
	float: left;
	width: 500px;
	margin-bottom:10px;
	}

.radio-group .radio-item {
	margin-top: 0px;
	}
	.radio-group .radio-item:first-child {
	margin-top: 0px;
	}

	.date_day	{ margin-top:10px; }
	.date_month	{ margin-top:10px; }
	.date_year	{ margin-top:10px; }


.check-item {
	display: block;
	overflow: hidden;
	/*margin-left: 200px;*/
	}
	
.check-item label {
	width: inherit;
	float: none;
	}

.formtext	{
	width:200px;
	}

.formtextfield	{
	float:none;
	}

	
	
/* Links
---------------------------------------- */

a {
	text-decoration: none;
	color: #00a983;
	font-weight:normal;
	}

a:hover {
	color: #124093;
	}



/* Embedded content
---------------------------------------- */

img, object, video {
	max-width: 100%; 
	height: auto;
	display:block;
	}
	
img {
	width: auto;
	max-width: 100%; 
	border: 0;
	-ms-interpolation-mode: bicubic;
	}


p img { margin-bottom: 15px; }
img.float_left { margin: 3px 30px 30px 0; }
img.float_right { margin: 3px 0px 30px 30px; }




/* Lists
---------------------------------------- */
#main ul {
	margin-top: 15px;
	}

#main ul li {
	padding-left: 30px;
	background:url(../images/list.png) 7px 5px no-repeat;
	line-height: 20px;
	margin-bottom:4px;
	}

#main ul>li>ol {
	list-style: decimal;
	}

#main ul>li>ol>li {
	padding: 0 !important;
	line-height: 20px;
	margin-bottom:4px;
	background-image:none !important;
	}

/*---*/

#main ol {
	margin-top: 15px;
	margin-left: 30px;
	list-style: decimal;
	}
	
#main ol li {
	line-height: 20px;
	margin-bottom:4px;
	background-image:none !important;
	}

#main ol>li>ul {
	margin-top: 15px;
	}

#main ol>li>ul>li {
	padding-left: 30px;
	background:url(../images/list.png) 7px 5px no-repeat !important;
	line-height: 20px;
	margin-bottom:4px;
	}

/*---*/

footer ul, footer ol {
	margin-top: 15px;
	}



/* Others
---------------------------------------- */

strong, b, dt {
	font-weight: bold; 
}

i, dfn {
	font-style: italic; 
	}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

/* paragraph rules */
p { 
	padding-top: 15px; 
	}

hr	{
	border:none;
	border-bottom: 1px solid #dddddd;
	}
	
div p:first-child { 
	padding-top: 0px; 
	}


/* Tabellen
---------------------------------------- */

table	{
	border-collapse:collapse;
	border:1px solid #eee;
	margin:10px 0 0 0;
	}

thead td	{
	font-size:14px;
	color:#fff;
	background:#00a983;
	padding:10px;
	}

tr	{
	
	}

td	{
	font-size:11px;
	line-height:15px;
	color:#777;
	background:#fff;
	padding:5px 10px;
	border:1px solid #eee;
	}



/*---------------------------------------------- 
Columns
------------------------------------------------*/
.columnsection {
	/*padding-bottom: 30px;*/
	}

.column { 
	float: left; 
	padding-bottom: 20px; 	/* IE7 BUG  ->  margin-bottom on a floating object doesn't appear in IE7  ->  therefore PADDING */
	margin-right: 20px;
	}

.one_full { width: 100%; float: none; margin-right: 0; }
.one_half  { width: 280px; }
.one_third { width: 180px; }
.two_third { width: 380px; }

#maincontent .one_half, footer .one_half	{ width: 380px; }
#maincontent .one_third, footer .one_third	{ width: 280px; }
#maincontent .two_third, footer .two_third	{ width: 580px; }



/*---------------------------------------------- 
Buttons
------------------------------------------------*/

#main_right_buttons	{
	margin-bottom:20px;
	}

.main_right_button	{
	float:left;
	display:block;
	width:218px; /* 260 -20 -20 -1 -1 */
	padding:8px 20px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.footer_left_button	{
	float:left;
	display:block;
	width:258px; /* 300 -20 -20 -1 -1 */
	padding:8px 20px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#teaser h2	{
	color:#124093;
	padding:10px 0;
	}

/* Farben */

.hellgrau	{
	color:#777777;
	border:1px solid #dddddd;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	}

.hellblau		{
	color:#fff;
	border:1px solid #00a8e6;
	background: #00bbff; /* Old browsers */
	background: -moz-linear-gradient(top,  #00bbff 12%, #00a8e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#00bbff), color-stop(100%,#00a8e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00bbff 12%,#00a8e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00bbff 12%,#00a8e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00bbff 12%,#00a8e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00bbff 12%,#00a8e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#00a8e6',GradientType=0 ); /* IE6-9 */
	}

	.hellblau:hover	{
		color:#fff;
		background: #00a8e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #00a8e5 0%, #0096cc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a8e5), color-stop(100%,#0096cc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #00a8e5 0%,#0096cc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00a8e5 0%,#0096cc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #00a8e5 0%,#0096cc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #00a8e5 0%,#0096cc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e5', endColorstr='#0096cc',GradientType=0 ); /* IE6-9 */
		}


.pink		{
	color:#fff;
	border:1px solid #e5007d;
	background: #ff008c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff008c 0%, #e5007d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff008c), color-stop(100%,#e5007d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff008c 0%,#e5007d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff008c 0%,#e5007d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff008c 0%,#e5007d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff008c 0%,#e5007d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff008c', endColorstr='#e5007d',GradientType=0 ); /* IE6-9 */
	}

	.pink:hover	{
		color:#fff;
		border:1px solid #e5007d;
		background: #e5007e; /* Old browsers */
		background: -moz-linear-gradient(top,  #e5007e 0%, #cc0070 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5007e), color-stop(100%,#cc0070)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e5007e 0%,#cc0070 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e5007e 0%,#cc0070 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e5007e 0%,#cc0070 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e5007e 0%,#cc0070 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5007e', endColorstr='#cc0070',GradientType=0 ); /* IE6-9 */
		}

.orange		{
	color:#fff;
	border:1px solid #ff8400;
	background: #ffa94c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa94c 0%, #ff8400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa94c), color-stop(100%,#ff8400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa94c 0%,#ff8400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa94c 0%,#ff8400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa94c 0%,#ff8400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa94c 0%,#ff8400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa94c', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */
	}

	.orange:hover	{
		color:#fff;
		background: #ff8400; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff8400 0%, #f26500 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#f26500)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff8400 0%,#f26500 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff8400 0%,#f26500 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff8400 0%,#f26500 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff8400 0%,#f26500 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#f26500',GradientType=0 ); /* IE6-9 */
		}

.gruen		{
	color:#fff;
	border:1px solid #00a983;
	background: #00c298; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c298 0%, #00a983 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c298), color-stop(100%,#00a983)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c298 0%,#00a983 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00c298 0%,#00a983 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c298', endColorstr='#00a983',GradientType=0 ); /* IE6-9 */
	}

	.gruen:hover	{
		color:#fff;
		background: #00a884; /* Old browsers */
		background: -moz-linear-gradient(top,  #00a884 0%, #008f70 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a884), color-stop(100%,#008f70)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #00a884 0%,#008f70 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #00a884 0%,#008f70 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a884', endColorstr='#008f70',GradientType=0 ); /* IE6-9 */
		}

.dunkelblau		{
	color:#fff;
	border:1px solid #124093;
	background: #154aad; /* Old browsers */
	background: -moz-linear-gradient(top,  #154aad 0%, #124093 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154aad), color-stop(100%,#124093)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #154aad 0%,#124093 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #154aad 0%,#124093 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #154aad 0%,#124093 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #154aad 0%,#124093 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154aad', endColorstr='#124093',GradientType=0 ); /* IE6-9 */
	}

	.dunkelblau:hover	{
		color:#fff;
		background: #124093; /* Old browsers */
		background: -moz-linear-gradient(top,  #124093 0%, #0f347a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124093), color-stop(100%,#0f347a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #124093 0%,#0f347a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #124093 0%,#0f347a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #124093 0%,#0f347a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #124093 0%,#0f347a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124093', endColorstr='#0f347a',GradientType=0 ); /* IE6-9 */
		}





/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */


/*---------------------------------------------- 
General ID's or Classes
------------------------------------------------*/
#page {
	position: relative;
	}

.wrapper {
	width: 1200px; 			/* um das abschneiden von schriften zu verhindern */ 
	margin: 0 auto;
	position: relative;
	}

.wrapper_slider {
	width: 1280px; 			/* um das abschneiden von schriften zu verhindern */ 
	margin: 0 auto;
	position: relative;
	}

.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.clearfix { *display: inline-block; height: 1%; }

.clear {
	clear:both;
	}
	
.float_left { 
	float: left;
	margin-right:30px;
	}
	
.float_right { 
	float: right; 
	margin-right:30px;
	}

.last {	margin-right: 0px !important; }



/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */



.button_hellgrau	{
	display:block;
	color:#999;
	font-size:14px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	width:238px;
	padding:10px 0 9px 0;
	border:1px solid #eee;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	}

.button_hellgrau:hover	{
	color:#999;
	border:1px solid #ddd;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	}

.button_gruen	{
	display:block;
	color:#fff;
	font-size:14px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	width:238px;
	padding:10px 0 9px 0;
	border:1px solid #499214;
	background: #55ab18; /* Old browsers */
	background: -moz-linear-gradient(top,  #55ab18 0%, #499214 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55ab18), color-stop(100%,#499214)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #55ab18 0%,#499214 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #55ab18 0%,#499214 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ab18', endColorstr='#499214',GradientType=0 ); /* IE6-9 */
	}

.button_gruen:hover	{
	color:#fff;
	border:1px solid #2f5e0d;
	background: #499214; /* Old browsers */
	background: -moz-linear-gradient(top,  #499214 0%, #3c7811 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499214), color-stop(100%,#3c7811)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #499214 0%,#3c7811 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #499214 0%,#3c7811 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #499214 0%,#3c7811 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #499214 0%,#3c7811 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499214', endColorstr='#3c7811',GradientType=0 ); /* IE6-9 */
	}


.bg_hellgrau	{
	margin-bottom:20px;
	color:#999;
	font-size:14px;
	line-height:18px;
	padding:18px; /* 20 -1 -1 */
	border:1px solid #eee;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	}



.bg_hellgrau_auszeichnung	{
	margin-bottom:20px;
	color:#999;
	font-size:14px;
	line-height:18px;
	padding: 18px 18px 18px 80px; /* 20 -1 -1 */
	border:1px solid #eee;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	background-image:url(../images/pikto_auszeichnung.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-color:#ffffff;
	}




.bg_gruen	{
	margin-bottom:20px;
	color:#fff;
	font-size:14px;
	line-height:18px;
	padding:18px; /* 20 -1 -1 */
	border:1px solid #499214;
	background: #55ab18; /* Old browsers */
	background: -moz-linear-gradient(top,  #55ab18 0%, #499214 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55ab18), color-stop(100%,#499214)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #55ab18 0%,#499214 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #55ab18 0%,#499214 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ab18', endColorstr='#499214',GradientType=0 ); /* IE6-9 */
	}

.bg_hellgruen	{
	margin-bottom:20px;
	color:#999;
	font-size:14px;
	line-height:18px;
	padding:18px; /* 20 -1 -1 */
	border:1px solid #caebbb;
	background: #f7fcf4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7fcf4 0%, #e4f4dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fcf4), color-stop(100%,#e4f4dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7fcf4 0%,#e4f4dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7fcf4 0%,#e4f4dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7fcf4 0%,#e4f4dd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7fcf4 0%,#e4f4dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcf4', endColorstr='#e4f4dd',GradientType=0 ); /* IE6-9 */
	}




.col_1-4tel	{
	width:240px;
	float:left;
	margin-right:20px;
	}

.col_2-4tel	{
	width:500px;
	float:left;
	margin-right:20px;
	}

.col_3-4tel	{
	width:760px;
	float:left;
	margin-right:20px;
	}

.col_4-4tel	{
	width:1020px;
	margin-right:20px;
	}



/*----------------------------------------------------------------------------------------------------
Top
----------------------------------------------------------------------------------------------------*/

#top	{
	width:100%;
	height:130px;
	font-size:12px;
	position:relative;
	z-index:100;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	}

#top_inner	{
	height:130px;
	}

	#top_left	{
		width: 300px;
		height: 130px; /* 130 -32 */
		background:url(../images/logo.png) center center no-repeat;
		}

		#top_left a	{
			line-height:30px;
			text-align:center;
			color:#fff;
			margin-right:20px;
			}

		#top_left a:hover	{
			color:#aed419;
			}

	#top_right	{
		width: 870px;
		height: 130px;
		background:url(../images/top_mittelstandsvereinigung.png) center 30px no-repeat;
		}

		#top_right a	{
			line-height:30px;
			text-align:center;
			color:#fff;
			margin-left:20px;
			}
	
		#top_right a:hover	{
			color:#aed419;
			}

/*----------------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------------*/

#header {
	width:100%;
	height:160px;
	
	}	

	#header_inner {
		height:160px;
		overflow:hidden;
		}	


/*----------------------------------------------------------------------------------------------------
Slider
----------------------------------------------------------------------------------------------------*/


#slider_container	{
	width:100%;
	position:relative;
	background:#eee;
	}

	#slider_container_inner	{
		width:1200px;
		height:400px;
		}

		#slider	{
			width:1200px;
			height:400px;
			}


/*---------------------------------------------- 
Nav
------------------------------------------------*/

#navi	{
	background:#eee;
	}

#navi_inner	{
	background:#124093;
	}

#nav {
	width:1200px;
	height:60px;
	}
	

/* NAVIGATION: 1 HORIZONTAL, 2 VERTIKAL, 3 VERTIKAL (IN DER 2ten LISTE DRIN) */
/* --------- SEHR WICHTIG! EINIGE ALLGMEINE PARAMETER RESETEN ------------*/

/* damit im explorer die listenpunkte verschwinden und man die elemente genau positionieren kann */
ul,ol,li { margin:0; padding:0 }

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}


/* --------------------- NAV TOP 1st level --------------------- */
	

ul.nav1st {
	/*border: 1px solid #FF0000;*/
	}
	
ul.nav1st li {
	display:inline;
	/* border: 1px solid #FF0000; */
	}

ul.nav1st a, ul.nav1st a:link {
	/* border: 1px solid #666666; */
	font-size:18px;
	color:#fff;
	text-decoration: none;
	display:inline-block;
	line-height:60px;
	padding:0 15px;
	}

ul.nav1st a:hover {
	color:#fff !important;
	background:url(../images/navi_hover_pfeil.png) center bottom no-repeat #0f347a;
	}

ul.nav1st li a.current, ul.nav1st li a.current:link {
	color:#fff !important;
	
	background:url(../images/navi_hover_pfeil.png) center bottom no-repeat #00a983;
	}


/* --------------------- NAV Links 2nd level --------------------- */


ul.nav2nd {
	/*  border: 1px solid #666666; */
	margin-top:0 !important;
	}

ul.nav2nd li {
	padding:0 0 0 0 !important;
	margin: 0 0 5px 0 !important;
	background-image:none !important;
	}

ul.nav2nd li.active {
	}

ul.nav2nd li a, ul.nav2nd li a:link {
 	/* border: 1px solid #666666;  */
	display:block;
	width:258px;
	padding:7px 20px 9px 20px;
	text-decoration: none;
	color:#fff;
	border:1px solid #00a983;
	background: #00c298; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c298 0%, #00a983 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c298), color-stop(100%,#00a983)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c298 0%,#00a983 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00c298 0%,#00a983 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c298', endColorstr='#00a983',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

	ul.nav2nd li a:hover, ul.nav2nd li a.current, ul.nav2nd li a.current:link, ul.nav2nd li a.current:hover {
		color:#fff;
		background: #00a884; /* Old browsers */
		background: -moz-linear-gradient(top,  #00a884 0%, #008f70 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a884), color-stop(100%,#008f70)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #00a884 0%,#008f70 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #00a884 0%,#008f70 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a884', endColorstr='#008f70',GradientType=0 ); /* IE6-9 */
		}


/* --------------------- NAV Links 3rd level --------------------- */

ul.nav3rd {
	/*  border: 1px solid #666666; */
	margin-top:0 !important;
	}

ul.nav3rd li {
	padding:0 !important;
	margin-bottom:5px;
	background-image:none !important;
	}

ul.nav3rd li.active {
	}

ul.nav3rd li a, ul.nav3rd li a:link {
 	/* border: 1px solid #666666;  */
	display:block;
	width:238px;
	padding:3px 20px 5px 20px !important;
	text-decoration: none;
	color:#fff !important;
	border:1px solid #124093;
	background: #154aad; /* Old browsers */
	background: -moz-linear-gradient(top,  #154aad 0%, #124093 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154aad), color-stop(100%,#124093)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #154aad 0%,#124093 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #154aad 0%,#124093 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #154aad 0%,#124093 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #154aad 0%,#124093 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154aad', endColorstr='#124093',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

	ul.nav3rd li a:hover, ul.nav3rd li a.current, ul.nav3rd li a.current:link, ul.nav3rd li a.current:hover {
		color:#fff;
		background: #124093; /* Old browsers */
		background: -moz-linear-gradient(top,  #124093 0%, #0f347a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124093), color-stop(100%,#0f347a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #124093 0%,#0f347a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #124093 0%,#0f347a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #124093 0%,#0f347a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #124093 0%,#0f347a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124093', endColorstr='#0f347a',GradientType=0 ); /* IE6-9 */
		}


/* --------------------- NAV Links 4th level --------------------- */

ul.nav4th {
	/*  border: 1px solid #666666; */
	margin-top:0 !important;
	}

ul.nav4th li {
	padding:0 !important;
	margin-bottom:5px;
	background-image:none !important;
	}

ul.nav4th li.active {
	}

ul.nav4th li a, ul.nav3rd li a:link {
 	/* border: 1px solid #666666;  */
	display:block;
	width:258px;
	padding:4px 20px;
	text-decoration: none;
	color:#777777;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-color:#eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

	ul.nav4th li a:hover, ul.nav4th li a.current, ul.nav4th li a.current:link, ul.nav4th li a.current:hover {
		color:#00a983;
		background-color:#ffffff;
		}


/* --------------------- NAV Links 5th level --------------------- */

ul.nav5th {
	/*  border: 1px solid #666666; */
	margin-top:0 !important;
	}

ul.nav5th li {
	padding:0 !important;
	margin-bottom:5px;
	margin-left:15px;
	background-image:none !important;
	}

ul.nav5th li.active {
	}

ul.nav5th li a, ul.nav3rd li a:link {
 	/* border: 1px solid #666666;  */
	display:block;
	width:258px;
	padding:4px 20px;
	text-decoration: none;
	color:#777777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

	ul.nav5th li a:hover, ul.nav5th li a.current, ul.nav5th li a.current:link, ul.nav5th li a.current:hover {
		color:#00a983;
		}


/* --------------------- NAV Links 6th level --------------------- */

ul.nav6th {
	/*  border: 1px solid #666666; */
	margin-top:0 !important;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin-left:30px;

	}

ul.nav6th li {
	padding:0 !important;
	margin-bottom:5px;
	background-image:none !important;
	}

ul.nav6th li.active {
	}

ul.nav6th li a, ul.nav6th li a:link {
 	/* border: 1px solid #666666;  */
	display:block;
	width:258px;
	padding:4px 20px;
	text-decoration: none;
	color:#777777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

	ul.nav6th li a:hover, ul.nav6th li a.current, ul.nav6th li a.current:link, ul.nav6th li a.current:hover {
		color:#00a983;
		}


/*----------------------------------------------------------------------------------------------------
Main
----------------------------------------------------------------------------------------------------*/

#main {
	margin:30px 0;
	position: relative;
	}

	#main_inner	{}
	
	#main_left	{
		width:300px;
		min-height:300px;
		overflow:hidden;
		}

	#main_center	{
		width:580px;
		min-height:300px;
		overflow:hidden;
		}

	#main_right	{
		width:260px;
		overflow:hidden;
		}

		#suche	{
			margin-bottom:5px;
			}
		#teaser	{
			margin-bottom:20px;
			}
		
			#spaltenteaser_agenda	{
				width:260px;
				}
		
			#spaltenteaser_bibliothek	{
				width:260px;
				}

#main_content	{
	width:760px;
	min-height:400px;
	padding:20px 0;
	float:right;
	overflow:hidden;
	}

	#main_content_inner	{
		width:760px;
		overflow:hidden;
		}

	.philosophie_slogan	{
		color:#fff;
		background: #005ca9;
		width:720px;
		padding:20px;
		font-size:22px;
		line-height:26px;
		text-align:center;
		text-transform:uppercase;
		border:1px solid #499214;
		background: #55ab18; /* Old browsers */
		background: -moz-linear-gradient(top,  #55ab18 0%, #499214 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55ab18), color-stop(100%,#499214)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #55ab18 0%,#499214 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #55ab18 0%,#499214 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ab18', endColorstr='#499214',GradientType=0 ); /* IE6-9 */
		}

	.produkte_uebersicht	{
		width:240px;
		height:160px;
		margin: 0 0 20px 0;
		}

		.produkte_uebersicht_foto	{
			width:110px;
			height:160px;
			overflow:hidden;
			}

		.produkte_uebersicht_beschreibung	{
			width:110px; /* 130 -10 -10 -1 -1 */
			height:140px; /* 160 -10 -10 -1 -1 */
			padding:9px 9px;
			font-size:12px;
			line-height:14px;
			background:#fff;
			border:1px solid #eee;
			}

		.produkte_uebersicht_beschreibung h3	{
			font-size:14px;
			line-height:18px;
			font-weight:bold;
			color:#499214;		
			}

#home_content	{
	width:1020px;
	min-height:50px;
	}

#home_news_events	{
	height:220px;
	padding:20px 0;
	}

	#home_news	{
		width:500px;
		min-height:200px;
		margin-right:20px;
		}

	#home_events	{
		width:500px;
		min-height:200px;
		}

	#home_news_spaltenteaser	{
		padding:20px 0;
		}


	#home_events_spaltenteaser	{
		padding:20px 0;
		}

#verkaufsstellen_logos	{
	
	}

	#verkaufsstellen_logos a	{
		float:left;
		margin: 0 20px 20px 0;
		border:1px solid #eee;
		}

	#verkaufsstellen_logos a:hover	{
		border:1px solid #ddd;
		}

	#verkaufsstellen_logos img	{
		margin-bottom:0;
		}

/*----------------------------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	padding:30px 0;
	background-color:#eeeeee;
	border-top:1px solid #dddddd;
	}

	#footer_left	{
		width:300px;
		overflow:hidden;
		}

	#footer_center	{
		width:580px;
		overflow:hidden;
		}

		.footer_center_col	{
			width:180px;
			overflow:hidden;
			margin-right:20px;
			float:left;
			}

			.footer_center_titel	{
				font-size:11px;
				height:40px;
				padding-bottom:10px;
				border-bottom:1px solid #ffffff;
				}

				.footer_center_titel>h3	{
					color:#124093;
					font-size:16px;
					line-height:20px;
					}

			.footer_center_adresse	{
				border-top:1px solid #dddddd;
				font-size:12px;
				line-height:15px;
				width:180px;
				padding-top:15px;
				}

	#footer_right	{
		width:260px;
		overflow:hidden;
		}

		#footer_links	{
			padding: 10px 20px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			}

		#footer_links a	{
			font-size: 12px;
			line-height:14px;
			color:#00a983;
			}

			#footer_links a:hover	{
				color:#124093;
				}


/*----------------------------------------------------------------------------------------------------
Bottom
----------------------------------------------------------------------------------------------------*/

#bottom {
	background-color:#333;
	border-top:1px solid #222;
	}

#bottom_inner	{
	text-align:center;
	color:#ffffff;
	height:40px;
	font-size:12px;
	line-height:40px;
	}

#bottom_inner a	{
	text-transform:uppercase;
	color:#00a983;
	}

#bottom_inner a:hover	{
	color:#ffffff;
	}


/*---------------------------------------------- 
Map
------------------------------------------------*/
#map {
	width: 580px;
	height: 290px;
	margin-bottom: 40px;
	}
	
#map img {						/* wenn google maps eingebunden wird */
	max-width: inherit;
	height: auto;
	}
	
#map {
	text-shadow: none;
	}
	
	
/*---------------------------------------------- 
DoForm
------------------------------------------------*/

.spam {
	padding: 20px;
	margin: 20px 0;
	overflow: hidden;
	border:1px solid #ddd;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
.spam h2 {
	color: #00a983;
	}
	
.spam .form-row {
	width: 50%;
	float:left;
	margin-top:20px;
	}

.spam .form-row>input#el_11 {
	width: 340px;
	}
	
.spam .captcha {
	padding-top: 0px;
	width:180px;
	}
	
.forminfo {
	background: #ef0000;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
	color: #ffffff;
	font-weight: bold;
	}
	
.formerror {
	color: #ef0000;
	}
	
#form-module-thanks {
	background: #00a983;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 30px;
	color: #ffffff;
	}



/*---------------------------------------------- 
Entries (News - Detailansicht)
------------------------------------------------*/
.entry-date {
	font-size: 14px;
	}

#entries	{
	width:580px;
	}
	
#entries .entry-title {
	}
	
#entries .entry-intro .moreinfo {
	font-size: 18px;
	}
	
#entries a {
	color: #00a983;
	}
	
#entries a:hover {
	color: #124093;
	}

.entry-single	{
	width:580px;
	}
	
.entry-single .entry-title h1 {
	color:#124093;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
	}

.entry-single .entry-pîc {
	}
	
.entry-single .entry-date {
	margin-top:-15px;
	}
	
.entry-single .entry-intro {
	color: #00a983;
	font-size:18px;
	line-height:22px;
	}
	
.entry-single .entry-text {
	margin-top: 20px;
	}


/*---------------------------------------------- 
Entries (Newsteaser)
------------------------------------------------*/

.entry {
	border-bottom:1px solid #ddd;
	font-size:12px;
	line-height:16px;
	padding-bottom:20px;
	margin-bottom:20px;
	}

.entry-date {
	font-size: 18px;
	color: #777;
	margin-bottom:10px;
	}

.entry-title	{
	margin:0 0 15px 0;
	}

.entry-content {
	width:580px;
	}

.entry-intro {
	font-size:14px;
	line-height:18px;
	}

.moreinfo	{
	color:#00a983;
	}

.moreinfo:hover	{
	color:#124093;
	}


.entry-pic {
	width:180px;
	margin: 0 20px 0 0; /* margin-bottom muss muss hier 0 sein, damit wenn kein Bild vorliegt kein Abstand links neben dem Intro-Text entsteht*/
	float:left;
	}

.entry-pic img {
	min-width:180px;
	}


.intro	{
	margin-bottom:10px;
	color:#00a983;
	font-size:16px;
	font-style:italic;
	}

.teasernav	{
	margin-top:20px;
	}

/*---------------------------------------------- 
Pagination (News)
------------------------------------------------*/
.pagination {
	
	}
	
.next-page {
	
	}
	
.prev-page {
	
	}

.next-page:hover, .prev-page:hover { 
	
	}


/*---------------------------------------------- 
HOME - Entries (News - Detailansicht)
------------------------------------------------*/
.home_news_teaser .entry-date {
	font-size: 14px;
	}
	
.home_news_teaser #entries .entry-title {
	}
	
.home_news_teaser #entries .entry-intro .moreinfo {
	font-size: 18px;
	}
	
.home_news_teaser #entries a {
	color: #00a983;
	}
	
.home_news_teaser #entries a:hover {
	color: #124093;
	}
	
.home_news_teaser .entry-single .entry-title h1 { display:none;
	color: #3b73ae;
	margin-bottom: 15px;
	}
	
.home_news_teaser .entry-single .entry-date {
	margin-top:-15px;
	}
	
.home_news_teaser .entry-single .entry-intro {
	color: #00a983;
	font-size:18px;
	line-height:22px;
	}
	
.home_news_teaser .entry-single .entry-text {
	margin-top: 20px;
	}


/*---------------------------------------------- 
HOME - Entries (Newsteaser)
------------------------------------------------*/

.home_news_teaser .entry {
	border-bottom:1px solid #ddd;
	font-size:12px;
	line-height:16px;
	padding-bottom:20px;
	margin-bottom:20px;
	}

.home_news_teaser .entry-date {
	font-size: 18px;
	color: #777;
	margin-bottom:10px;
	}

.home_news_teaser .entry-title	{
	margin:0 0 15px 0;
	}

.home_news_teaser .entry-content {
	width:500px;
	}

.home_news_teaser .entry-intro {
	font-size:14px;
	line-height:18px;
	}

.home_news_teaser .moreinfo	{
	color:#00a983;
	}

.home_news_teaser .moreinfo:hover	{
	color:#124093;
	}

.home_news_teaser .entry-pic {
	width:240px;
	margin: 0 20px 0 0; /* margin-bottom muss muss hier 0 sein, damit wenn kein Bild vorliegt kein Abstand links neben dem Intro-Text entsteht*/
	float:left;
	overflow:hidden;
	}

.home_news_teaser .intro	{
	margin-bottom:10px;
	color:#00a983;
	font-size:16px;
	font-style:italic;
	}

.home_news_teaser .teasernav	{
	margin-top:20px;
	}

/*---------------------------------------------- 
HOME - Pagination (News)
------------------------------------------------*/

.home_news_teaser .pagination {
	
	}
	
.home_news_teaser .next-page {
	
	}
	
.home_news_teaser .prev-page {
	
	}

.home_news_teaser .next-page:hover, .prev-page:hover { 
	
	}


/* -------------------------------------------------- */
/* Gallery */
/* -------------------------------------------------- */

.gallery {
	position: relative;
	width: 110%;
	margin-bottom:20px;
	}
	
.gallery a {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	}
	
.gallery a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/*---------------------------------------------- 
Gallery + Flexslider
------------------------------------------------*/
.gallery-slider .slides {
	list-style: none !important;
	margin-bottom:-20px;
	}
	
.gallery-slider .slides li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	}
	
.gallery-slider .gallery-list {
	position: relative;
	width: 110%;
	}
	
.gallery-slider .gallery-list a {
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
.gallery-slider .gallery-list a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
	}


/*---------------------------------------------- 
Download bereitstellen
------------------------------------------------*/

.download_bereitstellen	{
	}

.download	{
	margin-top:10px;
	padding:10px;
	background: #fff;
	border:1px solid #eee;
	}

.download-item a img	{
	margin:4px 10px 0 0;
	float:left;
	}


/*---------------------------------------------- 
Spaltenteaser
------------------------------------------------*/

#spalten_teaser .teaserartikel {
	width:260px;
	border-top:1px solid #ddd;
	margin-bottom:7px;
	}

#spalten_teaser .teaser_title h3 { display:none;
	font-size: 18px;
	line-height:22px;
	font-weight: bold;
	color: #124093;
	margin-bottom:10px;
	}
	
#spalten_teaser .teaserdatum {
	font-size: 12px;
	line-height:16px;
	color: #777;
	margin-top:10px;
	}

.teaserlink	{
	font-size: 14px;
	line-height:16px;
	}
	
#spalten_teaser .teaserarchivlink {
	border-top:1px solid #ddd;
	padding-top:10px;
	}

#spalten_teaser .teaserarchivlink a {
	font-size: 14px;
	line-height:16px;
	color: #00a983;
	}

#spalten_teaser .teaserarchivlink a:hover {
	color: #124093;
	}


/*---------------------------------------------- 
Partner (rex4mod - 32 - Produkt/Marke hinzufügen)
------------------------------------------------*/


#partner {
	width: 780px;
	overflow: hidden;
	height: auto; }


.produkt {
	background: #fff;
	width: 240px;
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
	}
	
.produkt .image {
	width:238px; /* 240 -1 -1 */
	height:120px;
	background:#fff;
	overflow:hidden;
	border:1px solid #eee;
	border-bottom:none;
	}

.produkt .image img {
	margin:0 auto;
	width:240px;
	}
	
.produkt .title {
	width: 198px; /* 240 -20 -20 -1 -1 */
	padding: 20px;
	line-height: 18px;
	display: block;
	font-family: Helvetica, Arial, sans-serif; font-size: 14px; /*text-align: center;*/ text-decoration: none; font-weight:bold; color: #499214;
	border:1px solid #eee;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	/*float: right;*/ }
	
.produkt .text {
	width: 198px; /* 240 -20 -20 -1 -1 */
	padding: 20px;
	overflow:hidden;
	font-size: 14px;
	line-height:18px;
	color:#777777;
	background:#fff;
	border:1px solid #eee;
	}

.produkt .text p {
	width: 198px; color:#ff0000;
	}
	
	.produkt a:link 		{ color: #00a983; text-decoration: none; }
	.produkt a:visited		{ color: #00a983; text-decoration: none; }
	.produkt a:active 		{ color: #124093; text-decoration: none; }
	.produkt a:hover		{ color: #124093; text-decoration: none; }


/*---------------------------------------------- 
rex4mod - 00 - Haupttitel
------------------------------------------------*/

.haupttitel_1	{ margin-bottom:20px; }

.haupttitel_2	{ margin-bottom:20px; }

.haupttitel_3	{ margin-bottom:20px; }





/*----------------------------------------------*/


#carousel_galery	{
	width:1200px;
	height: 110px;
	margin: 0 0 0 -10px;
	position: relative;
	}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1200px;
    padding: 0px 0px;
	}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 1200px;
    height: 110px;
	}

.jcarousel-skin-tango .jcarousel-item {
    width: 220px;
    height: 110px;
	margin:0 10px;
	}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	display:block;
    position: absolute;
    top: 45px;	
    left: 1210px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/pfeil_right.png) top center no-repeat;
	}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	display:block;
    position: absolute;
    top: 45px;	
    left: -30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/pfeil_left.png) top center no-repeat;
	}


.jcarousel-skin-tango:hover .jcarousel-next-horizontal:hover {
    background: url(../images/pfeil_right.png) bottom center no-repeat;
	}

.jcarousel-skin-tango:hover .jcarousel-prev-horizontal:hover {
    background: url(../images/pfeil_left.png) bottom center no-repeat;
	}

.jcarousel-prev-disabled { display: none !important; }
.jcarousel-next-disabled { display: none !important; }


/*----------------------------------------------*/


/*---------------------------------------------- 
Spaltenbilder einfügen (Rubrik)
------------------------------------------------*/

.rubrikfoto_bild	{
	margin-bottom:20px;
	}




/*---------------------------------------------- 
Download bereitstellen
------------------------------------------------*/

.download_bereitstellen	{
	}

.download	{
	padding: 10px;
	margin: 10px 0 10px 0; 
	background: #fff;
	border:1px solid #eee; 
	}

.download_bereitstellen h3	{
	font-size: 18px;
	line-height: 22px;
	color:#00a983;
	}

.download-item a	{
	text-decoration:none;
	color:#00a983;
	font-weight:normal;
	}

.download-item a:hover	{
	color:#124093;
	}

.download-item a img	{
	margin:2px 10px 0 0;
	float:left;
	}


/*---------------------------------------------- 
Sitemap
------------------------------------------------*/

/* Allgemein */

.wglLinkTree             				{ margin:0; }
.wglLinkTree *                  		{ margin:0;padding:0 }
.wglLinkTree ul                     	{ list-style-type:none; }
.wglLinkTree li                 		{ list-style:none; }

/* - - - - Sitemap Level 1 - - - - */

.wglLinkTree .navLevel1 { 
	/* border: 1px dotted #5a6571;  */
	margin:0px 0; 
	font-size:22px; line-height:30px;
	padding:5px 0;
	margin:5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}

.wglLinkTree .navLevel1 a       		{ color: #00a983; font-weight:normal; text-decoration: none;}
.wglLinkTree .navLevel1 a:hover    		{ color: #00a983; font-weight:normal; text-decoration: underline;}


/* - - - - Sitemap Level 2 - - - - */

.wglLinkTree .navLevel2 {
	margin-left:20px; padding-left:15px; 
	font-size:16px; line-height:20px;
	background-image: url(../images/line.gif); background-repeat: no-repeat; background-position: left center; }

.wglLinkTree .navLevel2 a        		{ color: #124093; font-weight:normal; text-decoration: none;}
.wglLinkTree .navLevel2 a:hover			{ color: #124093; font-weight:normal; text-decoration: underline;}


/* - - - - Sitemap Level 3 - - - - */

.wglLinkTree .navLevel3 { 
	margin-left:20px; padding-left:40px; 
	font-size:12px; line-height:18px;
	background-image: url(../images/line2.gif); background-repeat: no-repeat; background-position: left center; }
	
.wglLinkTree .navLevel3 a          		{ color: #e5007d; font-weight:normal; text-decoration: none;}
.wglLinkTree .navLevel3 a:hover      	{ color: #e5007d; font-weight:normal; text-decoration: underline;}


/* - - - - Sitemap Level 4 - - - - */

.wglLinkTree .navLevel4 { 
	margin-left:20px; padding-left:65px; 
	font-size:12px; line-height:18px;
	background-image: url(../images/line3.gif); background-repeat: no-repeat; background-position: left center; }

.wglLinkTree .navLevel4 a           	{ color: #777; font-weight:normal; text-decoration: none;}
.wglLinkTree .navLevel4 a:hover       	{ color: #777; font-weight:normal; text-decoration: underline;}


/* - - - - Sitemap Level 5 - - - - */

.wglLinkTree .navLevel5 { 
	margin-left:20px; padding-left:80px; 
	font-size:11px; line-height:15px;
	background-image: url(../images/line3.gif); background-repeat: no-repeat; background-position: left center; }

.wglLinkTree .navLevel5 a           	{ color: #777; font-weight:normal; text-decoration: none;}
.wglLinkTree .navLevel5 a:hover       	{ color: #777; font-weight:normal; text-decoration: underline;}


/* - - - - Sitemap Level 6 - - - - */

.wglLinkTree .navLevel6 { 
	margin-left:20px; padding-left:95px; 
	font-size:11px; line-height:15px;
	background-image: url(../images/line3.gif); background-repeat: no-repeat; background-position: left center; }

.wglLinkTree .navLevel6 a           	{ color: #777; font-weight:normal; text-decoration: none;}
.wglLinkTree .navLevel6 a:hover       	{ color: #777; font-weight:normal; text-decoration: underline;}



	
	
/*---------------------------------------------- 
Gallery
------------------------------------------------*/

#gallery {
	width: 580px;
	overflow: hidden;
	height: auto; }

.gal {
	background: #fff;
	width: 240px;
	margin-right: 20px; margin-bottom: 20px;
	float: left;
	position: relative; }
	
.gal_pic {
	width: 240px;
	/*float: left;*/ }

.gal_pic img {
	min-width: 240px;
	/*float: left;*/ }

.gal .gal_name a {
	width: 198px; /* 240 -20 -20 -1 -1 */
	height: 78px; /* 120 -20 -20 -1 -1 */
	padding: 20px;
	line-height: 18px;
	display: block;
	font-family: Helvetica, Arial, sans-serif; font-size: 14px; /*text-align: center;*/ text-decoration: none; font-weight:bold; color: #499214;
	overflow:hidden;
	border:1px solid #eee;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	/*float: right;*/ }
	
.gal .gal_name a:hover { color:#00a983; }

.gal_details	{ }

.gal_details a	{
	}

.gal_details .gal_name {
	color: #00a983; font-size: 22px; line-height:26px; 
	margin-bottom: 20px; }

.gal_details .video { margin-bottom: 20px; }
	
.gal_details img {
	float:left;
	margin: 0 20px 20px 0;
	}

.gal_details .back { margin: 0 0 20px 0; 	}


.gal_details .back a {
	font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 12px; color: #499214; text-decoration: none; clear:both; }
	
.gal_details .back a:hover { color: #00a983; }

#gallery .gallery_nav {
	float: left;
	width: 100%;
	}
	
#gallery .gallery_nav a {
	width: 30px; height: 30px; line-height: 30px;
	display: block;
	border: 1px solid #eee;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #00a983;
	text-align: center;
	float: left; margin: 2px;
	text-decoration: none;
	background:#fff;
	}

#gallery .gallery_nav a:hover {
	color: #124093;
	border: 1px solid #00a983;
	} 

#gallery .gallery_nav a.active {
	color: #ffffff;
	background:#124093;
	border: 1px solid #0f347a;
	} 


/*---------------------------------------------- 
mod82 - Newsletter An/Abmeldung
------------------------------------------------*/
		
.newsletteranmeldung { margin-bottom: 20px; }

.newsletteranmeldunglogin {
	float:left; /* (1) */
	}

.anmeldung_login_body { 
	background-color: #fff;
	width: 330px; /* 380 -20 -20 */
	padding: 18px; /* 20 -1 -1 */
	color: #777777;
	overflow: hidden;
	height: 100%;
	border:1px solid #eee;
	}

.newsletteranmeldunglogout {
	margin-left: 20px;
	float:left; /* (1)  wenn man das benutzt, dann muss man auch in der Ausgabe ganz am Ende das <div style="clear:left;"></div> lassen! */
	}

.anmeldung_logout_body { 
	background: #fff;
	width: 330px; /* 380 -20 -20 */
	padding: 18px; /* 20 -1 -1 */
	color: #777777;
	overflow: hidden;
	height: 100%;
	border:1px solid #eee;
	}

.newsletteranmeldung p { margin:0px; padding:0px;}

.newsletteranmeldung h2 {
	/* border: 1px solid #000;   */
	font-size: 22px; line-height: 26px; color:#84a113;
	margin-bottom:20px;
	}
	
.newsletteranmeldung h3 {
	/* border: 1px solid #000;   */
	font-size: 22px; line-height: 26px; color:#84a113;
	}

.newsletteranmeldung label {
	font-size:16px;
	line-height:20px;
	color:#777777;
	padding-bottom:3px; 
	display:block; }

.newsletteranmeldung input[type=text] {
	font-family: 'OpenSansRegular', Helvetica, sans-serif;
	font-size: 16px;
	line-height:18px;
	background: #ffffff;
	border: 1px solid #f7ede4;
	color: #918b86;
	width:308px; /* -10 -10 -1 -1 */
	padding: 10px;
	float: left;
	}

.newsletteranmeldung select {
	width: 150px;
	padding: 2px;
	margin-bottom: 10px; }

.newsletteranmeldung .submit {
	font-family: 'OpenSansRegular', Helvetica, sans-serif;
	color: #ffffff;
	background: #005ca9;
	padding: 10px 20px 8px 20px;
	border: none;
	font-size:14px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #499214;
	background: #55ab18; /* Old browsers */
	background: -moz-linear-gradient(top,  #55ab18 0%, #499214 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55ab18), color-stop(100%,#499214)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #55ab18 0%,#499214 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #55ab18 0%,#499214 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #55ab18 0%,#499214 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ab18', endColorstr='#499214',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	margin-top:20px;
	}

.newsletteranmeldung .submit:hover {
	color:#fff;
	border:1px solid #2f5e0d;
	background: #499214; /* Old browsers */
	background: -moz-linear-gradient(top,  #499214 0%, #3c7811 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499214), color-stop(100%,#3c7811)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #499214 0%,#3c7811 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #499214 0%,#3c7811 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #499214 0%,#3c7811 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #499214 0%,#3c7811 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499214', endColorstr='#3c7811',GradientType=0 ); /* IE6-9 */
	}

.button_newsletter {
	width: 225px;
	height:25px;
	margin-top: 25px; }

.button_newsletter a {
	background: url(bg_blue_button.jpg); 
	font-family: Helvetica, Arial, sans-serif; color: #fff; font-weight: bold; text-align: center; font-size: 13px;  height: 25px; line-height: 25px; text-decoration: none;
	width: 225px;
	display: block;
	border: 1px solid #004282; }








/*---------------------------------------------- 
rex4mod - 20 - Suche
------------------------------------------------*/

/* -------- Die Resultatseite -------- */ 

.suche {
	/* border: 1px solid #000000; */
	padding: 0;}

div.suche a:link 	{ color: #b6001e; text-decoration: none; font-weight:bold; }
div.suche a:visited { color: #b6001e; text-decoration: none; font-weight:bold; }
div.suche a:active 	{ color: #87b500; text-decoration: none; font-weight:bold; }
div.suche a:hover 	{ color: #87b500; text-decoration: none; font-weight:bold; }

.suche h1 {
	font-size:14px; font-weight:normal; line-height:18px; color:#87b500; 
	margin-bottom: 10px; }

.suchformular { margin-bottom:20px; display:none;}

.suchhilfe { margin-bottom:20px; display:none; }

.suchhilfe div {
	font-size:11px; 
	background-color:#FFFFFF;
	padding:10px;
	border:1px solid #b6001e; }

.suchresultat { margin-bottom:20px; }

.suchresultat div {
	border-bottom: 1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:5px; }


/* -------- Die Suchbox im Template -------- */ 

.suchbox {display:none;
	/* border: 1px solid #000000; */
	border-bottom:1px solid #ddd;
	padding-bottom:10px; 
	margin-bottom:10px; 
	overflow:hidden; 	/* damit die floats nach der Navi gecleared werden*/
	height:100%;		/* IE6 overflow:hidden hack */
	}
	
input.search {
	border: 1px solid #ddd;
	background-color:#fff;
	width:125px; height:20px;
	float:left;
}	

input.button {
	float:right;
	color:#fff;
	border:1px solid #00a983;
	background: #00c298; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c298 0%, #00a983 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c298), color-stop(100%,#00a983)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c298 0%,#00a983 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c298 0%,#00a983 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00c298 0%,#00a983 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c298', endColorstr='#00a983',GradientType=0 ); /* IE6-9 */
	}

	input.button:hover {
		color:#fff;
		background: #00a884; /* Old browsers */
		background: -moz-linear-gradient(top,  #00a884 0%, #008f70 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a884), color-stop(100%,#008f70)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00a884 0%,#008f70 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #00a884 0%,#008f70 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #00a884 0%,#008f70 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a884', endColorstr='#008f70',GradientType=0 ); /* IE6-9 */
		}









