@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	
	background-color: #131315;
	background-image: url(../img/body_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body.mceContentBody
{
	background: none;
	background-color: #FFFFFF;
}

a img
{
	border: 0px solid;
}

.page
{
	width: 1010px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.head
{
	width: 100%;
	float: left;
	position: relative;
}

.main
{
	width: 1010px;
	float: left;
	padding: 0 0 45px 0;
	overflow: hidden;
}

/* Heads */
.top_links
{
	width: 100%;
	height: 17px;
	float: left;
	padding: 15px 0 0 0;
	text-align: right;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
}

.top_links a
{
	margin: 0 5px;
	color: #838383;
	text-decoration: none;
}

.top_links a:hover
{
	text-decoration: underline;
}

.top_links span
{
	margin: 0 5px;
}

.head .title
{
	width: 100%;
	height: 40px;
	float: left;
	padding: 25px 0 0 0;
	text-align: center;
}

/* Main */
.line
{
	width: 1010px;
	float: left;
}

.column
{
	width: 490px;
	float: left;
}

.col
{
	width: 490px;
	height: 280px;
	float: left;
}

.sbox
{
	width: 490px;
	height: 280px;
	float: left;
	padding: 0 0 22px 0;
}

.sep_17px_vert
{
	width: 100%;
	height: 17px;
	float: left;
}

.sep_14px_vert
{
	width: 100%;
	height: 14px;
	float: left;
}

.sep_12px_vert
{
	width: 100%;
	height: 12px;
	float: left;
}

.sep_14px_hori
{
	width: 14px;
	min-height: 1px;
	float: left;
}

.sep_30px_hori
{
	width: 30px;
	min-height: 1px;
	float: left;
}

.sbox_small
{
	width: 218px;
	height: 114px;
	float: left;
	padding: 10px;
	
	background-repeat: no-repeat;
}

.sbox_small a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F1F1F;
	line-height: 16px;
	
	text-decoration: none;
}

.sbox_small a:hover
{
	color: #FFFFFF;
}

.sbox_small a.big
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}

.sbox_small a.big:hover
{
	color: #BFBFBF;
}

.sbox_small a.title
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}

.sbox_small a.title:hover
{
	color: #BFBFBF;
}

.sbox_small p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.sbox_small p.title
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	
	/*filter: shadow(color:gray, strength:10, direction:135);*/
}

/* Buttons */
.sbox_small.advanture
{
	background-image: url(../img/buttons/btn_adventure_gray.jpg);
}

.sbox_small.advanture:hover
{
	background-image: url(../img/buttons/btn_adventure_green.jpg);
}

.sbox_small.wandern
{
	background-image: url(../img/buttons/btn_wandern_gray.jpg);
}

.sbox_small.wandern:hover
{
	background-image: url(../img/buttons/btn_wandern_green.jpg);
}

.sbox_small.klettern
{
	background-image: url(../img/buttons/btn_klettern_gray.jpg);
}

.sbox_small.klettern:hover
{
	background-image: url(../img/buttons/btn_klettern_green.jpg);
}

.sbox_small.mountainbike
{
	background-image: url(../img/buttons/btn_mountainbike_gray.jpg);
}

.sbox_small.mountainbike:hover
{
	background-image: url(../img/buttons/btn_mountainbike_green.jpg);
}

/* Boxes right */
.sbox_small.kalis
{
	background-image: url(../img/buttons/btn_kalis_gray.jpg);
}

.sbox_small.kalis:hover
{
	background-image: url(../img/buttons/btn_kalis_red.jpg);
}

.sbox_small.langlauf
{
	background-image: url(../img/buttons/btn_langlauf_gray.jpg);
}

.sbox_small.langlauf:hover
{
	background-image: url(../img/buttons/btn_langlauf_red.jpg);
}

.sbox_small.skischule
{
	background-image: url(../img/buttons/btn_skischule_gray.jpg);
}

.sbox_small.skischule:hover
{
	background-image: url(../img/buttons/btn_skischule_red.jpg);
}

.sbox_small.ski
{
	background-image: url(../img/buttons/btn_ski_gray.jpg);
}

.sbox_small.ski:hover
{
	background-image: url(../img/buttons/btn_ski_red.jpg);
}

.hiddenImage
{
	display: none;
}

/* Content */

.content_top
{
	width: 490px;
	height: 10px;
	float: left;
	
	background-image: url(../img/content_top.png);
	background-repeat: no-repeat;
}

.content
{
	width: 420px;
	height: 544px;
	float: left;
	padding: 10px 35px 10px 35px;
	
	background-color: #FFFFFF;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 23px;
}

.content_bottom
{
	width: 490px;
	height: 10px;
	float: left;
	
	background-image: url(../img/content_bottom.png);
	background-repeat: no-repeat;
}

