/* 
    Document   : default.css
    Created on : 09.feb.2009, 14:26:36
    Author     : Andreas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body {
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
    background-color: #000;
    /*background-image: url(../gfx/bg.png);*/
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #415968;
}

img { border:0; }

h1,h2,h3,h4,h5,h6 { margin-top: 0; }

a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #415968;
}
a:hover { text-decoration: underline; }

p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0.8em;
    margin-left: 0px;
}

#container {
    width:1000px;
    position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
    background-color: #231f20;
}

#content {
    position: relative;
    width: 1000px;
    height: 1030px;
    min-height: 1030px;
    padding: 0px;
    /*background: url(../gfx/background.jpg) no-repeat;*/
}

.c_bg1 { background: url(../gfx/bg.jpg) no-repeat; }
.c_bg2 { background: url(../gfx/bg2.jpg) no-repeat; }
.c_bg3 { background: url(../gfx/bg3.jpg) no-repeat; }
.c_bg4 { background: url(../gfx/bg4.jpg) no-repeat; }
.c_bg5 { background: url(../gfx/bg5.jpg) no-repeat; }
.c_bg6 { background: url(../gfx/bg6.jpg) no-repeat; }
.c_bg7 { background: url(../gfx/bg7.jpg) no-repeat; }

#player {
    /*margin-top: 5px;*/
}

#menu {
    position: absolute;
    width: 990px;
    height: 30px;
    overflow: hidden;
    left: 0px;
    top: 650px;
    padding-left:10px;
    /*padding-right:15px;*/
    /*background: url(../gfx/grad60s.png);*/
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu li {
	display:inline;
}
#menu li a {
	float: left;
    margin-left: 35px;
    margin-right: 35px;
	/*padding-right: 15px;
	padding-left: 15px;*/
    /*margin-right: 30px;*/
	/*line-height: 60px;*/
	/*font-size: 22px;
    font-family: verdana;
	color:#FFF;
	text-decoration: none;*/
}

#menu li a:hover {
    /*color:#AAA;*/
}

#menu li a.active {
    /*color:#AAA;*/
    /*font-weight: bold;*/
}

#menu li a.active:hover {
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #333;
}

#footer a {
    font-size: 10px;
}

.clear_left {
    clear: left;
    overflow: hidden;
    height: 1px;
}

.clear_right {
    clear: right;
    overflow: hidden;
    height: 1px;
}

.clear_both {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
}

label.error { 
    margin-left: 5px;
    color: red;
    font-weight: bold;
}

span.red {
    color: red;
}

span.green {
    color: green;
}

span.bold {
    font-weight: bold;
}

div.grad75 {
    background-image: url(../gfx/grad75.png);
}