@import url("tabbedmenu.css");

/* CSS Document */

/*
html {
  background-color:#575757;
  color:#000000;
  margin: 0;
  padding: 0;
  border: 0;
}
*/

body {
  background-color:#383838;
  font: normal 0.7em Tahoma,Verdana,sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border:0px;
}

#main {
	clear:both;
	width:1000px;
	margin: 0 auto;
	margin-top:12px;
	margin-bottom:12px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff; /* frame color */
	/* border:1px solid #FF0000; */ /* debug */
}

#header {
	width:100%;
	height:230px;	
	background:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
}

#logo {
  position:absolute;
  width:250px;
  height:82px;
  left:470px;
  top:130px;
  /* border:1px solid #eeeeee; */ /* debug */
}

#language{
	position:absolute;
	margin-left:23px;
	margin-top:202px;
}

#status{
	position:absolute;
	margin-left:685px;
	margin-top:202px;
	width:300px;
	text-align:right;
}

#footer {
	clear:both;
	width:100%;
	height:40px;
  background-color:#eeeeee;
}

#copyright{
	margin-left:23px;
	margin-top:10px;
	float:left;
}

#navigation{
	margin-right:23px;
	margin-top:10px;
	float:right;
}

#contenthg {
	width:100%;
	height:100%;
}

#menucell {
	width: 185px;
	height: 100%;
}

#contentcell {
	width: 815px;
	height: 100%;
}

#menue {
	width:185px;
	/* border:1px solid #FF0000; */ /* debug */
}

ul.main-nav{
  width:170px;
  margin:0 3px 10px 6px;
  padding:0px;
  list-style:none;
  /* border:1px solid #00ff00; */ /* debug */
}

#menue ul li{
	height:40px;
	border-bottom:1px solid #d9d9d9;
	line-height:35px;
}

#menue ul li a{
	color:#cccccc;
	width:170px;
	background:url(../images/layout/navigation-arrow.png) no-repeat;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 0 9px 28px;
	color:#333333;
}

#menue ul li a.active{
	background:url(../images/layout/navigation-arrow-active.png) no-repeat;
	color:yellow;
}

#menue ul li a:hover{
	background:url(../images/layout/navigation-arrow-hover.png) no-repeat;
	color:#808080;
}

#menue ul li.underlinenone{
	height:40px;
	border-bottom:none;
	line-height:29px;
  color:#000000;
}

#login{
  position:absolute;
  width:400px;
  top:305px;
  height:20px;
  padding:0px;
  margin:0px;
  margin-left:600px;
  text-align:right;
  /* border:1px solid #00ff00; */ /* debug */
}

#login input{
  background-color:#BB0000;
  height:17px;
  border:1px solid silver;
}

#content {
  width:804px;
  /* border:1px solid #00ff00; */ /* debug */
  float:left;
}

h1{
  font-size:16px;
  text-align:left;
}

h2{
  font-size:14px;
  text-align:center;
}

/* 
a {
  text-decoration: underline;
  color: #FFA500;
}
*/

a {color: #ED1000; text-decoration: underline;}
/* a:visited {color:#ED1000;} */
/* a:hover {color: #00CC00;} */
/* a:active { color:#ED1000;} */

th{
  font-weight:bold;
  text-align:left;
  padding-left:5px;
  padding-right:10px;
  color: #333333;
}

hr{
  border-top:1px solid silver;
}

span.online{
  font-size:14px;
  color:#32cd32;
  font-weight:bold;
}

span.offline{
  font-size:12px;
  color:silver;
}

.error{
  color:red;
  font-weight:bold;
  border:1px solid silver;
  padding:5px;
  text-align:center;	
  color:red;
}


a.sofort{
  margin:5px;
  padding:10px;
  color:blue;
  background-color:silver;
  font-weight:bold;
  border:1px solid black;
  text-align:center;
  display:block;
}

input.btn{
  cursor:pointer;
  padding:5px;
  color:blue;
  background-color:silver;
  font-weight:bold;
  border:1px solid black;
}

.left{
  width:33%;
  text-align:center;
  color:#000000;
}
.center{
  width:34%;
  text-align:center;
  color:#000000;
}
.right{
  width:33%;
  text-align:center;
  color:#000000;
}

#senderBox {
  width: 300px;
  height: 210px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/layout/sender-list-background.gif);
  background-repeat: no-repeat;
  /* border:1px solid #00ff00; */ /* debug */
  text-align: center;
  align: center;
