@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

body {background:#eee url(../img/bg_gradient.gif) repeat-x top; padding-top:10px;}

/* ####################################
** ### Borders around page ############
** ####################################
*/


#page{border:0px #014f7c solid; background:#fff;}				/* #667 */
#page_margins {border:0px #014f7c solid; width:990px; margin:auto;}	/* #889 */





/* ####################################
** ### Header #########################
** ####################################
*/

#header {position:relative; height:80px; color:#fff; background:#fff}
#header img {position:absolute; top:20px; left:10px; font-size:208%;}

#banner {position:absolute; top:10px; right:10px; z-index:10;}
#banner img {position:relative; top:0px; left:0px; font-size:100%;}


#header div.tx-macinasearchbox-pi1 {position:absolute; bottom:10px; right:10px; font-size:11px; z-index:15;}

#topnav {top:20px; font-size:13px; z-index:15;}


/* ### Auszeichnung lokaler und Externer Links ### */
#topnav a {color:#000;}
#topnav a:hover{}


/* ####################################
** ### jppageteaser ###################
** ####################################
*/

/* ### Ersatz für Default-Stylesheet der Erweiterung jp_pageteaser ### */
.tx-jppageteaser-pi1 {}
.tx-jppageteaser-pi1-browsebox {margin-top: 10px; padding-top: 3px; border-top: 1px solid #ccc;}

/* List View */
.tx-jppageteaser-pi1-list {}
.tx-jppageteaser-pi1-list-entry {clear: both;}
.tx-jppageteaser-pi1-list-entry-description {margin-top: 10px;}
.tx-jppageteaser-pi1-list-entry-image img {float: left; margin: 10px 20px 10px 0px; border: 1px solid #000;}
.tx-jppageteaser-pi1-list-entry-link-item {margin-top: 5px; margin-bottom: 2px;}
.tx-jppageteaser-pi1-list-entry-creation-date,
.tx-jppageteaser-pi1-list-entry-change-date {position: absolute; bottom: 4px; right: 0px; font-size: 9px; font-weight: normal; color: #999;}

.tx-jppageteaser-pi1-browsebox {text-align: center;}
.tx-jppageteaser-pi1-browsebox-show-results {}
.tx-jppageteaser-pi1-browsebox-browse-links {}
.tx-jppageteaser-pi1-browsebox-show-results-number {}
.tx-jppageteaser-pi1-browsebox-disabled-link {}
.tx-jppageteaser-pi1-browsebox-inactive-link {}
.tx-jppageteaser-pi1-browsebox-active-link {}

/* ####################################
** ### Ersatz für deprecated css ######
** ### styles in Typo3 4.5       ######
** ####################################
*/

.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.align-justify {text-align: justify;}

.indent {display: block; margin: 1.12em 40px;}
}

