/* ######################################################################################################
** # "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: 17.1.07
**  Datei       : schemes/default.sab.css
**  Funktion    : Farbschema für stylewechsel über typo template switcher
**                
**  Checked with http://jigsaw.w3.org/css-validator/ 19.10.07 - DB
*/

@media all
{
/* ######################################################################################################
** ### Hauptelemente:  ##################################################################################
** ######################################################################################################
*/

/* background */
body {
	background-image: url(../../img/sab/sab_bg_2010_0_41_69.gif); 
	background-color: #002945; 
	background-repeat: repeat-x; 
	background-position: left bottom;
	background-attachment: fixed;
}

/* borders at top */
#col1{
	border-top: 4px solid #666;
}
#col3{
	border-top: 4px solid #006699;
	/*background-image: url(../../img/sab/sab_content_bg_eef0f3.gif);*/
	/*background-color: #eef0f3; */
	background-color: #f3f5f8;
	background-repeat: no-repeat; 
	background-position: right top;
}

/* borders at bottom 4px: trickier */
#main {
	background: url(../../img/sab/sab_main_border_bottom_blue.gif) no-repeat bottom left;
	padding-bottom: 4px;
}

/* html elemente */
#col3 h1, #col3 h2, #col3 h3, #col3 h4, #col3 h5{
	color: #006699;
}

/* Auszeichnung lokaler und Externer Links: overwrite defaults from content  */
a, a em.file {color:#006699;}

#footer a {color:#000;}
#footer a:hover {color:#000;}

acronym, abbr {color: #006699; border-bottom:1px dashed #006699;}

/* ##########################
** ### navi  override #######
** ##########################
*/

/* horizontal navigation */
#nav_main .current a {color: #006699;}

/* horizontal navigation */
#site-func .current a {color: #006699;}

/* vertical navigation */
#nav_vertical_text ul li.current {border-top: 1px solid #006699; border-bottom: 1px solid #006699;}
#nav_vertical_text ul li.active  {border-top: 1px solid #006699; border-bottom: 1px solid #006699;}
#nav_vertical_text ul li a:hover {color: #006699;}
#nav_vertical_text li a.a_current {color: #006699; }
#nav_vertical_text li a.a_active {color: #006699; }


/* ##########################
** ### jp page teaser #######
** ##########################
*/

.tx-jppageteaser-pi1-list-entry-link-item a{
	color: #006699;
}

.tx-jppageteaser-pi1-list-entry-link-item a:hover{
	color: #000;
}

.tx-jppageteaser-pi1-browsebox {
	border-top: 3px solid #006699;
	background-color: #dedede; 
}


/* ##########################
** ### csc-frames ###########
** ##########################
*/

div.csc-frame-rulerBefore{
	background: #006699;
}

/* ##########################
** ### contenttable  ########
** ##########################
*/

/* contenttable from tt_content */
table.contenttable tr.tr-0 td{border-bottom: 2px solid #006699 !important; color: #006699; }

/*css style table used the same class for the table */
table.contenttable thead tr td{border-bottom: 2px solid #006699 !important; color: #006699; }


/* ##########################
** ### TYPO3 Mailformular ###
** ##########################
*/
.csc-mailform-label {color: #006699;}
.csc-mailform-submit {
	border: 1px solid white;
	color: #fff;
	background: url(../../img/sab/sab_bg_2010_button.gif) repeat-x left top #002945;
}


/* #############################
** ### tt_news #################
** #############################
*/

/* BROWSEBOX */
.tx-ttnews-browsebox {
	border-top: 1px solid #006699;
}

/* LATEST Ansicht */
.news-latest-item {
	border-top: 1px solid #006699;
}

.news-latest-morelink a {
/*
	border: 1px solid white;
	color: #fff;
	background: url(../../img/sab/sab_bg_2010_button.gif) repeat-x left top #002945;
*/
}

.news-latest-morelink a:hover {
}

/* LIST Ansicht */
.news-list-item {
	border-top: 1px solid #006699;
}


.news-list-morelink a {
/*
	border: 1px solid white;
	color: #fff;
	background: url(../../img/sab/sab_bg_2010_button.gif) repeat-x left top #002945;
*/	
}
.news-list-morelink a:hover {
}


/* SINGLE Ansicht */
.news-single-backlink a{
	border: 1px solid white;
	color: #fff;
	background: url(../../img/sab/sab_bg_2010_button.gif) repeat-x left top #002945;
}
.news-single-backlink a:hover{
}

/* ##############################
** ### tx_indexedsearch #########
** ##############################
*/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	border: 1px solid white;
	color: #fff;
	background: url(../../img/sab/sab_bg_2010_button.gif) repeat-x left top #002945;
}

/* Close @media all - DO NOT DELETE! */
}