/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default screen stylesheet - PAGE-layout type layout
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.1
 * @revision        $Revision: 733 $
 * @lastmodified    $Date: 2012-03-04 19:15:48 +0100 (So, 04 Mrz 2012) $
 */

@media screen {

	/* force vertical scrollbar */
	body {
		overflow-y: scroll;
		background: #f7f6f6 url(../../images/bg_body.png) repeat-x;
		padding: 0 10px 0 25px;
	}
	
	/* Layout Module Configuration & fallback for unsupported media queries */
	.ym-wrapper {
		min-width: 760px;
		max-width: 80em;
		margin: 0 auto;
	}
	.ym-wrapper.schatten {
		background-color: #ecebeb;
		padding-bottom: 16px;
	}	

	.ym-wrapper .ym-wbox { padding: 10px; 
		background-color: #ffffff;
	}

	.ym-wrapper.schatten .ym-wbox { padding: 10px; 
		background-color: #ffffff;
		box-shadow: 0 0 16px #333;
	}
	.ym-wrapper.banner .ym-wbox { padding: 10px; 
		background-color: #ecebeb;
		margin-bottom: 2em;
	}

	/* Basic Element Styling */
	header {
		background: #ff9900 url(../../images/BMBF_Claim.jpg) no-repeat right top;
		color: #ccc;
		height: 125px;
	}

	header h1 {
		background: transparent;
		color: #fff;
	}

	nav {
		background: #222222;
	}

	#main {
	}

	footer {
		margin: 1.5em 0 0 0;
		background: #f9f9f9 url(../../images/bg_footer.png) repeat-x bottom;
		color: #444;
		padding: 1.5em;
		position: relative;
	}

	footer p {
		margin: 0;
		padding: 0;
	}
	

	footer a.top {
		background: url(../../images/button_up.png) no-repeat left center;
		line-height: 27px;
		padding: 5px 5px 5px 35px;
		color: #227241;
	}
	
	.kontakt_wahl li{
		line-height: 3em;
		list-style: none;
		margin: 0;
	}
	
	.kontakt_wahl a.next {
		background: url(/_img/common/gotoLink.png) no-repeat left center;
		line-height: 27px;
		padding: 5px 5px 5px 35px;
		color: #227241;
	}	

	/* Column-Set Configuration: 1-3 (sidebar right) */
	.ym-column {
		display:block;
		overflow:hidden;
		padding-right: 244px;
		width:auto;
	}

	.ym-col1 { /* content */
		float:left;
		width: 100%;
	}

	.ym-col3 { /* sidebar */
		position:relative;
		float:left;
		width: 244px;
		margin-left:0;
		margin-right:-244px;
	}

	.ym-col1 .ym-cbox { padding: 0 0.75em 0 1.5em; }
	.ym-col3 .ym-cbox { padding: 0 0 1em 1em; }

	.ym-gbox { padding: 0 1.5em 0 0; }

	/* skip links styling */
	.ym-skiplinks a.ym-skip:focus,
	.ym-skiplinks a.ym-skip:active {
		color:#fff;
		background:#333;
		border-bottom:1px #000 solid;
		padding:10px 0;
		text-align: center;
		text-decoration:none;
	}

	#slogan {
	    font-weight: 700;
	    height: 52px;
	    margin: 10px 0;
	    position: relative;
	}	
	#slogan .logo{
		background: transparent url(../../images/Logo_Stipendienlotse.png) no-repeat 0 0;
		height: 53px;
		position: absolute;
		left: -44px;
		width:100%;
	}
	#slogan .logo span{
		display: none;
	}
	#slogan .homelink{
		position: absolute;
		left: -20px;
	}
	#slogan .homelink img{
	    height: 45px;
	    width: 275px;
	}		
	#slogan .text{
		background: #ffffff url(../../images/Logo_Stipendienlotse.png) no-repeat right 0;
		height: 53px;
		position: absolute;
		right: 0px;
		line-height: 48px;
		width: 60%;
		text-align: center;
	}
	
	
	.ym-grid.intro {
		background-color: #f0f0f0;
		border: 1px solid #d0d0d0;
	}

	.ym-grid.intro .eyecatcher{
		margin: 20px;
	}
	.ym-grid.intro .eyecatcher img{
		width: 100%;
		max-width: 608px;
	
	}	
	
	.ym-grid.intro .lotse ul {
	    margin: 0;
	    list-style: none;
	}	
	.ym-grid.intro .lotse ul li {
	    margin: 0 0 0.75em 0;
	}
	.ym-grid.intro .lotse img{
		width: 100%;
		max-width: 322px;
	}	
	
	
	.ym-wrapper.banner .ym-gbox{
	    text-align: center;
	    padding: 1em;
	}	
	.ym-wrapper.banner .ym-gbox img{
	    max-width:100%
	}	
	
	.ym-grid.teaser {
		color: #555555;          
		
	}	
	.ym-grid.teaser h3 {
		color: #227241;
		border-bottom: 1px solid #227241;
		padding: 0 10px 10px;
  		font-size: 150%;
    	font-weight: 700;		
	}
	.ym-grid.teaser p {
		padding: 0 10px 10px;
		border-bottom: 1px solid #227241;
		background: transparent url(../../images/bg_teaser.png) repeat-x bottom;
	}	
	.ym-grid.teaser p img{
		padding: 10px 0 0 0;
	}
	
	.ym-grid.teaser .wanka {
		background: transparent url(../../images/StipLot_Start.jpg) no-repeat bottom right;
		border-bottom: 1px solid #227241;
	}
	.ym-grid.teaser .wanka h3{
		margin-right: 120px;
	}	
	.ym-grid.teaser .wanka p{
		background: transparent;
		border-bottom: none;
		margin-right: 100px;
	}	

	.ym-col3 .action,
	.ym-grid .action {
		color: #555555;
		background-color: #fafafa;
		border: 1px solid #d0d0d0;
		padding: 11px 13px;
	}
	.ym-grid.action {
		margin-bottom: 1em;
	}	
	.ym-col3 .action {
		border: 1px solid #93bba2;
	}
	
	.ym-grid.teaser a,
	.ym-col3 .action a,
	.ym-grid.action a {
	    background-color: #E8E8E8;
	    border: 1px solid #A8A8A8;
	    color: #444444;
	    display: block;
	    font-size: 110%;
	    xfont-size: 125%;	    
	    font-weight: 700;
	    padding: 1em 1em 1em 3em;
	    border-radius: 5px;
	    box-shadow: 1px 1px 1px #ffffff inset ;
	    text-shadow: 0 1px 1px #FFFFFF;
	}
	
	.ym-col1 .ym-grid.teaser a,
	.ym-col1 .ym-grid.action a {
		font-size: 125%;
	} 
	
	.ym-col3 .action a {
		padding: .5em 1em .5em 3em;
		margin-top: 1em;
	}
	.ym-col3 .action h4 {
		margin: 0;
		font-size: 125%;
	    font-weight: 700;
	}
	.ym-col3 .action p {
		margin: 1em 0 0;
	}			
	.ym-grid.teaser a{
		max-width:180px;
		margin-top: 1em;
	}
	.ym-col3 .action a.abo,
	.ym-grid.teaser a.abo {
	    background: #E8E8E8 url(../../images/ico_abo.png) 6px center no-repeat;
	}
	.ym-col3 .action a.download,
	.ym-grid.teaser a.download {
	    background: #E8E8E8 url(../../images/ico_download.png) 6px center no-repeat;
	}			
	.ym-grid.teaser a.weiter {
	    background: #E8E8E8 url(../../images/ico_weiter.png) 6px center no-repeat;
	    max-width: 100px;
	    padding: 1em 1em 1em 2.5em;
	}

	.ym-grid.teaser a.faq,
	.ym-grid.action a.faq {
	    background: #E8E8E8 url(../../images/ico_faq.png) 6px center no-repeat;
	}
	
	.ym-grid.action a.search {
	    background: #E8E8E8 url(../../images/ico_search.png) 6px center no-repeat;
	}
	.ym-grid.action a.key {
	    background: #E8E8E8 url(../../images/ico_key.png) 6px center no-repeat;
	}
	
	.ym-grid.action a.blatt40 {
	    background: #E8E8E8 url(../../images/ico_blatt40.png) 8px center no-repeat;
	    padding: 1em 1em 1em 3.5em;
	}
	.ym-grid.action a.mark40 {
	    background: #E8E8E8 url(../../images/ico_mark40.png) 8px center no-repeat;
	    padding: 1em 1em 1em 3.5em;
	}
	.ym-grid.action a.abo40 {
	    background: #E8E8E8 url(../../images/ico_abo40.png) 8px center no-repeat;
	    padding: 1em 1em 1em 3.5em;
	}
	.ym-grid.action a.talk40 {
	    background: #E8E8E8 url(../../images/ico_talk40.png) 8px center no-repeat;
	    padding: 1em 1em 1em 3.5em;
	}		
	
	.ym-grid.action p {
	    margin-top: 0.5em;
	    padding-bottom: 0;
	}
	
	.marginalhead{
		background: #1f944d url(../../images/bg_h2_marginal.png) repeat-x bottom;
	    border: 1px solid #B5B5B5;
	    padding: 7px 10px;
	    box-shadow: 0px 1px 1px #ffffff inset ;
	
	}
	.marginalhead h2{
		color: #ffffff;
		font-size: 110%;
    	font-weight: 700;
    	margin:0;
		text-shadow: 0 1px 1px #333333;    	
	
	}	
	.marginalbox {
	    background-color: #F6F6F6;
	    border: 1px solid #C0C0C0;
	    padding: 10px;
	}
	
	a.button {
	    background-color: #E8E8E8;
	    border: 1px solid #A8A8A8;
	    color: #444444;
	    display: block;
	    font-size: 100%;
	    font-weight: 700;
	    padding: .5em 1em .5em 3em;
	    border-radius: 5px;
	    box-shadow: 1px 1px 1px #ffffff inset ;
	    text-shadow: 0 1px 1px #FFFFFF;
	}

	.collector a.addlink {
	    background: #E8E8E8 url(../../images/ico_add.png) 6px center no-repeat;
	}	
	.collector a.dellist {
	    background: #E8E8E8 url(../../images/ico_delete.png) 6px center no-repeat;
	}
  .collector a.printlist {
	    background: #E8E8E8 url(../../images/ico_print.png) 6px center no-repeat;
	}
	.collector a.abo {
	    background: #E8E8E8 url(../../images/ico_abo.png) 6px center no-repeat;
	}
	
	a.button.korrektur{
		margin-top: 2em;
	    background: #E8E8E8 url(../../images/ico_tools.png) 6px center no-repeat;
	    padding: 1em 1em 1em 3.25em;
	    display: inline-block;
	}

	span.korinfo {
	    display: inline-block;
	    font-style: italic;
	    margin-top: 2em;
	    padding: 1em 11em 1em 0;
	}			
	
	.collector .linklist ul {
	    list-style: none outside none;
	    margin: 5px 0 0 0;
	    padding: 0;
	    border-top: 1px solid #c4c4c4;
	}	

	.collector .linklist ul li {
	    border-bottom: 1px solid #c4c4c4;
	    padding: 3px 3px 8px 3px;
	    position: relative;
	    margin:0 0 5px 0;
	    line-height: 1.25em;
	}				
	.collector .linklist ul li .goto,
	.collector .linklist ul li .del {
	    position: absolute;
	    right: 0px;
	    bottom: 0px;
	    border: 2px solid #F6F6F6;
	}
