@charset "utf-8";
/*CSS for skischule osttirol*/

html, body 	{
    		font-family: verdana;
    		font-size: 12px;
    		color: black;
			margin:0;
			padding:0;
			background:url(../layout/body.jpg) 50% 0;
			}
p  			{padding:0; margin:0;} ul {padding-left:30px; margin:0;}

a 			{text-decoration:none; border:none;}
			
div			{padding:0; margin:0;}

input, textarea, select {
			border:1px solid #c20c0c;
			padding: 3px 5px;
			font-size:12px;
			font-family: Verdana, Arial;
			}
			
a:link 		{color:#c20c0c;}
a:visited 	{color:#c20c0c;}
a:hover 	{color:#c20c0c;}
a:active 	{color:#c20c0c;}

a img		{border:none; opacity:1.0; moz-opacity:1.0; filter:Alpha(opacity=100);}
			
a:hover img {border:none; opacity:0.8; moz-opacity:0.8; filter:Alpha(opacity=80);}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	color:#c20c0c;
	margin:0 0 6px -2px;
	padding:0;
}

h1 {font-size: 21px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 11px;}
h5 {font-size: 16px; margin:0; padding:0; line-height:8px;}

/* CONTAINER DEFINITIONS */


#centering {
	position:absolute;
	width:1020px;
	right:50%;
	padding-top:158px;
	margin-right:-500px;
}

#teaser {
	position:absolute;
	top:80px;
	margin-left:170px;
	width:815px;
	height:88px;
	background:url(../layout/teaser.png);
}

#cam {
	position:absolute;
	left:50%;
	top:-45px;
	margin:0 0 0 200px;
	width:411px;
	height:287px;
	background:url(../layout/ex3.png);
	overflow:hidden;
}

#logo {
	position:absolute;
	top:5px;
	width:240px;
	height:67px;
	background:url(../layout/logo.gif);
}

#menu {
	width:175px;
	margin-top:22px;
	float:left;
}

#menu ul {
	margin:0; padding:0; list-style-type:none;
}

#menu a {
	color:white;
	font-size:13px;
	letter-spacing:2px;
	font-weight:normal;
}

#menu ul li a {
	display:block;
	padding:10px 0 0 9px;
	width:160px;
	height:28px;
	background:url(../layout/button_norm.png);
	margin-bottom:6px;
}

.menu-current a {background:url(../layout/button_curr.png) !important;}

#menu ul li a:hover {
	background:url(../layout/button_ov.png);
}

#main {
	float:right;
	width:832px;
	margin:0 7px 0 0;
}

.mainTop {
	width:832px;
	height:50px;
	background:url(../layout/main.png) top;
}

#mainContent {
	width:752px;
	padding:0 30px 0 50px;
	min-height:300px;
	background:url(../layout/main_wrapper.png);
	padding-bottom:1px;
}

.mainBottom {
	width:832px;
	height:30px;
	background:url(../layout/main.png) bottom;
}

#footer {
	color:white;
	float:right;
}

#facebook {
	float:left;
}

.name_block {
	display:none;
}

.profileimage {
	display:none;
	height:5px;
}

.fan_box {
	background:red;
}

.addthis_toolbox, .addthis_default_style {
	float:left;
	margin:-24px 0 0 27px;
	top:1px;
	left:0px;
	z-index:500;
}

.facebook_button {
	position:absolute;
	z-index:500;
}
