/* Die Stiftung Schl&auml;gel und Eisen - CSS V1.0 - bluplane.com
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
color: #666666;
/*background: url(../images/body_bg.jpg) repeat-x top #353535;*/
background: #71716E;
margin: 0 auto;
}

/** Logo
==============================================================================*/
#logo {
	padding-top: 40px;
}

#logo img {
	float: left;
}

#logo h1 {
	margin: 55px 0 20px 270px;
	font-size: 48px;
	color: #ede5c5;
	}
	
#logo h2 {
	margin-left: 272px;
	font-size: 18px;
	color: #ede5c5;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

#content img, #content2 img {
border: 1px solid #d0d0d0;
padding: 1px;
}

a img {
border: none;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}

.hiddencontent {
display:none;
}

.highlight {
background:#ff0;
}

/** Headings
==============================================================================*/

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

h1 {
font-size: 28px;
line-height: 36px;
color: #8f1b1e;
margin: 0 0 30px 0;
font-weight: normal;
}

h2 {
font-size: 18px;
line-height: 18px;
color: #8f1b1e;
margin: 0 0 10px 0;
font-weight: normal;
}

h2.section {
font-size: 16px;
line-height: 16px;
padding-bottom: 8px;
margin-bottom: 8px;
color: #8f1b1e;
text-transform: uppercase;
background: url(../images/section_title_bg.jpg) repeat-x bottom;
font-weight: bold;
}

#rightcol h2.section {
margin-bottom: 0px;
}

h3 {
font-size: 14px;
color: #333333;
margin: 0 0 10px 0;
font-weight: normal;
}

/** Links
==============================================================================*/

a:link {
color: #8f1b1e;
text-decoration: none;
}

a:visited {
color: #8f1b1e;
text-decoration: none;
}

a:hover {
color: #d23838;
text-decoration: none;
}

a:active {
color: #d23838;
text-decoration: none;
}

/** Buttons
==============================================================================*/

.btnsm {
display: block;
height: 31px;
width: 150px;
}

.btnsm a, .btnsm a:visited, .btnsm a:active {
display: block;
padding: 4px 0 0 0;
text-align: center;
color: #d8d1b4;
}

.btnsm a:hover {
color: #eee6c7;
}

.red {
background: url(../images/red_btn_bg.gif) no-repeat;
}

.grey {
background: url(../images/grey_btn_bg.gif) no-repeat;
}

/** Main Container
==============================================================================*/

#container {
width: 960px;
margin: 0 auto;
}

/** Navigation
==============================================================================*/

ul#nav {
clear: both;
float: left;
list-style-type: none;
margin: 20px 0 10px 0;
}

ul#nav li {
float: left;
margin: 0 0 0 20px;
}

ul#nav li a {
color: #d8d1b4;
display: block;
}

ul#nav li a:hover {
color: #ede5c5;
}

ul#nav li#current a {
color: #ffffff;
padding: 0 8px 0 8px;
background-color: #252525;
}

/** Header
==============================================================================*/

#header {
float: left;
width: 960px;
}

#header2 {
float: left;
width: 960px;
height: 83px;
background: url(../images/header_bg.jpg) repeat-x;
}

* html #header2 { /*IE6 only*/
     margin-bottom: -10px;
  }
  
*+html #header2 { /*IE7 only*/
     margin-bottom: -10px;
  }
  
#header2 h1 {
position: relative;
top: 25px;
left: 20px;
width: 630px;
}

/** Tabs
==============================================================================*/

ul#tabs li {
display: block;
float: left;
height: 83px;
}

ul#tabs li a {
float: left;
display: block;
height: 54px;
width: 210px;
text-align: center;
font-size: 18px;
padding: 30px 0 0 0;
background: url(../images/tab_bg.jpg) no-repeat 0 0;
color: #aaaaaa;
}

ul#tabs li a:hover {
background: url(../images/tab_bg.jpg) no-repeat 0 -84px;
color: #666666;
}

