body {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 14px;
}

ul {
	padding: 0;
	margin: 0;

}

li{
	/*list-style: none;*/
	/*display:inline;*/
}

/* START Smart-TV fix */
/*a:focus { outline: 3px solid #0000FF; }
a:active { outline: none; }*/
/* END Smart-TV fix */

.fastSearchEntry {
    background:#5e5e5e;
    padding:5px;
    font-weight:normal;
    cursor:pointer;
}

.fastSearchEntry:hover,
.fastSearchSelected {
    border:1px solid #ccc;
}

.searchBox {
    background:#444;
}

.checkNone {
    padding:2px;
    background-color:#CCC;
    opacity:0.8;
}

.checkYes {
    padding:2px;
    background-color:#7F7;
    opacity:0.8;
    display:none;
}

.checkNo {
    padding:2px;
    background-color:#F77;
    opacity:0.8;
    display:none;
}

#wrapper {
	margin: 0 auto;
    max-width: 1250px;
    min-width: 1050px;
    width: 100%;
	overflow: hidden;
}

#headerInfo {
	position:relative;
	top:40px;
	right:15px;
	border-radius:5px;
	padding:5px;
	font-size:30px;
	text-align:center;
	width: 32px;
	height: 32px;
	display: inline;
	box-shadow: 0 0 0 0;
	float: right;
}

#adLogo {
	background-image: url("/images/misc/entertainweb_30px.png");
    border-radius: 5px;
    display: inline;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 310px;
    width: 100px;
	border-color: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 0 0;
	border: 0;
}
/*
#headerInfo {
	position:absolute;
	top:50px;
	right:15px;
	border-radius:5px;
	padding:5px;
	font-size:15px;
	text-align:right;
}*/

#nav {
    position:fixed;
	width: 100%;
	height: 40px;
	min-width: 1050px;
    width: 100%;
	z-index: 5;
	font-size: 16px;
}

#innerNav {
	height: 100%;
	max-width: 1250px;
	min-width: 900px;
    width: 100%;
	margin: 0 auto;

}

#leftNav {
	float: left;
}

#rightNav {
	float: right;
}

.navlogo {
	background-image: url("/templates/proxer14/images/logo30.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 15px;
    text-align: right;
    width: 30px;
}
.navelement {

}

.navimg {
	width: 30px;
	height: 30px;
}


#nav ul {
	height:100%;
	margin: 0 15px;
	padding: 0;
}

#nav li{
	list-style: none;
}

#nav a {
	display:block;
	text-decoration: none;
	line-height:40px;
}
#leftNav > li {
	float: left;
}

#rightNav > li {
	float: right;
}

#leftNav > li > a {
	padding: 0 20px;

}

#rightNav > li > a {
	padding: 0 5px;
	min-width: 30px;
	display: inline-block;
}



#loginNav > img {
	vertical-align: middle;
	max-height:35px;
	max-width: 35px;
}
/*.topmenu > a:after {
	border-top: 5px solid rgba(34, 34, 34, 0.5);
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.5);
	border-style: inset inset inset solid;
	content: "";
	margin-right: 15px;
	position: absolute;
    right: 0;
    top: 50%;
	border-width: 5px;

}*/

.topmenu ul {
	display:none;
	position: absolute;
	border-radius: 0 0 5px 5px;
	margin: 0 0 0 0px !important;

	padding: 0 !important;
}

.topmenu li {
    float: none;
	margin: 0;
	min-width: 200px;
}

.topmenu ul a {
	padding-left: 20px;
}

.topmenu:hover ul {
	display:table;

}

.borderLeft {
	border-left: 1px solid;
	margin-left: 5px;
	padding-left: 5px;
}

#loginNav,
#newsNav,
#miscNav,
#searchNav,
#messageNav,
#requestNav {
	background-position: center center;
	background-repeat: no-repeat;
}

.countNav {
	display: inline;
	background-color: #CF0000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 10px;
    left: 15px;
    max-width: 20px;
    padding: 0 2px;
    position: relative;
    top: 5px;
}

#main {
	margin-top: 350px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	z-index: 1;
	min-width: 1000px;
}

#outerNav {
	max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    z-index: 4;
	position: relative;
}

#notificationBubble a {
	line-height: normal;
	display: inline;
}

#notificationBubble,
#loginBubble,
.customBubble,
.pointerBubble {
	border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 25px #E7E7E7;
    margin: 15px 0 0;
    max-width: 100%;
   /* min-width: 100px;*/
    padding: 10px 15px;
    position: absolute;
    text-align: justify;
	display: none;
}

#notificationBubble:after,
#loginBubble:after,
.pointerBubble:after{
	border-style: solid;
    content: "";
    display: block;
    position: absolute;
    width: 0;
	border-width: 0 15px 15px;
    top: -15px;
}

