@charset "UTF-8";
/* CSS Document */

/*---------------------------- BASICS ----------------------------*/

body{
	background: url(../img/body-background.jpg) repeat-x #930000;
	color: #2c1700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

a{
	color: #d80000;
	text-decoration: underline;
}

a:hover{
	color: #770000;
}

a img{
	border: 0 none;
}

table td{
	font-size: 12px;
}

/*---------------------------- IDs ----------------------------*/

#wrapper{
	width: 980px;
	margin: auto;
}

#header{
	background: url(../img/header-background.png) top no-repeat;
	height: 181px;
}

#logo{
	float: left;
	height: 181px;
	width: 494px;
}

#logo h1{
	display: none;
}

#logo a.homelink{
	display: block;
	height: 181px;
	width: 494px;
	background: url(../img/header-logo-background.png) top no-repeat;
}

#logo a.homelink:hover{
	display: block;
	height: 181px;
	width: 494px;
	background: url(../img/header-logo-background.png) bottom no-repeat;
}

#rightheader{
	float: left;	
	height: 156px;
	margin-top: 15px;
	text-align: left;
	width: 486px;
}

#flags{
	float: left;
	width: 70px;
}

#flags a{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
}

a.flag_germany{
	background: url(../img/flag_germany.jpg) bottom no-repeat;
}

a.flag_germany:hover, span.flag_germany{
	background: url(../img/flag_germany.jpg) top no-repeat;
}

span.flag_germany,
span.flag_england,
span.flag_france{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
}

span.flag_england,
span.flag_france{
	margin-left: 5px;
}

a.flag_england{
	background: url(../img/flag_england.jpg) bottom no-repeat;
	margin-left: 5px;
}

a.flag_england:hover, span.flag_england{
	background: url(../img/flag_england.jpg) top no-repeat;
}

a.flag_france{
	background: url(../img/flag_france.jpg) bottom no-repeat;
	margin-left: 5px;
}

a.flag_france:hover, span.flag_france{
	background: url(../img/flag_france.jpg) top no-repeat;
}

#search{
	float: right;
	height: 20px;
	margin-right: 5px;
}

#search form{
	margin: 0;
	padding: 0;
	width: 200px;	
}

#searchbox{
	background: url(../img/searcharea-background.jpg) top no-repeat;
	border: 0 none;
	color: #000;
	float: right;
	font-size: 10px;
	height: 20px;
	padding: 5px;
	width: 155px;
}

#searchbutton{
	background: url(../img/searchbutton-background.jpg) top no-repeat;
	border: 0 none;
	cursor: pointer;
	float: right;
	height: 20px;
	margin-left: 5px;
	padding: 0;
	width: 20px;
}

#searchbutton:hover{
	background: url(../img/searchbutton-background.jpg) bottom no-repeat;	
}

#mainnavigation{
	background: url(../img/mainnavigation-background.jpg) top no-repeat;
	height: 30px;
	margin-top: 126px;
	width: 481px;
}

#navigation{
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;	
	padding: 0 15px;
}

#navigation li{
	color: #000;
	display: inline;
	float: left;
	padding: 0 5px;
	text-transform: uppercase;
}

#navigation a{
	color: #fff;
	text-decoration: none;
}

#navigation a:hover{
	color: #ffe6c3;
}

#main{
	background: url(../img/main-background.jpg) repeat-y;
	float: left;
}

#content{
	background: url(../img/main-top-background.jpg) top no-repeat;
	float: left;	
	min-height: 300px;
}

#left{
	float: left;
	margin: 5px 10px 0px 10px;
	text-align: left;
	width: 160px;
}

#subnavigation{
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#subnavigation li{
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	list-style: none;
	line-height: 20px;
	overflow: hidden;
	width: 160px;	
}

#subnavigation a{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 160px;
}

#subnavigation a:hover{
	color: #ffe6c3;
}

#subnavigation li a{
	background: url(../img/subnavigation-background.jpg) top no-repeat;
	overflow: hidden;
}

#subnavigation li a:hover, #subnavigation li{
	background: url(../img/subnavigation-background.jpg) bottom no-repeat;
}

