/**
 * Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, input, select { font: inherit; font-size: 1em; white-space: normal; }



/**
 * screen
 */

body, th, td, input, textarea, option, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

body {
	color: #000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl {
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	color: #ffaa00;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

h2 {
	color: #ffaa00;
	font-size: 19px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #005AA5;
}

a.link_silent {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}

ul {
	list-style: disc;
}

#container {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	margin-left: 30px;
}

#header {
	height: 90px;
	background: url(../../../images/foerdermanager/header.jpg) no-repeat bottom left;
}

#header h1 {
	height: 90px;
}

#header a {
	display: block;
	width: 100%;
	height: 90px;
	text-indent:-9000px;
}

#breadcrumbs {
	padding: 15px 0 5px 20px;
	margin-left: 260px;
	font-size: 10px;
}

#breadcrumbs ul li {
	display:inline;
}

#sidebar_left {
	clear:left;
	float: left;
	width: 242px;
	padding: 0;
	margin: 0;
}


#mainnavi {
	width: auto;
	font-size: 12px;
	padding: 20px 0 20px 0;
	background: #F5EBC3;
	border-right: 1px solid #DBCFAB;
	border-bottom: 1px solid #DBCFAB;
}

#sidebar_left form {
	font-size: 12px;
	padding: 20px;
	background: #F5EBC3;
	border-right: 1px solid #DBCFAB;
	border-bottom: 1px solid #DBCFAB;
}

#mainnavi li {
	list-style: none;
	margin: 0;
}

#mainnavi li:hover {
	background-color: #FFF;
}

#mainnavi li a {
	color: #000;
	display: block;
	text-decoration: none;
	background: url(../../../images/foerdermanager/nav_inactive.png) no-repeat 20px center;
	padding: 5px 20px 5px 40px;
}

/* ie6 fix: close gap between list items */
#mainnavi li a {
	display:inline-block;
}

#mainnavi li.active a {
	background: url(../../../images/foerdermanager/nav_active.png) no-repeat 20px center;
}


#maincontent {
	margin: 0 0 0 260px;
	padding: 20px;
	background: #F0F0F0 none repeat scroll 0 0;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}

#maincontent li {
	margin-left: 30px;
	padding-left: 5px;
}

#footer {
	float:left;
	width:100%;
	margin-top: 30px;
	color: #aaa;
	font-size: 12px;
	padding: 10px 0 0 0;
	border-top: 1px solid #d2d2d2;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.hidden {
	display: none;
}


/**
 * Content Styles
 */

.text_image {
	width:100%;
	margin-bottom: 20px;
}

* html .text_image {
	width:auto;
}

.text_image_left img {
	float: left;
	padding: 0 20px 10px 0;
}

.text_image_right img {
	float: right;
	margin-right: -8px;
	padding: 0 8px 9px 20px;
}

* html .text_image_right {
	padding: 0 8px 6px 20px;
}

*+html .text_image_right {
	padding: 0 8px 6px 20px;
}

* html .img_fullwidth {
	width:100%;
	float:left;
}


/**
 * info box
 */

.alertbox {
	background:#F8FAFC url(../../../images/foerdermanager/information.png) no-repeat scroll 10px 10px;
	border-bottom:2px solid #B5D4FE;
	border-top:2px solid #B5D4FE;
	margin:2em 0;
	padding:0 10px 0 40px;
}

.alertbox .topcorner {
}

.alertbox .contentbox {
	padding-top:10px;
}

.alertbox .contentbox h3 {
	color: #000;
	margin: 0 0 10px 0;
}

.alertbox .bottomcorner {
}

* html .alertbox .bottomcorner {
}

.alertbox_warning {
	background: lightyellow url(../../../images/foerdermanager/error.png) no-repeat 10px 10px;
	border-top: 2px solid orange;
	border-bottom: 2px solid orange;
}

.alertbox_warning a {
	color:darkorange;
}



/**
 * sitemap
 */

#maincontent ul.sitemap {
	margin: 0;
	padding: 0;
}

#maincontent ul.sitemap li {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 0;
}

#maincontent ul.sitemap a {
	color: #333;
}

form {
	margin: 1px 0 10px;
	padding: 1px 0 0 0;
}

form div {
	margin-bottom: 10px;
}

form label {
	float: left;
	width: 80px;
}

form .col2 {
	padding-left: 80px;
}

form .btn {
	color:#000000;
	background:#DDDDDD;
	font-weight:bold;
	text-decoration: none;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #EEEEEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0 0 5px 0;
	padding:4px 6px !important;
}

form .btn:hover {
	border-top: 1px solid #999999;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #999999;
}

.input {
	background: #f3f3f3;
	border: 1px solid #999;	
}

.input:active,
.input:focus {
	background: #f9f9f9;
	border: 1px solid #333;	
}

form div.error {
	background: #fde1e1;
	padding: 10px;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
}


/* gallery */

ul.gallery {
	padding: 0;
	margin: 0 0 10px 0;
}

#maincontent .gallery li {
	display: inline;
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}

.gallery img {
	padding: 0 5px 5px 0;
	margin: 0 0 0 0;
}


/**
 * clearfix for triple teaser
 */

.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden}

.clearfix{display:block}

* html .clearfix{height:1%}
*+html .clearfix{height:1%}


/**
 * wysiwyg text
 */

.text_wysiwyg {
	margin:0;
}


/**
 * triple teaser
 */

.triple_teaser {
}

.triple_teaser .teaser_onethirdwidth {
	background: #fafafa;
	float:left;
	width:137px;
	border: 1px solid #D2D2D2;
	height:215px;
	padding:10px;
	margin-right:6px;
	overflow:hidden;
}

/* ie6 */
* html .triple_teaser .teaser_onethirdwidth {
	width:136px;
}

.triple_teaser .teaser_onethirdwidth_last {
	margin-right: 0;
}

.triple_teaser .teaser_onethirdwidth h3 {
	color: #ffaa00;
}

.triple_teaser .teaser_onethirdwidth img {
	display: none;
}


/**
 * <span class="button"><input type="submit" value="" /></span>
 */

span.button {
	margin-left:30px;
	padding: 0;
	height: 30px;
	background: url(../../../images/foerdermanager/buttons/button_right.png) no-repeat right top;
	text-decoration: none;
	display:block;
}

/* ie6 */
* html span.button {
	margin-left:0;
}

span.button input,
span.button a {
	text-decoration:none;
	padding: 6px 19px 14px 35px;
	margin-left:-30px;
	height: 34px;
	color: #333;
	background:transparent url(../../../images/foerdermanager/buttons/button_left.png) no-repeat left top;
	border: 0;
	cursor: pointer;
	width: auto;
	display:block;
	white-space:nowrap;
}

/* ie6 */
* html span.button a {
	margin-left:0;
}

/* ie6 */
* html span.button input {
	margin-left:0;
	padding: 8px 4px 12px 25px;
}

/* ie7 */
*+ html span.button input {
	margin-left:-60px;
	padding: 8px 4px 12px 25px;
}

span.button a:hover {
	text-decoration:none;
}

span.button a.next {
	background:transparent url(../../../images/foerdermanager/buttons/button_next.png) no-repeat left top;
}

span.button input.login {
	background:transparent url(../../../images/foerdermanager/buttons/button_login.png) no-repeat left top;
}

span.button input.next {
	background:transparent url(../../../images/foerdermanager/buttons/button_next.png) no-repeat left top;
}


