html, body
{
	height:100%;
}
body
{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height:15px;
	background: #222;
}

body a
{
	color:#666;
}

#page
{
	margin:auto;
	padding:0;
	width:850px;
	/*border:1px solid #333333;*/
}

#pageHeader
{
	height:200px;
	background: transparent url(/site/_img/bg.header.png) no-repeat scroll 0 65px;
	
}


/* ######################################################################################
									PAGEBODY
###################################################################################### */

#pageBody
{
	/*border:1px solid #ffff00;*/
	background: transparent url(/site/_img/bg.body.png) repeat-y scroll 0 0;
	background-position:top center;

}

#pageBodyContentBackground
{
	width:800px;
	margin:auto;
}

.rightSidebar
{
	background: transparent url(/site/_img/bg.body.sidebar.right.gif) repeat-y scroll 0 0;
}

.leftSidebar
{
	background: transparent url(/site/_img/bg.body.sidebar.left.gif) repeat-y scroll 0 0;
}

#pageBodyContent
{
	padding:30px;
}

#colSet_small { width:185px; }
#colSet_big { width:525px; }

/* ######################################################################################
									FOOTER
###################################################################################### */

#pageFooter
{
	height:100px;
	background: transparent url(/site/_img/bg.footer.png) no-repeat scroll 0 0;
	width:850px;
	margin:auto;
}

#pageFooter a.trail:link, #pageFooter a.trail:visited
{
	padding:0 5px;
	color:#666;
	text-decoration:none;	
}

#pageFooter a.trail:hover, #pageFooter a.trail:active
{
	background-color:#666;
	color:#fff;
}

/* ######################################################################################
									NAVIGATION
###################################################################################### */
#pageMainNavigation
{
	margin:auto;
	background: transparent url(/site/_img/bg.body.png) repeat-y scroll 0 0;
}

#mainNavigation
{
	margin:auto;
	width:800px;
	height:30px;
	background: transparent url(/site/_img/bg.mainnav.gif) repeat-x scroll 0 0;
	text-align:center;
	line-height:30px;
	color:#FFFFFF;
}

.navElement
{
	display:block;
	width:95px;
	height:30px;
	float:left;
	text-align:center;
	color:#FFFFFF;
}

a.navItem:link, a.navItem:visited
{
	background: transparent url(/site/_img/bg.nav.item.gif) repeat-x scroll 0 0;
}

a.navItem:hover, a.navItem:active
{
	background: transparent url(/site/_img/bg.nav.item.gif) repeat-x scroll 0 -30px;
	cursor:pointer;
}

.navItemHilite
{
	background: transparent url(/site/_img/bg.nav.item.gif) repeat-x scroll 0 -60px;
}

.separator
{
	display:block;
	width:1px;
	float:left;
	background: #000000 url(/site/_img/nav.separator.gif) no-repeat scroll 0 0;
}

.spacer
{
	display:block;
	float:left;
}

#subNavigation
{
	margin:auto;
	width:780px;
	height:30px;
	background-color:#222222;
	padding:0 10px;
	line-height:30px;
}

#subNavigation ul
{
	padding:0;
	margin:0;
}

#subNavigation ul li
{
	display:inline;
}

.subNavItem
{
	margin-right:10px;
	line-height:30px;
	vertical-align:middle;
	height:30px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	color:#CCCCCC;
}

a.subNavLink:link, a.subNavLink:visited
{
	color:#CCCCCC;
	text-decoration:none;
}

a.subNavLink:hover, a.subNavLink:active
{
	color:#FFFFFF;
	text-decoration:overline underline;
}

/* ######################################################################################
									PARTNER
###################################################################################### */

.partnerItem
{
	padding:3px;
	margin:7px;
	float:left;
	width:226px;
	height:187px;
	background: transparent url(/site/_img/bg.partner.item.png) no-repeat scroll 0 0;
}

.partnerDesc
{
	display:block;
	text-align:center;
	padding:5px;
}

/* ######################################################################################
									PAGEBODY
###################################################################################### */
.paging
{
	display:block;
	float:right;
}
.pagina
{
	margin: 0 2px;
	color:#FFFFFF;
	width:10px;
	height:13px;
	display:block;
	float:left;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	line-height:13px;
	background: transparent url(/site/_img/bg.pagina.png) repeat-x scroll 0 0;
}

