html, body, div, img, h1, h2, h3, p, ul, li {
	margin:0px;
	padding:0px;
	border:0px none;
}
 
body {
	background-color: #FFFFFF;
	font-family:Georgia, Times, "Times New Roman", serif;
	color:#20201E;
	font-size:62.5%; /*-- reduziert die Standartgrösse auf 10px; 1em = 10px --*/
	line-height:18px;
	background-image: url(../images/bg.jpg)
}


/*----- 3D -----*/
#layerover {
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 600px;
	background-image: url(../images/hlltn-anim5.gif);
}

#layer {
	position: absolute;
	z-index: 1;
	width: 600px;
	height: 600px;
	margin: 0;
	padding: 0;

}




/*----- BG -----*/
#leftcorner {
	position: absolute;
	width: 161px;
	height: 448px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background-image: url(../images/left-1.jpg);
	background-repeat: no-repeat;
}

#rightside {
	position: absolute;
	left: 482px;
	width: 281px;
	height: 515px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background-image: url(../images/right-1.jpg);
	background-repeat: no-repeat;
}


/*----- Content -----*/
#header {
	position: absolute;
	left: 50px;
	width: 582px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	background-image: url(../images/bg-content.jpg);
}

#contentfolder {
	position: absolute;
	left: 50px;
	top: 161px;
	width: 582px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	background-image: url(../images/bg-content.jpg);
}

#contentfolder2 {
	position: absolute;
	left: 50px;
	top: 240px;
	width: 582px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	background-image: url(../images/bg-content.jpg);
}

#spanner {
	position: relative;
	width: 582px;
	height: 2000px;
	margin: 0px;
	padding: 0px;
}


.content {
	width: 518px;
	background-color: #fff;
	border-bottom: 1px solid #666;
	/*--border-top: 3px solid #55c;--*/
	margin-left: 17px;
	margin-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 25px;
}



/*----- Typo -----*/
.datum {
	font-size: 1.1em;
	line-height: 19px;
}

h1 {
	font-size: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	line-height: 23px;
}

p {
	font-size: 1.2em;
	line-height: 18px;
}

.crewname {
	font-size: 1.5em;
	border-bottom: 1px solid #000;
	line-height: 20px;
}

.infos {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	line-height: 19px;
	font-style: italic;
	border-bottom: 1px solid #888;
	cursor: pointer;
}

.small {
	font-size: 1em;
}

.small a {
	text-decoration: none;
	color: black;
}



/*----- Dropdown1 -----*/

/*--#navi-schrift {
	position: absolute;
	width: 152px;
	height: 60px;
	background-image: url(../images/navi-schrift.gif);
	z-index: 35;
	left: 636px;
	top: 3px;
}--*/



#navigation {
	position: absolute;
	left: 634px;
	top: 0px;
	padding-top: 5px;
	padding-left: 4px;
	margin:0px;
	padding:0px;
	z-index:20;
}

#menu_opener {
	width:162px;
    height: 36px;
    background-color:transparent;
	text-decoration:none;
	margin:0;
	padding-top:3px;
	padding-left:0px;
    background-image: url(../images/navi-oben.jpg);
	background-repeat: no-repeat;
}


#menu_opener a {
	text-decoration:none;
    padding-top: 20px;
    height:15px;
	line-height:5px;
	background-color:transparent;
	display:block;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000;
    width:162px;
}


.navibgunten {
	height: 2px;
	width: 162px;
	background: #000;

}

.navibgunten2 {
	height: 19px;
	width: 162px;
	margin-left: 3px;
}

#jump_menu {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
	color: #fff;
    width:162px;
    background-color:transparent;
    display:block;
}


#menu {
	padding-left:0px;
	margin:0px;
    margin-top:0px;
    margin-left:0px;
    width: 162px;
	display:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
    background-image: url(../images/navi-bg2.gif);
    background-repeat: repeat-y;
    color:#000;
}

#menu a {
	text-decoration:none;
	list-style: circle;
	display:block;
    font-family: Arial, sans-serif, Helvetica;
    /*--font-family: Georgia, Times, serif;--*/
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	line-height: 25px;
	/*--color: #20201E;--*/
	color: #9ca2a2;
	/*--color: #9ca2a2;--*/
    padding-left: 4px;
    width:158px;
    border-bottom: 1px solid #000;
}