/*	
	x.collector .linklist ul li a {
	    color: #414141;
	    display: block;
	    background: url(/_img/common/delLink.png) right bottom no-repeat;
		padding-right: 32px;  
	}
	x.collector.news .linklist ul li a {
	    background: url(/_img/common/gotoLink.png) right bottom no-repeat;
	}	
*/

	header a.bmbf img
	{
	    height: 125px;
	    position: absolute;
	    width: 196px;
	}			
	
	.margbox {
		background-color: #f6f6f6;
		border: 1px solid #b5b5b5;
		padding: 12px;
	}
	.margbox p{
		margin-top: 0;
	}	
	
	#accordion {
		margin-top: 2em;
	}
	.faq_q {
	    background: #E8E8E8 url(../../images/faq_open.png) right center no-repeat;
	    border: 1px solid #ABABAB;
	    border-radius: 5px 5px 5px 5px;
	    line-height: 1em;
	    margin-bottom: 5px;
	}
	.faq_q.ui-state-active {
	    background: #186B38 url(../../images/faq_close.png) right center no-repeat;
	}
	.faq_q h3{
		font-size: 110%;
		color: #454545;
    	font-weight: 700;
    	margin: 0;
    	padding: 9px 40px 9px 9px;
    	cursor: pointer;
    	text-shadow: 0 1px 1px #FFFFFF;
	}

	.faq_q.ui-state-active h3{
	    color: #ffffff;
	    text-shadow: 0 1px 1px #186b38;
	}	
	.faq_a p{
    	margin: 0;
    	padding: .5em .5em 1.5em .5em;
	}	
	
	
	
	
	
