@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
{
	
	#teaser{background:#fff none repeat scroll 0% 0%;color:#888888; display:inline}
	/* box style */
	fieldset.csc-mailform .csc-mailform-field label{background: #fff; display:block; width: 200px}
	fieldset.csc-mailform label span{color: red; font-weight: bold; font-size: 10px}
	form#mailform fieldset{background:#fff; border: 0px}
	#submenu{margin: 1em 0pt}
	#page{background: #fff; border: 10px solid #fff}
	ul, ol, dl{margin: 0}
	#header{background: url(../img/banner.jpg) no-repeat}
	body{background-image: none; background-color: #fff; padding: 0;}
	#footer{background-image: none; background-color: #fff; border-top: 1px solid #999;text-align: right; font-size: 8pt}
	#col1_content{padding-left: 0px}
	#col3_content{padding-top: 20px}
	div.tx-felogin-pi1 legend,
	div.tx-felogin-pi1 h3{display:none}
	div.tx-felogin-pi1 div{margin-bottom: 10px}
	
	/* menu 1 */
	#submenu li#active, #submenu li strong {
		background: url(../img/menu-bg.png) no-repeat;
		background-color: #fff;
		background-position: 5px; 5px;
		color: #444444;
		border: 0;
	}
	#submenu a, #submenu strong{
		border: 0;
	}
	#submenu{
		border: 0;	
	}
	
	/*menu 2 */
	#submenu li ul li a{
		background-color: #fff;
	}
	
	/*menu 1 + 2 hover */
	#submenu li ul li a:focus, #submenu li ul li a:hover, #submenu li ul li a:active,
	#submenu li a:focus, #submenu li a:hover, #submenu li a:active{
		background-color: #fff;
		color: #444444;
		background: url(../img/menu-bg-over.png) no-repeat;
		background-position: 5px; 5px;
	}
	
	/* menu 3 */
	#submenu li ul li ul li a:focus, #submenu li ul li ul li a:hover, #submenu li ul li ul li a:active {
		background-color:inherit;
		color:#333;
	}
	
	/* font style */
	h1,h2{
		font-size: 130%;
		padding-bottom: 15px;
		background: url(../img/h1-bg.png) no-repeat;
		background-position: 0px 20px ;
	}
	h1, h2, h3, h4, h5, h6{color: #444}
	h3{font-size:110%}
	h4{font-size:110%}
	h5{font-size:105%}
	h6{font-size:105%}
	
	/* form element */
	fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {
		width: 30em;
	}
	
	input#mailformformtype_mail {
		width: 10em;
		margin-left: 290px;
	}

	.news-latest-morelink {
		border: 0;
		background: transparent;
		text-align: inherit;
	}
	.news-latest-item {
		border-bottom: 1px dotted #aaa;
		padding-bottom: 0.5em;
	}

	.news-single-item h3 {
		padding: 0em 0;
		background: inherit;
		border-left: inherit;
	}
	.news-single-timedata {
		margin-top: 1em;
	}
	.news-single-img p.news-single-imgcaption {
		font-size: 80%;
		font-style:italic;
		margin-bottom: 10px;
	}

	div.news-single-img img{
	}
}
