html {
/*   height:100%;*/
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #c3eafa url(../images/backgrounds/body.jpg) repeat-x;
	color: #111111;
	margin: 0px 0px 0px 0px;
/*	height: 99%;*/
}

#container_shadow {
	margin-top: 20px;
	/* position: relative; */
	margin-left: auto;
	margin-right: auto;
	width: 988px;

}

body > #container_shadow {
	background-image: url(../images/backgrounds/shadow.png);
	background-repeat:repeat-y;
}

* html #container_shadow {
	z-index:10;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(scaleMethod='crop', src='../images/backgrounds/shadow2.png');
}

#container {
	/* position: relative; */
	margin-left: auto;
	margin-right: auto;
/*	border: 1px #6A6969 solid;*/
	width: 980px;
	background-color: #ffffff;
    z-index: 1;
}
#header {
	background: url(../images/backgrounds/header.jpg) repeat-x;
	height: 82px;
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	width: 350px;
	margin: 0;
}
#logo a {
	text-decoration: none;
    color: #ffffff;
}
#logo a img {
    border: 0;
}

#headerlinks {
	float: left;
	margin: 14px 4px 0 0px;
	width: 600px;
/*	height: 65px;*/
	text-align: right;
}
#headerlinks a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #000000;
	text-decoration: none;
    margin-right: 4px;

}
#headerlinks a:hover {
	color: #009ee0;
    text-decoration: none;
}
#headerlinks img {
	vertical-align:middle;
    border: 0;
    margin-right: 3px;
}
#headerlinks img.menuseparator {
    width: 1px;
    height: 10px;
}

#mainmenu {
	clear: both;
    height: 35px;
	background-image: url(../images/backgrounds/mainmenu.gif);
	background-repeat: repeat-x;
}
#mainmenu ul {
	float: left;
    list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu #mainsearchform {
    float: right;
    background: url(../images/backgrounds/mainmenuform.jpg) no-repeat right;
    height: 35px;
}

#mainsearchform form {
    margin: 0px 10px 0 0;
    padding: 0;
}
#mainsearchform label {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    //top: -1px;
}
#mainsearchform input#searchwords {
    position: relative;
    border: 1px #9EA8B2 solid;
    height: 17px;
    width: 132px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
    top: -1px;
    //top: 0;
}

#mainsearchform input.button {
    position: relative;
    height: inherit !important;
    width: inherit !important;
    border: 0;
    top: 10px;
    //top: 7px;
}
#mainmenu li {
	float:left;
    height: 35px;
}

#mainmenu li.start a.active {
	background-image: url(../images/backgrounds/mainmenu_active.gif);
}

#mainmenu li.start a {
	background-image: url(../images/backgrounds/mainmenu_start.gif);
}

#mainmenu li.start a:hover {
	background-image: url(../images/backgrounds/mainmenu_hover.gif);
}

#mainmenu a {
	float: left;
	display: block;
	height: 24px;
	padding: 10px 13px 1px 13px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/backgrounds/mainmenu.gif);
	background-repeat: repeat-x;
}
#mainmenu a:hover, #mainmenu a.active:hover {
	background-image: url(../images/backgrounds/mainmenu_hover.gif);
/*	color: #E2001A;*/
	text-decoration: underline;
}
#mainmenu a.active {
	background-image: url(../images/backgrounds/mainmenu_active.gif);
/*	color: #EC5E00;*/
	color: #ffffff;
	text-decoration: none;

}

#mainmenu img.menuseparator {
    height: 35px;
    width: 1px;
	margin:0px;
	float:left;
}


#submenu {
	clear: left;
	height: 25px;
	background-image: url(../images/backgrounds/submenu.gif);
	background-repeat: repeat-x;
}
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#submenu li {
    height: 25px;
	float:left;
}

#submenu a {
	float: left;
	display: block;
	height: 18px;
	padding: 6px 8px 1px 8px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
#submenu a:hover {
	background-image: url(../images/backgrounds/submenu_hover.gif);
	color: #ffffff;
	text-decoration: underline;
}
#submenu img.menuseparator {
    height: 2px;
    width: 0px;
    margin-top: 12px;
}
#submenu li.active {
    background: url(../images/backgrounds/submenu_active.gif) repeat-x;
}
#submenu li.active a {
/*	background: url(../images/backgrounds/submenu_active_right.gif) no-repeat right 8px;
	color: #EC5E00;
	color: #000000;
	text-decoration: none;
	font-weight: bold; */
}

