/* CSS Document */

.master
{
/* Set rules to fill background */
min-height: 101%;
min-width: 1024px;
	
/* Set up proportionate scaling */
width: 100%;
height: auto;
	
/* Set up positioning */
position: fixed;
top: 0;
left: 0;

background-color:#000;
background: no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: url(images/backgrounds/05.jpg);
z-index:-1;
}

@font-face {
font-family: 'myfont';
src: url('myfont/neuropolxfree-webfont.eot');
src: url('myfont/neuropolxfree-webfont.eot?#iefix') format('embedded-opentype'),
url('myfont/neuropolxfree-webfont.woff') format('woff'),
url('myfont/neuropolxfree-webfont.ttf') format('truetype'),
url('myfont/neuropolxfree-webfont.svg#neuropol_x_freeregular') format('svg');
font-weight: normal;
font-style: normal;
}

.start_events { font-family: myfont, 'myfont'; font-size:12px; color:#cecece; text-decoration:none; }
.start_events a:link { font-family: myfont, 'myfont'; font-size:12px; color:#cecece; text-decoration:none; }
.start_events a:visited { font-family: myfont, 'myfont'; font-size:12px; color:#cecece; text-decoration:none; }
.start_events a:hover { font-family: myfont, 'myfont'; font-size:12px; color:#cecece; text-decoration:none; }

.start_highlights
{
font-family: myfont, 'myfont';
font-size:12px;
color:#cecece;
text-decoration:none;
}
.font_white
{
font-family: myfont, 'myfont';
font-size:10px;
color:#b7b7b7;
text-decoration:none;
}
.events_bild
{
position:absolute;
border:2px;
border-color:#FFF;
}
.font_events_headline
{
font-family: myfont, 'myfont';
font-size:14px;
color:#b7b7b7;
text-align:left;
}
.text_normal_save
{
font-family: arial;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}
.font_events_text
{
font-family: arial;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}
.normal_black
{
font-family: arial;
font-size:11px;
color:#000;
}
.menue_back1
{
z-index:3;
background-image:url(images/menue_background_01.png);
height:71px;
width:842px;
margin-left:-10px;
}
.menue_back2
{
z-index:3;
background-image:url(images/menue_background_01.png);
height:2px;
width:842px;
margin-left:-10px;
}
.underliner
{
z-index:2;
height:4px;
width:842px;
margin-left:208px;
}
.hyper
{
z-index:3;
margin-left:30px;
margin-top:75px;
position:absolute;
}
.radio
{
z-index:4;
margin-left:160px;
margin-top:85px;
position:absolute;
}
.logo
{
z-index:2;
margin-left:530px;
margin-bottom:10; 
}
.whopper
{
color:#FFF;
width:832px;
}
.bg_black
{
background:url(images/black.png) repeat;
}
.menue { font-family:myfont; font-size:14px; color:#414141; text-decoration:none; }
.menue a:link { font-family:myfont; font-size:14px; color:#414141; text-decoration:none; }
.menue a:hover { font-family:myfont; font-size:14px; color:#414141; text-decoration:none; }
.menue a:visited { font-family:myfont; font-size:14px; color:#414141; text-decoration:none; }

.partybild { border:solid #FFF 4px; }
.partybild a:link { border:solid #FFF 4px; }
.partybild a:hover { border:solid #F0F 4px; }
.partybild a:visited { border:solid #DCDCDC 4px; }

.partybild_vorschau { border:solid #FFF 1px; }

.location_bild { border:solid #FFF 1px; }
.location_bild a:link { border:solid #FFF 1px; }
.location_bild a:hover { border:solid #FFF 1px; }
.location_bild a:visited { border:solid #FFF 1px; }

.location_div { position:relative; left:15px; top:155px; width:200px; }

.hide { display:none; }