@charset "utf-8";
/* CSS Document */

html
{
		font-size: 100.1%;
		height: 100%;
}

.clear
{
	clear: both;
	float: left;
	height: 1px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding : 0;
	margin : 5px;
	color: #000000;
	font-size: 11px;
	line-height: 1.3em;
}

p
{
	margin: 0;
	padding: 0;
}

/* Bilder Allgemein */

a img
{
	border: none;
}

a
{
	text-decoration: none;
}

/* Link Algemein :hover */
a:hover
{
	text-decoration: underline;
}

.inside
{
	padding: 5px;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}
/* Banner Top */
#banner_top
{
	width: 100%;
	margin: 0;
	padding: 1em;
	overflow: hidden;
	text-align: center;
}

/* Gesamt Layout */
#wrapper
{
	width: 800px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#wrapper_big
{
	width: 980px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

/* Header Gesamt */
#header
{
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/header.png) no-repeat;
	height: 80px;
}

#header_big
{
	width: 980px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/header_big.png) no-repeat;
	height: 80px;
}

/* Logo */
#logo
{
	width: 250px;
	float: left;
	overflow: hidden;
	height: 80px;
}

#logo_big
{
	width: 430px;
	float: left;
	overflow: hidden;
	height: 80px;
}

/* RSS */
#rss
{
	width: 16px;
	height: 16px;
	overflow: hidden;
	float: right;
	margin: 2px;
	padding: 0;
}

#rss a
{
	text-decoration: none;
}

/* Suchfeld */
#search
{
	width: 550px;
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;	
}

.search
{
	border: 2px solid yellow;
	background-color:#A8B3FF;
	margin-left: 5px;
	padding: 16px;
	float: left;
	width: 620px;
}

#mod_search_searchword
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#mod_search_searchword:hover
{
	margin: 0;
	padding: 0;
	color: #000000;
}

#search .inputbox
{
	margin: 0;
	padding: 4px 0 5px 25px;
	background: url(../images/search.png) no-repeat;
	border: none;
	width: 127px;
}

#search form
{
	margin: 0;
	padding: 0;
}

/* Schatten */
#shadow
{
	width: 798px;
	height: 5px;
	float: left;
	background: url(../images/shadow.gif) repeat-x;
	margin-left: 1px;
}

#shadow_big
{
	width: 978px;
	height: 5px;
	float: left;
	background: url(../images/shadow.gif) repeat-x;
	margin-left: 1px;
}

/* Navigationspfad */
#breadcrumb
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #000000;
}

* html #breadcrumb
{
	width: 100%;
	w\idth: 100%;
	padding:  0 0 0 10px;
	padd\ing:  0 0 0 10px;
}

