@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
{
#page_margins{width:975px;}

h2 { font-size:18px;}
h3 { font-size:16px;}

h3 a:link        {
        text-decoration: none;
		color:#2e66b9;                        }

h3 a:visited                {
        text-decoration: none;
		color:#2e66b9;
                        }

h3 a:hover        {
        text-decoration: underline;
		color:#2e66b9;
        }

h3  a:active        {
        text-decoration: underline;
		color:#2e66b9;
        }


.news-latest-item{
	 border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #c8dcf4;
	background-color:#ecf0f8;
	padding: 7px;
	width: 210px;
	

}

.news-latest-morelink{
	width: 190px;
	border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ebf0f3;
	background-color:#e7eff3;
	padding: 0px 4px 4px 4px;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG
 {
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-color: #999999;
    padding: 2px;
    vertical-align: right;
	overflow:visible;
	max-width: 230px;
	margin-bottom: 2px;
	}


/* Your styles here */

#header {
background:#232324 url(../Website/kopf.jpg) ;
background-repeat: no-repeat;

color:#FFFFFF;
height:167px;
}

#col1_content{
	padding-right: 0px;
	margin-right:0px;
}

#col3_content{
	padding-left: 0px;
	margin-left:0px;
}

}

