/* -- Init styles -- */
/* By http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul 
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
} 

/* -- EOF: Init styles -- */

div#contentScroller, html
{

	scrollbar-base-color:#e6e6e6;	/*Basisfarbe der Scroll-Leiste*/
	scrollbar-3dlight-color:#e6e6e6; /*Farbe für 3D-Effekte*/
	scrollbar-arrow-color:black; /*Farbe für Verschiebepfeile*/
	scrollbar-darkshadow-color:#e6e6e6; /*Farbe für Schatten*/
	scrollbar-face-color:#e6e6e6;	/*Farbe für Oberfläche*/
	scrollbar-highlight-color:black; /*Farbe für oberen und linken Rand*/
	scrollbar-shadow-color:#black; /*Farbe für unteren und rechten Rand*/
	scrollbar-track-color:#f7f7f7; /*Farbe für freibleibenden Verschiebeweg*/
}

body, td, div, span, h1
{
	font-family: Verdana, sans-serif;
	font-size:10px;
	line-height:1.1;
}

body, html
{
	overflow:hidden;
}

strong
{
	font-weight:bold;
}

a
{
	color:black;
	background-image:url(../media/base/images/linkIcon.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:0 4px;
	text-decoration:none;
}



a:hover
{
	color:#C20009;
	background-image:url(../media/base/images/linkIcon_hover.gif);
}

a.image, a.image:hover
{
	padding:0;
	background-image:none;
}

div#menu
{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
	height:215px;
	top:15px;
	z-index:101;
	border:1px solid black;
}

div#contentTopBar
{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
	height:44px;
	top:215px;
	z-index:100;
	border-left:1px solid black;
	border-right:1px solid black;
	background-image:url(../media/base/images/contentTopBar.gif);
	background-repeat:no-repeat;
}

div#contentScroller
{
	position:absolute;
	width:780px;
	left:50%;
	margin-left:-380px;
	top:215px;
	overflow-y:auto;
	overflow-x:hidden;
	height:100px;
}

div#content
{
	width:760px;
	border:1px solid black;
	border-bottom:0;
	border-top:0;
	background-color:white;
	background-image:url(../media/base/images/contentBackground.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

div#footer
{
	position:absolute;
	width:762px;
	left:50%;
	margin-left:-380px;
	height:34px;
	bottom:4px;
	border-top:1px solid black;

	background-image:url(../media/base/images/footerBackground.gif);
	background-repeat:no-repeat;
}

div#mainBackGround
{
	position:absolute;
	bottom:-200px;
	width:1800px;
	left:50%;
	margin-left:-900px;
	height:1500px;
}


td, th
{
	vertical-align:top;
	font-weight:normal;
}

table
{
	border-collapse:collapse;
}

input, textarea, select
{
	font-size:10px;
	border:1px solid black;
	width:150px;
}


/* -- Default  -- */
div.default
{
	width:760px;
}

div.default div.left
{
	width:170px;
	float:left;
	background-image:url('../media/base/images/subMenuBackground.jpg');
	background-repeat:repeat-y;
	padding-top:25px;
}

div.default div.right
{

	margin-top:60px;
	margin-left:30px;
	margin-right:30px;
	width:530px;
	float:left;

}

table.subMenu
{
	width:150px;
	margin-left:20px;
	margin-top:10px;
}

table.subMenu td.headline
{
	padding-bottom:12px;
}
table.subMenu td a
{
	display:block;
	margin-left:10px;
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, sans-serif;
	font-size:12px;
	padding-left:8px;

	height:10px;
	height:auto;
line-height:11px;

/*	padding-bottom:2px; */
	border-left:2px solid black;

	margin-bottom:5px;
	background-image:none;
}

table.subMenu td a:hover, table.subMenu td a.menuSelected
{
	color:#C20009;
	border-color:#C20009;

}

img.headline
{
	margin-bottom:8px;
}

img.formHeadLine
{
	margin-bottom:8px;
	margin-top:6px;
}

img.content
{
	border:1px solid black;
}
img.headline
{
	margin-left:198px;
	margin-top:12px;
}

.noBorder
{
	border:0;
}

h1
{
	height:25px;
	color:#C20009;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../media/base/images/headlineBar.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	margin-bottom:10px;
}

h2
{
	font-size:13px;
	color:#C20009;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;
	margin-top:12px;
}

h3
{
	font-size:13px;
	color:#C20009;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:12px;
}

/* --- Home --- */
div.default div.homeLeft
{
	margin-top:20px;
	margin-left:20px;
	padding-top:0px;
	width:530px;
	float:left;
}

div.default div.homeRight
{
	margin-top:10px;
	width:171px;
	float:right;
	padding-right:10px;
}

/* --- Footer --- */

div#footer input
{
	font-size:10px;
}

div#footer table
{

}

div#footer table td
{
	font-size:10px;
	vertical-align:middle;
	padding-top:4px;
}



/* ++++++++ Gallery ++++++++ */
div.galleryHeadLine
{
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	padding-bottom:3px;
	width:432px;
	text-transform:uppercase;
}

table.gallery
{
	margin-top:0px;
	width:420px;
}

table.gallery td
{
	padding:0;
	padding-right:4px;
	padding-bottom:8px;
}

/* ++++++++ Liste ++++++++ */

ol, ul {
	margin-left:30px;
	margin-top:8px;
	margin-bottom:8px;
	list-style-image:url('../media/base/images/list.gif');
}

li
{
	margin-left:4px;
	margin-bottom:10px;
}


/* ++++++++ ImageView ++++++++ */

body.imageView
{
	margin:0;
}

/* ++++++++ SnapShots ++++++++ */
table.snapShotGallery
{
	margin-top:10px;
	margin-left:12px;
}

table.snapShotGallery td
{
	padding:0;
	padding-right:3px;
	padding-bottom:3px;
}

table.snapShotView
{
	margin-left:65px;
	margin-top:6px;
}

table.snapShotView td
{
	padding:4px;
}


/* ++++++++ Teaser ++++++++ */
table.teaserDefault
{
	background-image:url(../media/base/images/teaserDefault.jpg);
	background-repeat:no-repeat;
	width:508px;
	height:126px;
}

table.teaserDefault td, table.teaserDefault td div
{
	text-align:justify;
}

img.teaser
{
	margin-top:23px;
	margin-left:20px;
	margin-right:15px;
	border:1px solid black;
}

img.teaserHome
{
	border:1px solid black;
}

img.teaserHeadLine
{
	margin-top:23px;
	margin-bottom:5px;
}

div.teaserMore
{
	text-align:right;
}

a.teaserMore
{
	color:black;
	text-decoration:none;
	font-weight:bold;
	padding-left:6px;
	border-left:2px solid black;
	height:11px;
	width:45px;
	display:block;
	float:right;
	background-image:none;
}

a.teaserMore:hover
{
	color:#C20009;
	border-color:#C20009;
	background-image:none;
}


table.teaserHome1
{
	background-image:url(../media/base/images/teaserHome1.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:203px;
}

table.teaserHome1 td
{
	padding-left:20px;
	padding-right:20px;
}

table.teaserHome2
{
	background-image:url(../media/base/images/teaserHome2.jpg);
	background-repeat:no-repeat;
	width:317px;
	height:204px;
}

table.teaserHome2 td
{
	padding-left:20px;
	padding-right:15px;
}

table.teaserHome1 td, table.teaserHome1 div
table.teaserHome2 td, table.teaserHome1 div
{
	text-align:justify;
}


div.newsPreview
{

}

img.newsPreviewLine
{
	margin-top:3px;
	margin-bottom:6px;
	margin-left:-6px;
}

div.newsPreviewHeadline
{
	width:120px;
	font-weight:bold;
	margin-bottom:2px;
}

div.newsPreviewText
{
	width:120px;
}

table.subMenu td div.newsPreviewMore a
{
	margin-left:0;
	margin-top:6px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	color:#C20009;
	border-color:#C20009;
	padding-left:6px;
}


/* ++++++++ Contact ++++++++ */
table.contactAddress td
{
	padding:4px;
}

table.contactForm td, table.contactForm th
{
	padding:4px;
	padding-left:0px;
	padding-right:6px;
	white-space:nowrap;
}

table.contactForm th
{
	padding-top:6px;
}


.errorMsg
{
	width:200px;
	color:#C20009;
}


/* ++++++++ Recommend ++++++++ */
table.recommend td
{
	padding:6px;
}

/* ++++++++ Events ++++++++ */
select.searchDay
{
	width:45px;
}
select.searchYear, select.searchMonth
{
	width:57px;
}

table.eventSearch td input
{
	width:165px;
}
table.eventSearch td
{
	padding:6px;
	vertical-align:middle;
}

table.eventList
{
	width:530px;
}

table.eventList td
{
	padding:5px;
}

a.mediaDownload
{
	background-image:url(../media/base/images/mediaDownload.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:2px;

	font-weight:bold;
}

a.mediaDownload:hover
{
	background-image:url(../media/base/images/mediaDownload_hover.gif);
}


a.mediaLink
{
	background-image:url(../media/base/images/mediaLink.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:1px;

	font-weight:bold;
}

a.mediaLink:hover
{
	background-image:url(../media/base/images/mediaLink_hover.gif);
}


table.userDefault td
{
	padding:4px;
}