#menu a:hover {
	background-color:#fff;
	background-image: url(../images/navi-overklein.jpg);
	color: #9ca2a2;
}

#menu a:active {
	background-color:#fff;
	background-image: url(../images/navi-overklein.jpg);
	color: #9ca2a2;
	text-decoration: underline;
}

.imgtop {
	padding-bottom: 2px;
	margin: 0px;
}

.imgtop2 {
	padding-bottom: 2px;
	margin: 0px;
	/*--border-bottom: 1px solid #9ca2a2;--*/
}

/*----- Dropdown2 -----*/

/*--#navi-schrift {
	position: absolute;
	width: 152px;
	height: 60px;
	background-image: url(../images/navi-schrift.gif);
	z-index: 35;
	left: 636px;
	top: 3px;
}--*/


#navigation2 {
	position: fixed;
	left: 634px;
	top: 73px;
	padding-top: 5px;
	padding-left: 4px;
	margin:0px;
	padding:0px;
	z-index:18;
}

#menu_opener2 {
	width:162px;
    height: 36px;
    background-color:transparent;
	text-decoration:none;
	margin:0;
	margin-bottom: 2px;
	padding-top:3px;
	padding-left:0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}


#menu_opener2 a {
	text-decoration:none;
    padding-top: 20px;
    height:15px;
	line-height:5px;
	background-color:transparent;
	display:block;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000;
    width:162px;
}


.navibgunten3 {
	height: 2px;
	width: 162px;
	background: #000;

}

.navibgunten4 {
	height: 19px;
	width: 162px;
	margin-left: 3px;
}

#jump_menu2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
	color: #fff;
    width:162px;
    background-color:transparent;
    display:block;
}


#menu2 {
	padding-left:0px;
	margin:0px;
    margin-top:0px;
    margin-left:0px;
    width: 162px;
	display:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
    background-image: url(../images/navi-bg2.gif);
    background-repeat: repeat-y;
    color:#000;
}

#menu2 a {
	text-decoration:none;
	list-style: circle;
	display:block;
    font-family: Arial, sans-serif, Helvetica;
    /*--font-family: Georgia, Times, serif;--*/
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	line-height: 25px;
	/*--color: #20201E;--*/
	color: #9ca2a2;
	/*--color: #9ca2a2;--*/
    padding-left: 4px;
    width:158px;
    border-bottom: 1px solid #000;
}


#menu2 a:hover {
	background-color:#fff;
	background-image: url(../images/navi-overklein.jpg);
	color: #9ca2a2;
}

#menu2 a:active {
	background-color:#fff;
	background-image: url(../images/navi-overklein.jpg);
	color: #9ca2a2;
	text-decoration: underline;
}

.imgtop3 {
	padding-bottom: 2px;
	margin: 0px;
}

.imgtop4 {
	padding-bottom: 2px;
	margin: 0px;
	/*--border-bottom: 1px solid #9ca2a2;--*/
}


#snowboardcrew {
	width: 162px;
}

#skateboardcrew {
	width: 162px;
}

#mediacrew {
	width: 162px;
}

#profilecrew {
	width: 162px;
}

.kleinelinks {
	font-size: 0.7em;
	padding-left: 20px;
	line-height: 20px;
	cursor: pointer;
}

.cursorhand {
	cursor: pointer;
}


/*------ Crew Layers ------*/

.crewimgs {
	margin: 10px;
	margin-bottom: 2px;
	padding-bottom: 11px;
}


.balken {
	margin-bottom: 2px;
}

#crewpic01 {
	position: absolute;
	width: 153px;
	height: 130px;
	top:344px;
	left:69px;
	z-index: 30;
	cursor: pointer;
}

#crewpic02 {
	position: absolute;
	width: 239px;
	height: 270px;
	top:297px;
	left:227px;
	z-index: 30;
	cursor: pointer;
}

