/*=======================   B A S E    =======================*/

*{
outline:none;
border:0px;
}

body{
background-color:#ffffff;
}

.wrapper{
margin-left:70px;
margin-top:45px;
width:1200px;
}

.header{}

#empty{
height:40px;
width:200px;
background-color:#fff;
}

/*=======================   L I N K S    =======================*/

a{
text-decoration:none;
color:#121212;
}

a:hover{
text-decoration:none;
color:#878786;
}

a:active{
text-decoration:none;
color:#134e95;
}

/*=======================   T E X T    =======================*/

h1{
text-transform:uppercase;     /* <---------- Upper/Lower? */
font-family:Calibri;
font-weight:400;
font-size:13pt;
color:#000000;
}

h2{
text-transform:uppercase;     /* <---------- Upper/Lower? */
font-family:Calibri;
font-weight:800;
font-size:8pt;
color:#000000;
}

h3{
font-family:Calibri;
font-weight:400;
font-size:14pt;
color:#000000;
margin-top:-5px;
}

h4{
font-family:Calibri;
font-weight:400;
font-size:14pt;
color:#000000;
margin-left:190px;
text-align:center;
}

h5{
font-family:Calibri;
font-weight:400;
font-size:10pt;
color:#000000;
margin-left:300px;
text-align:center;
margin-top:-20px
}

p.container{
font-family:Calibri;
font-weight:400;
font-size:10pt;
color:#000000;
padding-top:10px;
width:500px;
margin-top:-15px;
}

/*=======================   D I V ' S    =======================*/

#logo{
display:block;
background-image:url('gfx/FB_logo_04.png');
background-repeat:no-repeat;
height:75px;
width:328px;
cursor:pointer;
}

#menucontainer{
margin-top:-12px;
}

#submenu_one{
width:300px;
background-color:#fff;
display:none;
margin-top:-12px;
}

#submenu_one a{
color:#134e95;
}

#submenu_one a:hover{
color:#7ba2f2;
}

#start_text{
height:401px;
width:600px;
float:left;
}

#start_bild{
width:600px;
height:401px;
background-image:url('bilder/startbild2.png');
display:none;
float:left;
margin-left:-10px;
margin-top:-105px;
}

#fuckyou_bild{
width:600px;
height:401px;
background-image:url('bilder/startbild2.png');
display:block;
float:left;
/*margin-left:590px;
margin-top:-485px;*/
position:absolute;
left:630px;
top:70px;
}

/*=======================   C O N T A I N E R   =======================*/

#container{
height:320px;
width:974px;
float:left;
}

#container_divider{
display:none;
height:314px;
width:2px;
background-color:#134e95;
float:left;
}
/* ============================================================  START OF TEXT CONTAINERS */


#textcontainer_one{
display:none;
background-color:#ffffff;
height:320px;
width:520px;
float:left;
}

#textcontainer_two{
display:none;
background-color:#ffffff;
height:320px;
width:520px;
float:left;
}

#textcontainer_three{
display:none;
background-color:#ffffff;
height:320px;
width:520px;
float:left;
}

#textcontainer_four{
display:none;
background-color:#ffffff;
height:320px;
width:520px;
float:left;
}

#textcontainer_five{
display:none;
background-color:#ffffff;
height:320px;
width:520px;
float:left;
}

#textcontainer_six{
display:none;
background-color:#ffffff;
height:320px;
width:520px;
float:left;
}

/* =================================================================== END OF TEXT CONTAINERS */ 

/* =================================================================== START OF IMAGE CONTAINERS */

#imagecontainer_one{
padding-left:22px;
display:none;
background-color:#ffffff;
height:320px;
width:430px;
float:left;
}

#imagecontainer_two{
padding-left:22px;
display:none;
background-color:#ffffff;
height:320px;
width:430px;
float:left;
}

#imagecontainer_three{
padding-left:22px;
display:none;
background-color:#ffffff;
height:320px;
width:430px;
float:left;
}


/* =================================================================== END OF IMAGE CONTAINERS */




/* GALLERY STYLES */

.thumbs{
margin-left:8.5px;
float:left;
cursor:pointer;
padding-bottom:8px;
opacity:0.3;
filter:alpha(opacity=30);
}

img:hover{
opacity:1;
filter:alpha(opacity=100);
}


.bigpic{
margin-left:8px;
}