#subnavigation li.top a{
	background: url(../img/subnavigation-top-background.jpg) top no-repeat;
}

#subnavigation li.top a:hover, #subnavigation li.top{
	background: url(../img/subnavigation-top-background.jpg) bottom no-repeat;
}

#subnavigation li.bottom a{
	background: url(../img/subnavigation-bottom-background.jpg) top no-repeat;
}

#subnavigation li.bottom a:hover, #subnavigation li.bottom{
	background: url(../img/subnavigation-bottom-background.jpg) bottom no-repeat;
}

#middle{
	background: url(../img/middle-top-background.jpg) top no-repeat #ffe6c3;
	float: left;
	margin: 5px 0px 0px 0px;
	text-align: justify;
	width: 620px;
}

#middle div.breadcrumb{
	color: #d80000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 620px;
}

#middle div.breadcrumb a{
	color: #000;
	text-decoration: none;
}

#middle div.breadcrumb a:hover{
	color: #d80000;
}

#middle div#teaserwrapper-outer{
	background: url(../img/teaser-background.jpg) 20px 0 repeat-y;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	width: 620px;
}

#middle div#teaserwrapper-outer-big{
	background-color: #ffcb83;
	float: left;
	margin: 0 20px 20px 20px;
	padding: 0;
	width: 580px;
}

#middle div#teaserwrapper{
	background: url(../img/teaser-bottom-background.jpg) bottom no-repeat;	
	float: left;
	padding: 0;
	width: 620px;
}

#middle div#teaserwrapper-big{
	background: url(../img/bigteaser-bottom-background.jpg) bottom no-repeat;	
	float: left;
	padding: 0 0 10px 0;
	width: 580px;
}

#middle div#teaserwrapper-big span.txtmenu{
	background:url(../img/bigteaser-top-background.jpg) top no-repeat;
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 580px;
}

#middle div#teaserwrapper-big div.teaserimage{
	float: left;
//	padding: 10px;
	width: 160px;
	margin: 0 10px;
}

#middle div.teaser{
	float: left;
	font-size: 11px !important;
	margin: 0 0 10px 20px;
	padding: 0 0 5px 0;
	text-align: left;
	width: 180px;
}

#middle div.teaser span.txtmenu{
	background:url(../img/teaser-top-background.jpg) top no-repeat;
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 180px;
}

#middle div.teaser h3{
	color: #c90000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

#middle div.teaser p,
#middle div.teaser ul,
#middle div.teaser ol,
#middle div#teaserwrapper-big p,
#middle div#teaserwrapper-big ul,
#middle div#teaserwrapper-big ol
{
	line-height: 150%;
}

#middle div.teaser ul,
#middle div.teaser ol,
#middle div#teaserwrapper-big ul,
#middle div#teaserwrapper-big ol
{
	margin-left: 15px !important;
}

#middle div.teaser a{
	text-decoration: underline;
}

//#middle div.teaser img{
//	margin-bottom: 10px;
//}

#middle div.teaser p,
#middle div.teaser h3,
#middle div.teaser h4,
#middle div.teaser h5,
#middle div.teaser h6,
#middle div.teaser ul,
#middle div.teaser ol,
#middle div#teaserwrapper-big p,
#middle div#teaserwrapper-big h3,
#middle div#teaserwrapper-big h4,
#middle div#teaserwrapper-big h5,
#middle div#teaserwrapper-big h6,
#middle div#teaserwrapper-big ul,
#middle div#teaserwrapper-big ol
{
	padding: 0 10px;
}

#middle div.teaser img{
	margin: 0 10px;
}

#middle div.teaser p,
#middle div#teaserwrapper-big p
{
	padding-top: 10px;
}

#middle div#center{
	padding: 0 20px;
}

#middle ul,
#middle ol
{
	line-height: 150%;
	margin: 0 0 5px 30px;
	padding: 0;
}

#middle h2{
	color: #c90000;
	font-size: 15px;
	font-weight: bold;
}

#middle p{
	line-height: 150%;
	padding: 0 0 5px 0;
	margin: 0;
}