#crewpic03 {
	position: absolute;
	width: 142px;
	height: 230px;
	top:320px;
	left:471px;
	z-index: 30;
	cursor: pointer;
}

#crewpic04 {
	position: absolute;
	width: 177px;
	height: 200px;
	top:610px;
	left:176px;
	z-index: 30;
	cursor: pointer;
}

#crewpic05 {
	position: absolute;
	width: 255px;
	height: 129px;
	top:1450px;
	left:358px;
	z-index: 30;
	cursor: pointer;
}

#crewpic06 {
	position: absolute;
	width: 284px;
	height: 270px;
	top:850px;
	left:69px;
	z-index: 30;
	cursor: pointer;
}

#crewpic07 {
	position: absolute;
	width: 142px;
	height: 200px;
	top:900px;
	left:471px;
	z-index: 30;
	cursor: pointer;
}

#crewpic08 {
	position: absolute;
	width: 153px;
	height: 230px;
	top:1250px;
	left:69px;
	z-index: 30;
	cursor: pointer;
}


#crewpic09 {
	position: absolute;
	width: 239px;
	height: 270px;
	top:1150px;
	left:227px;
	z-index: 30;
	cursor: pointer;
}

#crewpic10 {
	position: absolute;
	width: 142px;
	height: 150px;
	top:1210px;
	left:471px;
	z-index: 30;
	cursor: pointer;
}

#crewpic11 {
	position: absolute;
	width: 284px;
	height: 270px;
	top:1530px;
	left:69px;
	z-index: 30;
	cursor: pointer;
}

#crewpic12 {
	position: absolute;
	width: 255px;
	height: 200px;
	top:640px;
	left:358px;
	z-index: 30;
	cursor: pointer;
}


#crewpic13 {
	position: absolute;
	width: 158px;
	height: 200px;
	top:1750px;
	left:358px;
	z-index: 30;
	cursor: pointer;
}


#crewpic14 {
	position: absolute;
	width: 177px;
	height: 200px;
	top:1850px;
	left:176px;
	z-index: 30;
	cursor: pointer;
}

#crewpic15 {
	position: absolute;
	width: 153px;
	height: 130px;
	top:2100px;
	left:69px;
	z-index: 30;
	cursor: pointer;
}

#crewpic16 {
	position: absolute;
	width: 239px;
	height: 270px;
	top:2080px;
	left:227px;
	z-index: 30;
	cursor: pointer;
}

#crewpic17 {
	position: absolute;
	width: 142px;
	height: 230px;
	top:2020px;
	left:471px;
	z-index: 30;
	cursor: pointer;
}







#profile01 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:354px;
	left:0px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile02 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:307px;
	left:350px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile03 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:330px;
	left:240px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile04 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:620px;
	left:260px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile05 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:1460px;
	left:250px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile06 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:860px;
	left:40px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile07 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:910px;
	left:280px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile08 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:1260px;
	left:0px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile09 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:1160px;
	left:150px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile10 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:1220px;
	left:70px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile11 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:1540px;
	left:0px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile12 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:650px;
	left:300px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile13 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:1760px;
	left:80px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}

#profile14 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:1860px;
	left:100px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}


#profile15 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:2110px;
	left:140px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}


#profile16 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:2090px;
	left:180px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}


#profile17 {
	position: absolute;
	width: 490px;
	height: 340px;
	background-color: #FFF;
	top:2030px;
	left:40px;
	z-index: 35;
	visibility:hidden;
	cursor: move;
}



#profile01info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #FFF;
}

#profile02info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile03info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile04info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile05info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile06info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile07info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile08info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile09info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile10info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile11info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}


#profile12info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}


#profile13info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile14info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile15info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile16info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}

#profile17info {
	width: 470px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}


.profilefrage {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}


#close01 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close02 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close03 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close04 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close05 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close06 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close07 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close08 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close09 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close10 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close11 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close12 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close13 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close14 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close15 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close16 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}

#close17 {
	position: absolute;
	z-index: 35;
	top: 20px;
	left: 440px;
	width: 28px;
	height: 28px;
	background-image: url(../images/crew/closew.gif);
	cursor: pointer;
}