a.paginaLink:link, a.paginaLink:visited
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.paginaLink:hover, a.paginaLink:active
{
	color:#FF0000;
}

.paginaHilite
{
	font-weight:bold;
	background: transparent url(/site/_img/bg.pagina.png) repeat-x scroll 0 -13px;
}

.paginaTitle
{
	margin: 0 2px 0 0;
	display:block;
	float:left;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	line-height:13px;

}
/* ######################################################################################
									MAIN CLASSES
###################################################################################### */

.cleaner 
{
	clear:both;
	text-align:center;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.textCenter
{
	text-align:center;
}

.textLeft
{
	text-align:left;
}

.textRight
{
	text-align:right;
}

.inner
{
	padding:0 10px;
}

.divider
{
	width:100%;
	height:1px;
	border-bottom:1px solid #e1e1e1;
}

.pdf_icon .icon
{
	float:left;
	width:50px;
	height:50px;
}

.pdf_icon .description a:link, .pdf_icon .description a:visited
{
	text-decoration:underline;
}

.pdf_icon .description a:hover, .pdf_icon .description a:active
{
	background-color:#666;
	color:#fff;
}

/* statischer Bilder*/
.static
{

	padding:3px;
	border:1px solid #aaa;
	background:#fff;
	outline:0 none;
}

.static_img_box
{
	margin:0 3px 20px 0;
	float:left;
}

.static_img_desc
{
	font-size:10px;
}

/* ######################################################################################
									IMAGES
###################################################################################### */

.thumb_border
{
	border:1px solid #bbb;
}

.tiny_thumb
{
	width:75px;
	height:56px;
	overflow:hidden;
	float:left;
	margin:3px;
	background-color:#fff;
	border:3px solid #fff;
}

.big_thumb {
	border: 1px solid #bbb;
	background: #fff;
	padding:3px;
	margin:3px;
}

.team
{
	border: 1px solid #aaa;
	background: #fff;
	padding:3px;
	margin:3px;
}

/* ######################################################################################
									NEWS
###################################################################################### */

.news_item
{
	margin-bottom:5px;
}

.news_img
{
	width:83px;
	float:left;
	margin-top:4px;
}

.news_text
{
	margin-left:90px;
}

.news_creator
{
	font-size:10px;
	color:#888;
}

.news_thumb
{
	padding:3px;
	margin:0;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	float:left;
}


/* ######################################################################################
									Kitereisen
###################################################################################### */

.calendar_icon
{
	text-align:center;
	background:transparent url(/site/_img/icon.calendar.gif) no-repeat 0 0;
	width:30px;
	height:30px;
	font-size:10px;
}

.calendar_icon .month
{
	height:13px;
	color:#fff;
	background:none;
	line-height:13px;
}

.calendar_icon .year
{
	height:17px;
	color:#000;
	background:none;
	line-height:17px;
}

/* ######################################################################################
									SITEMAP
###################################################################################### */

#metaMap
{
	color:#FFFFFF;
	padding:30px;
	background: #666 url(/site/_img/bg.metamap.gif) repeat-x scroll 0 0;
}

#sitemap
{
	width: 720px;
	margin: auto;
}

#sitemap .mapElement
{
	float:left;
	margin: 10px;
	width: 220px;
}

#sitemap .mapElement ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sitemap .mapElement ul li
{
	margin:2px;
	height:25px;
	line-height:25px;
	border-bottom: 1px solid #999;
}

#sitemap .heading
{
	background-color: #999;
	color: #fff;
	padding:0 5px;
	text-transform: uppercase;
}

#sitemap .mapElement ul li a:link, .mapElement ul li a:visited
{
	display:block;
	padding:0 5px;
	/*text-shadow:rgb(0, 0, 0) 1px 1px 0px;*/
	color:#fff;
	text-decoration:none;
	
}

#sitemap .mapElement ul li a:hover, .mapElement ul li a:active
{
	background-color:#c3c3c3;
	color:#ffffff;
	/*text-shadow:rgb(255, 255, 255) 1px 1px 0px;*/
}

/* ######################################################################################
									    SHOP
###################################################################################### */

/* Cat-List ---------------- */
dl, dd
{
	padding:0px;
	margin:0px;
}

#shop_category_list dd
{
	padding-left:5px;
	border-bottom:1px solid #e1e1e1;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

#shop_category_list a:link, #shop_category_list a:visited
{
	text-decoration: none;
}

#shop_category_list a:hover, #shop_category_list a:active
{
	color: #000;
}

#shop_category_list .item, #shop_cart_list .item
{
	height:30px;
	line-height:30px;
}
#shop_category_list .arrow
{
	color:#e90000;
	margin-top:-3px;
	margin-right:5px;
}

.cat_hilite
{
	color:#e90000;
}

/* Cat-Overview ---------------- */
.cat_overview
{
	height:185px;
	width:152px;
	margin:0 10px 10px 0;
	float:left;
	border:1px solid #ccc;
	padding:3px;
	background-color:#fff;
}

.cat_overview_img
{
	width:150px;
	height:115px;
	overflow:hidden;
	border:1px solid #eee;
}

.cat_overview_title
{
	height:30px;
	margin:10px 0 0 0;
}

.cat_overview_price
{
	height:15px;
	font-size:12px;
	width:130px;
	float:left;
}

.cat_overview_goto
{
	width:20px;
	float:right;
}

.cat_overview_goto_link
{
	color:#e90000;
	text-decoration:none;
	font-size:11px;
}

.cat_overview_price .special{ color:#e90000;}
.cat_overview_price .quiet{ color:#aaa; font-size:10px;}


/* Cart List ---------------- */
#shop_cart_list
{
	margin-top:50px;
}


/* Product Panel ---------------- */
#produkt_order_panel
{
	border: 1px solid #bbb;
	background: #fff;
	padding:3px;
	margin:2px;
	width:250px;

}
#produkt_order_panel #price
{
	float:left;
	width:110px;
	margin:5px;
}

#produkt_order_panel #price .reg
{
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	color:#000;
}

#produkt_order_panel #price .offer
{
	color:#d00;
}

#produkt_order_panel #price .small
{
	font-size:12px;
	line-height:15px;
	color:#ccc;
}

#produkt_order_panel #btn
{
	float:right;
}
#produkt_order_panel #btn img
{
	border:none;
	padding:0;
	margin:0;
}

.topoffer_imgcnt
{
	float:left;
	width:83px;
	margin:0 10px 10px 0;
}

.topoffer_imgcnt img
{
	padding:3px;
	border:1px solid #ccc;
	background-color:#fff;
}
/* ######################################################################################
									TEXT DECORATION
###################################################################################### */

h1
{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	line-height:22px;
	margin:0 0 10px 0;
	color:#000000;
	text-transform:uppercase;
}

h3
{
	font-size:12px;
	margin:10px 0 5px 0;;
}

p
{
	margin:0 0 15px 0;;
}

.subline
{
	margin:0px 0 5px 0;
}

/* ######################################################################################
									FORM STUFF (OLD PAGE)
###################################################################################### */


#form_dates_error_msg td {
	font-weight:bold;
	color:#FF0000;
}
#form_dates input{
	width:240px;
	border:1px solid #999999;
	font-size:11px;
	padding:2px;
}
#form_dates textarea{
	padding:2px;
	width:240px;
	height:100px;
	border:1px solid #999999;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.btn{
	width:115px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	color:#999999;
	text-transform:uppercase;
	font-size:smaller;
}
.inputError{
	background-color:#FF0000;
	color:#FFFFFF;
}
.inputOk{
	background-color:#FFFFFF;
	color:#23432d;
}




.agb-list-head
{
	text-transform: uppercase;
	font-weight: bold;
}

.agb-list-body
{
	margin-left: 25px;
}

#level_list input
{
	width:20px;
}

#level_list input, #level_list label
{
	float:left;
}



/* ######################################################################################
									TOOLTIPS
###################################################################################### */


.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	margin:-25px 0 0 25px;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/site/_img/tooltip.bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/site/_img/tooltip.bubble.png) bottom right;
}

.tip-text ul
{
	margin: 0;
	padding: 0 0 0 12px;
}


/* ######################################################################################
									TABLES
###################################################################################### */

.tables {
	width:100%;
}

.tables tr.table-head {
	font-weight: bold;
	text-align: center;
}

.tables tr.table-content {
	text-align: center;
}

.tables td.highlight {
	font-weight: bold;
	text-align: left;
}

.tables td span.desc {
	font-weight: normal;
}