.content_wide_top
{
	width: 1010px;
	height: 10px;
	float: left;
	
	background-image: url(../img/content_wide_top.png);
	background-repeat: no-repeat;
}

.content_wide
{
	width: 910px;
	min-height: 400px;
	height: auto;
	float: left;
	padding: 20px 50px 50px 50px;
	
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 23px;
}

.content_wide_bottom
{
	width: 1010px;
	height: 10px;
	float: left;
	
	background-image: url(../img/content_wide_bottom.png);
	background-repeat: no-repeat;
}

/* Tini */

.content a,
.content_wide a
{
	color: #77BD25;
	text-decoration: underline;
}

.content a:hover,
.content_wide a:hover
{
	color: #32471e;
	text-decoration: underline;
}
.content ul,
.content_wide ul
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-image: url(../img/li.gif);
	background-image: none;
	margin-left: 15px;
	padding: 0px;
}
.content li,
.content_wide li
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: none;
	margin:0px;
	padding:0px;
}

.content_gruen ul
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-image: url(../img/li_gruen.gif);
	background-image: none;
	margin-left: 15px;
	padding: 0px;
}

.content_gruen li
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: none;
	margin:0px;
	padding:0px;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:34px;
	color:#77BD25;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:19px;
	color:#666666;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal;
	margin-left: 90px;
}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	color:#77BD25;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	color:#77BD25;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h5{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	color:#0000FF;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	color:#FFCC00;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hervorgehoben,
.hervorgehoben_wide
{
   background-color:#ffffff;
   border:1px solid #77BD25;
   color:#666666;
   padding:20px; 
   
}
.hervorgehoben h1,
.hervorgehoben_wide h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#77BD25;	
	line-height:20px;
  font-weight: normal;
  margin-bottom: 2px;
}
.hervorgehoben_wide p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	color:#FF0000;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hervorgehoben_wide h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	color:#FF0000;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#preis-table-a 
{
	padding:0;
	color:#666666;
	margin:0;
	background-color: #D1D1D1;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
td.preislistetop {
	background-color:#77BD25;
	color:#ffffff;
}
#preis-table-a td
{
	padding:4px;
	color:#666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#preis-table-a td table td
{
	background: #D1D1D1;
	color:#666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#666666;
}
#preis-table-a tr:hover td
{
	background: #77BD25;
	color: #ffffff;
}
#preis-table-a:link hover{
	color: #ffffff;

}
#preis-table-a tr:hover td a
{
	color: #FFFFFF; /* td hover link */
}
#preis-table-a tr.preislistetop td{
	background-color:#77BD25;
	color:#ffffff;
}
td.tabelle{
	background-color: #E9F7D7;
	margin: 3px;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	
}
td.tabelle2{
	background-color: #ffffff;
	margin: 3px;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

/* Footer */
.footer
{
	width: 1010px;
	height: 180px;
	float: left;
}

.footer .fbox
{
	width: 470px;
	height: 180px;
	float: left;
	padding: 0 0 0 20px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	line-height: 18px;
	
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
}

.footer .fbox.left
{
	margin: 0 30px 0 0;
	display: inline;
}

.footer p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.footer p.title
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 0 15px 0;
}
.footer p.title.large
{
	padding-top: 19px;
}

.footer a
{
	color: #999999;
	line-height: 22px;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer table
{
	width: 100%;
}

.footer table td
{
	vertical-align: top;
}

.footer_bottom
{
	width: 980px;
	float: left;
	padding: 15px 15px 25px 15px;
	text-align: right;
}

.footer_bottom a
{
	margin: 0 6px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
	text-decoration: none;
}

/* Menu */
.menu
{
	width: 910px;
	/*float: left;*/
	clear: both;
	overflow: hidden;
	margin: 0 0 25px 0;
}

.menu a
{
	margin: 0 6px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.menu a:hover
{
	color: #74BA27;
}

.menu a.current_link,
.menu a.drop_down
{
	color: #74BA27;
	text-decoration: none;
}

.menu a.current_link:hover,
.menu a.drop_down:hover
{
	color: #666666;
	text-decoration: none;
}

.line
{
	float: left;
}

.menu_first
{
	float: left;
}

.menu_last
{
	width: 100%;
	max-width: 800px;
	float: left;
}

.menu_last .menu_last_top
{
	float: left;
	clear: both;
}

.menu_last .menu_last_bottom
{
	width: 100%;
	float: left;
	clear: both;
}

.menu_last .menu_last_bottom a
{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.menu_last .menu_last_bottom a:hover,
.menu_last .menu_last_bottom a.current_link
{
	color: #77BD25;
}

.menu_first a,
.menu_last .menu_last_top a
{
	color: #A4A4A4;
}

.menu_first a.current_link,
.menu_last .menu_last_top a.drop_down
{
	padding: 0 5px;
	color: #FFFFFF;
	background-color: #77BD25;
}
