/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.0.1
**  Dateiversion: 23.12.05 
**  
**  Datei       : schriften_und_farben.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
*/

@media all
{
body { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFE1E2;}

h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; display:block; }

h1
{
	font-size: 1.1em;
	font-weight: bold;
	color: #F6B403;
	background: inherit;
	margin: 0.4em 0 0.5em 0;
	border-bottom: 1px #ccc solid;
	letter-spacing: 0.2px;
}
h2 {font-size: 1.0em; font-weight:bold; color: #fff; background-color: #006699;   margin:0.2em 0 0.5em 0; padding: 0.3em; }
h3 {font-size: 1.0em; font-weight:bold; margin:0.4em 0 0.3em 0;}
h4 {font-size: 1.1em; font-weight:bold; color: #F6B403;  margin:0.4em 0 0.5em 0;}
h5 {font-size: 0.8em; color: #F6B403;   margin:0.4em 0 0.5em 0; border-bottom: 1px #ccc solid;}

#teaser h1 {font-size: 1.2em; }

#col1_content h1 {color: #222; }

p,ul {line-height: 1.2em;
color: #FFFFFF;}
p {line-height: 1.2em; margin: 0 0 1em 0;
color: #FFFFFF;}

strong,b {font-weight: bold;}
em,i { font-style:italic; }

em.mono { 
	font-family: curier, monospace;
	font-style: normal;
	padding:0 0.3em 0 0.3em;
	background:#f4f4f4;
	border: 1px #ccc solid;

}

em.file { 
	font-family: curier, monospace;
	font-style: normal;
	padding:0 0.3em 0 0.3em;
	padding-left: 14px;
	color: #000099;
	background: transparent url('../img/icons/file.gif') no-repeat left;
}

blockquote {
	font-family: curier, monospace;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f0;
	border-left: 8px #ccd solid;
}

blockquote.css { color: #000; background: #f0f0f4 url("../img/bg_css.gif") no-repeat top right;}
blockquote.xhtml {color: #000; background: #f0f0f4 url("../img/bg_xhtml.gif") no-repeat top right;}
blockquote.hint { font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; color: #666; background: transparent; border: 0;}

hr {
	color: #000;
	background:inherit;
	border-top: 1px dotted #ccc;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

a.dl_link {
	display:block;
	width: 155px;
	height: 34px;
	padding: 0;
	margin: auto;
	background-color: transparent;
	background-image: url(../img/yaml2_download_button.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
}

a.dl_link:hover {
	background-color: transparent;
	background-position: 0px -40px;
	text-decoration: none;
}

.bluebox {
	color:#000;
	background: #f0f0f6; padding: 2px; border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}

.bluebox p {
	padding: 0px 8px 0 8px;
}

.text
{
	
	text-align: justify;
}

.auswahl
{
	width: 230px;
	border-color: black;
	border-width: thin;
	border-style: solid;
}

.vnamerider
{
	color: rgb(69, 69, 69);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.nnamerider
{
	color: rgb(159, 0, 2);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.ridersite
{
    color: rgb(69, 69, 69);
	font-size: 10px;
	text-transform: uppercase;
}

.podcomp
{
	color: rgb(69, 69, 69);
	font-size: 10px;
	text-transform: capitalize;
}



/* ######################################################################################################
** ### Auszeichnung lokaler und Externer Links ##########################################################
** ######################################################################################################
*/

a, a em.file { color: #D15600;
	text-decoration: none;}
a:hover { color: #D15600; text-decoration:underline;}

#footer a { color: #669; }
#footer a:hover {background-color: #eef; }
a.fatlink:link
{
	color: #D15600;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.fatlink:visited
{
    color: #D15600;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.fatlink:active
{
   color: #D15600;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.whitelink:link
{
	color: #111111;
	text-decoration: none;

}

a.whitelink:visited
{
   color: #111111;
	text-decoration: none;
	
}

a.whitelink:active
{
	color: #111111;
	text-decoration: none;
}

a.whitelink:hover
{
    color: #111111;
	text-decoration: underline;

}

a.movlink:link
{
	color: rgb(159, 0, 2);
	text-transform: capitalize;
	text-decoration: none;
	margin: 0 0 0 5px;
}

a.movlink:visited
{
  color: rgb(159, 0, 2);
   text-transform: capitalize;
	text-decoration: none;
		margin: 0 0 0 5px;

	
}

a.movlink:active
{
	color: rgb(159, 0, 2);
	text-transform: capitalize;
	text-decoration: none;
		margin: 0 0 0 5px;

}

a.movlink:hover
{
   color: rgb(159, 0, 2);
    text-transform: capitalize;
	text-decoration: underline;
		margin: 0 0 0 5px;


}

a.movlink2:link
{
	color: rgb(159, 0, 2);
	text-transform: capitalize;
	text-decoration: none;
	margin: 0 0 6px 0;
}

a.movlink2:visited
{
  color: rgb(159, 0, 2);
   text-transform: capitalize;
	text-decoration: none;
		margin: 0 0 6px 0;

	
}

a.movlink2:active
{
	color: rgb(159, 0, 2);
	text-transform: capitalize;
	text-decoration: none;
		margin: 0 0 6px 0;

}

a.movlink2:hover
{
   color: rgb(159, 0, 2);
    text-transform: capitalize;
	text-decoration: underline;
		margin: 0 0 6px 0;


}

a.movlink3:link
{
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 9pt;
}

a.movlink3:visited
{
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 9pt;
}

a.movlink3:active
{
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 9pt;
}

a.movlink3:hover
{
	color: black;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 9pt;
}


}

