*
{
	margin: 0px;
	padding: 0px;
}
body
{
    background-color: #454545;
}
a
{
    text-decoration: none;
    color:#719D26;
}
a:hover
{
    color: #333333;
}
h1
{
    margin: 10px 0px 0px 0px;
    font-family: 'Times New Roman',Times,serif;
    font-size: 16px;
    text-transform:uppercase;
    color: #333333;
}
h2
{
    padding: 15px 0px 10px 30px;
    font-family: Helvetica;
    font-size: 16px;
    text-transform:uppercase;
    color:#719D26;
}
h3
{
    font-family: Helvetica;
    font-size: 13px;
    text-transform:uppercase;
    color:#719D26;
    font-weight: bold;
}
#MainPage
{
	position:absolute;
	left: 50%;
	width: 997px;
	height: auto;
	margin-left: -499px; /* Halbe Weite */
	
    background-image: url('../_images/main_bg.png');
    background-repeat: repeat-y;
}
#Page
{
	width: 963px;
	height: auto;
    margin: 0px 0px 0px 17px;
}
#MainBgFooter
{
	position:absolute;
	left: 50%;
	width: 997px;
	height: 25px;
	margin-left: -499px; /* Halbe Weite */
	
    background-image: url(../_images/main_bg_footer.png);
    background-repeat: no-repeat;
}
.Logo
{
    background-image: url(../_images/logo.png);
    background-repeat: no-repeat;
    float:left;
    width:286px;
    height:75px;
    margin: 10px 10px 10px 30px;
}
.Search
{
   float:right;
   margin: 10px 0px 0px 0px;
   font-family: Helvetica;
   font-size: 12px;
}
.Search input
{
    width:207px;
    height:20px;
    margin: 10px 30px 10px 10px;
    border: 1px solid #99D03B;
}
.Clear
{
    clear:both;
}
.NavTopBg
{
    background-image: url(../_images/nav_top_bg.png);
    background-repeat: no-repeat;
    width:963px;
    height:37px;
    margin: 0px 0px 0px 0px;
    font-family: 'Times New Roman',Times,serif;
    font-size: 16px;
    font-weight: bold;
}
.NavTopBg ul
{
    list-style:none;
}
.NavTopBg li
{
    float:left;
    margin: 0px 0px 0px 20px;
}
.NavTopBg li a
{
    color:#333333;
    text-decoration:none;
}
.NavTopBg li a:hover
{
    color:#000000;
}
.MainContentLeft
{
    width:214px;
    height:auto;
    padding: 0px 0px 20px 0px;
    float:left;
}
.SmallTeaserLeftBg
{
    background-image: url(../_images/content_bg_left.png);
    background-repeat: no-repeat;
    width:214px;
    height:auto;
    margin: 0px 0px 0px 0px;
    float:left;
}
.SmallPicLeft
{
    margin: 15px 10px 10px 20px;
}
.SmallTeaserLeft
{
    width:180px;
    height:auto;
    margin: 10px 0px 10px 20px;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 20px;
	z-index: 20;
}
.SmallTeaserLeftBg2
{
    background-image: url(../_images/content_bg_left_2.png);
    background-repeat: no-repeat;
    width:214px;
    height:auto;
    margin: 20px 0px 0px 0px;
    float:left;
}

.SmallPicLeft2
{
    margin: 30px 0px 0px 0px;
    float:left;
}
.SmallTeaserLeft2
{
    float:left;
    width:60px;
    height:auto;
    margin: 45px 0px 0px 0px;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 20px;
}


.MainContentBg
{
    width:748px;
    height:auto;
    margin: 0px 0px 0px 0px;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 20px;
	float:left;
}
.HeaderPic
{
    width:748px;
    height:240px;
}

.MainContent
{
    background-image: url('../_images/content_bg.jpg');
    background-repeat: repeat-y;
    z-index: 10;
    width:748px;
    height:auto;
	float:left;
}
.MainContentPic
{
    float:left;
    padding: 0px 20px 0px 0px;
   
}
.Content
{
    width:504px;
    height:auto;
    float:left;
    padding: 10px 0px 0px 0px;
}
.Headline
{
    width:748px;
    height:43px;
    float:left;
    margin: 20px 0px 0px 0px;
    background-color:#FAFAFA;
}
.Teaser
{
    width:700px;
    height:auto;
    padding: 10px 0px 0px 30px;
    
}
.TeaserContent
{
    width:293px;
    height:auto;
    float:left;
    padding: 20px 50px 50px 0px;
}
.TeaserContent2
{
    width:293px;
    height:auto;
    float:left;
    padding: 20px 0px 50px 10px;
}


#newsbox {
	width: 624px;
	padding: 15px 22px 0px 30px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #444444;
}

#newsbox img
{
	padding-right: 20px;
}

#newsbox p
{
	padding-bottom: 0px;
	padding-left: 0px;
}

#article { height: auto;}

a.more:link      { color:#719D26;   text-decoration: none; font-weight: bold;}
a.more:visited   { color:#719D26;   text-decoration: none; font-weight: bold;}
a.more:hover     { color: #CCCCCC;  text-decoration: none; font-weight: bold;}
a.more:active    { color: #CCCCCC;  text-decoration: none; font-weight: bold;}