#right{
	float: right;
	margin: 5px 10px 0px 10px;	
	width: 160px;
}

#right div.rightbox{
	background: url(../img/rightbox-bottom-background.jpg) bottom no-repeat #d00000;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	text-align: left;
}

#right div#ticker{
	color: #333;
	margin: 8px 8px 3px 8px;
	width: 122px;
}

#right div#ticker table td{
	padding: 1px;
}

#right div#ticker a{
	color: #d00000 !important;
	font-weight: normal;	
	font-size: 11px;
}

#right div#ticker a:hover{
	color: #333 !important;
}

#right div.rightbox table.right_table{
	color: #fff;
	padding: 10px 0;
}

/* Still looking for a solution to separate the entries nicely from each other

#right div.rightbox table.right_table td{
	border-bottom: 1px solid #fff6da;
	border-bottom-style: dotted;
}

*/

#right div.rightbox span.right_head{
	font-weight: bold;
}

#right div.rightbox span.right_body{
	padding: 5px 0;
}

#right div.rightbox table.right_table td{
	font-size: 12px;
	padding: 0 10px;
}

#right div.rightbox td.right_date{
	color: #ddd;	
	font-weight: bold;	
	line-height: 100%;
	margin: 0 0 10px 0;
}

#right div.rightbox h2{
	background: url(../img/right-top-background.jpg) top no-repeat;
	color: #d80000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

#right div.rightbox p,
#right div.rightbox h3,
#right div.rightbox h4,
#right div.rightbox h5,
#right div.rightbox h6
{
	font-size: 11px;	
	padding: 0 15px;
}

#right div.rightbox h3,
#right div.rightbox h4,
#right div.rightbox h5,
#right div.rightbox h6
{
	color: #ddd;
	line-height: 100%;
	margin: 0;
	padding-top: 5px;
}

#right div.rightbox p{
	margin: 5px 0 5px 0;
	line-height: 130%;
	padding-bottom: 5px;
}

#right div.rightbox p.bottomline{
	border-bottom: 1px solid #fff6da;
	border-bottom-style: dotted;
	padding-bottom: 10px;
}

#right div.rightbox a{
	color: #ffe6c3;
	font-weight: bold;
	text-decoration: none;
}

#right div.rightbox a:hover{
	color: #fff;
}

#right div.rightbox a.bottomlink{
	color: #ffbe60;
	display: block;
	margin-top: 10px;
}

#right div.rightbox a.bottomlink:hover{
	color: #fff;
}

#footer{
	background: url(../img/footer-background.jpg) top no-repeat;
	color: #753e00;
	clear: both;
	float: left;
	font-size: 11px;
	height: 35px;
	width: 980px;
}

#footer a{
	color: #000;
}

#footer a:hover{
	color: #d80000;
}

/*---------------------------- CLASSES ----------------------------*/

.footer_left{
	float: left;
	width: 180px;
}

.footer_right{
	float: right;
	width: 180px;
}

.hide{
	display: none;
}

/*---------------------------- EXTENSION CLASSES ----------------------------*/

table td.topcontenthead,
table td.txtcaldatetime
{
	color: #c80000;
	font-weight: bold;
}

table td.lzgalleryitem1{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

table.imgtext-table td{
	padding-right: 20px;
}

span.teaserheader{
	color: #d80000;
	font-size: 12px;	
	font-weight: bold;
}

td.txtcaltopdatetime, td.txtcaldatetime{
	background-color: #ffcb83;
	font-weight: bold;
	padding: 5px;	
	border-top: 1px solid #980000;	
	border-bottom: 1px solid #980000;	
}

td.txtcalheadline{
	background-color: #fff6da;
	padding: 5px;	
	font-weight: bold;
}

td.txtcaltext{
	background-color: #fff6da;
	padding: 5px;	
}

td.txtcallink{
	background-color: #fffaea;
	padding: 5px;	
}

td.txtcalheadline{
	padding-top: 10px;
}
@charset "UTF-8";
/* CSS Document */

/*---------------------------- BASICS ----------------------------*/

body{
	background: url(../img/body-background.jpg) repeat-x #930000;
	color: #2c1700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

a{
	color: #d80000;
	text-decoration: underline;
}

a:hover{
	color: #770000;
}

a img{
	border: 0 none;
}

table td{
	font-size: 12px;
}

/*---------------------------- IDs ----------------------------*/

#wrapper{
	width: 980px;
	margin: auto;
}

#header{
	background: url(../img/header-background.png) top no-repeat;
	height: 181px;
}