ul#tabs li a.selected {
background: url(../images/tab_bg.jpg) no-repeat 0 -168px;
color: #666666;
}

#one, #two, #three {
float: left;
width: 920px;
height: 274px;
padding: 20px;
}

#one {
background: url(../images/willkommen_bg.jpg) no-repeat;
}

#two {
background: url(../images/foerderansatz_bg.jpg) no-repeat;
}

#three {
background: url(../images/stifter_werden_bg.jpg) no-repeat;
}

.tabcontent {
float: right;
width: 310px;
margin: 30px 0 0 0;
}

.tabcontent h1 {
	margin: 0 0 20px 0;
}

.tabcontent p {
	line-height: 1.4em;
}

#slidernav {
float: left;
}

#slides {
float: left;
height: 274px;
width: 920px;
}

#slidernav span, .jFlowPrev, .jFlowNext {
color: #4f4840;
cursor: pointer;
}

#slidernav span.jFlowSelected {
color: #F00;
}

/** Search
==============================================================================*/

#search {
float: left;
width: 330px;
height: 83px;
background: url(../images/search_bg.jpg) no-repeat top right transparent;
padding: 0;
}

#search fieldset {border:none;}

#searchfield {
position: relative;
top: 27px;
left: 17px;
width: 273px;
height: 22px;
margin: 2px 0 0 0;
padding: 3px 0 0 20px;
border: 1px solid #99937b;
background: url(../images/search_icon.jpg) no-repeat #ffffff 6px 6px;
}
#search #startsearch {
display: none;
}

/** Content
==============================================================================*/

#content {
float: left;
width: 920px;
padding: 20px;
background: url(../images/content_footer_bg.jpg) no-repeat bottom #f1f0e9;
}

#content2 {
float: left;
width: 940px;
padding: 0 0 20px 20px;
background: url(../images/content_footer_bg.jpg) no-repeat bottom #f1f0e9;
}

#content2 ul, #content2 ol, #content2 dl {
padding: 0 0 0 20px;
margin: 0 0 20px 20px;
}

#content2 img.right {
margin: 0 0 20px 20px;
}

#content2 img.left {
margin: 0 20px 20px 0;
}

#articles {
float: left;
width: 190px;
font-size: 12px;
line-height: 16px;
margin: 0 20px 0 0;
}

.date {
float: left;
width: 20px;
padding: 5px;
margin: 0 10px 5px 0;
font-size: 10px;
text-align: center;
color: #333333;
background: url(../images/date_bg.jpg) repeat-x bottom #999999;
border: 1px solid #888888;
text-transform: uppercase;
}

#aboutus {
float: left;
width: 380px;
font-size: 12px;
line-height: 16px; 
}

#aboutus img {
margin-bottom: 5px;
}

.more, #backtotop {
text-align: right;
background: url(../images/section_title_bg.jpg) repeat-x top;
text-transform: uppercase;
font-size: 10px;
}

#testimonial {
float: right;
width: 310px;
}

#rightcol #testimonial {
float: left;
width: 290px;
margin: 20px 0 0 0;
}

#quote {
width: 250px;
padding: 30px;
font-size: 12px;
font-style: italic;
color: #808072;
background-color: #e4e4c9;
margin: 0;
}

#rightcol #quote {
width: 230px;
}

#name {
color: #808072;
background: url(../images/testimonial_tail.jpg) no-repeat 20px 0;
text-align: left;
padding: 5px 0 0 70px;
font-size: 12px;
margin: 0;
}

/** Left Column
==============================================================================*/

#leftcol {
float: left;
width: 590px;
padding: 20px 0 0 0;
}

.thumbs {
float: left;
margin-bottom: 20px;
}

.tn {
float: left;
margin: 0 4px 4px 0;
}

/** Breadcrumbs
==============================================================================*/

