/* allgemein */
body, table
{
	font-family: Calibri, Arial;
	color: #1d1d1d;
	font-size: 12px;
}

h1, h6, h5, h4, h2
{
	font-size: 25px;
	text-align:center;
}
h2
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom:2px;
}
h4
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:2px;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:2px;
}
h6
{
	font-size: 10px;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:2px;
}
.white
{
	color: white;
	font-weight: normal;
}

body.background
{
	background-color: #353535;
	background-image: url('../img/bg.jpg');
}

a:link, a:visited
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}
a:active
{
	color:#6c0202;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#1d1d1d;
	font-weight:bold;
	text-decoration:underline;
}
a.gray_link:visited, a.gray_link:link, a.gray_link:active
{
	color:#1d1d1d;
	text-decoration:none;
}
a.gray_link:hover
{
	color:black;
	text-decoration:none;
}
a.white_link:visited, a.white_link:link, a.white_link:active
{
	color:white;
	text-decoration:none;
}
a.white_link:hover, a.lightred_link:hover
{
	color:#eba9a9;
	text-decoration:none;
}
a.lightred_link:visited, a.lightred_link:link, a.lightred_link:active
{
	color: #bf5858;
	text-decoration:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0px;
	color: #1d1d1d;
}
table td
{
	padding:0px;
}

ul
{
	list-style: url('../img/dot.jpg') outside;
}

li
{
	list-style: url('../img/dot.jpg') outside;
	margin-left:18px;
	vertical-align: middle;
}
input, input.file, select, textarea
{
	font-family: Calibri, Arial;
	font-size: 12px;
	width: 200px;
	margin:4px;
}
input.submit
{
	background-image:url('../img/button.jpg');
	cursor: pointer;
	border: 0px;
	font-family: Calibri, Arial;
	font-size: 10px;
	color: white;
	vertical-align: middle;
	padding: 0px 2px 2px 2px;
	width: 73px;
	height: 17px;
}
select
{
	margin-right:0px;
}
input.checkbox, input.radio
{
	border: none;
	height: 12px;
	width: 12px;
	vertical-align: middle;
}

/* header */
table.header
{
  font-size: 11px;
	color: black;
}

a.header:link, a.header:visited, a.header:active
{
	color:#780303;
	text-decoration:none;
}
a.header:hover
{
	color:#757575;
	text-decoration:none;
}

/* menü */
table.menue
{
	color: black;
	font-weight:bold;
}

a.menue:visited, a.menue:link, a.menue:active
{
	color:black;
	text-decoration:none;
}
a.menue_int:visited, a.menue_int:link, a.menue_int:active
{
	color:#780303;
	text-decoration:none;
}
a.menue:hover, a.menue_int:hover
{
	color:#979797;
	text-decoration:none;
}

/* news */
td.news_header
{
	padding-left: 30px;
	padding-right: 10px;
	color: white;
}
td.news_text
{
	padding-left: 10px;
	padding-right: 10px;
}
td.news_footer
{
	padding-left: 10px;
	padding-right:10px;
	font-weight: bold;
}

/* login */
input.login_nick
{
/*	background-image:url('../img/login_nick.jpg');
	padding: 2px 7px 0px 11px;
	border: 0px;
	color: white;
*/
	width: 67px;
	height: 15px;
	font-size:10px;
	font-family: courier new, Garamond;
}
input.login_pw
{
/*	background-image:url('../img/login_pw.jpg');
	padding: 2px 9px 0px 10px;
	border: 0px;
	color: white;
*/
	width: 68px;
	height: 15px;
	font-size:10px;
	font-family: courier new, Garamond;
}
input.login_button
{
	background-image:url('../img/button.jpg');
	padding: 1px;
	margin: 0px;
	width: 73px;
	height: 17px;
	color: white;
	font-size:10px;
	border: 0px;
}
a.login:link, a.login:visited, a.login:active
{
	color:#1d1d1d;
	font-size: 10px;
	text-decoration:none;
}
a.login:hover
{
	color:#6c0202;
	font-size: 10px;
	text-decoration:none;
}

