@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_slidingdoor.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_100_draft.css);

/*#topnav > a {
   color: #0A64A4;
}*/

body {
   background-color: #f9f6eb;
   color: #284cae;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#frontpage {
   text-align: center;
   font-size: 150%;
}

#fronttext {
	margin-left: 40px;
	margin-top: 40px;
	text-align: left;
	width: 80%;
	background-color: #f9f6eb;
}

#header, #footer {
   background-color: #f9f6eb;
}


#header img {
   margin-left: 20px;
}

.page {
   background-color: #f9f6eb;
}

#main {
   background: transparent;
}

#col3 {
   background-color: #dfddff;
}

#col3_content > hr, #col1_content > hr {
   border-bottom-color: #1d3880;
}

#footer {
   border-top: 5px #CBE4F6 solid;
}

#teaser, blockquote {
   background-color: #dfddff;
}

div.hlist {
   background-color: #dfddff;
}

p, li {
   line-height: 1.35em;
}

/*h1, h2, h3, h4 {
   color: #2326A5;
}*/

blockquote {
   color: black;
   /*font-family: "Droid serif", Georgia,"Times New Roman",Times,serif;*/
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   padding: 5px;
   margin-top: 1em;
}

.warning {
   margin-top: 1em;
}

a {
   color: #f76209;
}

a:hover {
   background-color: #eeffbc;
   color: #f76209;
}

a:visited {
   color: #aa4306;
}

@media screen {
	a.hid {
		color:#000;
		text-decoration:none;
		outline-style:none;
	}
	
	a.hid em {
		display:none;
	}
	
	a.hid:hover {
		text-decoration:none;
	}
	
	a.hid:active, a.hid:focus {
		background:#fff;
	}
	
	a.hid:active span, a.hid:focus span {
		display:none;
	}
	
	a.hid:active em, a.hid:focus em {
		display:block;
		color:#555;
		width:100%;
		font-style:normal;
		cursor:default;
	}
}

@media print {
	a.hid span {
		display: none;
	}
	
	a.hid em {
	   color: black;
	}

   a.hid[href]:after {
   	display: none;
   }
}
