/** {{{ master-layout styles
 *
 */
* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align : center;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background : #94C35F url(img/bg_main.jpg) repeat-x;
}

#centered {
	height: 100%;
	margin : 0px auto;
	width : 653px;
}

#main {
	position : relative;
	margin : 65px 0 10px 0;
	background : white url(img/bg_bottom.jpg) no-repeat center bottom;
	float: left;
	width : 100%;
}
#main.background1 { background-image : url(img/bg_bottom1.jpg); }
#main.background2 { background-image : url(img/bg_bottom2.jpg); }

#head {
	background: transparent url(img/bg_top.jpg) no-repeat center top;
	height: 223px;
	position: relative;
}

#contentWrapper {
	text-align: left;
	margin: 0 20px 20px 20px;
	float:left;
}
* html #contentWrapper {
	/* ie6-bug: ie6 inexpectedly doubles the left-margin of floating elements.
	 * therefore we use a padding instead. */
	margin: 0px;
	padding: 0 20px 20px 20px;
}

#bar_left, #bar_right {
	width:137px;
	height:100%;
}

#bar_left {
	padding-bottom: 100px; /* avoid collision with footer-background */
	float:left;
}
#bar_right {
	padding-bottom: 200px; /* avoid collision with footer-background */
	float: right;
}

#content {
	width: 299px;
	padding: 0px 20px;
	padding-bottom: 120px; /* avoid collision with footer-background */
	float:left;
}

#content.expanded { width: 436px; }
#linksBottom {
	float:right;
	position: relative;
	right: 25px;
	bottom: 50px;
}
#linksBottom a {
	color: white;
	text-decoration: none;
	font-size: 9px;
	margin-right: 5px;
}
#linksBottom a:hover {
	font-weight:bold;
}
br.clear { clear: both;}
/* }}} */

/** {{{ content-area basics and generic styles (h1, h2, etc.)
 */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #006fb5;
	font-weight: bold;
	margin: 1em 0;
}

#content h1 { font-size: 16px; }
#content h2 { font-size: 12px; }
#content h3 { font-size: 11px; }
#content h4 { font-size: 10px; }

#content strong.teasertext {
	display: block;
	margin-bottom: 1em; /* spacing beetween teasertext and maintext */
}

/* {{{ link-styles*/
a img { border: 0px; }
#content a { color: #006FB5; }
#content a.toplink {
	background: transparent url(img/arrow_top_blue.gif) no-repeat left center;
	padding-left: 8px; /* make room for bg-image */
	margin-top: 0.5em;
	float: right;
	color: #006FB5;
	font-size: 9px;
	text-decoration: none;
}

#content a.toplink:hover {
	text-decoration: underline;
}
/* }}} */

/** {{{ enumerations and lists */
#content ul, #content ol {
	margin-left: 20px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#content ul {
	list-style-image: url(img/arrow_right_blue.gif);
}
#content ul li, #content ol li { margin-bottom: 0.5em; }
#content ul li a { color: #006FB5; text-decoration: none; }
#content ul li a:hover { text-decoration: underline; }

/* teasertext for downloads, etc... */
#content ul li p.teasertext a {
	font-size: 10px;
	margin-left: 10px;
	color: black;
	display: block;
}
#content ul li p.teasertext a:hover { text-decoration: none; }
#content ul.list { float: left; } /* extlink- intlink- etc. lists */
#content ul.overview {
	list-style: none ;
	margin-left: 0px;
	float: left;
	width: 100%;
}

#content ul.overview li { width: 148px; float:left; margin-bottom: 20px; height: 100px;}
#content ul.overview li.left { float:left; }
#content ul.overview li.right { float:right; }
#content ul.overview li.containsImage { text-align:center; }

#content ul.overview li a.title { font-size: 10px; font-weight: bold; }
#content ul.overview p.teasertext { font-size: 9px; }
/* }}} */

/* {{{ maintext */
.maintext p {
	margin-top: 0.3em;
}

.maintext ul {
	list-style-image: url(img/arrow_black.gif)
}

.maintext ul li {
	margin-top: 0.5em;
}

.maintext a {
	color: #006FB5;
	font-weight: bold;
}

.maintext img {
	margin-top: 0.7em;
}

.maintext table td {
	padding: 2px;
}
/* }}} */
/* }}} */

/** {{{ head-styles
 * header - general styles
 */
#head ul {
	margin: 0px;
	font-size: 9px;
	text-align: left;
}

#head ul li {
	display: inline;
	padding: 0px;
}

#head ul li a {
	text-decoration: none;
}

/**
 * top-links styles
 */
#head ul#linksTop {
	padding: 17px 21px 0 0;
	text-align: right;
}

#head ul#linksTop li {
	margin: 0 4px 0 0;
}

#head ul#linksTop li a {
	color: #006FB5;
}

#head ul#linksTop li a:hover {
	color: #479FD7;
}

/**
 * topnavi-styles.
 */
#head ul#naviTop {
	font-weight: bold;
	margin: 154px 0px 0px 200px;
}

#head ul#naviTop li {
	margin-right: 20px;
}

#head ul#naviTop li a {
	color: white;
}

#head ul#naviTop li a.active, #head ul#naviTop li a:hover {
	color: #ADC9EB;
}
/* }}} */

/** {{{ teaser-styles
 * note: the order of elements is div.teaser > div.top > div.bottom > div.content
 * width is taken from barLeft/barRight
 */

.teaser {
	display: block;
	background: transparent url(img/bg_box_repeat.jpg) repeat-y center top;
	width:100%;
	margin-bottom: 20px;
}

/* fixes for links in IE7 and Safari3 */
/* text-decoration will be readded if neccessary */
a { text-decoration: none; }
a:visited { text-decoration: none; }
a .teaser { cursor: pointer; }

