/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 19.1.07
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte und TYPO3-spezifische Änderungen der content.css
**
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

/* Open @media all - DO NOT DELETE! */
@media all
{

/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
**

/* ### Überschriften, Fließtexte ###################################################################### */



#col2_content {margin-top:40px; border:1px /*dotted*/ solid #eb7705;}
#col2_content p {color:#eb7705 !important; padding:3px 6px !important; margin:0 0 20px 0!important; line-height:1.5em !important; font-size:0.89em !important;}
#col2_content ul {font-size:0.89em !important}
#col2_content h1 {border:0px dotted #eb7705 !important;}

/*
#col2 p.redbox a:hover {background-color:#ffffff; text-decoration:underline}



#col3 ul.browsebox {margin-bottom:30px;}
#col3 ul.browsebox li {display:inline; padding-right:10px;}



#col2 ul {margin:0 0 0.8em 0.8em; padding:0; list-style:none; font-size:0.95em;}
#col2 ul li {display:block; margin:0 0 0.3em 0; padding:0;}
#col2 ul li a, #col2 ul li a:visited {
	color:#EB7705 !important;
	background-image: url(../../user_upload/icons/col2_li_a.gif) !important; 
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding-left: 1.2em;
}
#col2 ul li a:hover {
	color:#EB7705 !important;
	background-image: url(../../user_upload/icons/col2_li_a_hover.gif) !important; 
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	background-color:#fff;
	padding-left: 1.2em;
	text-decoration:none;
}

#col2 ul li a.download, #col2 ul li a:visited.download {
	color:#EB7705 !important;
	background-image: url(../../user_upload/icons/col3_dl.gif) !important; 
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding-left: 1.2em;
}
#col2 ul li a:hover.download {
	color:#EB7705 !important;
	background-image: url(../../user_upload/icons/col3_dl_hover.gif) !important; 
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	background-color:#fff;
	padding-left: 1.2em;
	text-decoration:none;
}






/* Close @media all - DO NOT DELETE! */
}
/* ##########################
** ### Accessible menu ######
** ##########################
*/
@media screen, print {
.mainMenu dfn, #col1_content .hidden {position:absolute; left:-1000em; width:20em;}
}

