/*************************************************************************/
/* styles für afw - print	                                         	*/
/*************************************************************************/
/* inhalt:
/* body, html
/* header -- header mit Logo
/* secnavi -- sekundäre Navi unter dem Header
/* navi -- Hauptnavi links
/* zusatzinfos -- Zusatzspalte rechts
/* inhalt -- Inhaltsspalte
/* angebot -- Inhaltsspalte mit Angeboten
/* footer -- Spalte mit Nutzungsbedingungen / Datenbschutz
/* textformatierungen hx, hr, fazit, liste etc.


/* layout / grundelemente / container ---------------------------------- */
/* body ---------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	font-size: 12pt;
	font-family: times, serif;
         letter-spacing: 0px;
	color: #000;

	background: #307BA5 url(pix/layout/bg_body.gif) repeat-x;
}

/* header -------------------------------------------------------------- */
#header {
        margin: 0px;
        padding: 0px;
        height: 99px;
}

#bg {
        margin: 0px;
        padding: 0px;
        height: 99px;
}

/* logo ---- */
img.logo {
	margin:  27px 0 0 0;
}

/* second navigation (Kontakt / Anfahrt / Impressum) ------------------- */

#secnavi {
         display:none;
}

/* navi ---------------------------------------------------------------- */
#navi {
         display: none;
}

/* inhalt -------------------------------------------------------------- */

#inhalt {
	margin: 12px 0 0 0;
	padding: 6px 5px 26px 4px;
        	background: #D9EBF5 url(pix/layout/bg_box.gif) repeat-x;
         background-position: bottom left;
         border-top: 1px solid #E6F1F5;
}

/* angebote -------------------------------------------------------------- */

#angebote {
	margin: 12px 10px 0 0px;
	padding: 6px 0px 26px 0;
        	background: #D9EBF5 url(pix/layout/bg_box.gif) repeat-x;
         background-position: bottom left;
         border-top: 1px solid #E6F1F5;
         font-size: 107%;
}

/* rechte spalte ------------------------------------------------------- */

#zusatzinfos {
    	padding: 0 10px 0 0;
}

.rahmen {
	margin: 0 0 10px 0;
   	padding: 6px 4px 20px 4px; /*orul*/
        	background: #D9EBF5 url(pix/layout/bg_box.gif) repeat-x;
         background-position: bottom left;
         border-top: 1px solid #E6F1F5;
}

/* footer -------------------------------------------------------------- */

#footer {
         margin: 20px 0 0 0;
         padding: 5px 0 10px 0px;
		font-size: 0.9em;
        color: #fff;
}

#footer ul  {
         list-style-type: none;
         margin: 0 0 0 10px;
         padding: 0;
}

#footer li {
        display: inline;
		margin: 0;
        padding: 0;
}

#footer li a {
	margin: 0;
         padding: 0;
	color: #fff;
	text-decoration: none;
}



/* textformatierungen -------------------------------------------------- */
/* überschriften-------------------------------------------------------- */

h1 {
   	margin: 0;
	padding: 1px 0 1px 4px;
         font-size: 14pt;
	font-weight: bold;
	color: #000;
         background-color: #6BB2DC;
}

#angebote h1 {
   	margin: 0 6px 0 6px;
}

h2 {
	margin: 13px 0 0 0;
   	padding-left: 4px;
   	font-size: 13pt;
	font-weight: bold;
	color: #9b3300;
}

#angebote h2 {
   	padding: 0 0 0 10px;
         margin: 13px 0 0 0;
}
#angebote h2.angebot { /*Detailbeschreibung*/
	margin: 0;
   	padding-left: 10px;
}

#angebote h3 {
	margin: 2px 0 0 0;
	font-size: 12pt;
	font-weight: bold;
	color: #369;
}

/* absätze, span*/
p {
	margin: 0px 0 0 0;
         padding: 5px 0 0 4px; /*orul*/
         line-height: 1.3em;
}

#angebote p {
         padding: 3px 0 2px 10px;
}

#angebote p.beschreibung1 {  /*über Berufstitel h2.angebot*/
         padding: 10px 0 1px 10px;
         font-weight: bold;
}

#angebote p.beschreibung2 { /*unter Berufstitel h2.angebot*/
         padding: 2px 0 0 10px;
         font-weight: bold;
}

.hide {
	display: none;
}

#angebote span {
	font-weight: bold;
         font-size: 85%;
}
#angebote span a {
	text-decoration: none;
}



/* listen */
#inhalt ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 18px;
}

#angebote ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 0px;
         border-top: 1px solid #9b3300;
}
#angebote li {
	padding: 6px 0 6px 10px;
         list-style-type: none;
         border-bottom: 1px solid #9b3300;
}
#angebote li a {
	font-weight: bold;
         letter-spacing: 2px;
}
#angebote li.weiss {
	background-color: #fff;
}
#angebote li.blau {
	background-color: #EFF7FA;
}

#angebote ul.tun { /*anmdelden / bearbeiten*/
margin: 13px 0 0 0;
}

#angebote ul.tun li {
 	background-color: #fff;
         padding-bottom: 7px;
}

#angebote ul.tun li a{
         font-weight: normal;
}

/* Tabelle etc. für die Detailbeschreibung*/
table {
	border-collapse: collapse;
}
td {
	padding: 7px 10px 7px 10px;
	vertical-align: top;
	border-bottom: 1px solid #9b3300;
}

td.detail {
	font-weight: bold;
	width: 135px;
	border-right: 0px solid green;
}

#angebote ul.beruf {
	border: 0;
         margin-top: 15px;
}

#angebote ul.beruf li {
	list-style-type: disc;
	margin: 0 0 0 35px;
	padding: 0;
	border: 0;
}
/* Auswahl bei Kurse */
select {
         margin: 0px;
         padding: 0px;
	font-size: 85%;
}


/* links */
a {
	color: #307EA4;
}

a:hover {
	color: #000;
}

a:visited {
	color: #000;
}

a img {
	border: 0px;
}

/* bilder*/
#inhalt img {
	border: 2px solid #000;
         float: right;
         margin: 15px 0 10px 10px;
}