.teaser span.content { text-decoration: none; }

.teaser .top {
	display: block;
	background: transparent url(img/bg_box_top.jpg) no-repeat center top;
}

.teaser .bottom {
	display: block;
	background: transparent url(img/bg_box_bottom.jpg) no-repeat center bottom;
}

* html .teaser .content {
	/* ie6 doesn't understand min-height but autoexpands elements with height... */
	height: 75px;
}

.teaser .content {
	display: block;
	background: transparent url(img/arrow_teaser_bottom.gif) no-repeat left bottom;
	padding: 30px 8px 10px 8px; /* spacing for the background-images */
	min-height: 75px; /* make sure the box is at least 100px in height. */
	color: white;
}

.teaser .content span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
}

/* standard-teaser styles */
.teaser.intlink .content {}
.teaser.extlink .content {
	padding-bottom:20px;
	text-align: center;
}
.teaser.extlink img {
	margin-top: 15px;
}
.teaser.extlink .content p.teasertext {
	font-size: 10px;
	text-align: left;
}

.teaser.rss .content, .teaser.custom .content {
	background: none;
}
.teaser .content ul {
	list-style-image: url(img/arrow.gif);
}
.teaser .content ul li {
	margin-left: 15px;
	font-size: 11px;
}
.teaser .content ul li a {
	color: white;
	text-decoration: none;
}
.teaser .content ul li a:hover {
	color: white;
	text-decoration: underline;
}

/* special-teaser styles */
.teaser.quickbox .content, .teaser.loginLink .content {
	padding-top: 35px; min-height: 65px;
	text-align: center;
	font-weight: bold;
}

* html .teaser.newsletter .content {
	height: 50px;
}
.teaser.newsletter .content {
	padding-top: 50px; min-height: 50px;
	text-align: center;
	font-weight: bold;
}

.teaser.loginLink .content {
	font-size: 19px;
}

/* subanvi styles */
ul#subnavi {
	list-style: none;
	margin-top: 20px;
	margin-bottom: 40px;
}
ul#subnavi li {
	margin-bottom: 0.7em;
}
ul#subnavi li a {
	color: #93BE69;
	font-weight: bold;
	font-size: 10px;
}
ul#subnavi a:hover { text-decoration: underline; }
ul#subnavi ul {
	list-style-image: url(img/arrow_right_green.gif);
	margin-left: 15px;
}
ul#subnavi ul li a {
	font-weight: normal;
}
/* }}} */

/** {{{ form styles
 *
 */
#content ul.formErrors {
	list-style-image: url(img/arrow_right_red.gif);
	color: #cd1c1c;
	border: 2px #cd1c1c solid;
	padding: 5px 5px 5px 20px;
	margin: 2em 0;
}

#content form { margin-top: 1em; }

form { font-size: 10px; }
form fieldset { border: none; }
form fieldset legend { display: none; }
form label {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 4px 0 0;
}
form select, form input, form textarea {
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	
	width: 184px;
	padding: 1px;
	margin-bottom: 2px;
	border: 1px solid #AAA;
}

form select { width: 188px; }
form textarea { width: 288px; height: 100px;}
form textarea.normalWidth { width: 184px; }

form input.error, form select.error, form textarea.error {
	color: #cd1c1c;
	border-color: #cd1c1c;
}
form label.error { color: #cd1c1c; }
form div.buttons {
	width: 100%;
	margin-top: 0.5em;
}

/* form-article receipt page from article.detail_webform.receipt.tpl */
table.webformReceipt td {
	vertical-align: top;
}

/* }}} */

/** {{{ caledar-styles */
#calendar {
	float: left;
	width: 100%;
	margin: 1em 0;
}
#calendar table {
	float: left;
	margin: 0 20px 0 0;
}
#calendar table tr {}
#calendar table th {
	text-align: center;
	color: white;
	background-color: #94C35F;
	padding: 5px;
}
#calendar table td {
	padding: 4px;
	background-color: #D4EFB3;
}
#calendar table td a {
}

#calendarOverview {
	margin-top: 30px;
}

.calendarEntry {
	margin-bottom: 1em;
}

.calendarEntry .header {
	width: 100%;
	float: left;
	margin: 0.5em 0;
}
.calendarEntry .header .title {
	display: block;
	float: left;
	height: 100%;
}
.calendarEntry .header .date {
	display: block;
	float: right;
	height: 100%;
}
.calendarEntry .moreLink {
	float: right;
}
/* }}} */

#content img {
	margin: 0.5em 0 0.5em 0;
}

span.teaser span.content span {
	margin: 0 0 1em 0;
}

a.login {
	display: block;
	margin: 0pt 0pt 15px 118px;
	float: left;
	clear: both;
}

* html a.login {
	margin: 0pt 0pt 15px 59px;
}

a.login span.login_left {
	width: 9px;
	height: 34px;
	background: url(img/bg_link_login_leftborder.gif) no-repeat;
	float: left;
}

a.login span.login_middle{
	text-decoration: underline;
	background: url(img/bg_link_login_middle.gif) repeat-x;
	height: 18px;
	font-size: 16px;
	color: white;
	padding: 8px;
	font-weight: bold;
	float: left;
}

a.login span.login_right {
	width: 9px;
	height: 34px;
	background: url(img/bg_link_login_rightborder.gif) no-repeat;
	float: left;
}

div.clear { clear:both; }

ul#pgnavi li {
	padding: 0 0 0.5em 0;
	list-style-image: url(img/arrow_right_blue.gif);
}

ul#pgnavi li a {
	color: #006FB5;
	text-decoration: none;
}

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