/*<![CDATA[*/ 


@import url(style_menu.css);
@import url(style_inhalt.css);
@import url(style_lightbox.css);


/* Allgemein */
html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	color: #393939;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 100.01%;
	font-size: 0.8em;
	
}

a {
	color: #1262a6;
	text-decoration: underline;
}

a:hover {
	color: #af071f;
	text-decoration: underline;
}


form {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 8px 0;
}

h1 {
	font-size: 1.40em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
	color: #005aaa;
}

h2 {
	font-size: 1.15em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
	color: #005aaa;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	padding: 0;
	margin: 0px 0 3px 0;
	color: #272425;
}

h4 {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 10px 0 0;
	margin: 0;
	color: #a2a2a2;
	text-align: right;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #272425;
}

.hr {
	border-bottom: 1px solid #f6f6f6;
	margin: 30px 0;
	padding: 0px;
	background: none;
}

.hr hr {
	display: none;
}

img {
	border: 0;
	/*margin: 0;
	padding: 0;*/
}

table {
	font-size: 1.0em;
	border: 0;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Seitenrahmen */
.seite {
	width: 967px;
	padding: 0;
	margin: 0 auto;
}

.linie {
	float: left;
	display: block;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_linie.gif) top center repeat-x;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Titel */
#titel {
	float: left;
}

#logo-kna {
	float: left;
}


#claim {
	float: right;
	padding: 73px 0 0 0;
	text-align: right;
	letter-spacing: 0.05em;
	color: #636363;
}

.titel-start {
	background: url(images/titel_start.jpg) top right no-repeat;
}

.titel-journalistin {
	background: url(images/titel_journalistin.jpg) top right no-repeat;
}

.titel-interview {
	background: url(images/titel_interview.jpg) top right no-repeat;
}

.titel-zweckziel {
	background: url(images/titel_zweckziel.jpg) top right no-repeat;
}

.titel-kameras {
	background: url(images/titel_kameras.jpg) top right no-repeat;
}

.titel-aktuelles {
	background: url(images/titel_aktuelles.jpg) top right no-repeat;
}

.titel-partner {
	background: url(images/titel_partner.jpg) top right no-repeat;
}

.titel-referenzen {
	background: url(images/titel_referenzen_neu.jpg) top right no-repeat;
}

.titel-foerderbeispiele {
	background: url(images/titel_foerderbeispiele.jpg) top right no-repeat;
}

.titel-bewerber {
	background: url(images/titel_bewerber.jpg) top right no-repeat;
}

.titel-foerderer {
	background: url(images/titel_foerderer_neu.jpg) top right no-repeat;
}

.titel-kontakt {
	background: url(images/titel_kontakt.jpg) top right no-repeat;
}

.titel-impressum {
	background: url(images/titel_impressum_blass.jpg) top right no-repeat;
}



/*//////////////////////////////////////////////////////////////////////////////////*/

/* Footer */
#footer {
	float: left;
	width: 925px;
	margin: 0px 0 10px 0;
	padding: 7px 21px 0 21px;
	font-size: 0.9em;
	color: #636363;
}

#footer p {
	float: right;
}

#footer strong {
	display: none;
}

#footer a {
	text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Meldungen */
.meldung {
	color: #09C112;
	font-weight: bold;
}

.fehler {
	color: #E32500;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Farben */
.rot {
	color: #ec1c05;
}

.blau {
	color: #005aaa;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

#rotator
{
	/*border: 1px solid #000;*/
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 400px;
	height: 300px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 400px;
	height: 300px;
}

/*]]>*/ 