@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...
*/

/* Your styles here */

/* @group base.css */

#col3 {
	padding-top: 10px;
}

#teaser {
	background: #ffc875;
	color: #4b4036;
}

#topnav {
	top: 10px;
	right: 10px;
	z-index: 100;
}

/* @end */

/* @group basemod.css */

#header {
	height: 120px;
	background-color: white;
	color: black;
	background-image: none;
}

#header img {
	top: 0px;
	left: 10px;
	font-size: 208%;
	background-color: transparent;
}

#header div.tx-macinasearchbox-pi1 {
	top: 125px;
	right: 10px;
	font-size: 11px;
}

#banner img {
	top: -10px;
	left: 0px;
	font-size: 100%;
}

.upper {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	border-style: none;
	
	margin: 0;
}

.upper iframe {
	padding: 0;
	margin: 0;
	border-style: none;
}

/* @end */

/* @group content.css */

h2 {
	color: #78000b;
	background-color: transparent;
	font-size: 1.5em;
}

h4 {
	margin-bottom: 1em;
	margin-top: 1em;
	color: #000000;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #f0f0f4;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #e0e7f5;
	border-bottom-style: none;
}

a, a em.file {
	color: #78000b;
	text-decoration: none;
}

#topnav a {
	color: #78000b;
}

#topnav a:hover {
	
}

h1 {
	color: #373737;
}

/* @end */

/* @group nav_slidingdoor.css */

#nav_main {
	background-color: white;
}

#nav_main a span {
	color: #e0a23a;
}

/* @end */

/* @group nav_vlist.css */

#submenu li a:focus,  #submenu li a:hover,  #submenu li a:active {
	background-color: transparent;
	color: #78000b;
	font-weight: bold;
}

#submenu {
	border-top-style: none;
}

#submenu li#active, #submenu li strong {
	color: #78000b;
	background-color: transparent;
	border-bottom-style: none;
}

/* @end */

#listView {
	width: 90%;
	background-color: transparent;
}

#listView table {
	width: 100%;
	background-color: #fbe19e;
	border: 1px solid #e0a23a;
}

#listView table td, #listView table th {
	padding-left: 5px;
	border-right-style: none;
}

#singleView {
	border: 1px solid gray;
	background-color: transparent;
	width: 90%;
	margin-left: 10px;
}

#singleView td, #singleView th {
	padding-left: 5px;
}

.tx-maillisttofaq-pi1-listrow {
	margin: 0;
	padding: 0;
	position: relative;
}