/* Suchseiten... */

	.invisible {
		display: none;
	}

	.ds_tipp img {
		max-width: 100%;
	}

	.searchmask{
    	background-color: #fafafa;
    	overflow: hidden;
    	padding: 15px 15px 3px;
    	border: 1px solid #c0c0c0;
	}

	.searchmask .fieldset fieldset {
    	background-color: #f7f7f7;
    	overflow: hidden;
    	padding: 0 15px 3px 15px;
    	border: 1px solid #c0c0c0;
    	position: relative;
}
	.searchmask .fieldset .freitext {
    	padding: 0 60px 3px 15px;
}

	.searchmask .fs_desc {
		color: #166b37;
	    font-size: 150%;
	    font-weight: 700;
		line-height: 2em;	    	
	}
	
	.searchmask .chkbox {
		position: relative;	    	
	}
	.searchmask .chkbox input{
		position: absolute;
		top: 0.5em;
		left: 0;
	}		
	.searchmask .chkbox label{
		padding: 0.4em 0 0 1.5em;
		display: block;
	}		

.frm_checkbox {

    height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    position: relative;
    }
.frm_checkbox label{
		padding: 0.1em 0 0 1.5em;
		display: block;   	
	}
		.frm_checkbox input{
		position: absolute;
		top: 0.3em;
		left: 0;
	}		
	
	.searchmask .fieldset select
	{
	    background: none repeat scroll 0 0 #F2F2F2;
	    border: 1px solid #C0C0C0;
	    margin: 0;
	    padding: 3px;
	    width: 100%;
	    margin: 5px 0 2px 0;
	    
	}
	.searchmask .fieldset input.freetext 
	{
	    background: none repeat scroll 0 0 #F2F2F2;
	    border: 1px solid #C0C0C0;
	    margin: 0;
	    padding: 3px;
	    width: 100%;
	    margin: 5px 0 2px 0;
	}

	.searchmask .sf textarea{
		width: 99%;
		background: none repeat scroll 0 0 #F2F2F2;
	    border: 1px solid #C0C0C0;
	    margin: 0 0 1.5em;
	    padding: 3px;
	}	
