@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
{

#topnav,
.tx-macinasearchbox-pi1,
#nav_main,
#title,
#teaser {
	display: none;
}

#page {
	border-style: none;
}

#page_margins {
	margin-top: 5px;
}

body {
	padding-top: 0px;
	color: #000000;
	font-family: Arial, 'Trebuchet MS', Verdana, Helvetica;
	background-image: none;
	background-color: #ffffff;
}

#header img.headImg1 {
	position: static;
	margin-top: 10px;
}

#header {
	height: 143px;
	background-color: #99CCFF;
	background-image: none;
}

#title-logo {
	height: 50px;
	font-size: 34px;
	font-weight: bold;
	position: absolute;
	left: 118px;
	top: 60px;
	z-index: 4;
}

#title-logo a {
	color: #006699;
	text-decoration: none;
}

#title-logo a:hover {
	text-decoration: underline;
}

#header #banner {
	position: absolute;
	top: 0px;
	left: 535px;
	z-index: 3;
}

#motto {
	position: absolute;
	top: 0px;
	left: 118px;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	height:46px;
	padding:6px;
	width:400px;
	z-index: 4;
}

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

#submenu li a, 
#submenu li strong,
#submenu li ul li a,
#submenu li ul li ul li a  {
	color: #FF6633;
	border-bottom-style: none;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#submenu li a:hover,
#submenu li a:active,
#submenu li ul li a:hover,
#submenu li ul li a:active,
#submenu li ul li ul li a:hover,
#submenu li ul li ul li a:active  {
	color: #FF6633;
	background-color: transparent;
	text-decoration: underline;
}

#submenu li strong {
	text-decoration: underline;
}

#submenu li ul li strong,
#submenu li ul li a,
#submenu li ul li ul li strong,
#submenu li ul li ul li a {
	font-size: 13px;
}

h1 {
	color:#006699;
	font-size:19px;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer {
	background-color: #ffffff;
	padding: 0px;
	border-top-style: none;
	color: #000000;
}

#footermenu {
	border: 1px solid #FF6633;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

#footer a {
	color: #FF6633;
	text-decoration: none;
	font-weight: normal;
}

#footer strong {
	color: #FF6633;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #FF6633;
	text-decoration: underline;
}

tbody th {
	background-color:transparent;
}

thead th {
	background-color:transparent;
	color:#333333;
}

.tx-srfeuserregister-pi1-submit { 
	margin-bottom: 0.5em !important; 
}

}