#logo{
	float: left;
	height: 181px;
	width: 494px;
}

#logo h1{
	display: none;
}

#logo a.homelink{
	display: block;
	height: 181px;
	width: 494px;
	background: url(../img/header-logo-background.png) top no-repeat;
}

#logo a.homelink:hover{
	display: block;
	height: 181px;
	width: 494px;
	background: url(../img/header-logo-background.png) bottom no-repeat;
}

#rightheader{
	float: left;	
	height: 156px;
	margin-top: 15px;
	text-align: left;
	width: 486px;
}

#flags{
	float: left;
	width: 70px;
}

#flags a{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
}

a.flag_germany{
	background: url(../img/flag_germany.jpg) bottom no-repeat;
}

a.flag_germany:hover, span.flag_germany{
	background: url(../img/flag_germany.jpg) top no-repeat;
}

span.flag_germany,
span.flag_england,
span.flag_france{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
}

span.flag_england,
span.flag_france{
	margin-left: 5px;
}

a.flag_england{
	background: url(../img/flag_england.jpg) bottom no-repeat;
	margin-left: 5px;
}

a.flag_england:hover, span.flag_england{
	background: url(../img/flag_england.jpg) top no-repeat;
}

a.flag_france{
	background: url(../img/flag_france.jpg) bottom no-repeat;
	margin-left: 5px;
}

a.flag_france:hover, span.flag_france{
	background: url(../img/flag_france.jpg) top no-repeat;
}

#search{
	float: right;
	height: 20px;
	margin-right: 5px;
}

#search form{
	margin: 0;
	padding: 0;
	width: 200px;	
}

#searchbox{
	background: url(../img/searcharea-background.jpg) top no-repeat;
	border: 0 none;
	color: #000;
	float: right;
	font-size: 10px;
	height: 20px;
	padding: 5px;
	width: 155px;
}

#searchbutton{
	background: url(../img/searchbutton-background.jpg) top no-repeat;
	border: 0 none;
	cursor: pointer;
	float: right;
	height: 20px;
	margin-left: 5px;
	padding: 0;
	width: 20px;
}

#searchbutton:hover{
	background: url(../img/searchbutton-background.jpg) bottom no-repeat;	
}

#mainnavigation{
	background: url(../img/mainnavigation-background.jpg) top no-repeat;
	height: 30px;
	margin-top: 126px;
	width: 481px;
}

#navigation{
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;	
	padding: 0 15px;
}

#navigation li{
	color: #000;
	display: inline;
	float: left;
	padding: 0 5px;
	text-transform: uppercase;
}

#navigation a{
	color: #fff;
	text-decoration: none;
}

#navigation a:hover{
	color: #ffe6c3;
}

#main{
	background: url(../img/main-background.jpg) repeat-y;
	float: left;
}

#content{
	background: url(../img/main-top-background.jpg) top no-repeat;
	float: left;	
	min-height: 300px;
}

#left{
	float: left;
	margin: 5px 10px 0px 10px;
	text-align: left;
	width: 160px;
}

#subnavigation{
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#subnavigation li{
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	list-style: none;
	line-height: 20px;
	overflow: hidden;
	width: 160px;	
}

#subnavigation a{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 160px;
}

#subnavigation a:hover{
	color: #ffe6c3;
}

#subnavigation li a{
	background: url(../img/subnavigation-background.jpg) top no-repeat;
	overflow: hidden;
}

#subnavigation li a:hover, #subnavigation li{
	background: url(../img/subnavigation-background.jpg) bottom no-repeat;
}