#headerpicture {
    height: 176px;
}


#breadcrumb  {
    float: left;
    background:url(../images/backgrounds/breadcrumb.gif) repeat-x;
    height: 18px;
    width: 980px;
	position: relative;
	font-size: 11px;
  	/*list-style: none;*/
	padding: 3px 0px 0px 0px;

}
#breadcrumb .start {
    position: relative;
    float: left;
    height: 18px;
    top: -3px;
    padding: 3px 7px 0 13px;
    /* background:url(../images/backgrounds/breadcrumb_start.jpg) no-repeat; */
    color: #ffffff;
    /* font-weight: bold; */
}
#breadcrumb a {
	color: #009ee0;
	text-decoration: none;
    margin: 0 2px 0 2px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a.active {
	font-weight: bold;
}
#bc_end {
   float: left;
   width: 192px;
   height: 21px;
   /* background:url(../images/backgrounds/breadcrumb_end.jpg) no-repeat; */

}


	#main1 {
		margin:0; padding:0;
		background:url("../images/backgrounds/leftframe.jpg") top left repeat-y;
		}
	#main2 {
		margin:0; padding:0;
		background:url("../images/backgrounds/rightframe.jpg") top right repeat-y;
		}
	#left {
		float:left;
		width:219px;
		margin: 10px 0 0 0;
        padding:0;
        }
	#right {
		float:right;
		width:219px;
		margin: 10px 0 0 0;
        padding:0;
		}
	#middle {
        margin:0 219px;
		}
	.column-in {
		margin:0; padding:1px 0px 1px 7px;
		width:200px;
		}

	.column-in_middle {
		margin:0; padding:10px 0px 1px 0px;
		width:535px;
		}

	.column-in_right {
		margin:0; padding:1px 1px 1px 17px;
		width:190px;

		}

	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}



#footer {
	clear: both;
	height: 70px;
	background-image: url(../images/backgrounds/footer.gif);
	background-repeat: repeat-x;
	bottom: 0;
	padding: 0;
	color:#ffffff;
	font-size: 11px;
    line-height: 18px;
}

#footer_content {
	padding: 15px 15px 15px 5px;
	float:left;
	height:50px;
}

#footer_start {
	background-image:url(../images/footer_start.gif);
	width:12px;
	height:70px;
	float:left;
}

#footer_end {
	background-image:url(../images/footer_end.gif);
	width:9px;
	height:70px;
	float:right;
}

#footertext {
    float: left;
}
#footertext a:link, #footertext a:visited {
	color:#009ee0;
	text-decoration: underline;
}
#footertext a:hover {
    color: #ffffff;
	text-decoration: underline;
}


#footerlinks {
	float: left;
	margin: 0px 0px 0 0px;
	width: 200px;
	text-align: right;
}
#footerlinks a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #009ee0;
	text-decoration: underline;
    margin-right: 4px;

}
#footerlinks a:hover {
	color:#ffffff;
}
#footerlinks img {
	vertical-align:middle;
    border: 0;
    margin-right: 3px;
}
#footerlinks img.menuseparator {
    width: 1px;
    height: 10px;
}


h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
	color:#009ee0;
    padding-bottom: 4px;
	border-bottom:2px dotted #009ee0;
	padding-top:2px;
	display:inline-block;
    /*margin-bottom: 16px; */
    margin-bottom: 6px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
    /*margin:0;*/
}
h2 a {
    text-decoration: none;
}
h2 a:hover {
    text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top:5px;
}

pre {
	white-space:normal;
}

a {
	color: #009ee0;
}

a img {
    border: 0;
}

#mainfooter {
    clear: both;
    padding: 12px;
}

.button a {
	height: 16px;
	padding: 3px 7px 3px 7px;
	background-color: #EC5E00;
	background-image: url(../images/bgbutton.gif);
	color: #FFFFFF;
	font-weight: bold;
	border: 1px #6A6969 solid;
	text-decoration: none;
}
.button a:hover {
	background-image: url(../images/bgbutton_over.gif);
}

select {
	cursor: pointer;
}
.checkbox, .radio {
	border: 0;
	cursor: pointer;
}
.smalltext {
	font-size: 11px;
}


.block-main {

}

.block-main .title {

}

.block-main .body {

}