#loginBubble {
	right: 5px;
	float:right;
}

#loginBubble:after {
	right: 15px;
}


#notificationBubble.requestNav,
#notificationBubble.messageNav,
#notificationBubble.miscNav,
#notificationBubble.searchNav,
#notificationBubble.newsNav {
	right: 50px;
	min-width: 400px;
	float:right;
}

#notificationBubble.requestNav:after {
	right: 145px;
}

#notificationBubble.messageNav:after {
	right: 105px;
}

#notificationBubble.miscNav:after {
	right: 180px;
}

#notificationBubble.newsNav:after {
	right: 65px;
}

#notificationBubble.searchNav:after {
	right: 25px;
}

.colorbox {
	border: 1px solid;
    margin: 0px;
    padding: 5px 15px;
	cursor: pointer;
}

.colorbox.black {
	background-color: #000;
}

.colorbox.gray {
	background-color: #5E5E5E;
}
.colorbox.christmas{
	background-image: url("/templates/proxer14/images/x-mas_small.jpg");
	background-size: cover;
}

.colorbox.old_blue{
	background-color: #02476E;
}

.colorbox.pantsu{
	background-image: url("/templates/proxer14/images/pantsu/bg.png");
	background-size: cover;
}

.colorbox.frau{
	background-image: url("/templates/proxer/images/frau/herz.png");
	background-size: cover;
	background-color: purple;
}
.colorbox.yellow{
	background-color: yellow;
}
.colorbox.lightblue{
	background-color: lightblue;
}
.colorbox.white{
	background-color: white;
}

.colorbox.check {
	/*background-image: url("/templates/proxer14/images/check.png");
	background-position: center;
	background-repeat: no-repeat;*/
	border: 3px double;
}

ul#simple-navi,
ul#simple-navi-wiki {
	list-style-type: none;
	width: 100%;
	float: left;
	/*font-family: Verdana ,Arial,sans-serif;
	font-size: 14px;*/
	margin: 0;
	padding: 10px 0 0 0;
	/*min-width: 1020px;*/
}

ul#simple-navi li,
ul#simple-navi-wiki li {
	display: block;
	float:left;
	margin: 0 0 0 5px;
}

ul#simple-navi li a,
ul#simple-navi-wiki li a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
}

li#navmenu {
	position: relative;
}

li#navmenu ul {
	display:none;
	position: absolute;
	border-radius: 0 0 6px 6px;
	margin: 0 0 0 0px !important;
	width: 100%;

	padding: 0 !important;
}

li#navmenu ul li {
    float: none !important;
	margin: 0 !important;
}

li#navmenu ul li:last-of-type {
	border-radius:inherit;
	border:none;
}

li#navmenu ul li a {
	border-radius:inherit;
	border:none;
}

li#navmenu:hover ul {
	display:table;

}

input.mod_login, submit.mod_login{
	font-size: 20px;
}
.mod_login.textfield {
	display: block;
    width: 250px;
}

.inner {
	min-width: 1000px;
	max-width: 1150px;
	margin: 0 auto 15px;
	padding: 0 5px;
}

/* FORUM FIX START */
#kunena, #Kunena{
	color: #555555;
	background-color: #FFF;
	border-radius: 5px;
	padding-top: 2px;
}

.kmsgimage img {
    max-height: 200px;
}

#kunena.layout .knewchar {
	vertical-align: unset;
}

/* FORUM FIX END */

.comment {
	padding: 5px;
	valign:top;
}
.comment td{
	padding:5px;
	border: 1px solid;
}
.comment_clear {
	padding: 0px;
	valign:top;
}
.comment_clear td{
	padding:0px;
	border:0px;
}

a.menu {
	display: inline-block;
	padding:5px 8px 6px;
	text-decoration:none;
	border-radius: 6px;
}
a.menu.active,
a.menu:hover { }

#box-table-a{
	text-align:left;
	border-collapse:collapse;

}
#box-table-a tr{
	height: 30px;
}
#box-table-a th{
	font-size:14px;
	font-weight:bold;
	font-variant: small-caps;
	padding:8px;
}

#box-table-a td{
	border-top:1px solid transparent;
	padding:8px;
	font:14px/1 sans-serif;
	vertical-align: top;
}
#box-table-a tr:hover td{ }
#box-table-a tr:hover a{ }

.details {
	valign: top;
	border-collapse: separate;
	border-spacing: 1;
}
.details td{
	padding:5px;
}

.no_details {
	valign: top;
	border-collapse: separate;
	border-spacing: 1;
}
.no_details td{
	padding:5px;
	border: 0;
}

th {
	text-align:left;
}