#subnavigation li.top a{
	background: url(../img/subnavigation-top-background.jpg) top no-repeat;
}

#subnavigation li.top a:hover, #subnavigation li.top{
	background: url(../img/subnavigation-top-background.jpg) bottom no-repeat;
}

#subnavigation li.bottom a{
	background: url(../img/subnavigation-bottom-background.jpg) top no-repeat;
}

#subnavigation li.bottom a:hover, #subnavigation li.bottom{
	background: url(../img/subnavigation-bottom-background.jpg) bottom no-repeat;
}

#middle{
	background: url(../img/middle-top-background.jpg) top no-repeat #ffe6c3;
	float: left;
	margin: 5px 0px 0px 0px;
	text-align: justify;
	width: 620px;
}

#middle div.breadcrumb{
	color: #d80000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 620px;
}

#middle div.breadcrumb a{
	color: #000;
	text-decoration: none;
}

#middle div.breadcrumb a:hover{
	color: #d80000;
}

#middle div#teaserwrapper-outer{
	background: url(../img/teaser-background.jpg) 20px 0 repeat-y;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	width: 620px;
}

#middle div#teaserwrapper-outer-big{
	background-color: #ffcb83;
	float: left;
	margin: 0 20px 20px 20px;
	padding: 0;
	width: 580px;
}

#middle div#teaserwrapper{
	background: url(../img/teaser-bottom-background.jpg) bottom no-repeat;	
	float: left;
	padding: 0;
	width: 620px;
}

#middle div#teaserwrapper-big{
	background: url(../img/bigteaser-bottom-background.jpg) bottom no-repeat;	
	float: left;
	padding: 0 0 10px 0;
	width: 580px;
}

#middle div#teaserwrapper-big span.txtmenu{
	background:url(../img/bigteaser-top-background.jpg) top no-repeat;
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 580px;
}

#middle div#teaserwrapper-big div.teaserimage{
	float: left;
//	padding: 10px;
	width: 160px;
	margin: 0 10px;
}

#middle div.teaser{
	float: left;
	font-size: 11px !important;
	margin: 0 0 10px 20px;
	padding: 0 0 5px 0;
	text-align: left;
	width: 180px;
}

#middle div.teaser span.txtmenu{
	background:url(../img/teaser-top-background.jpg) top no-repeat;
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 180px;
}

#middle div.teaser h3{
	color: #c90000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

#middle div.teaser p,
#middle div.teaser ul,
#middle div.teaser ol,
#middle div#teaserwrapper-big p,
#middle div#teaserwrapper-big ul,
#middle div#teaserwrapper-big ol
{
	line-height: 150%;
}

#middle div.teaser ul,
#middle div.teaser ol,
#middle div#teaserwrapper-big ul,
#middle div#teaserwrapper-big ol
{
	margin-left: 15px !important;
}

#middle div.teaser a{
	text-decoration: underline;
}

//#middle div.teaser img{
//	margin-bottom: 10px;
//}

#middle div.teaser p,
#middle div.teaser h3,
#middle div.teaser h4,
#middle div.teaser h5,
#middle div.teaser h6,
#middle div.teaser ul,
#middle div.teaser ol,
#middle div#teaserwrapper-big p,
#middle div#teaserwrapper-big h3,
#middle div#teaserwrapper-big h4,
#middle div#teaserwrapper-big h5,
#middle div#teaserwrapper-big h6,
#middle div#teaserwrapper-big ul,
#middle div#teaserwrapper-big ol
{
	padding: 0 10px;
}

#middle div.teaser img{
	margin: 0 10px;
}

#middle div.teaser p,
#middle div#teaserwrapper-big p
{
	padding-top: 10px;
}

#middle div#center{
	padding: 0 20px;
}

#middle ul,
#middle ol
{
	line-height: 150%;
	margin: 0 0 5px 30px;
	padding: 0;
}

#middle h2{
	color: #c90000;
	font-size: 15px;
	font-weight: bold;
}

#middle p{
	line-height: 150%;
	padding: 0 0 5px 0;
	margin: 0;
}

#right{
	float: right;
	margin: 5px 10px 0px 10px;	
	width: 160px;
}

