*{
	margin: 0;
	padding: 0;}
	
body{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #ee1100;
	background-image: url('img/logo2k.png?c=4');
	background-repeat: no-repeat;
	background-position: -30px 55px;
	color: #000;
}

p{
	margin-bottom: 12px;
}

h1{
	font-size: 18px;
	color: #BD0110;
	font-weight: bold;
	margin: 0 0 12px;
}

h3{
    margin: 20px 0 10px;
}

label{
    font-size: 12px;
    padding: 0;
}
input, textarea, select{
	margin-bottom: 20px;
	padding: 4px;
    border: 1px solid #aaa;
    background: #fff;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
textarea{
    width: 400px;
	height: 200px;
	vertical-align: bottom;
}

form{
    margin: 0;
    padding: 0;
}

/**** Links ****/

a{
	color: #BD0110;
}

a img{
	border:0;
}
	
a.entryUser{
	color: #BD0110;
	font-weight: bold;
	text-decoration: none;
}

/**** Tabellen ****/
table{
    border-collapse: collapse;
    width: 98%;
}

thead{
    font-weight: bold;
}

th{
    padding: 6px 10px 0 5px;
    background: #BD0110;
    border-bottom: 3px solid #000;
    color: #e7e7e7;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
}

th.selectedRow{
    background: #e7e7e7;
    color: #000;
    text-shadow: none;
}
tr.disabled{
    color: #aaa;
}
tr.disabled td{
    background: #f3f3f3;
}
td{
    background: #e7e7e7;
    border: 2px solid #fff;
	padding: 5px;
}

td.selectedRow{
    background: #efefef;
}

td img{
    cursor: pointer;
}

table.pn input{
    margin: 0;
}
/**** LOGIN AREA ****/

#container{
    width: 590px;
    margin: 0 0 0 140px;
    float: left;
}

#header{
    z-index: 3;
    color: #fff;
    font-weight: bold;
    background: #333333; /* Old browsers */
    padding: 10px 12px 0;
    border-bottom: 1px solid #333;
    box-shadow: rgba(0,0,0,0.3) 0 2px 5px;
}

#header a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#header a.account-link{
    color: #ccc;
}

#header a.logout{
    padding: 0 0 0 5px;
    font-size: 10px;
    font-weight: bold;
    color: #ccc;
}

#loginBox{
    width: 267px;
    float: left;
}

#loginBox p{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 3px 0 4px;
}

#loginBox input{
    margin: 0 0 4px;
    width: 76px;
    padding: 1px 4px;
}

#loginBox input#login{
    cursor: pointer;
    border: 1px solid #777;
    width: 18px;
    height: 19px;
    background-image: url('img/login.gif');
    background-repeat: no-repeat;
}

#pw-forgot, .small-font{
    font-size: 10px;
}
#menue{
    text-align: right;
    padding: 2px 0 12px;
}
#menue a{
    padding: 0 3px 2px 3px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#pinwand{
    z-index: 3;
    padding: 12px;
    background: #fff;
    position: relative;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-shadow: rgba(0,0,0,0.3) 0 2px 5px;
}

/**** PN Styles ****/

#pnMenue{
    margin: 20px 0 0;    
}
#pnMenue a{
	background: #fff;
	text-decoration: none;
	padding: 4px 10px 0px;
	font-weight: bold;
}

#pnMenue a.active{
	padding-bottom: 2px;
    background: #e7e7e7;
}
.pn td{
    border: 0;
    border-bottom: 1px solid #aaa;
}
#inbox, #outbox, #messageBox{
    background: #e7e7e7;
	padding: 10px 10px;
}

#inbox a, #outbox a{
	text-decoration: none;
	border: 0;
	font-weight: bold;
}

#showmsg{
	margin-top: 10px;
	padding: 10px;
    background: #e7e7e7;
}

#showmsg textarea{
	height: 70px;
}

.hideMsg{
	display: none;
}


