/*
Theme Name: F-TECH
Description: F-TECH, Design Johannes G&ouml;gele, Code Lukas Fahrner
Version: 1.0
Author: Lukas Fahrner
Farben: blau: #36a7e9, gelb: #f5ed14, rot: #e31b23, grün: #50ba5b
*/

@charset "UTF-8";
* {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
	
body  {
	font: 100% Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	padding-left: 20px; /* padding keeps the content of the div away from the edges */
}

.storytitle {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebar1_news p.datum {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-style: italic;
}

#storyend {
	width:1030px;
	height: 10px;
	background-color: #000000;
}

.storytitle_blau {
	font-size: 28px ;
	font-weight: normal;
	color: #36a7e9;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.blau {
	color: #36a7e9;
	padding-left: 20px;
}

#storyend_blau {
	width: 515px;
	height: 10px;
	background-color: #36a7e9;
	display: none;
}

.storytitle_gelb {
	font-size: 28px ;
	font-weight: normal;
	color: #50ba5b;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.gelb {
	color: #50ba5b;
	padding-left: 20px;
}

#storyend_gelb {
	width: 515px;
	height: 10px;
	background-color: #50ba5b;
	display: none;
}

.storytitle_rot {
	font-size: 28px ;
	font-weight: normal;
	color: #e31b23;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}

.rot {
	color: #e31b23;
	padding-left: 20px;
}

#storyend_rot {
	width: 515px;
	height: 10px;
	background-color: #e31b23;
	display: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #50ba5b;
}

a:hover { 
    text-decoration: underline;
}

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


#hintergrund_anzeigen a {
	text-decoration: underline;
	color: #36a7e9;
	font-size: 16px;
}

#hintergrund_anzeigen a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#inhalt_anzeigen a {
	text-decoration: underline;
	color: #36a7e9;
	font-size: 16px;
}

#inhalt_anzeigen a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#bildinfo {
	font-size: 16px;
}
	
p {
	margin: 0px;
	padding: 0px;
}

#ganzes_bild { 
	width: 2075px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1324px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	display:none;
}

#container { 
	width: 1045px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
} 

#header { 
	height: 132px;
	padding:  0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 515px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-height: 1000px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	overflow: auto;
    overflow-x: hidden;
}

#sidebar1 p {
	padding: 0px 10px 10px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 p.text_normal {
	padding-left: 20px;
	font-size: 13px;
	line-height:18px;
}

#sidebar1 strong {
	padding-left: 20px;
}

#crew {
	position: absolute;
	width: 300px; 
	height: 100px;
	margin-left: -100px;
	margin-top: -10px;
	background: #36a7e9;
	filter:alpha(opacity=80); /* IE */
    -moz-opacity:0.8; /* Gecko-Browser */
    opacity:0.8; /* Opera 9+ */
	z-index: 2; 
	font-size: 50px;
	color: #))))));
}

#sidebar2 {
	float: right; 
	width: 520px; 
	background: #FFFFFF; 
	overflow: hidden;
}

#sidebar2 p{
	padding: 0px 10px 0px 0px; 
}

#sidebar2 p.text_normal {
	padding-left: 20px;
}

/* 
Probleme mit Safari
#team .slideshow {
	border: 10px solid #36a7e9;
}
*/

#team {
	border: 10px solid #36a7e9;
}


#park {
	border: 10px solid #e31b23;
}

#home {
	border: 10px solid green;
}

#boxen_rails {
	border: 10px solid black;
}

#film {
	border: 10px solid #50ba5b;
}

#news {
}

#allgemein {
}

#sidebar1_great {
	float: left; /* since this element is floated, a width must be given */
	width: 1045px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-height: 1000px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	overflow: auto;
    overflow-x: hidden;
}

#sidebar1_great p {
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1_great p.text_normal {
	padding-left: 20px;
	font-size: 13px;
	line-height:18px;
}

#sidebar1_start {
	float: left; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-height: 1000px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	overflow: auto;
    overflow-x: hidden;
}

#sidebar1_start p {
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1_start p.text_normal {
	padding-left: 20px;
	font-size: 13px;
	line-height:18px;
}

