/* 
------------------------------------------------------------------------------------------
	general
------------------------------------------------------------------------------------------
*/

body
{
	background: url(/images/bg.gif) repeat-y; 
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
/*	
	width: 991px;
*/
}
img
{
	border-style: none;
}
p,pre
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}
h1
{
	font-size: 12pt;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h2
{
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

ul,ol,dl
{
	margin:  0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	text-align: left;
}
ul { list-style-type: square; }
ol { list-style-type: upper-roman; }

ul.seminar 
{
	margin:  0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
}
.seminar li { margin-left: 15px; }

sup { font-size: 6pt; }
hr
{
	border: 0px; 
	border-top: solid 1px #c6c6c6;
	border-bottom: solid 1px #FFFFFF; 
}

tr { vertical-align: top;}
td { padding-right: 5px;}

a         { color:#000000; text-decoration:none; }
a:hover   { color:#DB6D1E; }
a:link    { }
a:visited { }
a:active  { }

a.link         { color:#000000; text-decoration:none; background: url(/images/link.gif) left bottom no-repeat; padding-left: 11px; }
a.link:hover   { color:#DB6D1E; }

a.pdf         { color:#000000; text-decoration:none; background: url(/images/pdf2.gif) left center no-repeat; padding-left: 20px; display: -moz-inline-box; display: inline-block; }
a.pdf:hover   { color:#DB6D1E; }

a.elink       { color:#000000; text-decoration:none; background: url(/images/elink.gif) left center no-repeat; padding-left: 20px; display: -moz-inline-box; display: inline-block; }
a.elink:hover { color:#DB6D1E; }

a.podcast       { color:#000000; text-decoration:none; background: url(/images/podcast.gif) left center no-repeat; padding-left: 20px; display: -moz-inline-box; display: inline-block; }
a.podcast:hover { color:#547415; }

/* 
------------------------------------------------------------------------------------------
	id's
------------------------------------------------------------------------------------------
*/

/* 
------------------------------------------------------------------------------------------
	classes
------------------------------------------------------------------------------------------
*/

#tqu
{
	margin: 13px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	white-space: nowrap;
	text-align: right;
}
#tqu a       { color: #ffffff; }
#tqu a:hover { color: #feaa00; } 
.row
{
	float: left;	
	width: 982px;
}
#head { background: url(/images/head.gif)  no-repeat; }
#menu { background: url(/images/menu.gif)  no-repeat; height: 147px; }
#row1 { background: url(/images/content1.gif) repeat-y left top; }
#row2 { background: url(/images/content2.gif) repeat-y left top; }
#foot { background: url(/images/footer.gif) no-repeat; height: 60px; }
#foot span
{
	margin-left: 90px;
	padding-top: 32px;
	font-size: 9pt;
	display: block;
	color:#6B6B6B;
}
.col1
{
	margin-left: 70px;
	width: 608px;
	float: left;	
	display: inline;
}
.col2
{
	width: 243px;
	float: left;
}
#head .col2
{
	text-align: right;
	padding: 0px 10px 0px 0px;  /*trbl*/
}
a.menulink
{
	margin: 0px 15px 0px 10px; /*trbl*/
	padding: 0px 0px 0px 0px;  /*trbl*/	
	font-size: 10pt;
}
a.menulink       { color: #a0a0a0; } 
a.menulink:hover { color: #feaa00; } 
#head .col1
{
	padding: 40px 0px 0px 25px;	
	width: 583px; /* 608 - 25 */
	height: 40px; /* 80 - 40 */
	font-size: 10pt; 
}
#row1 .col1
{
	padding: 25px 25px 25px 25px;
	width: 558px; /* 608 - 25 - 25 */
	height: 50px; /* 100 - 25 - 25 */
	color: #ffffff;
	font-size: 18pt;
	line-height: 1.1em;	
}
#row1 .col1 div
{
	font-size: 10pt;
	line-height: 1.0em;
	text-align: right;
}
#row1 .col2
{
	height: 100px;
	background: url(/images/rect.gif);
}
#row2 .col1
{
	padding: 20px 50px 0px 25px;
	width: 533px; /* 608 - 50 - 25 */
	overflow: hidden;
	min-height: 330px;	
}
#row2 .col2
{
	min-height: 330px;	
}
#row2 .col2 .spacer
{
	height: 5px;
	border-left: 1px solid #ffffff;	
	background-color: #D1D0D0;
}
a.text
{
	border-bottom: 1px dashed #DB6D1E;
}

.split1
{
	width: 273px;
	float:left;
	height: 80px;
}

.split2
{
	width: 260px;
	float:left;
	height: 80px;
}

span.tel  { padding-right: 6px; }
span.fax  { padding-right: 8px; }
span.mail { padding-right:15px; }
span.www  { padding-right: 6px; }
/*
##########################################################################################
*/

.result a
{
	border: 1px solid #c6c6c6;
	padding: 5px 5px 5px 5px;
	color:#000000;
	width: 543px; /* 533 - 10 */
	height: auto; 
	display: block;
	margin-bottom:2px;
} 
.result a:hover { background-color: #DB6D1E; color:#ffffff; }

.news
{
	border: 1px solid #c6c6c6;
	padding: 5px 5px 5px 5px;
	color:#000000;
	width: 523px; /* 533 - 10 */
	height: auto; 
	display: block;
	margin-bottom:2px;
} 
a.newslink
{
	width: 523px; /* 533 - 10 */
	height: auto; 
	display: block;
	color:#000000;
}
a.newslink:hover { background-color: #DB6D1E; color:#ffffff; }

.paging
{
	margin: 15px 0px 15px 0px;
	float: left;
	width: 554px;
}

.paging div
{
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	width: 19px;
	height: 19px;
	border: 1px solid #000000;
	text-align: center;	
}

.paging .left  { width: 19px; margin-left: 0px; }
.paging .right { width: 19px; margin-right: 0px; }
.paging .active 
{
	color:#ffffff; 
	background-color: #DB6D1E;	
}
.paging .inactive 
{
	color:#c6c6c6; 
	border: 1px solid #c6c6c6;
}
.paging div a
{
	float: left;
	width: 19px;
	height: 19px;
}
.paging div a:hover { background-color: #DB6D1E; color:#ffffff; }

#calendar 
{
	font-size: 8pt;
	width: 533px;
}

#calendar .crow
{
	float: left;
	width: 533px;
	height: 16px;	
}

#calendar .chead
{
	float: left;
	width: 30px;
	height: 16px;	
}

#calendar div
{
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
}

.day
{
	background-color: #c6c6c6;
	width: 15px;
	height: 15px;
	float: left;
}

.empty 
{
	background-color: #ffffff;	
	width: 15px;
	height: 15px;
	float: left;
}

.event 
{
	background-color: #DB6D1E;	
	width: 15px;
	height: 15px;
	float: left;	
}
.eventoff
{
	background-color: #878E90;	
	width: 15px;
	height: 15px;
	float: left;	
}
.eventlayer
{
	margin-top:1px;
	display: none;
	position: absolute;
	border: 1px solid black; 
	background-color: lightyellow; 
	padding: 10px;
}

.ulevent
{
	margin:  0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

.floatrightimage
{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #c6c6c6;
	padding: 2px;
}
.floatleftimage
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #c6c6c6;
	padding: 2px;
}
/*

*/

form
{
	padding: 0px;
	margin: 0px;
}

.selection label
{
	width: 533px;
}
.selection select
{
	width: 533px;
}

label
{
	display: block;
	float: left;
	width: 190px;
	text-align: left; 
	height:	19px;
    margin-bottom: 5px;
    padding-right: 5px;	   
}

label.value
{
	width: 333px;
	height: auto;
}

input, select, textarea, .inputtext
{
	height: 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	width: 330px;
	display: block;
	float: left;
    margin-bottom: 5px;
}
.inputtext { height: 19px; }
select
{
	height: 20px;
	width: 337px;
}

input.checkbox
{
	width: auto;
	float: right;
}

input.radio
{
	width: auto;
}
.radiolabel
{
	width: auto;
}
br.hidden,input.hidden
{
	height: 0px;
}

textarea#Nachricht { height: 115px; }
textarea#Frage     { height: 115px; }
textarea#Sonstiges { height: 115px; width: 528px; }

form br 
{
	clear:	left;
}

#submit_it, input.button
{
    margin-top: 15px;	
	width: auto;
	height: auto;
	font-size: 9pt;
    color: black;
}

/*
##########################################################################################
	LastMinute
##########################################################################################
*/

.box
{
	background-image: url(/images/box.gif);
	background-repeat: no-repeat;
	width:243px;
	height: auto;/*30px; /* 38 - 8 */
	padding-top: 8px;
	background-color: #D1D0D0;
	margin-bottom: 5px;
}
.box .boxname
{
	margin-left: 20px;
	color: #DB6D1E;
	font-weight: bold;
}
.box .boxend
{
	background-image: url(/images/boxend.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	color: #D1D0D0;
	width:233px; /* 243 - 10*/
	height: 24px; /* 35 - 11 */
	padding-top: 11px;
	text-align: right;
}
.box .boxcontent
{
	margin-top:12px;
	width: 212px; /* 243 - 20 - 10 - 1 */
	padding: 0px 10px 0px 20px;
	background-color: #D1D0D0;
	border-left: 1px solid #ffffff;
}

#lastminute
{
	margin-top:12px;
	width: 212px; /* 243 - 20 - 10 - 1 */
	height: 90px;
	padding: 0px 10px 0px 20px;
	background-color: #D1D0D0;
	border-left: 1px solid #ffffff;
}

#lastminute a
{
	text-decoration: none;
}

.kosten span
{
	width: 80px;
	display:block;
	float: left;
	text-align: right;
	padding: 0px 8px 0px 0px;
}

.gmenu 
{
	display:none;
}

.orange
{
    color: #DB6D1E;
	font-weight: bold;
}

/* 
------------------------------------------------------------------------------------------
	moo-accordion
------------------------------------------------------------------------------------------
*/
#accordion 
{
}
.accordion_toggler
{
	border: 1px solid #c6c6c6;
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 5px 0px;
	color: #ffffff;
	background: #F4CA78 url(/images/arrow_inactive.gif) no-repeat left center;
}
.accordion_togglerActive
{
	background: #DB6D1E url(/images/arrow_active.gif) no-repeat left center;
}
.accordion_element
{
	margin: 0px 0px 5px 0px;
	height: 0px; 
	overflow: hidden;
}
.accordion_element div.download
{
	margin: 5px 0px 0px 20px;
}

.h1u {
	color: #547415;
	font-weight: bold;
}

.h1a {
	color: #DB6D1E;
	font-weight: bold;
}