/* Tooltip START*/
#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
	/*border:2px solid #444;*/
	background:#FFF;
	color:#000;
	margin:0;
	padding:5px 5px;

	-moz-border-radius: 12px 12px 12px 0;
	-webkit-border-radius: 12px 12px 12px 0;
	-khtml-border-radius: 12px 12px 12px 0;
	border-radius: 12px;

	-moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
	box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}

/* Tooltip END */

#messages {
	position:fixed;
	bottom:0px;
	width:100%;
}

#messages .message {
	/*width: 600px;*/
	display: table;
	min-width: 300px;
	max-width: 1000px;
	padding: 8px 10px;
	margin: 0 auto 10px;
	border-radius: 5px;
	text-align:center;
}

.coverimage {
	width: 200px;
	height:280px;
	float:left;
}

#loading {

    background-image: url("/images/misc/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #CCCCCC;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: fixed;
    top: 50%;
    width: 70px;
}

.flag {
	width: 20px;
	height:13px;
}

.external_player {

	background-image: url('/images/misc/player_proxer_grau.png');
	background-size:cover;
	display:block;
}

.external_player:hover {
	background-image: url('/images/misc/player_proxer_weiss.png');
}

#chat {
	display: none;
    border-left: 1px solid;
    border-top: 1px solid;
    bottom: 0;
    display: inline;
    position: fixed;
    right: 0;
	padding: 5px;
	border-radius: 10px 0 0 0;
	z-index: 2;
}

.infocell {
	float: left;
	height: 280px;
	margin: 0 5px 5px;
	overflow: hidden;
	width: 370px;
	border-width: 6px 1px 1px;
	border-style: solid;
}

.infocell > div {
	float:left;
	border-bottom:1px solid;
	width:150px;
	padding:10px;
}

.infocelltriangle {
	width:0;
	height:0;
	border-top: 25px solid transparent;
	border-right: 25px solid transparent;
	position:absolute;
}

.infocell_right {
	text-align: center;
}

.pInfo {
	padding: 10px;
}

/* START JQuery Scrollbar */

.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.overview {
	width: 100%
}


.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/* END JQuery Scollbar */

#chatapp_sidebar {
    position: fixed;
    right:0;
    top: 0;
    width: 200px;
    height: 100%;
	z-index: 2;
    /*
    border-left: 1px solid;
    border-color: #777777;
    background-color: #5E5E5E;*/
}

#chatapp_sidebarsearch {
    width: 188px;
    height: 20px;
    position: absolute;
    bottom: 40px;
    border-radius: 0;
    border: 0;
    /*margin: 0 -1px;*/
}

#chatapp_sidebarclose {
    width: 180px;
    height: 20px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: center;

    /*border-top: 1px solid;
    border-color: #777777;*/
    cursor: pointer;
}

#chatapp_sidebarrooms {
    padding-top: 50px;
    overflow-y: auto;
}



#chatapp_sidebarrooms li.chatapp_roomhead {
    font-weight: bold;
    padding: 10px;
}

#chatapp_sidebarrooms li a {
    display:block;
    padding: 10px;
}

#chatapp_toggle {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    padding: 10px;

    /*
    border: 1px solid;
    border-color: #777777;
    background-color: #5E5E5E;*/
    width: 100px;
    cursor: pointer;
}

.chatapp_room {

    /*border: 1px solid;
    border-color: #777777;
    background-color: #5E5E5E;*/
    position: fixed;
    bottom: 0;
    right: 210px;
    width:250px;
	z-index: 2;
}

.chatapp_roomtitle {

    /*
    border-bottom: 1px solid;
    border-color: #777777;*/
    padding: 10px;
    font-weight: bold;
}

.chatapp_roomfullsize {
    position: absolute;
    right:20px;
    top: 0;
    margin: 10px 5px;
}

.chatapp_roomclose {
    position: absolute;
    right:0;
    top: 0;
    margin: 10px 5px;
}

.chatapp_roommessages {
    height: 300px;
    overflow-y: auto;
}

.chatapp_roomtextfield {
    width: 250px;
    border: 0;
    margin: 0 -1px;
    height: 30px;
}

.chatapp_messagecontent {
	display: block;
	word-wrap: break-word;
}

.chatapp_messageitem {
	clear: both;
	min-height: 50px;
	padding: 5px;
	border-bottom: 1px solid;
}

.chatapp_avatar {
	float: left;
	margin-right: 5px;
	display: block;
	width: 45px;
}

.chatapp_avatarthumb {
	display: block;
	max-height: 50px;
	max-width: 45px;
}

.chatapp_messageinfo {
    float:right;
    font-size: 10px;
}

.chatapp_messagetext > .emoji {
    height: 20px;
}

.chat_spoiler {
	color: black !important;
	background: black !important;
}
.chat_spoiler_active {
	color: white !important;
	background: black !important;
}
.chat_spoiler:hover {
	color: white !important;
}
