/*<![CDATA[*/
/**
 * Layout Style
 *
 * Copyright (c) 2010    die.interaktiven GmbH u. Co. KG
 *                       www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */


/**
 * HTML-Tags
 */

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: left;
	color: #1b1b1b;
	background: #f1f0eb;
	/*background: #f00;*/
}

a
{
	color: #9DB345;
}

hr
{
	color: #9DB345;
	background-color: #9DB345;
}
	
/**
 * allgemeine Seitenstruktur
 */

#bg
{
	width: 100%;
	padding: 0 0 25px 0;
}

#page
{
	width: 980px;
	text-align: left;
	font-size: 0.8em;
	margin: 0 10px;
	padding: 0;
	float: left;
	background: url(../images/page-bg.jpg) top left no-repeat #f1f0eb;
}

html > body #page
{
	margin: 0;
	padding: 0 20px;
}

#head
{
	width: 100%;
	height: 135px;
}

#logo
{
	float: left;
	padding: 50px 0 0 25px;
}

#fontsize-claim
{
	float: right;
	width: 400px;
}

#fontsize
{
	float: right;
	width: 300px;
	padding: 7px 15px 7px 15px;
	background: url(../images/fontsize-bg.jpg) top no-repeat;
}

html>body #fontsize
{
	width: 270px;
}

#fontsize span.label
{
	float: left;
	display: block;
	padding: 4px 0 0 0;
	width: 190px;
	color: #707070;
}

#fontsize a
{
	margin: 0 0 0 2px;
}

#claim
{
	float: none;
	clear: both;
	padding: 60px 0 0 0;
	background: url(../images/austausch-tipps-tools-fuer-vereinsvorstaende.gif) bottom right no-repeat;
}

#body
{
	background: #fff;
}

#mainnav
{
	width: 100%;
	height: 56px;
	background: url(../images/mainnav-bg.jpg) 0 0 no-repeat;
}

#mainnav ul
{
	list-style: none;
	margin: 0;
	padding: 0 10px;
	float: left;
	width: 740px;
}

#mainnav li
{
	float: left;
	margin: 0 1px 0 0;
}

#mainnav li a
{
	color: #fff;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
}

#mainnav li a span
{
	display: block;
	padding: 18px 20px 18px 20px;
}

#mainnav li a:hover,
#mainnav li.active a
{
	background: url(../images/mainnav-item-left-bg.jpg) top left no-repeat #fff;
	color: #000;
}

#mainnav li a:hover span,
#mainnav li.active a span
{
	background: url(../images/mainnav-item-right-bg.jpg) top right no-repeat;
}

#mainnav ul ul
{
	display: none;
}

#login
{
	float: right;
	background: url(../images/mainnav-login-bg.jpg) top right no-repeat;
}

#login:hover, #login.active
{
	background: url(../images/mainnav-item-left-bg.jpg) top left no-repeat #fff;
	color:#000;
}

#login a
{
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	background: url(../images/mainnav-login.gif) 40px center no-repeat;
	cursor: pointer;
}

#login a:hover, #login.active a
{
	color:#000;
	background: url(../images/mainnav-login-active.gif) 40px 23px no-repeat ;
}

#login a span
{
	display: block;
	padding: 20px 0 16px 15px;
	width: 200px;
	text-align: center;
}

#breadcrumb-search
{
	width: 100%;
	background: url(../images/breadcrumb-search-bg.jpg) bottom center no-repeat #fff;
}

#breadcrumb
{
	float: left;
	padding: 18px 0 0 25px;
	font-size: 0.9em;
	color: #000;
}

#breadcrumb a
{
	text-decoration: none;
	color: #707070;
}

#breadcrumb a:hover
{
	color: #7b9905;
}

#search
{
	float: right;
	width: 315px;
	padding: 10px 0 16px;
}

#search input.input.text
{
	float: left;
	width: 175px;
	background: url("../images/search-box.gif") no-repeat scroll left top transparent;
	margin: 1px 0 0 0;
	padding: 6px 5px 7px 30px;
	border: none;
}

html > body #search input.input.text
{
	width: 180px;
	margin:0;
}

#search input.input.submit
{
	float: left;
	margin: 0;
	height: 32px;
	background: url("../images/search-button.gif") no-repeat scroll left top transparent;
	width: 84px;
	border: none;
	border-left: 1px solid #ccc;
}

html>body #search input.input.submit
{
	padding: 5px 0 6px;
	height: 29px;
}


#content
{
	padding: 30px 20px;
	background: #fff;
}

#elements
{
	width: 100%;
}

#colspan-top
{
	float: none;
	clear: both;
	width: 100%;
}

#colgroup-left
{
	float: left;
	width: 615px;
}

#colgroup-left-colspan-top
{
	float: none;
	clear: both;
	width: 100%;
}

#colgroup-left-col-left
{
	width: 200px;
	float: left;
}

#colgroup-left-col-right
{
	width: 400px;
	float: right;
}

#colgroup-left-colspan-bottom
{
	float: none;
	clear: both;
	width: 100%;
}

#col-right
{
	float: right;
	width: 300px;
}

#colspan-bottom
{
	float: none;
	clear: both;
	width: 100%;
}

#footer
{
	width: 100%;
	background: url(../images/footer-bg.jpg) top left no-repeat #fff;
	font-size: 0.85em;
}

#sitemap
{
	padding: 25px;
	width: 615px;
	float: left;
}

#sitemap div.group
{
	float: left;
}

#sitemap div.group div.element.news-footer
{
	padding: 0 20px 0 0;
}

#sitemap div.group div.element.qafooter
{
	padding: 0 20px 0 40px;
}

#sitemap div.group div.element.vereinswissen-footer
{
	padding: 0 20px 0 40px;
}

#sitemap h5.title
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #7b9905;
}

#sitemap ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap li
{
	margin: 4px 0;
}

#sitemap li a
{
	text-decoration: none;
	color: #707070;
}

#sitemap li a:hover
{
	text-decoration: underline;
}

#copyright
{
	float: right;
	width: 313px;
	height: 270px;
	background: url(../images/copyright-bg.jpg) top left no-repeat;
}

#copyright ul
{
	list-style: none;
	margin: 0;
	padding: 40px 0 0 35px;
}

#copyright li
{
	margin: 4px 0;
}

#copyright li a
{
	text-decoration: none;
	color: #707070;
}

#copyright li a:hover
{
	text-decoration: underline;
}

#copyright div.copyright
{
	padding: 48px 40px 0 35px;
	color: #959595;
	line-height: 1.5em;
}

/**
 * Werbezonen
 */

#adzone-top
{
	padding: 0 0 0 452px;
	display: none;
}

#adzone-right
{
	float: left;
	display: none;
}

#adzone-bottom
{
	float: none;
	clear: both;
	display: none;
}

/*]]>*/