@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
{
#header {
	background-color: #003383;
	background-image: none;
	height: 116px;
}

#header img.headImg1 {
	top: 0px;
	left: 0px;
}

#teaser {
	background-color: #003383;
	border-top: #fff 3px solid;
	color: #fff;
}

#page {
	border: 3px #003383 solid; 
	border-top: 0px;
}

body {
	background-color: #fff;
	background-image: none;
}

#col1, #col2 {
	width: 22%;
}
#col3 {
	margin: 0 22%;
}

#main {
	background-color: #f3f1f8;
}

#col1_content {
	padding-right: 0px;
	padding-left: 0px;
}

#col3_content {
	border-left: #fff 4px solid;
	border-right: #fff 4px solid;
}

#submenu li a {
	background-color: #dedcec;
	color: #003383;
}
#submenu li a:focus, #submenu li a:hover, #submenu li a:active {
	background-color: #f4ac7b;
	color: #fff;
}
#submenu li#active, #submenu li strong {
	background-color: #ec6a00;
	color: #fff;
}

#submenu li ul li a {
	background-color: #dedcec;
	color: #003383;
}
#submenu li ul li a:focus, #submenu li ul li a:hover, #submenu li ul li a:active {
	background-color: #f4ac7b;
	color: #fff;
}

.teaserline {
	padding-top: 3px;
	padding-left: 220px;
	color: #ddd;
}

html * {
	color: #003383;
}

/* Your styles here */

}
