body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}


div#logo {
	padding-left: 150px;
        position: absolute; top:0px; left:80px; z-index:50;
}

div#header {
	background-color: rgb(215,230,200);
         padding-left: 120px;
         position: absolute; top:90px; left:0px; right:0px;
      border-style: solid none;
      border-width:5px;
      border-color: rgb(184,219,124);
}

div#illu {
position: absolute; top:0px; left:0px; z-index:21;
}


.winButton:hover {
    box-shadow: 0px 0px 10px rgb(255,0,0);
    cursor: pointer;
}

* {
    font-family: verdana, arial, calibri, helvetica;
    
}


.newPlayerImg {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px; left: 0px;
}

.errorMsg {
    color: red; font-weight: bold;
}

#mainWrapper {
    width: 900px; 
    margin: 20px auto; 
    text-align:center;
}

div#mainContent {
    position: absolute; top:280px; left:280px; z-index:-22;
    width: 690px;
    /*height: 600px;*/
    border-right: solid 1px rgb(90,120,30);
    padding: 5px;
    background-color: white;
}




.button {
    color: red;
    background-color: rgb(255,255,220);
    border-radius: 5px;
    border: solid red 1px;
    padding: 3px 5px;
    font-weight: bold;
    margin: 10px 0px;
    cursor: pointer;
}

td {
    vertical-align: top;
    font-size: 12px;
}

body {
    margin-top: 50px;
}
        
h3.artikel {
    font-family: bonzai;
    font-size: 36px;
    color: rgb(225,0,0);
    text-shadow: 1px 1px 1px rgb(0,0,0);
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
    font-size: 12px;
}

h1 {
    color: rgb(90,120,30);
    line-height: 30px;
}

h2 {
    color: rgb(90,120,30);
}

.mainMenu {
    font-family: bonzai;
    font-size: 36px;
    color: rgb(225,0,0);
    text-shadow: 1px 1px 1px rgb(0,0,0);
    text-decoration: none;
}
        
.subMenu {
    font-family: bonzai;
    font-size: 24px;
    color: rgb(225,0,0);
    text-shadow: 1px 1px 1px rgb(0,0,0);
    text-decoration: none;
}

.rubrikLabel {
    font-family: bonzai;
    font-size: 48px;
    color: rgb(225,0,0);
    text-shadow: 1px 1px 1px rgb(0,0,0);
    text-decoration: none;
}

.preview {
            border: solid 2px rgb(252,255,202);
            margin:5px;
        }
        
        
        #shadow {
            position: fixed;
            top:0px; left:0px;
            width:100%; height:100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 50;
        }
        
        #closeButtonLine {
            background-color: rgb(128,0,0);
            color: white;
            cursor: pointer;
            font-weight: bold;
            position:absolute;
            top: 0px; right:0px; padding:2px 10px;
            text-align: center;
            width: 20px;
            height: 16px;
        }
        
        #content {
            width: 900px; 
            margin: 20px auto; 
            text-align:center;
        }
        
        #borderTop {
            width: 900px; 
            height: 50px;
            background: url(imgs/border_u.png) top left repeat-x;
        }
        
        #borderBottom {
            width: 900px; 
            height: 50px;
            background: url(imgs/border_b.png) top left repeat-x;
        }
        
        .borderLeft {
            background: url(imgs/border_l.png) top left repeat-y; 
            
        }
        
        .borderRight {
            background: url(imgs/border_r.png) top left repeat-y; 
            
        }