#right div.rightbox{
	background: url(../img/rightbox-bottom-background.jpg) bottom no-repeat #d00000;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	text-align: left;
}

#right div#ticker{
	color: #333;
	margin: 8px 8px 3px 8px;
	width: 122px;
}

#right div#ticker table td{
	padding: 1px;
}

#right div#ticker a{
	color: #d00000 !important;
	font-weight: normal;	
	font-size: 11px;
}

#right div#ticker a:hover{
	color: #333 !important;
}

#right div.rightbox table.right_table{
	color: #fff;
	padding: 10px 0;
}

/* Still looking for a solution to separate the entries nicely from each other

#right div.rightbox table.right_table td{
	border-bottom: 1px solid #fff6da;
	border-bottom-style: dotted;
}

*/

#right div.rightbox span.right_head{
	font-weight: bold;
}

#right div.rightbox span.right_body{
	padding: 5px 0;
}

#right div.rightbox table.right_table td{
	font-size: 12px;
	padding: 0 10px;
}

#right div.rightbox td.right_date{
	color: #ddd;	
	font-weight: bold;	
	line-height: 100%;
	margin: 0 0 10px 0;
}

#right div.rightbox h2{
	background: url(../img/right-top-background.jpg) top no-repeat;
	color: #d80000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

#right div.rightbox p,
#right div.rightbox h3,
#right div.rightbox h4,
#right div.rightbox h5,
#right div.rightbox h6
{
	font-size: 11px;	
	padding: 0 15px;
}

#right div.rightbox h3,
#right div.rightbox h4,
#right div.rightbox h5,
#right div.rightbox h6
{
	color: #ddd;
	line-height: 100%;
	margin: 0;
	padding-top: 5px;
}

#right div.rightbox p{
	margin: 5px 0 5px 0;
	line-height: 130%;
	padding-bottom: 5px;
}

#right div.rightbox p.bottomline{
	border-bottom: 1px solid #fff6da;
	border-bottom-style: dotted;
	padding-bottom: 10px;
}

#right div.rightbox a{
	color: #ffe6c3;
	font-weight: bold;
	text-decoration: none;
}

#right div.rightbox a:hover{
	color: #fff;
}

#right div.rightbox a.bottomlink{
	color: #ffbe60;
	display: block;
	margin-top: 10px;
}

#right div.rightbox a.bottomlink:hover{
	color: #fff;
}

#footer{
	background: url(../img/footer-background.jpg) top no-repeat;
	color: #753e00;
	clear: both;
	float: left;
	font-size: 11px;
	height: 35px;
	width: 980px;
}

#footer a{
	color: #000;
}

#footer a:hover{
	color: #d80000;
}

/*---------------------------- CLASSES ----------------------------*/

.footer_left{
	float: left;
	width: 180px;
}

.footer_right{
	float: right;
	width: 180px;
}

.hide{
	display: none;
}

/*---------------------------- EXTENSION CLASSES ----------------------------*/

table td.topcontenthead,
table td.txtcaldatetime
{
	color: #c80000;
	font-weight: bold;
}

table td.lzgalleryitem1{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

table.imgtext-table td{
	padding-right: 20px;
}

span.teaserheader{
	color: #d80000;
	font-size: 12px;	
	font-weight: bold;
}

td.txtcaltopdatetime, td.txtcaldatetime{
	background-color: #ffcb83;
	font-weight: bold;
	padding: 5px;	
	border-top: 1px solid #980000;	
	border-bottom: 1px solid #980000;	
}

td.txtcalheadline{
	background-color: #fff6da;
	padding: 5px;	
	font-weight: bold;
}

td.txtcaltext{
	background-color: #fff6da;
	padding: 5px;	
}

td.txtcallink{
	background-color: #fffaea;
	padding: 5px;	
}

td.txtcalheadline{
	padding-top: 10px;
}
.StandardUeberschrift { color: #c90000; font-size: 15px; font-weight: bold; }
.kleineUeberschrift { color: #c90000; font-size: 13px; font-weight: bold; }

