@charset "UTF-8";

@media all
{
	/* Springende Maedchen, Navigationsbalken, SBW-Logo und min/max. Breiten */
	/* ===================================================================== */
	div#nav	{ margin-right: 190px; padding-bottom: 50px; }
	div#nav_main { border-right: 1px #333333 solid; }
    div#nav_main ul { margin-left: 20px; }
	
	#topnav {
		position:absolute;
		top: 0px;
		right: 5px;
		width: 350px;
		height: 100px;
		padding-top: 5px;
		background-image: url(../../grafiken/kopfstand_oben.png);
		background-repeat: no-repeat;
		background-position: top left;
    }
	
	div#page_margins {
		min-width: 760px;
		max-width: 64em;	/* 1024px bei Standardeinstellung */
		margin-left: auto;
		margin-right: auto;
		background-image: url(../../grafiken/sprung_links.jpg);
		background-repeat: no-repeat;
		background-position: 0 70%;
	}
	
	div#main {
		background-image: url(../../grafiken/handstand_rechts.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	
	
	

	/* Schriften und Farben */
	/* ==================== */
	body {
		background: #cccccc;
		font-family: Verdana, Arial, sans-serif;
	}
	div#page_margins {
		background-color: #ffffff;
	}
	
	div#header, div#nav, div#main {
		/* bei Standardeinstellungen (16px) sollen Texte 11px gross sein: */
		font-size: 0.6875em;  /* vgl. ../yaml/core/base.css body: 100.01% */
	}
	
	h1, h2 			{ font-size: 1.2em; }
	h1 				{ color: #F27D00;
	                  padding-bottom: 10px; }
	
	.note 	        { color: #999999; 	font-size: 0.909em; }

	p#headertext 	{ color: #F27D00; }
	div#footer		{ color: #999999;	font-size: 0.625em; }
	div#footer a 	{ color: #999999; }


	p.changenote 	{ color: #999999; 	font-size: 0.909em; }
	div.odd			{ 
		padding-top: 1.5em;
		padding-bottom: 1em;
		border-bottom: 1px solid #F27D00;
	}
	div.even		{
		padding-top: 1.5em;
		padding-bottom: 1em;
		background: #eee;
		border-bottom: 1px solid #F27D00;
	}
	div.oddevenlast { border-bottom: none; }
	
	div#footer 		{ border-top: 1px #cccccc solid; }
	
	
	
	/* Margins, Paddings etc. f. Standard-Container */
	/* ============================================ */
	p { margin-bottom: 1em; }
		
	div#main, div#footer 	{ padding: 5px; }
	div#header 				{ padding: 20px 5px 5px 5px; }
	p#headertext 			{ margin-top: 5px; margin-bottom: 0; }

	ul#submenu 				{ margin-top: 0; }
	h2.secstart, div.secstart { margin-top: 3em; }

	img.floatleft 		{ float: left; margin-right: 0.5em; margin-bottom: 0.5em; }
	img.floatright 		{ float: right; margin-left: 0.5em; margin-bottom: 0.5em; }
	
  	div#footer p#legallinks	{ float: right; }
  	
  	
	p.paglinks { margin-top: 1em; text-align: center; }
    p.changenote { clear: both; }
	
	
	/* Schulbeweger-Application: Listen*/
	/* ===============================================*/    
	p.errorlist { color: #ff0000; font-weight: bold; }
	form ul.errorlist { margin-left: 0; }
	form ul.errorlist li {
		margin-left: 0;
		list-style: none;
		color: #ff0000;
		font-weight: bold;
	}
	
	div#col1 ul.schulbewegerliste li {
		margin-bottom: 0.25em;
		list-style-image: url(../../grafiken/sbw-bullet.png);
	}
	/* Formulare  */
	form, .button {border:0; margin:0; padding:0;}
	
	.styledformular .spacer{clear:both; height:1px;}
	/* ----------- My Form ----------- */
    .styledformular{
        margin:0 auto;
        padding:14px;
    }

    /* ----------- stylized ----------- */
    .styledformular{
    border:solid 2px #EF7B00;
    margin: 10px 0 10px 0;
    }
    .styledformular h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
    }
    .styledformular p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #EF7B00;
    padding-bottom:10px;
    }
    .styledformular label{
    display:block;
    font-weight:bold;
    clear: right;
    }
    .styledformular .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    }
    .styledformular input{
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #EF7B00;
    margin:2px 0 20px 10px;
    width: 90%;
    }
    .styledformular .button{
    clear:both;
    height:31px;
    border:solid 1px #000000;
    background:#666666 no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    }
    
    .styledformular textarea{
        padding: 4px 2px;
        margin: 2px 0 20px 10px;
        border:solid 1px #EF7B00;
        width: 90%;
    }

    /* Formulare in der Seitenleiste: 200px
       HACK: Wie schafft man es input und textarea gleichrangig behandeln? */
    #col3 .styledformular input, #col3 .styledformular textarea{
        width: 200px;
	}
    
    p.nodata{
        padding: 5px 0 0 5px;
    }

}