.block-right {
    margin-bottom: 20px;
}

.block-right .title {
    font-weight: bold;
    padding: 2px 0 4px 0;
    /*border-bottom: 1px #777777 solid;*/
}

.block-right .body p {
    margin: 0;
    padding: 0;
}

.block-left {
    margin-bottom: 10px;
}

.block-left .title {
    font-weight: bold;
    padding: 2px 0 4px 0;
    /*border-bottom: 1px #777777 solid;*/
}

.block-left .body p {
    margin: 0;
    padding: 0;

}

/* Startseite */

td a {
    color: #000000;
    text-decoration: none;
}

/* Formular */

form {
    /*background-color: #CCE2EF;*/
    border: 1px #999999 dotted;
    background-color: #f1f1f1;
    padding: 10px;
    margin: 5px;
}

form label {
    display: block;
    float: left;
    width: 120px;
    margin: 2px 0 2px 0;
}

form input, form select, form textarea {
    margin: 2px 0 2px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 200px;
    border: 1px #aaaaaa solid;
}

form input.button {
    background: url(../images/backgrounds/button.gif);
    border: 1px #cccccc solid;
    height: 30px;
    width: 80px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

form select {
    width: 120px;
}

form #plz {
    width: 80px;
}

form textarea {
    width: 300px;
    height: 100px;
}

form input.checkbox {
    width: inherit;
}

#foerderung form {
    margin-top: 16px;
}

#foerderung form label, #foerderung form input, #foerderung form select, #foerderung form textarea {
    /*display: inherit;
    float: inherit;*/
    width: inherit;
    margin: inherit;
}
#foerderung form #fdb_gbt, #foerderung form #fdb_brhg, #foerderung form #fdb_qry {
    width: 220px;
}
#foerderung form #fdb_brt, #foerderung form #fdb_art {
    width: 170px;
}
#foerderung form select {
    margin-bottom: 10px;
}

#foerderung form .button {
    width: 120px;
    margin-right: 60px;
}

/* RSS */

.rss_item {
	font-size:12px;
}
#left .rss_item, #right .rss_item {
	font-size:11px;
}

.rss_item .pubdate {
	color:#6f6f6f;
	font-weight:bold;
	padding:2px;
}

#foerdermittel h1 {
    margin-bottom: 16px;
}

#foerdermittel h2 {
    margin: -4px 0 4px 0;
}


/* Schulung */
#schulung h1 {
    margin-bottom: 10px;
}
#schulung table {
    margin-top: 10px;
}

#schulung a {
	color: #009ee0;
}
#schulung td {
    white-space: no-wrap;
}
#schulung td h2 {
    margin: 0;
}

/* Checklisten */
#checkliste ul {
    list-style-image: url(../images/icons/check.gif);
}
#checkliste li {
    margin-top: 10px;
}


/* Allgemeine Meldungen */
.error {
    color: #ff0000;
    border: 1px #ff0000 dotted;
    padding: 10px;
}

/* Pager */
.pager {
	text-align:center;
	/*width: 100%;*/
	margin-top: 10px;
	margin-bottom: 10px;
  //height: 28px;
}

.pager a {
	/*display: block;*/
	border: 1px #666666 solid;
	text-decoration: none;
	text-align: center;
	padding: 2px 4px 2px 4px;
	margin-top: 2px;
	height: 14px;
	color: #ffffff;
	text-decoration: none;
	background-color: #EC5E00;
	background-image: url(../images/bgbutton.gif);
  white-space: nowrap;
}
.pager a:hover {
	color: #ffffff;
	background-color: #FA8725;
	background-image: url(../images/bgbutton_over.gif);
	cursor: pointer;
}
.pager .pager-current {
	white-space:nowrap;
	background-color: #EC5E00;
	border: 1px #666666 solid;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgbutton.gif);
	font-weight: bold;
}
.pager td {
  white-space: nowrap;

}

.pager .pager-previous, .pager-first, .pager-next, .pager-last  {
	margin-left: 3px;
	margin-right: 3px;
}


.pager .pager-list {
	/*float: left;*/
	text-align: center;
	width: 350px;
	white-space:nowrap;
}

#staedteseiten {
	text-align:center;
	color:#666666;
	clear:both;
	padding:10px;
}

#staedteseiten a:link, #staedteseiten a:hover, #staedteseiten a:visited  {
	color:#666666;
	text-decoration:none;
}


