/* @override http://bureaublumenberg.net/cms/wp-content/xtra_assets/maintenance/relaunch081109.css */

/**
 * @design http://bureaublumenberg.net/
 */




/*@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic'), local('LeagueGothic'), url('League_Gothic.woff') format('woff'), url('League_Gothic.ttf') format('truetype'), url('League_Gothic.svg#LeagueGothic') format('svg');
}
*/

/*@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('☺'),
         url('League_Gothic.ttf') format('truetype'),
         url('League_Gothic.svg#LeagueGothic') format('svg');
}*/

@font-face {
	font-family: 'AdlerRegular';
	src: url('adler.eot');
	src: local('☺'),
         url('adler.woff') format('woff'), url('adler.ttf') format('truetype'), url('adler.svg#Adler') format('svg');
}


* {
list-style-type: none;
margin: 0;
padding: 0;
text-decoration: none;
border: none;
}

body {
background: url('images/background.jpg') repeat;
font: 13px/18px "AdlerRegular", "Courier New", Courier, mono;
}

#content a {
display: inline-block;
margin-top: 10px;
text-decoration: none;
color: rgba(82, 91, 169, 0.70);
background-color: rgba(240, 240, 0, 0.8);
padding: 3px 3px 2px 3px;

/* border-radius */
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;}

a:hover {
text-decoration: none;
background-color: rgba(240, 240, 0, 0.4) !important;
/* box-shadow */
 -webkit-box-shadow: rgba(82, 91, 169,0.5) 0px 1px 3px;
 -moz-box-shadow: rgba(82, 91, 169,0.5) 0px 1px 3px;
 box-shadow: rgba(82, 91, 169,0.5) 0px 1px 3px;
}

#content {
width: 732px;
height: 500px;
background: url('relaunch081109.jpg') no-repeat;
position: absolute;
top: 200px;
left: 50%;
margin: 0 0 0 -366px;
z-index: 5;
}

#content h1 {
text-indent: -9999px;
position: absolute;
width: 410px;
height: 60px;
left: 50px;
top: 270px;
}

#content p {
width: 410px;
height: 102px;
color: rgba(82, 91, 169, 0.70);
position: absolute;
padding: 10px 10px 10px 10px;
margin-left: 205px;
top: 340px;
text-indent: -22px;
font: 11px/13px "AdlerRegular", "Courier New", Courier, mono;
text-align: left;
text-shadow: 0px 0px 2px rgba(82, 91, 169, 0.50);
}

#content p strong {
	color: rgba(21, 13, 19, 0.80);
}

#countdown {
	font-weight: normal;
}

#content p a {
	text-indent: 0;
}

p.contact {
	margin-left: 225px !important;
	margin-top: 55px;
}

.number {
	letter-spacing: 2px;
color: rgba(82, 91, 169, 1.00);
text-shadow: 0px 0px 3px rgba(82, 91, 169, 0.60);

}

#content div.admin {
position: absolute;
/*width: 85px;*/
height: 28px;
line-height: 28px;
font-size: 8px;
bottom: 0;
right: 22px;
text-transform: uppercase;
text-align: right;
}

#content div.admin a{
color: #fff;
display: none;
}

#content div.admin a:hover{
color: #ccc;
cursor: default;
display: none;
}

#header {
width: 100%;
height: 28px;
color: #ccc;
text-align: center;
position: absolute;
top: 0;
z-index: 10;
line-height: 28px;
text-indent: -9999px;
}

#footer {
position: absolute;
bottom: 10px;
left: 15px;
font-size: smaller;
}

#footer img {
vertical-align: bottom;
}