/*  float: left; */
}

#senderBoxImage {
  width: 300px;
  height: 130px;
  padding-top: 9px;
  /* border:1px solid #ff0000; */ /* debug */
}

#mainPageInfoBox {
  height: 80px;
  margin-left: 240px;
  margin-top: 30px;
  margin-bottom: 15px;
  background: url(../images/layout/button_004_02.png);
  background-repeat: no-repeat;
  /* border:1px solid #00ff00; */ /* debug */
}
          
/* Profil */

#BoxContent{
  margin-left:8px;
  margin-bottom:24px;
  position: relative;
  border:1px solid #8E8E8E;
  background: #eeeeee;
  width:760px;
  padding:8px;
  padding-top:24px;
}

#boxMain{
  position:absolute;
  width:auto;
  margin-top:50px;
}

#priceTable{
  width:300px;
  margin:auto;
  color:#c0c0c0;
  /* border:1px solid #000000; */
}

#cam2CamChatInfoBoxFrame{
  width:300px;
  border:1px solid #8E8E8E;
}

#cam2CamChatInfoBoxText{
  color:#000000;
}

.whitelink{
  margin-left:auto; 
  margin-right:auto; 
  text-align:center; 
  color: #F5F5F5;
  padding:6px; 
  border:1px 
  solid #8E8E8E; 
  background: #303030 url(../images/layout/button-grey-on.png) repeat-x;
  text-decoration: none;
  font-weight:bold;
  display:block;
}

#boxSpacer{
  clear:both;
  position: relative;
  background: #5D5D5D;
  color:#ffffff;
  width:auto;
  padding:8px;
}

#boxContent{
  clear:both;
  position: relative;
  border:1px solid #8E8E8E;
  background: #5D5D5D;
  color:#ffffff;
  width:auto;
  padding:8px;
}

h1.profile{
  font-weight:bold;
  font-size:18px;
}

table.walter_table {
  width:100%;
  padding:0px;
}

table.walter_table td {
  vertical-align:top;
  padding:2px;
  padding-right:10px;
  color: #333333;
}

hr.hr2vvv {
  border-top:1px solid #ff0000;
  color: #ff0000;
  background-color: #ff0000;
  height: 0px;
  width: 95px;
}

.bluebutton{
  text-align:center;
  margin-left:auto; 
  margin-right:auto; 
  width:220px; 
  background:#3589e3 url(../images/layout/button-blue.png) repeat-x; 
  border:1px solid #000000;
}

.button-link{
  text-decoration:none;
  font-weight:bolder;
  display:block;
  padding:3px;
  font-size:16px;
}

.button-image{
  text-align:left;
  vertical-align:middle;
}

.button-text{
  margin-left:10px;
  margin-right:10px;
}

a.pagelink{
  font-size:large;
  text-decoration:none;
  padding:6px 12px 6px 12px;
  color:#333333; 
  /* background:#b70503 url(../images/redgrad.png) repeat-x; */
  background: #ffa3a6;
  /* border:1px solid #b0b0b0; */
  border:2px solid #ff0000;
}    

a.currentpagelink{
  font-size:large;
  text-decoration:none;
  padding:6px 12px 6px 12px;
  /* background:#b70503 url(../images/redgrad.png) repeat-x; */
  color:#ffffff; 
  background: #BB0000;
  border:2px solid #333333;
}

a.pagelink:hover{
  color:#ffffff; 
  background: #c0c0c0;
  background: #808080;
  border:2px solid #333333;
}


/* auth (login) page */

#loginBox { /* was BoxContent */
  margin-left: 8px;
  margin-bottom: 24px;
  position: relative;
  border: 1px solid #8E8E8E;
  background: #eeeeee;
  color: #000000;
  width: 760px;
  padding: 8px;
  padding-top: 24px;
}

#loginPopupHint {
  padding: 14px;
  color: #000000;
  background: #ffeeee;
  border: 1px solid #8E8E8E;
}

#loginInnerBox {
  margin-top: 6px;
  padding: 8px;
  background: #dddddd;
  border: 1px solid #8E8E8E;
}

#loginNoMemberYet {
  padding: 8px;
  background: #eeeeee;
  border: 1px solid #8E8E8E;
}

/* end of auth (login) page */

