/* klassenlose HTML-Elemente */
body {
    background: #49587B;
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
label {
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;
}
input {
    font-size: 9px;
}
textarea {
    font-family: sans-serif;
    font-size: 11px;
}

a       { text-decoration: none; }
a:hover { text-decoration: underline; }


#Container {
    width: 100%;
    margin: 0px auto;
}
#Content {
	border: solid 1px white;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

#C1, #C3 {
	width: 20px;
}
#C2, #C4 {
	background: url('_gfx/menue_hi.gif');
	width: 150px;
}
#C4 {
	text-align: center;
	vertical-align: bottom;
}

#Headline {
    color: #FF0000;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0px;
    text-align: left;
    width: 97%;
}
#HeaderCenter {
	background: url('_gfx/titel_hinten.gif');
	height: 117px;
	vertical-align: top;
}
#HeaderCenter dl {
	background-image: url('_gfx/tv_g_rechts.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	height: 117px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}
#HeaderCenter dt {
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#HeaderCenter dd {
	background-image: url('_gfx/pistole_li.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 117px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#HeaderCenter dd img {
	height: 117px;
	width: 348px;
}


/* TV Formatierung */
#TV {
	height: 117px;
}
#TV img, #TV object {
	border: none;
	border-collapse: collapse;
}
#Z1 {
	float: left;
	height: 31px;
	width: 150px;
}
#Z2C1 {
	float: left;
	height: 57px;
	width: 13px;
}
#Z2C2 {
	float: left;
	height: 57px;
	width: 122px;
}
#Z2C3 {
	height: 57px;
	width: 15px;
}
#Z3 {
	height: 29px;
	width: 150px;
}

#MainFrame {
	text-align: center;
	vertical-align: top;
	width: 100%;
}

#ServerSwitch {
	text-align: right;
}
#ServerSwitch a {
	color: #FFA000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.srvStat {
	height: 116px;
	overflow: auto;
	width: 320px;
}


.permNewsRow  {
	float: left;
	margin-right: 190px;
	width: 66%;
}
.permNewsRow dd {
	white-space: nowrap;
}
.permNewsRow dd img {
	border: none;
	height: 16px;
	vertical-align: middle;
}

.permNewsRow dd div {
	float: left;
}
.permNewsRow dd div.icon {
	width: 20px;
}
.permNewsRow dd div.label {
	width: 20%;
}
.permNewsRow dd div.address {
	width: 20%;
}
.permNewsRow dd div.game {
	width: 25%;
}
.permNewsRow dd div.actions {
	width: 20%;
}

.newsHead {
	background: transparent;
	color: #FF0000;
	font-size: 14px;
	float: left;
	width:50%;
}
.newsDate {
	float: right;
	font-size: 10px;
	width:50%;
	text-align: right;
}
.newsText {
	line-height: 150%;
	margin: 10px 0 10px 0;
	text-align: justify;
}
.newsAuthor {
	background: transparent;
	color: #000000;
	font-size: 11px;
	float: left;
	width:30%;
	vertical-align: top;
}
.newsFoot {
	background: transparent;
	color: #000000;
	font-size: 11px;
	float: left;
	width:70%;
	vertical-align: top;
	text-align: right;
}
.newsFoot a {
	font-size: 11px;
}
.newsAuthor img {
	border: none;
}

/* Navigation links */
#NavLeft {
	background-image: url('_gfx/menue_hi.gif');
	text-align: center;
	vertical-align: top;
}
#NavLeft .MenuIMG a img {
    border: none;
    height: 22px;
    width: 117px;
}

/* Navigation rechts */
.NavPistol {
	background-image: url('_gfx/menue_hi.gif');
}
#NavRight {
	background-image: url('_gfx/menue_hi.gif');
	text-align: center;
	vertical-align: top;
}
#NavRight .MenuIMG a img {
    border: none;
    height: 22px;
    width: 100px;
}

/* Fusszeile */
#FootLeft {
	background-image: url('_gfx/menue_hi.gif');
	text-align: center;
	vertical-align: top;
}
#FootCenter {
	text-align: center;
	vertical-align: top;
}
#FootRight {
	background-image: url('_gfx/menue_hi.gif');
	text-align: center;
	vertical-align: top;
}
#Powered a img {
	border: none;
}

.noborder {
	border: none;
}

/* Social Networking Bookmarks */
a.social {
	color: black;
	text-decoration: none;
}
a.social img {
	border: none;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

/* Farben */
.rot {
    color: #FF0000;
}

/* Ausrichtung */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.float-left {
	float: left;
}
.witdh-max {
	width: 100%;
}
.clear {
	clear: both;
}

/* Spezialformatierungen */
.standardBlock {
    background-color: #DCE1E6;
    border: solid 1px #5C6166;
    border-collapse: collapse;
    border-radius: 15px;
    color: #000000;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    margin: 0px auto;
    margin-bottom: 5px;
    text-align: justify;
    width: 97%;
}
/* Alias fuer standardBlock */
.stdBlock {
    background-color: #DCE1E6;
    border: solid 1px #5C6166;
    border-collapse: collapse;
    border-radius: 15px;
    color: #000000;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    margin: 0px auto;
    margin-bottom: 5px;
    text-align: justify;
    width: 97%;
}

.article {
	line-height: 150%;
	text-align: justify;
}

.gross {
    background: transparent;
    color: #000000;
    font-size: 14px;
}

.grossRot {
    background: transparent;
    color: #FF0000;
    font-size: 14px;
}

.standard {
    background: transparent;
    color: #000000;
    font-size: 12px;
}
.standardRot {
    background: transparent;
    color: #FF0000;
    font-size: 12px;
}

.klein {
    background: transparent;
    color: #000000;
    font-size: 11px;
}
.kleinRot {
    background: transparent;
    color: #FF0000;
    font-size: 11px;
}

.numerierteListe {
    background: transparent;
    color: #000000;
    font-size: 12px;
    list-style-type: decimal;
    list-style-position: inside;
}

.textinput {
   color: #000000;
   width: 300px;
   font-size: 12px;
}
.textinputedit {
    width: 600px;
    font-size: 12px;
}

TABLE.addresses {
    background: #49587B;
    color: #000000;
    border: none;
    width: 97%;
}
TH.addresses {
    background: #AFAFAF;
    color: #000000;
}
TD.addresses {
    background: #EFEFEF;
    color: #000000;
}

IMG.memberPicture {
    border: solid 1px #000000;
    height: 245px;
    width: 150px;
    margin: 5px;
    padding: 2px;
}

.hidden_box {
  visibility : hidden;
  height : 1px;
  max-height : 480px;
  margin-left : 10%;
  overflow : auto;
  text-align : left;
}

.visible_box {
  visibility : visible;
  height : auto;
  max-height : 480px;
  margin-left : 10%;
  overflow : auto;
  text-align : left;
}

/* Gaestebuch */
.guestBookEntry dl {
	border: none;
	padding: 0.5em;
}
.guestBookEntry  dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: black;
}
.guestBookEntry  dt:after {
	content: ":";
}
.guestBookEntry  dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