/* messages */
div.msg_error
{
	color: #6c0202;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
div.msg
{
	color: #026c02;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/* mail */
tr.table_hover
{
	background-color: #922222;
}
tr.mail1, tr.mail_main
{
	background-color: #1d1d1d;
	color: white;
}
tr.mail2
{
	color: #1d1d1d;
}
tr.mail_new1
{
	background-color: #a42323;
	color: white;
	font-weight: bold;
	border-bottom:solid white 1px;
	border-top:solid white 1px;
}
tr.mail_new1 td
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
tr.mail_top, tr.mail_top_von
{
	background-color: #6c0202;
	color: white;
	font-weight: bold;
}
tr.mail_top_an
{
	background-color: #02366c;
	color: white;
	font-weight: bold;
	border-bottom:solid white 1px;
	border-top:solid white 1px;
}
tr.mail_top_1_an
{
	background-color: #8692b9;
	color: white;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom:solid white 1px;
	border-top:solid white 1px;
}
tr.mail_top_von td, tr.mail_top_1_an td, tr.mail_top_1_von td, tr.mail_top_an td
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:solid white 1px;
	border-top:solid white 1px;
}
tr.mail_main_1, tr.mail_main_1_von
{
	background-color: #939393;
	color: white;
	border-bottom:solid white 1px;
	border-top:solid white 1px;
}
tr.mail_top_1_von
{
	background-color: #b98686;
	color: white;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom:solid white 1px;
	border-top:solid white 1px;
}
a.mail1:link, a.mail1:visited, a.mail1:active, a.mail1:hover
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}
a.mail2:link, a.mail2:visited, a.mail2:active, a.mail2:hover
{
	color: #1d1d1d;
	font-weight: normal;
	text-decoration: none;
}
a.mail2_mob:link, a.mail2_mob:visited, a.mail2_mob:active, a.mail2_mob:hover
{
	color: #1d1d1d;
	font-weight: normal;
}
a.mail_new1:link, a.mail_new1:visited, a.mail_new1:active, a.mail_new1:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* userpanel */
table.userpanel
{
	border-collapse:collapse;
	border-spacing:0px;
	color: #1d1d1d;
	font-size: 12px;
}
table.userpanel td
{
	padding:0px;
	border-bottom:solid white 1px;
	border-top:solid white 1px;
}
td.enabled, tr.enabled
{
	background-color: #285f00;
	color: white;
}
a.enabled_mob:link, a.enabled_mob:visited, a.enabled_mob:active, a.enabled_mob:hover
{
	color: Green;
	font-weight: normal;
	font-style: italic;
}
a.enabled:link, a.enabled:visited, a.enabled:active, a.enabled:hover
{
	color: white;
	font-weight:normal;
	text-decoration: none;
}
tr.disabled
{
	background-color: #cd6a26;
	color: #1d1d1d;
}
a.disabled:link, a.disabled:visited, a.disabled:active, a.disabled:hover
{
	color: #1d1d1d;
	font-weight: normal;
	text-decoration: none;
}
tr.new
{
	background-color: #6c0202;
	color: white;
}
a.new:link, a.new:visited, a.new:active, a.new:hover,
a.einloggen:link, a.einloggen:visited, a.einloggen:active, a.einloggen:hover
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}
tr.einloggen
{
	background-color: #1d467d;
	color: white;
}
div.nick
{
	font-weight:bold;
	font-size:16px;
}
td.posteingang
{
	background-color: #1d1d1d;
	color: white;
	text-align: center;
	width: 120px;
	height: 20px;
}
td.posteingang_active
{
	background-color: #6c0202;
	color: white;
	text-align: center;
	width: 120px;
	height: 20px;
}
td.posteingang_hover
{
	background-color: #922222;
	color: white;
	text-align: center;
	width: 120px;
	height: 20px;
}

/* Bilder */
td.bild
{
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
table.gallery_top td
{
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
table.gallery td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ccc;
}
table.gallery img {
	margin: 2px;
	border: 0px;
}
img.bild
{
	border: 1px solid #ccc;
	padding: 2px;
}
.mbf-item
{
	display: none;
}

/*news*/
table.news tr td{
	color: white;
	padding: 0px;
}
table.news_main td{
	color: white;
	padding-left: 15px;
	padding-right: 12px;
}
table.news_top td{
	color: white;
	font-weight:bold;
	vertical-align: bottom;
	padding-left: 11px;
	padding-bottom: 9px;
	padding-right: 12px;
}
table.comment td{
	color: #ccc;
	padding-left: 25px;
	padding-right: 23px;
}
table.comment hr{
	color: #0c0c0c;
	height: 1px;
	width: 80%;
}