@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 */



.bffs_schrift{
	color:#222222;
	position:relative; top:-110px; left:-15px;
	font-family:'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}

.mein_konto {
	position:relative;
	right:-487px;
	bottom:18px;
	display: inline;
	background:#FAFAFA none repeat scroll 0%;
	border:1px solid #CCCCCC;
	color:#B8B8B8;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:8pt;
	font-weight:normal;
	margin-left:1em;
	padding:2px;
	width:56px;
	}
	
div#teaser div.tx-loginboxmacmade-pi2{
	padding:4px;
	text-align:right;
	margin-right:50px;
/*	position:absolute;
	right:200px;
	top:249px;*/
	}
	
div#teaser div.tx-loginboxmacmade-pi2 input{
	/*font-size: 0.8em;*/
	}

div#teaser div.tx-loginboxmacmade-pi2 strong{
	float: right;
	margin: 2px 10px 0 0;
	}

div#teaser div.rootline{
	float: left;
	margin:8px 0pt 4px 10px;
	}

p.note{
	background:#CCCCCC none repeat scroll 0%;
	border-bottom:1px dotted #BBDDBB;
	padding:1em;
	}

#topnav{
	position:absolute;
	top:220px;
	left:720px;
	font-size:13px;
	}
	
#header div.tx-macinasearchbox-pi1 form input{
	height:18px;
	width:170px;
	}

#teaser .selectFontSize{
	float:right;
	margin:6px 10px 0px 10px;
	}
	
#input, textarea{
	background:#FAFAFA none repeat scroll 0% 50%;
	border:1px solid #CCCCCC;
	color:#B8B8B8;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:1px;
	width:auto;
	}

.tx-guestbook-list-entrycomment{
	line-height:1.0em;
	font-size:8pt;
	font-family:Arial;
	}
	
.tx-guestbook-list-entrycomment-title{
	line-height:1.0em;
	font-size:8pt;
	font-weight:bold;
	font-family:Arial;
	}

h1 {
	background:transparent none repeat scroll 0 0;
	border-bottom:2px ridge #004566;
	color:#004566;
	font-size:1.3em;
	margin:1.1em 0 0.5em;
	}

/**
 *	@author			dselinger
 *	@date				012109
 *	@section		Layout wrappers
 *	
 *	Anpassungen für das neue Layout.
 */

body{
	padding-top: 0px;	
	}

#page_margins{
	border: none;
	}
	
#page{
	border: none;	
	}
	
/**
 *	@author			dselinger
 *	@date				020209
 *	@section		Upper Loginbox
 *	
 *	Temporäres verstecken der oberen Loginbox, da dort teilweise kein Login möglich ist
 */

div.tx-loginboxmacmade-pi2{
	visibility: hidden;
	}
	
/**
 *	@author			dselinger
 *	@date				020209
 *	@section		Main Navigation
 *
 *	Einstellungen für die Hauptnavigation
 */
	
#nav_main a:hover{
	color: #FFFFCF;	
	}

}