#breadcrumb {
float: left;
width: 590px;
font-size: 11px;
margin: 0 0 20px 0;
background: url(../images/section_title_bg.jpg) repeat-x bottom;
}

#breadcrumb a {
padding: 0 6px 6px 6px;
margin: 0;
text-transform: uppercase;
}

/** Right Column
==============================================================================*/

#rightcol {
float: right;
width: 290px;
padding: 20px 20px 0 20px;
background: url(../images/rightcol_bg.jpg) repeat-x;
min-height: 516px;
height: auto !important;
height: 516px;
}

/** Sub Nav
==============================================================================*/

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

ul#subnav li a {
display: block;
width: 290px;
padding: 2px 0 2px 10px;
background: url(../images/section_title_bg.jpg) repeat-x bottom;
}

ul#subnav li#subcurrent a {
	background: #fff;
}

/** Sponsor
==============================================================================*/
.sponsor img {
	margin-top: 10px;
}

/** Footer
==============================================================================*/
#footer {
float: left;
width: 920px;
padding: 10px 20px 30px 20px;
}

#footer p {
color: #333;
font-size: 11px;
}

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

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

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

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

/** Extra
==============================================================================*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.imagecontainer{
clear: left;
}

.imagecontainer .imagefloatbox{
float: left;
width: 320px;
}

* html .imagecontainer p{ /* IE 3px jog hack*/
height: 1%;
}

.imagecontainer p{
margin-top: 0;
margin-left: 321px;
}


/** Form
==============================================================================*/

form { margin-bottom: 1.6em; }
form div { margin-bottom: .8em; }
#leftcol fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { font-weight: bold; font-size:1.2em; padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
label { font-weight: bold; }
textarea, input { padding: .4em .4em .16em .4em; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #03925c; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }

br {
clear: left;
}

#submit {
margin: 10px 0 20px 0;
padding-right: 130px;
float: right;
width: 151px;
height: 32px;
border: none;
}

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url(../images/cross.gif) no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }


.selectnav { display: none; }

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {


		.js #nav { display: none; }
		.js .selectnav { display: block; }
  		
		.selectnav {
		    background: url('../images/down_arrow_select.jpg') no-repeat scroll right center #DDDDDD;
		    height: 34px;
		    overflow: hidden;
		    width: 300px;
		    margin: 30px 0 15px 15px;
		}

		.selectnav select {
		    background: transparent;
		    border: 1px solid #CCCCCC;
		    font-size: 16px;
		    height: 34px;
		    padding: 5px;
		    width: 100%;
		}

		#container {
		width: 100%;
		}
		
		#header {
		float: none;
		width: auto;
		}
		
		#header2 {
		float: none;
		width: auto;
		height: auto;
		background: url('../images/header_bg.jpg') repeat-x;
		}
		
		#header2 h1 {
			width: auto;
			margin-bottom: 60px;
			color: #ede5c5;
			font-size: 28px;
			left: 0;
			padding-left: 20px;
		}
		#logo img {
			display: none;
		}
		
		#logo h1 {
			margin: 0 0 20px 20px;
			font-size: 40px;
			line-height: 40px;
			}
			
		#logo h2 {
			margin-left: 20px;
			font-size: 18px;
		}

		#content2 h1 {
		font-size: 20px;
		line-height: 30px;
		}
		
		#search {
		display: none;
		}
		
		#content {
		float: none;
		width: auto;
		}
		
		#content2 {
		float: none;
		width: auto;
		}
		
		#leftcol {
		float: none;
		width: auto;
		padding-right: 20px;
		}
		
		#rightcol {
		float: none;
		width: auto;
		min-height: 516px;
		height: auto !important;
		height: 516px;
		}
		
		#footer {
		float: none;
		width: auto;
		}

		.imagecontainer .imagefloatbox {
			float: none;
			width: auto;
		}
		.imagecontainer p {
			margin-left: 0;
		}
		
	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