#breadcrumb a
{
	color: #0066CC;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}
/* Linker Teil Gesamt */
#left
{
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#left_bb
{
	width: 680px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#left_big
{
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
}

#left_bbig
{
	width: 980px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Rechter Teil Gesamt */
#right
{
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Banner rechts */
#banner_right
{
	left: 810px;
	top: 200px;
}

#banner_right_big
{
	#border:3px dotted red; 
	font-size:12px;
	left: 990px;
	top: 200px;
}

/* Footer */
#footer
{
	width: 798px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right:  1px solid #CCCCCC;
}

#footer_big
{
	width: 978px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right:  1px solid #CCCCCC;
}

#footer_in
{
	background: url(../images/bg_b_foot.gif) repeat-x;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 5px;
}

#footer h3,
#footer_big h3
{
	font-size: 11px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

#footer ul,
#footer_big ul
{
	margin: 0;
	padding: 0;
}

#footer ul li,
#footer_big ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li a,
#footer_big ul li a
{
	margin: 0;
	padding: 3px 0 3px 15px;
	display: block;
	background: url(../images/pfl.png) no-repeat scroll left center;
}

#footer ul li a:hover,
#footer_big ul li a:hover
{
	background: #F4F4F4 url(../images/pfl.png) no-repeat scroll left center;
}

#footer_end
{
	background:url(../images/tr_foot.gif) no-repeat;
	height: 10px;
	width: 800px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#footer_end_big
{
	background:url(../images/tr_foot_big.gif) no-repeat;
	height: 10px;
	width: 980px;
	float: left;
	overflow: hidden;
	margin-left: 140px;
	padding: 0;
}

/* Copyright */
#copy
{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0%;
}

/* Banner footer */
#banner_foot
{
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
}

/* Joomla */
.componentheading
{
	height: 20px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
	padding: 0 15px;
	margin: 0;
	font-size: 97%;
	font-weight: bold;
}

.contentheading
{
	font-weight: bold;
	font-size: 120%;
}

.small, .createdate, .modifydate
{
	font-size: 9px;
	line-height: 9px;
	color: #666666;
}

#right .moduletable,
#right .moduletable_green,
#right .moduletable_red,
#right .moduletable_black,
#right .moduletable_blue
{
	border: 1px solid #CCCCCC;
	background: #F4F4F4;
	margin: 0 0 15px;
	padding: 0 0 5px 10px;
	overflow: hidden;
	width: 278px;
}

* html #right .moduletable, 
* html #right .moduletable_green,
* html #right .moduletable_red,
* html #right .moduletable_black,
* html #right .moduletable_blue
{
	padding:  0;
	padd\ing:  0;
}


#right .moduletable span, 
#right .moduletable_green span,
#right .moduletable_red span,
#right .moduletable_black span,
#right .moduletable_blue span
{
	padding: 0;
	margin: 0;
}

#right .moduletable h3
{
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 97%;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 10px;
	display: block;
	position: relative;
	left: -10px;
	width: 268px;
}

#right .moduletable_green h3
{
	background: url(../images/h3_modul_green.png) #2e4d80 repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 97%;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 10px;
	display: block;
	position: relative;
	left: -10px;
	width: 268px;
}

#right .moduletable_black h3
{
	background: url(../images/h3_modul_bl.png) #2e4d80 repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 97%;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 10px;
	display: block;
	position: relative;
	left: -10px;
	width: 268px;
}

#right .moduletable_blue h3
{
	background: url(../images/h3_modul_blue.png) #2e4d80 repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 97%;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 10px;
	display: block;
	position: relative;
	left: -10px;
	width: 268px;
}

#right .moduletable_red h3
{
	background: url(../images/h3_modul_red.png) #2e4d80 repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 97%;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 10px;
	display: block;
	position: relative;
	left: -10px;
	width: 268px;
}

* html #right .moduletable h3,
* html #right .moduletable_green h3,
* html #right .moduletable_red h3,
* html #right .moduletable_black h3,
* html #right .moduletable_blue h3
{
	left: auto;
	width: 258px;
	margin-bottom: 0;
}

/* Weiterlesen */
a.readon
{
	text-decoration: none;
	padding-left: 12px;
}

a:hover.readon
{
	text-decoration: underline;
}

/* Pagination */
.pagination
{
	margin: 0;
	padding: 0;
}

ul.pagination 
{
	text-align: center;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

ul.pagination li
{
	list-style: none;
	display: inline;
	margin: 0.4em;
	padding: 0.3em;
	background: #F7F7F7 url(../images/pagenav.gif) repeat-x;
	border: 1px #CCCCCC solid;
	font-size: 90%;
}

* html ul.pagination li
{
	margin: 0.2em;
	padding: 0.2em;
}

ul.pagination li a
{
	margin: 0;
	padding: 0.5em;
	text-decoration: none;
	color: #666666;
	font-size: 90%;
}

ul.pagination li a:hover
{
	text-decoration: none;
	color: #000000;
}

* html ul.pagination li a
{
	padding: 0.2em;
}

/* Login */
#form-login
{
	margin: 0;
	padding: 0;
}

#form-login .input
{
	border: none;
}

#modlgn_username
{
	border: none;
	background: url(../images/input_user.png) no-repeat;
	font-size: 11px;
	margin: 0;
	padding: 4px 0 4px 30px;
	width: 220px;
}

#modlgn_passwd
{
	border: none;
	background: url(../images/input_pass.png) no-repeat;
	font-size: 11px;
	margin: 0;
	padding: 4px 0 4px 30px;
	width: 220px;
}

#form-login ul
{
	margin: 0;
	padding: 0 10px;
}

#form-login ul li
{
	list-style: none;
	display: block;
}

#form-login ul li a
{
	background:url(../images/square.gif) no-repeat left center;
	padding-left: 8px;
	line-height: 16px;
}

#form-login .button
{
	border: none;
	background:url(../images/button.gif) no-repeat;
	margin: 2px;
	padding: 3px 0 5px;
	width: 107px;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
}

#form-login .button:hover
{
	font-weight: bold;
}

/* weitere Artikel */
.blog_more
{
	border: #CCCCCC 1px solid;
	margin: 10px 0;
	padding: 5px;
	background: #F7F7F7;
}

.blog_more ul li
{
	list-style: square;
}

/* Aufzählung */
.contentpane
{
	margin: 0;
	padding: 0;
}

.contentpane ul
{
	margin: 0;
	padding: 0;
}

.contentpane ul li
{
	margin: 10px;
	padding: 0 12px;
	list-style: none;
	background: transparent url(../images/readon.gif) no-repeat scroll left top;
	display: block;
}

a.category
{
	font-weight: bold;
}

.sectiontableheader
{
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}

.sectiontableentry1 a, 
.sectiontableentry2 a
{
	padding-left: 10px;
}

/* Artikel Index */
table.contenttoc
{
	float: right;
	width: 250px;
	background: #F5F5F5;
	border: 1px #CCCCCC solid;
}

table.contenttoc th
{
	font-size: 12px;
	padding-left: 5px;
}

table.contenttoc a
{
	display: block;
	padding: 2px 10px;
	margin: 0 5px;
	background: url(../images/arrow.png) no-repeat left center;
}

table.contenttoc a:hover, .contenttoc a:active
{
	font-weight: bold;
}

.pagenavcounter
{
	font-weight: bold;
}

/* Top Menü */
#top_menu
{
	width: 550px;
	float: left;
	height: 20px;
	overflow: hidden;
}

#top_menu ul
{

	margin: 0.2em;
	padding: 0;
	text-align: right;
}

#top_menu ul li
{	
	display: inline;
	list-style: none;
	margin: 0 0;
	padding: 0 0.5em;
	border-left: 1px solid #ccc;
}

#top_menu ul li a
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-decoration: none;
	color: #666666;
}

#top_menu ul li a:hover, #top_menu ul li#current a
{
	color: #000000;
	text-decoration: underline;
}

/* Menü rechts */
#right ul
{
	padding: 0;
	margin: 0;
	width: 100%;
}

* html #right ul 
{  /* Korrekturen fuer IE 5.x */
	width: 100%;
	w\idth: 100%;
	padding: 0;
	padd\ing: 0;
}

#right ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#right ul li ul 
{
    margin: 0; 
	padding: 0;
}

#right ul li ul li 
{
    margin: 0;
	padding: 0;
}
  
* html #right ul li ul li 
{  /* Korrektur fuer IE 5.x */
    margin-left: 0;
    ma\rgin-left: 0;
}

#right ul li a
{
	display: block;
	background: url(../images/pfl.png) no-repeat scroll left center;
	padding: 3px 16px;
	margin: 0 0;
	text-decoration: none;
}

#right ul li a:hover
{
	text-decoration: underline;
}

#right ul li ul a
{
	display: block;
	background: url(../images/pfl.png) no-repeat scroll left center;
	padding: 3px 16px;
	margin: 0 15px;
	text-decoration: none;
	color: #666666;
}

#right ul li ul li a:hover,
ul li li#current a

{
	text-decoration: underline;
}


#right .moduletable ul li a:hover, 
ul li#current a
{
	text-decoration: underline;
}

/* Menü */
/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

/*--------------------------- LAYOUT ----------------------------*/
#menu
{
	padding: 0;
	margin: 0;
	line-height: 20px;
	width: 100%;
	float: left;
}

#menu ul 
{
	padding: 0;
	margin: 0;
	line-height: 20px;
}

#menu a {
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 5px 20px;
}

#menu li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 202px;
	/*
	 * Using left instead of display to hide menus because display: none isn't
	 * read by screen readers
	 */
	left: -999em;
}

#menu ul ul a { /* sub-links */
	width: 160px;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -42px 0 0 200px;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*--------------------------- VISUAL ----------------------------*/
/* -------- All levels -------- */
/* #menuwrap {
	border-top: 1px solid #666666;
	background: #444444;
}*/

#menu ul, #menu li {
	background-image: none;
	list-style: none;
}

#menu span.separator {
	display:none;
}

/* -------- Top level -------- */
#menu > ul 
{
	padding-left: 20px;
}

#menu > ul > li.active 
{
	color: #FFFFFF;
}

#menu > ul > li:hover,
#menu > ul > li:active,
#menu > ul > li:focus {
	color: #FFFFFF;
}

/* -------- sub-levels -------- */
/*#menu ul ul li 
{

	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #333333;
	margin-bottom: 1px;
}

#menu li ul 
{
	background-color: #555555;
}
*/
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul ul  li:hover,
#menu ul ul  li:active,
#menu ul ul  li:focus {
	color: #FFFFFF;
}
/*old css*/
/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

#menu ul.menu {
	margin: 0; /* all lists */
	padding: 0;
	float: left;
	z-index: 999;
}

