@charset "UTF-8";

#contentarea {
	width: auto;
	}
	
#contentborder {
	width: auto;
}

html {
    background: #000 url("../images/design/background_matches.jpg") scroll no-repeat center top;
}

p {
    padding-top:0px;
}

/* in diesem DIV befinden sich alle weiteren Elemente*/
#main {
    width: 750px;
    margin: auto; /* mittig auf derSeite zentriert*/
}   

/*Felder links orientiert: Login, Registrierung, usw.*/
#RegisterLogin {
    float: left;
    width: 250px;
}

/*Bereiche mit halbtransparentem Hintergrund*/
.contentarea {
    /*background: url("../images/design/main_panel_pix_halftransparent.png") scroll repeat top left;*/
    background-color:black;
    padding: 10px;
    width: 100%;
}

#contentScreenShots {
    text-align: center;   
}

#Startseite {
    float: right;
    width: 470px;
}

#Startseite .TopMenuBar {
    font-weight: bold;
}

#contentWelcomeHint {
    margin-top: 10px;
}

#contentWelcomeHint > div {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
}

ul > li {
    margin: 7px 0px 5px 20px;
    line-height: 15px;
}

/* Menubar */

.TopMenuBar {   
	height: 32px;
    font-size: 16px;
    font-weight: bold;
    /*padding-top: 9px;*/
}

.warning,
.success {
    font-size: 12px;
    width: 94%;
}

#footer > ul {
    margin: 0px;
    width:; 100%;
}

#GerdMuellerLink {
    margin: 0px;
}

#loginDiv > form {
    text-align:center;
}

#loginDiv > form  input {
    background: transparent url(../images/design/input.png) scroll no-repeat top left;
    border: none;
    padding: 2px 8px 0px 8px;
    height: 20px;
    width: 178px;
}

#registerDiv > div {
    margin-top:10px;
    text-align: center;
}


form > dl > dt {
    padding-bottom: 5px;
}

form > dl > dd {
    margin-bottom: 10px;
}

/*grüner Button*/
a.buttongreen:hover {
    text-decoration: none;
    cursor: pointer;
}
a.buttongreen .aussen {
}
a.buttongreen .mitte {
    display: inline-block;   
    height: 24px;
    margin-left: 30px;  
    padding-right: 30px;
    background: transparent url(../images/design/login_bt_register.png) scroll no-repeat right 0px; 
} 
a.buttongreen .innen {
    color: #fff;
    margin-left: -30px;
    padding-left: 30px;
    background: transparent url(../images/design/login_bt_register.png) scroll no-repeat left 0px;
    height: 24px;
    display: inline-block;    
    line-height: 24px;  
}

a.buttongreen:hover .innen {
    background: transparent url(../images/design/login_bt_register.png) scroll no-repeat left -24px;
}

a.buttongreen:hover .mitte {    
    background: transparent url(../images/design/login_bt_register.png) scroll no-repeat right -24px;
}

/* Design Menülinks */

#menuDiv > ul {
    list-style-type: none;
}

#menuDiv > ul > li,
#menuDiv > ul > li > a {
    display: block;
}

#menuDiv > ul > li:hover > a,
#menuDiv > ul > li:hover > a:link,
#menuDiv > ul > li:hover > a:visited,
#menuDiv > ul > li > a:hover,
#menuDiv > ul > li.actLink > a{
    color:#000;
    text-decoration: none;
}

#menuDiv > ul > li {
    margin: 0px;
    margin-bottom: 5px;
    padding: 4px 0px 0px 10px;
    height:19px;
    font-size:14px;
    font-weight:bold;
    background: transparent url(../images/design/filterbutton_back.png) scroll no-repeat 0px -23px;
}

#menuDiv > ul > li:hover,
#menuDiv > ul > li.actLink {
    background: transparent url(../images/design/filterbutton_back.png) scroll no-repeat right -46px;
    color: #000;
}

.homeList {
    margin: 5px 0px 0px 0px;
}