#sidebar1_film {
	float: left; /* since this element is floated, a width must be given */
	width: 515px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-height: 1000px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebar1_film p {
	padding: 0px 10px 10px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1_film p.text_normal {
	padding-left: 20px;
	font-size: 13px;
	line-height:18px;
}

#sidebar1_film strong {
	padding-left: 20px;
}

#sidebar1_skiteam {
	float: left; /* since this element is floated, a width must be given */
	width: 515px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-height: 1000px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}

#sidebar1_skiteam p {
	padding: 0px 10px 10px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1_skiteam p.text_normal {
	padding-left: 20px;
	font-size: 13px;
	line-height:18px;
}

#sidebar1_skiteam strong {
	padding-left: 20px;
}

#sidebar1_news{
	float: left; /* since this element is floated, a width must be given */
	width: 1045px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-height: 600px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	overflow: auto;
    overflow-x: hidden;
}

#sidebar1_news p {
	padding: 0px 10px 10px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1_news p.text_normal {
	padding-left: 20px;
	font-size: 13px;
	line-height:18px;
}

#sidebar1_news strong {
	padding-left: 20px;
}


#menubox { 
    margin-top: 20px;
}

#p_1 { 
    background: #FFFFFF;
	width: 100px;
	margin-bottom: 10px;
}

#p_1 a { 
    color: #000000;
}

#p_1 a:hover { 
    color: #EDEDED;
}

#p_2 { 
    background: #000000;
	width: 163px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#p_2 a { 
    color: #ffffff;
}

#p_2 a:hover { 
    color: #454545;
}

#p_3 { 
    background: #e31b23;
    width: 1045px;
	margin-bottom: 10px;
}

#p_3 a { 
    color: #000000;
}

#p_3 a:hover { 
    color: #ffffff;
}

#p_4 { 
    background: #36a7e9;
	width: 600px;
	margin-bottom: 10px;
}

#p_4 a { 
    color: #000000;
}

#p_4 a:hover { 
    color: #ffffff;
}

#p_5 { 
    background: #50ba5b;
	width: 730px;
	margin-bottom: 10px;
}

#p_5 a { 
    color: #000000;
}

#p_5 a:hover { 
    color: #ffffff;
}

#p_6 { 
    background: #FFFFFF;
	width: 280px;
	float:left;
}

#p_6 a { 
    color: #e31b23;
	text-decoration: underline;
}

#p_6 a:hover { 
    color: #000000;
}


#p_7 { 
    background: #FFFFFF;
	width: 160px;
	float:right;
}

#p_7 a { 
    color: #000000;
	text-decoration: none;
}

#p_7 a:hover { 
    color: #EDEDED;
}

#stop { 
    background:url(img/dotted.gif);
	background-repeat: x-repeat;
	width: 500px;
	height: 10px;
	margin-top: 20px;
}

.meta {
	padding: 5px 10px 5px 20px;
	font-size: 80%;
}

.weitere_artikel {
	padding: 0px 10px 0px 20px;
	font-size: 90%;
}

p.wp-caption-text {
	color: #36a7e9;
	font-style:italic;
	font-size: 60%;
}

#some_more_snowparks {
	padding-left: 10px;
}

#some_more_snowparks ul {
	list-style-type: none;
}

#some_more_snowparks ul li a {
	color: #e31b23;
}

#some_more_snowparks ul li a:hover {
	color: #000000;
}

#snowboardteam {
	padding-left: 10px;
}

#snowboardteam ul {
	list-style-type: none;
}

#snowboardteam ul li a {
	color: #36a7e9;
}

#snowboardteam ul li a:hover {
	color: #000000;
}

#skiteam {
	padding-left: 10px;
}

#skiteam ul {
	list-style-type: none;
}

#skiteam ul li a {
	color: #36a7e9;
}

#skiteam ul li a:hover {
	color: #000000;
}

#shapers {
	padding-left: 10px;
}

#shapers ul {
	list-style-type: none;
}

#shapers ul li a {
	color: #36a7e9;
}

#shapers ul li a:hover {
	color: #000000;
}

#events {
	padding-left: 10px;
}

#events ul {
	list-style-type: none;
}

#events ul li a {
	color: #50ba5b;
}

#events ul li a:hover {
	color: #000000;
}

