html, body {
	background-color: #0d0d0d;
	background-image: url(../images/body.png);
	background-repeat: repeat;
	color: #ccc;
	font: 12px arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: 0;
}

#body {
	text-align: left;
	margin: auto;
	width: 749px;
	background: #282828;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}
#player_lst {
	background-image: url(../images/player_leiste.jpg);
	height:36px;
	width:729px;
	padding-top:10px;
	padding-left: 20px;
}
#vcflashslimmp3layer15content {
	float:right;
        margin: -5px 25px 0 0;
}
#player_opt {
	background-image: url(../images/player_options.jpg);
	width: 749px;
	height: 20px;
	text-align: center;
	color: white;
	font-size: 11px;
	padding-top: 2px;
}
#player_opt a {
	color: #ccc;
	text-decoration: none; 
}

#header {
	background-image: url(../images/logo.jpg);
	width: 749px;
	height: 181px;
}
#navigation {
	height: 26px;
	float: left;
}
#left {
	float: left;
	background-image: url(../images/left_content.jpg);
	width: 185px;
	height: 396px;
	padding-left: 25px;
	padding-right: 6px;
	padding-top: 5px;
}
#right {
	float: right;
	background-image: url(../images/right_content.jpg);
	width: 533px;
	height: 401px;
}
#content_right {
	margin-top:7px;
	padding-left: 25px;
	padding-right:10px;
	padding-top:10px;
	overflow:auto;
	overflow-x:hidden;
	width: 478px;
	height: 379px; 
}
.clear {
	clear: both;
}
#box_1 {
	float: left;
	padding: 15px 15px 0 15px;
	background-image: url(../images/box_1.jpg);
	width: 201px;
	height: 280px;
	margin-left: 12px;
	margin-top: 15px;
}
#box_2 {
	float: left;
	padding: 15px 15px 0 15px;
	background-image: url(../images/box_2.jpg);
	width: 201px;
	height: 280px;
	margin-left: 17px;
	margin-top: 15px;
}
#box_3 {
	float: right;
	padding: 15px 15px 0 15px;
	background-image: url(../images/box_3.jpg);
	width: 201px;
	height: 280px;
	margin-right: 11px;
	margin-top: 15px;
}
#footer {
    margin: 10px 12px;
	padding: 5px;
	text-align: right;
}

#textbox {
	background-image: url(../images/textbox.png);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	width: 440px;
	min-height: 150px;

}
#headfont{
	background-image:url(../images/headfont.jpg);
	background-repeat:no-repeat;
	height: 20px;
	padding: 3px;
}

#speechbubble {
	position: relative;
	background-image: url(../images/speechbubble.jpg);
	width:237px;
	height:123px;
	top:30px;
	left:450px;
	padding-left:10px;
	padding-right:10px;
}

#count {
  float:right;
  padding-right:12px;

}

#news_c {
  background-color: #141414;
  border-top: #777 dashed 1px;
  border-bottom: #777 dashed 1px;
  padding: 5px;
  margin-top: 10px;
 }
 
#kalender {
  background-image: url(../images/kalender.png);
  width:40px;
  height:40px;
  padding:5px;
  text-align: center;
  font-size:16px;
  color:black;
}

/*order*/

#mainorder {
  position:relative;
  width:107.5%;
  height:30px;
  background-color:#222;
  left:-25px;
  top:-10px;
}
order a {
  color: #ccc;
}

#order {
  text-align: center;
  height: 20px;
  margin: 5px 0 0 20px;
  float: left;
}

.order_a {
  background-image: url(../images/dreieck.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;

}

/* news */

#news {
  background-color:#181818;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}
#news_header {
  font-size:16px;
  padding:5px;
  background-image: url(../images/bgA1.gif);
  background-repeat: repeat-x;
  background-color: #262626;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;


}
#news_infos {
  font-size:11px;
  color: #666;
  float: left; 
  }
#news_infos select {
  font-size:11px;
  background-color: #222;
  border: 1px solid #333;
  color: white;
  padding: 3px;
  text-align: center;
  -moz-border-radius: 3px;
  margin: 2px 0;
  }
#news_comments {
  font-size:11px;
  color: #666;
  float: right;
  margin-right:10px; 
  }
#news_text {
  background-image: url(../images/bgA1.gif);
  background-repeat: repeat-x;
  background-color: #262626;
  color: #ccc;
  clear: both;
  padding: 15px;
}
#actionbox {
  background-color:#222;
  border-top: 1px #333 dashed;
  padding: 8px;
  margin-bottom: 10px; 
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
}
img.letters {
  padding: 2px;
}
/* input-textarea */

input.text {
	width : 118px;
	height : 16px;
	border : 1px solid #7e7e7e;
	background-image : url(../images/bg_input.jpg);
	color : #FFFFFF;
	font-size : 10px;
}
input.login {
	padding-bottom : 5px;
	width : 85px;
	height : 20px;
	border : 0;
	background-image : url(../images/button_login.jpg);
	color : #eaeaea;
	font-size : 10px;
}
input.name {
	width : 118px;
	height : 16px;
	margin: 3px;
	border: 0;
	background-image : url(../images/bg_input.jpg);
	color : #FFFFFF;
	font-size : 10px;
}
textarea.text {
	border : 1px solid #7e7e7e;
	background: #2a2a2a url(../images/bg_input.jpg) repeat-x;
	color : #FFFFFF;
}

/*tables*/

table.format {
	border-width: 0 1px 1px 1px;
	border-color: black;
	border-style: solid;
    border-collapse: separate;
    border-spacing: 0;
	width: 100%;
}

table.format tr.row2 {
	background: #222;
}

table.format th {
	background: #111;
	border-top: 1px black solid;
	padding: 0;
	text-align: center;
}

table.format td {
	border-top: 1px black solid;
	padding: 0;
	text-align: center;
}


/* text declaration */

a {
	color: #0099ff;
	text-decoration: none;   
}
a:hover {
  color: #18A7E1;
}
#news_header a{
  color: #FFFFFF;
}
h2{
	font-size: 24px;
	font-family:Times New Roman;
	font-style: italic;
}
.count {
	font-size: 24px;
	font-family:Times New Roman;
	font-style: italic;
	color: #9e9e9e;
}  

p {
  margin-bottom: 5px;
  margin-top: 5px;
}
p.ablname {
  color: #18A7E1;
  font-size: 14px;
  font-style: bold;
  border-bottom: 1px #808080 dotted;
}
.underline {
  border-bottom: 1px #808080 dashed;
}
.overline {
  border-top: 1px #808080 dashed;
}
span.blue {
color:#67BBF9;
font-size:11px;
}

.date {
	color: #FFFFFF;
	font-size:10px;
	font-weight: bold;
}
.shortnews{
	font-size:10px;

}
.eyecatcher {
	color: #FFFFDD;
	font-style: italic;
}
.button {
  background-color: #222;
  border: 1px solid #333;
  color: white;
  padding: 3px;
  text-align: center;
  -moz-border-radius: 3px;
}
.button_member {
	background-image: url(../images/bg_member_button.jpg);
	color: #FFF;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
}

.button_admin {
	background-image: url(../images/bg_admin_button.jpg);
	color: #fff;
	padding: 3px;
	margin-bottom: 10px;
	text-align: center;
	-moz-border-radius: 3px;
}
.blueline {
	color: #0099ff;
	padding-right:5px;
}

#show_word {
font-size: 24px;
color: white;
margin-bottom:20px;
text-align:center;

}
