@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 {

A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	font: bold;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	font: normal;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #DCD0CC;
}


h2 {
	font-size: 150%;
	color: #990033
}

body {
	background: #fff;
}

#page {
	background: #fff;
	border: 5px solid #990033;
}

#header {
	height: 120px;
	color: #fff;
	background: #b0a7a3;
}

#header #topnav {
	top: 2px;
	font-size: 0.9em;
	color: #fff;
	background: transparent;
}

#teaser {
	margin: 0;
	padding: 0;
	background: white;
	color: #888;
}

#main {
	background: #fff;
	padding: 0 0;
}

#nav_main {

    /* (en) This image is mainly transparent */

    /* (de) Dieses Bild ist größtenteils transparent */

    background:#b0a7a3 url("../images/sliding_door/round/bg.gif") repeat-x bottom;

    float: left;

    width: 100%;

}

.tx-rgtabs-pi1 {
	background: #b0a7a3;
}

.REboxBlueContent {
	display: block;
	background: #b3a7a3;
	border-left: 1px solid #a29793;
	border-right: 1px solid #a29793;
	padding: 0.5em 1em 0.5em 1em;
	height: 1%;
	overflow: hidden;
}

.rBline2, .rBline3, .rBline4 {
	background: #b3a7a3;
	border-left: 1px solid #a29793;
	border-right: 1px solid #a29793;
}

.rBline1 {
	margin: 0 5px;
	background: #8c827f;
}

.REboxRedContent {
	display: block;
	background: #DCD0CC;
	border-left: 1px solid #b8acaa;
	border-right: 1px solid #b8acaa;
	padding: 0.5em 1em 0.5em 1em;
	height: 1%;
	overflow: hidden;
}

.rRline2, .rRline3, .rRline4 {
	background: #DCD0CC;
	border-left: 1px solid #b8acaa;
	border-right: 1px solid #b8acaa;
}

.rRline1 {
	margin: 0 5px;
	background: #918886;
}

.REboxGreenContent {
	display: block;
	background: #aae5a9;
	border-left: 1px solid #80ad80;
	border-right: 1px solid #80ad80;
	padding: 0.5em 1em 0.5em 1em;
	height: 1%;
	overflow: hidden;
}

.rGline2, .rGline3, .rGline4 {
	background: #aae5a9;
	border-left: 1px solid #80ad80;
	border-right: 1px solid #80ad80;
}

.rGline1 {
	margin: 0 5px;
	background: #70976f;
}

.note {
	background: #98cc98;
	padding: 1em;
	border-bottom: 1px #bdb dotted;
	border-bottom: 1px #dbb dotted;
}

.important {
	background: #990033;
	padding: 1em;
	border-bottom: 1px #ddb dotted;
	border-bottom: 1px #dbb dotted;
}

.warning {
	background: #990033;
	padding: 1em;
	border-bottom: 1px #dbb dotted;
	border-bottom: 1px #dbb dotted;
}

.csc-caption {
	font-size: 0.9em;
	background-color: #DCD0CC;
	padding: 2px;
}

dd.csc-textpic-caption {
	font-style: italic;
	font-size: 0.9em;
	background-color: #DCD0CC;
	padding: 0;
}

#topnav a {
	color: #fff;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
}


td.csc-uploads-fileName p.csc-uploads-description {
	margin: 0;
	font-size: 90%;
	background-color: #dcd0cc;
	padding: 0.3em;
	font-style: italic;
}

#header div.tx-macinasearchbox-pi1 {
	position: absolute;
	top: 25px;
	right: 5px;
	font-size: 11px;
}

#header div.tx-macinasearchbox-pi1 form span {
	display: block;
	font-weight: bold;
	color: #aaa;
}

#header div.tx-macinasearchbox-pi1 form input {
	width: 140px;
	height: 16px;
	font-size: 9px;
}


table.contenttable {font-size:1em; width:100%; }


}