.searchmask .sf .form_input_long,
.searchmask .sf .form_input_medium{
		width: 66%;
		background: none repeat scroll 0 0 #F2F2F2;
	    border: 1px solid #C0C0C0;
	    margin: 0 0 1.5em;
	    padding: 3px;
	}
	.searchmask .sf .form_input_short{
		width: 16.666%;
		background: none repeat scroll 0 0 #F2F2F2;
	    border: 1px solid #C0C0C0;
	    margin: 0 0 1.5em;
	    padding: 3px;		
	}		

	.searchresult {
	    background-color: #fafafa;
	    border: 1px solid #d0d0d0;
		padding: 0 8px;
	}	
	
	.resultlist {
	    background: none repeat scroll 0 0 transparent;
	    padding: 0;
	}
	
	.resultlist .data {
	    background: none repeat scroll 0 0 #FFFFFF;
	    margin-bottom: 5px;
	    padding: 20px 200px 10px 20px;
	    position: relative;
	    border: 1px solid #dddddd;
	    min-height: 75px;
	}	

	.searchbar {
	    border: medium none;
	    padding: 10px 0;
	}

	.searchbar .anzahl {
    	float: left;
	}
	.searchbar .paging {
    	text-align: right;
	}
	.searchresult h1 {
		color: #4C4C4C;
	}	

	.searchresult h3 {
	    color: #4C4C4C;
	    margin: 0 0 0.5em;
	    text-transform: none;
	    font-weight: 700;
	    font-size: 125%;
	}
	.searchresult ul{
    	margin: 0;
	}
	.resultlist .logo {
	    margin: 10px 10px 10px 12px;
	    position: absolute;
	    right: 0;
	    top: 0;
	}

	.result_header {
	    border-bottom: 1px solid #ABABAB;
	    padding-bottom: 24px;
	    padding-right: 250px;
	    position: relative;
	}		
	
	.result_image {
    bottom: 12px;
    position: absolute;
    right: 0;
}