#menu ul.menu ul {
	margin: 0; /* all lists */
	padding: 0;
	z-index: 999;
}

#menu ul.menu li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
	position: relative;
	list-style: none;
}

#menu ul.menu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	height: auto;
	w\idth: 15.9em;
}

#menu ul.menu li ul ul {
	margin: -2.1em 0 0 15.9em; /* third-and-above-level lists */
}

#menu ul.menu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#menu ul.menu ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

#menu ul.menu li ul {
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu ul.menu li:hover ul ul, #menu ul.menu li:hover ul ul ul,
#menu ul.menu li.sfhover ul ul, #menu ul.menu li.parentsfhover ul ul, #menu ul.menu li.parent-activesfhover ul ul, #menu ul.menu li.activesfhover ul ul,
#menu ul.menu li.sfhover ul ul ul, #menu ul.menu li.parentsfhover ul ul ul, #menu ul.menu li.parent-activesfhover ul ul ul, #menu ul.menu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#menu ul.menu li:hover ul, #menu ul.menu li li:hover ul, #menu ul.menu li li li:hover ul,
#menu ul.menu li.sfhover ul, #menu ul.menu li.parentsfhover ul, #menu ul.menu li.parent-activesfhover ul, #menu ul.menu li.activesfhover ul,
#menu ul.menu li li.sfhover ul, #menu ul.menu li li.havesubchildsfhover ul, #menu ul.menu li li.havesubchild-activesfhover ul, #menu ul.menu li li.activesfhover ul,
#menu ul.menu li li li.sfhover ul, #menu ul.menu li li li.havesubchildsfhover ul, #menu ul.menu li li li.havesubchild-activesfhover ul, #menu ul.menu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#menu ul.menu li a 
{
	margin: 0;
	padding: 5px 20px;
	display: block;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}