.table-termin{
    width: 560px;
    margin: 0;
}
.table-termin td{
    background: #e7e7e7;
    border: 2px solid #fff;
    padding: 5px 10px;
}
.table-termin tr.mod td{
    background: #fff;
}
.table-termin label{
    display: block;
    float: left;
    width: 90px;
    padding: 5px 10px 5px 0;
    font-weight: bold;
}
.table-termin input{
    width: 120px;
    margin: 5px 0 0;
}
.table-termin textarea{
    margin: 5px 0 5px;
}
#tsenden{
    margin: 0 0 30px;
}
.table-termin textarea{
    height: 60px;
    width: 390px;
}
.example-input{
    font-size: 10px;
}
.termin-highlighted{
    color: #EA3015;
    font-weight: bold;
}
.termin-tooltip-trigger{
    cursor: pointer;
    border-bottom: 1px dotted;

}
#termin-tooltip{
    border: 1px dotted #777;
    background: #fff;
    position: absolute;
    left: 160px;
    top: 130px;
    padding: 10px 0 0;
    display: none;
}
#termin-tooltip strong{
    padding: 0 0 0 8px;
}
#termin-overview{
    padding: 0;
}
#tsenden{
    width: 150px;
}
.pin-pic{
    display: none;
    position: absolute;
    top: -10px;
    left: 70px;
    margin: 0;
}
#newsbox{
    position: absolute;
    left: 470px;
    top: 16px;
    box-shadow: rgba(0,0,0,0.3) 0 2px 5px;
}
#newsbox-menu{
    position: absolute;
    top: 10px;
    z-index: 9;
    width: 162px;
    background: #333;
    padding: 5px 0;
}
#newsbox-terminlist-trigger,
#newsbox-urllist-trigger{
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    float: left;
    margin: 0 10px 0;
}
#newsbox-terminlist-trigger.newsbox-menu-active,
#newsbox-urllist-trigger.newsbox-menu-active{
    border-bottom: 1px solid #fff;
}
#terminlist, #urllist{
    position: absolute;
    top: 17px;
    background: #F6F6F8;
    font-size: 10px;
    width: 140px;
    padding: 22px 10px 10px;
    border: 1px solid #333;
    border-radius: 5px;
}
#urllist{
    display: none;
}
.terminlist-entry,
.terminlist-edit,
.urllist-entry{
    overflow: hidden;
    border-top: 1px dotted;
    padding: 8px 0;
}
.urllist-entry{
    border-top: none;
}
.urllist-entry-border{
    border-bottom: 1px dotted;
}
.terminlist-infobox{
    display: none;
}
.terminlist-less,
.terminlist-more{
    font-size: 10px;
    border-bottom: 1px dotted;
    cursor: pointer;
}
.terminlist-less{
    display: none;
}
#table-account td{
    padding: 10px;
    border: 2px solid #fff;
}
#table-account form{
    height: 22px;
}
#table-account input,
#table-account select{
    padding: 2px 4px;
}

.pagination{
    clear: both;
	text-align: right;
	padding: 10px 20px 20px 0;
}

.button-default{
    cursor: pointer;
    padding: 4px 10px;
}
.text-center{
    text-align: center;
}
.border-top{
	border-top: 1px solid #aaa;
}
	
.entry{
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
    font-size: 12px;
}
.entryHeader{
    position: relative;
	margin: 10px 0;}

.entry-liker{
    position: absolute;
    padding: 6px;
    background: #000;
    color: #fff;
    top: 0;
    font-size: 10px;
    display: none;
}
.hint{
	font-size: 14px;
	margin: 20px 0;
	border-bottom: 1px solid;
}

.edit-trigger,
.entry-trigger{
    cursor: pointer;
}

#captcha-text{
    height: 30px;
    font-size: 16px;
    width: 60px;
    font-weight: bold;
    text-align: center;
}

#users-online{
    background: #333;
    color: #fff;
    float: right;
    width: 125px;
    padding: 6px 8px;
    font-size: 10px;
    position: absolute;
    left: -142px;
    top: 0;
    opacity: 0.93;
    box-shadow: rgba(0,0,0,0.3) 0 2px 5px;
}
.users-online-list{
    padding: 5px 0px;
}

.umbruch{
    word-wrap: break-word;
}

/**** FANCHAT ****/
#fanpage-chat{
    overflow: hidden;
    width: 790px;
    background: #fff;
}

#fanpage-chat-output{
    padding: 10px;
    width: 548px;
    height: 480px;
    float: left;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
}

#fanpage-chat-users{
    padding: 10px;
    width: 200px;
    float: right;
    height: 528px;
    border-left: 1px solid #ddd;
}
#fanpage-chat-users-list{
    font-size: 14px;
}
#fanpage-chat-input{
    clear: left;
    width: 540px;
}

#fanpage-chat-input-field{
    width: 400px;
}

#fanpage-chat h2{
    font-size: 14px;
    margin-bottom: 10px;
}

.footer{
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin: 10px 0 10px;
}

.footer a{
    color: #fff;
}

/*
@media (max-width: 450px) {
    body{
        background-image: none;
    }
    #container{
        margin: 0;
        width: 420px;
    }
    .user-stats{
        position: relative;
    }
    .footer{
        text-align: center;
    }
    
}*/

#layer{
    display: none;
    background: #000;
    opacity: 0.6;
    height: 1000%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
#pw-search{
    display: none;
    position: fixed;
    background: #f6f6f6;
    top: 60px;
    left: 180px;
    box-shadow: rgba(0,0,0,0.3) 0 2px 5px;
    z-index: 999;
    padding: 20px 15px;
    width: 410px;
    overflow: hidden;
}

#pw-search p{

}
#pw-search-title{
    background: #333;
    color: #fff;
    font-weight: bold;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    width: 440px;
}
#pw-search-title-caption{
    margin: 4px 10px;
    float: left;
    width: 300px;
}
div.pw-search-close{
    height: 24px;
    width: 24px;
    text-align: center;
    background: #BD0110;
    color: #fff;
    border-left: 2px solid #ddd;
    cursor: pointer;
    float: right;
    font-size: 16px;
    margin: 0 0 0 0;
    font-weight: bold;
}
a.pw-search-close{
    float: left;
    margin: 8px 0 0 200px;
}
#pw-search h1{
    margin-top: 20px;
}
#do-search{
    padding: 4px;
    width: 140px;
    background: #BD0110;
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    float: right;
}
#pw-search-result{
    font-size: 14px;
    margin: 40px 0 0;
    padding: 0 10px 0 0;
    height: 0px;
    overflow: auto;
}

#userstat{

}