.toggleSearch {
	margin-bottom: 1em;
}

	.toggleSearch a,
	span.button a,
	input.button {
	    background-color: #E8E8E8;
	    border: 1px solid #A8A8A8;
	    color: #444444;
	    margin: 1em 1em 1em 0;
	    font-size: 110%;
	    font-weight: 700;
	    padding: 1em 1em 1em 3em;
	    border-radius: 5px;
	    box-shadow: 1px 1px 1px #ffffff inset ;
	    text-shadow: 0 1px 1px #FFFFFF;
	}
	
	.toggleSearch a{
		display: block;
		margin:0;
		cursor: pointer;
	}
	.toggleSearch a.maximus{
		background: #E8E8E8 url(../../images/ico_maxi.png) 6px center no-repeat;
	}		
	.toggleSearch a.minimus{
		background: #E8E8E8 url(../../images/ico_mini.png) 6px center no-repeat;
	}		

	input.button.bt_submit {
	    background: #E8E8E8 url(../../images/ico_suche.png) left center no-repeat;
	    color: #ffffff;
	    text-shadow: 0 1px 1px #333333;
	}
	
	input.button.bt_reset,
	span.button.bt_reset a{
		background: #E8E8E8 url(../../images/ico_close.png) 6px center no-repeat;
	}	
	.sf input.button.bt_submit{
		background-image: url(../../images/ico_senden.png); 
	}	

.killbox {
    border: 1px solid #C0C0C0;
    line-height: 35px;
    margin: 1em 0;
    padding: 10px;
}
   
.killbox a.kill_item {
    background: url("../../images/ico_kill.png") no-repeat scroll 2px center #FFFFFF;
    border: 1px solid #A8A8A8;
    color: #444444;
    padding: 4px 5px 3px 29px;
    margin-right: .25em;
}

hr.white_delimiter { border-color: transparent; }

.goBack {
    background: url("../../images/ico_back.png") no-repeat scroll 2px center #FFFFFF;
    display: inline-block;
    margin: 2em 0;
    padding: 1em 1em 1em 3em;
    cursor: pointer;
}
#searchback.goBack{
    background-image: url("../../images/ico_lupe.png");
}


footer .social_bookmarks {
    position: absolute;
    right: 0; top: 0;
    margin: 1.5em;
}
footer .social_bookmarks a{
    display:inline-block;
    width: 27px;
    height: 27px;
    margin-left: .5em;
}
footer .social_bookmarks a.twitter{ background: url("../../images/ico_social.png") no-repeat scroll -5px -4px transparent }
footer .social_bookmarks a.fb{ background: url("../../images/ico_social.png") no-repeat scroll -45px -4px transparent }
footer .social_bookmarks a.wong{ background: url("../../images/ico_social.png") no-repeat scroll -83px -4px transparent }
footer .social_bookmarks a.vz{ background: url("../../images/ico_social.png") no-repeat scroll -123px -4px transparent }