#menu ul.menu li a:hover,
#menu ul.menu li a:active,
#menu ul.menu li a:focus 
{
	color: #FFFFFF;
}

#menu ul.menu li 
{
	margin: 0;
}

#menu ul.menu li:hover,
#menu ul.menu li.sfhover,
#menu ul.menu li.parentsfhover,
#menu ul.menu li.parent-activesfhover {
	color: #FFFFFF;
	background: url(../images/arrow2.png) no-repeat scroll center bottom;
}

#menu ul.menu li.active a,
#menu ul.menu li.active a:hover,
#menu ul.menu li.active a:active,
#menu ul.menu li.active a:focus {
	background: url(../images/arrow2.png) no-repeat scroll center bottom;
	color: #FFFFFF;
}

#menu ul.menu li ul li {
	background: none;
}

#menu ul.menu li ul a {
	border-right: none;
	margin: 0;
	padding: 5px 10px;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
}

#menu ul.menu li.havesubchild,
#menu ul.menu li.havesubchild-active {
	background: url(../images/arrow.png) no-repeat 94% 50%;
}

#menu ul.menu li ul a:hover,
#menu ul.menu li ul a:active,
#menu ul.menu li ul a:focus,
#menu ul.menu ul li:hover,
#menu ul.menu ul li.sfhover,
#menu ul.menu ul li.havesubchildsfhover,
#menu ul.menu ul li.havesubchild-activesfhover,
#menu ul.menu ul ul li:hover,
#menu ul.menu ul ul li.sfhover,
#menu ul.menu ul ul li.havesubchildsfhover,
#menu ul.menu ul ul li.havesubchild-activesfhover 
{
	color: #FFFFFF;
}

#menu ul.menu ul li.active a,
#menu ul.menu ul li.active a:hover,
#menu ul.menu ul li.active a:active,
#menu ul.menu ul li.active a:focus {
	background: none !important;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
}

#menu ul.menu li.active li a,
#menu ul.menu li.active li a:hover,
#menu ul.menu li.active li a:active,
#menu ul.menu li.active li a:focus {
	background: none !important;
	width: 100%;
}

#menu h3 {
	display: none;
}

#menu .moduletable_menu {
	background: none;
	margin: 0;
	padding: 0;
}
/* Umfrage */
#poll .contentpane
{
	padding: 1em;
}

.pollstableborder
{
	width: 100%;
}

.poll
{
	text-align: left;
	margin: 0;
	padding: 0;
}

.poll table
{
	text-align: left;
	width: 100%;
}

.poll td
{
	text-align: left;
}

.sectiontableentry1
{
	background: #E2E2E2;
	height: 18px;
	line-height: 18px;	
}

.sectiontableentry2
{
	height: 18px;
	line-height: 18px;	
}

.poll .button
{
	border: none;
	background:url(../images/button.gif) no-repeat;
	margin: 2px;
	padding: 3px 0 5px;
	width: 107px;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
}

.poll .button:hover
{
	font-weight: bold;
}


/* WERBEBLOCK */
#right .moduletable_text
{
	border: 1px solid #CCCCCC;
	background: #F4F4F4;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	overflow: hidden;
	width: 278px;
}

#right .moduletable_text h3
{
	background: url(../images/h3_modul_red.png) #2e4d80 repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 97%;
	line-height: 20px;
	overflow: hidden;
	padding: 0 10px;
	display: block;
	position: relative;
	left: -10px;
	width: 268px;
}

.bannergroup_text
{
	position: relative;
	left: -10px;
	width: 288px;
	overflow: hidden;
}

/* MODUL 1 */
#modul_1
{
	width: 490px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: -999;
}

#modul_1_big
{
	width: 670px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: -999;
}


/* Modul 2 */
#modul_2
{
	width: 50%;
	float: left;
	margin: 10px 0;
	padding: 0;
}

#modul_2_big
{
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
}

#modul_2 h3, 
#modul_2_big h3
{
	height: 20px;
	line-height: 19px;
	background: url(../images/h3_modul_black.png) no-repeat scroll left center;
	border: 1px solid #CCCCCC;
	padding: 0 15px;
	margin: 0;
	font-size: 97%;
	font-weight: bold;
	color: #0033FF;
}

/* Modul 3 */
#modul_3
{
	width: 50%;
	float: left;
	margin: 10px 0;
	padding: 0;
}

#modul_3_big
{
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
}

#modul_3 h3,
#modul_3_big h3
{
	height: 20px;
	line-height: 19px;
	background: url(../images/modul_red.png) no-repeat scroll left center;
	border: 1px solid #CCCCCC;
	padding: 0 15px;
	margin: 0;
	font-size: 97%;
	font-weight: bold;
	color: #990000;
}

#modul_2 ul, 
#modul_2_big ul,
#modul_3 ul,
#modul_3_big ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#modul_2 ul li, 
#modul_2_big ul li,
#modul_3 ul li,
#modul_3_big ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #F7F7F7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* Modul 4 */
#modul_4
{
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
}

/* Modul 5 */
#modul_5
{
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
}

/* Modul 6 */
#modul_6
{
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
}

/* Newsletter Communicator */
.moduletable_news
{
	background: url(../images/emailbg.png) no-repeat;
	margin-bottom: 15px;
	padding: 5px;
}

.moduletable_news h3
{
	margin-bottom: 15px;
	padding: 5px;
}

#subscriber_email
{
	border: none;
	background: url(../images/input_user.png) no-repeat;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 5px 30px;
	width: 220px;
}

#right .button
{
	border: none;
	background:url(../images/button.gif) no-repeat;
	margin: 2px;
	padding: 3px 0 5px;
	width: 107px;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
}

#right .button:hover
{
	font-weight: bold;
}

.contentpaneopen img
{
	margin: 0 0.5em 0 0;
	padding: 1px;
}

/* Caption overrdies */
.img_caption.left {
float: left;
}

.img_caption.right {
float: right;
margin-left: 1em;
}

.img_caption.left p {
clear: left;
text-align: center;
color: #666;
}

.img_caption.right p {
clear: right;
text-align: center;
color: #666;
}

/* hasTip */
.tool-tip 
{
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	font-size: 0.79em;
	max-width: 200px;
}

.tool-title 
{
	font-weight: bold;
}

.buttonheading img, 
.buttonheading a,
.buttonheading a img
{
	border: none;
	margin: 0;
	padding: 0;
}

body.contentpane 
{
	line-height : 1.2em;
	text-align: left;
}

/* Menu Footer */
#bottom_menu
{
	float: left;
	width: 100%;
	text-align: center;
}

#bottom_menu ul
{
	margin: 0;
	padding: 0;
}

#bottom_menu ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#bottom_menu ul li a
{
	color: #666666;
	font-size: 80%;
	padding: 10px 15px;
}

#bottom_menu ul li a:hover
{
	color: #000000;
}

.twitter
{
	background: url(../images/twiiter.png) no-repeat 0 0;
	height: 64px;
	width: 54px;
	float: left;
	position: fixed;
	right: 5%;
	top: 5%;
}