a.tooltip {
	display: block;
}
.shortinfo{
	display: none;
}

#tooltip{
	position:absolute;
	border:1px solid #82ac92;
	background:#fbfdf7;
	padding: 0.5em 1em 0;
	color:#444444;
	display:none;
	max-width: 500px;
	box-shadow: 8px 8px 8px #666;
	}
	
a.help {
    background: url("../../images/ico_help.png") no-repeat scroll 0 0 #E8E8E8;
    height: 31px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 31px;
}	

/* ENDE der Suchseiten... */

.leichte_sprache {
	font-size: 150%;
}

#privacy-note {
    position: fixed;
    bottom: 0px;
    z-index: 75000;
    width: 100%;
    background: rgba(0,0,0,0.8);
	color: #ffffff;
	margin: 0 -10px 0 -25px;
	
}
#privacy-note {
    display: none;
}
#privacy-note a {
	color: #59bb0b;
}

#privacy-note .note {
    position: relative;
	padding: 24px 148px 24px 16px;
	font-size: 125%;
}


.inputerror{
	color: #c60a0a;
	font-weight: bold;
}
	
	/* ENDE STANDARD LAYOUT */
}

#privacy-note .privacy-note-ok {
    position: absolute;
    right: 0px;
    text-decoration: none;
    bottom: 42px;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    color: #000000;
    font-size: 1em;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 40px;
    font-weight: bold;
}

/* reset fallback values in modern browsers */
@media screen and ( min-width: 0px ) {
	.ym-wrapper {
		min-width: 0px;
	}
}

@media screen and ( max-width: 1024px ) {

	#privacy-note .note {
		position: relative;
		padding: 24px 180px 24px 36px;
	}

	#privacy-note .privacy-note-ok {
		right: 36px;
	}

}

@media screen and ( max-width: 740px ) {

	/* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1 */
	.linearize-level-1,
	.linearize-level-1 > [class*="ym-g"],
	.linearize-level-1 > [class*="ym-col"] {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}

	.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"],
	.linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}

	nav .ym-hlist ul {
		padding-right: 10px;
	}

	.ym-searchform {
		display:block;
		float: none;
		width: auto;
		padding-right: 10px;
		text-align: right;
	}

	.ym-searchform input[type="search"] {
		width: 14%;
	}

}

@media screen and ( max-width: 480px) {

	.ym-wbox {
		padding: 0;
	}

	header {
		
	}

	header h1 {
		font-size: 1.5em;
		line-height: 1em;
		margin: 0;
	}

	footer,
	#main,
	.ym-searchform,
	nav .ym-hlist ul {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-2 */
	.linearize-level-2,
	.linearize-level-2 > [class*="ym-g"],
	.linearize-level-2 > [class*="ym-col"] {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}

	.linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"],
	.linearize-level-2 > [class*="ym-col"] > [class*="ym-cbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}

	.ym-searchform,
	nav .ym-hlist ul,
	nav .ym-hlist li {
		display:block;
		float: none;
		width: auto;
		text-align: left;
	}

	.ym-searchform input[type="search"] {
		width: 75%;
	}
	

}
@media only screen and (max-width: 1150px) {
 	#slogan .text {
    		font-size: 75%;
  		}
	}

.einstellung {
	padding: 0 4em 0 2em;
	}

.einstellung p {
	font-size: 11pt; 		
		}
article.ym-g66.ym-gl {
    width: 59%;
    border: 2.5px solid red;
    margin-bottom: 2%;
}

.infotext {	
    border: 1px solid red;
    height: 54%;
    right: 3px;
    top: 5px;
    transform: translateY(-8%);
    padding: 12px 3px 0px 0px;
    font-size: 90%;
}
