/*
---------------------------------
ALLGEMEIN
---------------------------------
*/

*	{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

.smilie {
	background: none !important;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	display:inline !important;
}

.load	{
	background: url(/images/progressbar_green.gif) no-repeat;
	height: 15px;
	width: 214px;
	margin:0 auto;
}
.loadsmall	{
	background-image: url(/images/ajax_waiting.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.ok	{
	background: url(/images/ajax_ok.png) no-repeat !important;
	height: 16px !important;
	width: 16px !important;
}

.warning {
	background: #000;
	padding: 0;
}

.warning p	{
	margin: 0 auto;
	padding: 20px 0 20px 80px;
	min-height: 30px;
	width: 865px;
	font-size: 14px;
	line-height: 18px;
}

.warning p.ok	{
	background: 0 10px no-repeat url(/images/msg_ok.gif);
}

.warning p.err	{
	background: 0 10px no-repeat url(/images/msg_err.gif);
	color: #F00;
}

.warning p a:link,
.warning p a:visited	{
	color: #FFF;
	text-decoration: underline;
}

.warning p a:hover,
.warning p a:active	{
	color: #989898;
	text-decoration: underline;
}

.loading {
	position: absolute;
	left: 170px;
	z-index: 2;
	width: 500px;
	height: 430px;
	opacity: 0.2;
	background: #333;
}
.loading2	{
	position: absolute;
	top: 155px;
	left: 170px;
	z-index: 3;
	width: 500px;
	height: 200px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	background: url(/images/indicator_verybig.gif) no-repeat 210px 50px;
}


p.hinweis_ok	{
	cursor: default;
	background: #ccfcd8;
	border-top: 1px solid #54ff82;
	font-size: 11px;
	color: #333;
	padding: 10px;
}

p.hinweis_err	{
	cursor: default;
	background: #DDDDDD;
	border-top: 1px solid #000001;
	font-size: 11px;
	color: #333;
	padding: 10px;
}


ul li.checked	{
	background: left top no-repeat url(/images/ul-checked.gif) !important;
	padding-left: 18px !important;
	line-height: 18px !important;
}

ul li.unchecked	{
	background: left top no-repeat url(/images/ul-unchecked.gif) !important;
	padding-left: 18px !important;
	line-height: 18px !important;
}


/*
------------
BUGFIX GUILLOTINE BUG
http://www.positioniseverything.net/explorer/guillotine.html
------------
*/

.clearfix:after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear { clear:both }

/*
------------
*/


hr	{
	visibility: hidden;
	display: none;
}



.hide, .hidden	{
	visibility: hidden !important;
	display: none !important;
	height: 0;
	width: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	display: inline;
}

.hidden2	{
	visibility: hidden !important;
	display: none !important;
}



.start_anmelden	{
	height: 104px;
	padding: 0 5px;
	background: left top no-repeat url(/images/bg_start-anmelden.jpg);
	position: relative;
}

.start_anmelden h4	{
	text-transform: uppercase;
	padding: 5px;
	margin: 0;
}

.start_anmelden h4 em	{
	font-style: normal;
	font-weight: bold;
	/*color: #ec024b;
	text-transform: none;*/
}

.start_anmelden ul	{
	list-style: none;
	float: left;
	margin: 5px 20px 5px 0;
}

.start_anmelden ul li {
	list-style: none;
	background: 0 2px no-repeat url(/images/ul-features-small.gif);
	padding: 0 0 0 18px;
	margin: 2px 0;
	line-height: 18px;
	font-size: 14px;
	color: #183e64;
}

.start_anmelden a.anmelden	{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 5px;
	top: 0;
}

.start_anmelden a.anmelden:link,
.start_anmelden a.anmelden:visited	{
	background: left top no-repeat url(/images/start-anmelden.gif);
}

.start_anmelden a.anmelden:hover,
.start_anmelden a.anmelden:active	{
	background: left top no-repeat url(/images/start-anmelden-hover.gif);
}

.start_anmelden a.anmelden span	{
	display: none;
	visibility: hidden;
}





.start_loggedin	{
	position: relative;
	/*background: #fef2f4;*/
}

.start_loggedin .spaltelinks	{
	width: 249px;
	float: left;
	border-right: 1px solid #010101;
}

.start_loggedin .spalterechts	{
	width: 249px;
	float: left;
	border-left: 1px solid #010101;
}

.start_loggedin dl	{
	border: 1px solid #ffba00;
/*	border-top: 0;*/
	margin-top: 2px;
}

.start_loggedin dl.off	{
	border: 1px solid #a6a6a6;
	/*border-top: 0;*/
	margin-top: 2px;
}

.start_loggedin dl.hinweis	{
	padding:1px;
}

.start_loggedin dl.posteingang	{
	padding:1px;
}

.start_loggedin dl.buddylist	{
	padding:1px;
}

.start_loggedin dl.last_visited	{
	padding:1px;
}

.start_loggedin dl.last_forum	{
	padding:1px;
}

.start_loggedin dl dt	{
	color: #193652;
	padding: 0 5px;
	background: #ffba00 left top repeat-x url(/images/bg-dt_start-loggedin.gif);
}

.start_loggedin dl.off dt	{
	color: #27384c;
	background: #e1e1e1 left top repeat-x url(/images/bg-dt_start-loggedin_off.gif);
}

.start_loggedin dl dd	{
	border-top: 1px solid #fff;
	padding: 0;
}

.start_loggedin dl dd a	{
	display: block;
	padding: 0 5px 0 10px;
}

.start_loggedin dl dd a:link,
.start_loggedin dl dd a:visited	{
	text-decoration: none;
	color: #666;
	background: #fff7e1;
}

.start_loggedin dl dd a:hover,
.start_loggedin dl dd a:active	{
	text-decoration: none;
	color: #333;
	background: #2E2E2E;
}


.start_loggedin dl.off dd a:link,
.start_loggedin dl.off dd a:visited	{
	text-decoration: none;
	color: #666;
	background: #2E2E2E;
}

.start_loggedin dl.off dd a:hover,
.start_loggedin dl.off dd a:active	{
	text-decoration: none;
	color: #333;
	background: #2E2E2E;
}


/*
---------------------------------
GLOBAL
---------------------------------
*/

html,body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #FFF;
	margin: 0 auto;
	padding: 0;
	background: #303030;
}
body{
	overflow: -moz-scrollbars-vertical;
}

h1	{
	position: absolute;
	top: 3px;
	left: 0;
	width: 178px;
	height: 79px;
}

h1 a	{
	display: block;
	width: 220px;
	height: 79px;
	background: left top no-repeat url(/images/metaltreff002.png);
}

h1 a span	{
	display: none;
	visibility: hidden;
}



h2	{
	display: none;
	visibility: hidden;
}


h3	{
	color: #989898;
	font-size: 0.9em;
	text-transform: uppercase;
	border-bottom: 5px solid #2E2E2E;
	line-height: 16px;
	padding: 10px 0 0 0;
	margin: 10px 0 5px 0;
	font-weight: normal;
	clear: both;
}

h3.basic a	{
	display:inline !important;
	background:none !important;
}

h3 a	{
	display: block;
	background: right top no-repeat url(/images/bg_middle-h3.gif);
	height: 16px;
	line-height: 16px;
}

h3 a:link,
h3 a:visited	{
	text-decoration: none;
	color: #989898;
}

h3 a:hover,
h3 a:active	{
	text-decoration: none;
	color: #FFF;
}


h3.highlight	{
	border-bottom: 5px solid #989898;
	color: #989898;
}

h3.highlight a	{
	background: right top no-repeat url(/images/bg_middle-h3highlight.gif);
}

h3.highlight a:link,
h3.highlight a:visited	{
	color: #989898;
}



h4	{
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
}

h5	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #999;
	font-style: italic;
	font-weight: normal;
}

h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #2E2E2E;
	margin: 10px 0 0 0;
	padding: 0;
}

.smilie {
	background: none !important;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	display:inline !important;
}


p	{
	line-height: 1.2em;
	margin: 5px 0 5px 0;
}


p.highlight	{
	background: #fef2f4;
	margin: 0;
	padding: 0;
}

p.highlight a,
p.highlight a:link,
p.highlight a:visited,
p.highlight a:hover,
p.highlight a:active	{
	text-decoration: none;
}

p.highlight a span	{
	padding: 3px;
}

p.highlight a:link span,
p.highlight a:visited span	{
	text-decoration: none;
	color: #000000;
}

p.highlight a:hover span,
p.highlight a:active span	{
	text-decoration: underline;
	color: #000000;
}



.galerie_thumbs	{
	margin: 0px 0 5px 2px;
}

.galerie_thumbs	h3{
	margin-top: 0px;
	padding-top: 0px;
}

.galerie_thumbs a	{
	width: 70px;
	height: 57px;
	padding: 4px 4px 0 4px;
	margin: 0 3px 3px 0;
	display: block;
	float: left;
}

.galerie_thumbs a span	{
	display:block;
	margin-top:5px;
	width:70px;
	height:18px;
	border:1px solid #99ffff;
	overflow:hidden;
}

.galerie_thumbs a:link,
.galerie_thumbs a:visited	{
	border: 1px solid #2E2E2E;
	background: #101010;
}

.galerie_thumbs a:hover,
.galerie_thumbs a:active	{
	border: 1px solid #000;
}

.galerie_thumbs a img	{
	width: 70px;
	height: 53px;
}

.galerie_thumbs_contactway	{
	margin: 5px 0 20px 2px;
}

.galerie_thumbs_contactway a	{
	width: 70px;
	padding: 4px 4px 0 4px;
	margin: 0 1px 3px 1px;
	display: block;
	float: left;

}

.galerie_thumbs_contactway a span	{
	display:block;
	margin-top:5px;
	width:68px;
	height:29px;
	overflow:hidden;
}

.galerie_thumbs_contactway a:link,
.galerie_thumbs_contactway a:visited	{
	border: 1px solid #666;

}

.galerie_thumbs_contactway a:hover,
.galerie_thumbs_contactway a:active	{
	border: 1px solid #FFF;
	text-decoration: none;

}

.galerie_thumbs_contactway a img	{
	width: 70px;
	height: 53px;
}

.contactway_arrow {
	background: transparent url(/images/2arrows.gif) no-repeat scroll center;
	float:left;
	height:63px;
	width:20px;
}

a:link,
a:visited	{
	color: #DDD;
	text-decoration: none;
}
a:hover,
a:active	{
	color: #FFF;
	text-decoration: underline;
}



.button	{
	background:transparent url(/images/bg_button.gif) no-repeat scroll left top;
	color:white;
	display:block;
	font-size:9px;
	font-weight:normal;
	height:19px;
	line-height:21px;
	margin:10px 10px 10px 0pt;
	text-align:center;
	text-transform:uppercase;
	width:124px;
}


.button:link,
.button:visited	{
	color: #ddd;
	text-decoration: none;
}

.button:hover,
.button:active	{
	color: #fff;
	text-decoration: none;
}

.floatright	{
	float: right;
	margin: 3px;
}




ol,
ol li	{
	list-style: decimal;
	list-style-type: decimal;
}

ol	{
	margin: 0 5px 5px 17px;
}

ol li	{
	margin: 0 0 0 0;
}

ol ul li	{
	line-height: 1.3em;
	padding: 2px 0;
}


ul,
ul li	{
	list-style: none;
}




ul.features	{
	
}

ul.features li {
	list-style: none;
	background: 0 0 no-repeat url(/images/ul-features-small.gif);
	padding: 0 0 0 18px;
	margin: 2px 0;
	line-height: 15px;
}




ul.newslist	{
	
}

ul.newslist li	{
	line-height: 1em;
	margin: 2px 0;
}

ul.newslist a	{
	display: block;
	padding: 5px 5px 5px 33px;
}

ul.newslist a:link,
ul.newslist a:visited	{
	background: #2E2E2E left top no-repeat url(/images/bg_ul-newslist.gif);
	color: #CFCFCF;
}

ul.newslist a:hover,
ul.newslist a:active	{
	background: #0E0E0E left top no-repeat url(/images/bg_ul-newslist.gif);
	text-decoration: none;
}

ul.newslist a strong,
ul.newslist a:link strong,
ul.newslist a:visited strong,
ul.newslist a:hover strong,
ul.newslist a:active strong	{
	color: #DDD;
	font-weight: bold;
}






dl	{
	
}

dl dt	{
	color: #ec024b;
	padding: 5px 0 0 0;
}

dl dd	{
	padding: 0 0 0 10px;
}



dl.mitglieder_thumbs {
background:#101010 none repeat scroll 0%;
border:1px solid #2E2E2E;
float:left;
height:135px;
margin:3px;
position:relative;
width:117px;
}
dl.mitglieder_thumbs.online {
background:#101010 none repeat scroll 0%;
border-color: #060;
}
dl.mitglieder_thumbs dt {
display:none;
padding:0pt;
visibility:hidden;
}
dl.mitglieder_thumbs dd {
color:#888;
line-height:1em;
margin:4px;
padding:0pt;
}
dl.mitglieder_thumbs dd img {
height:83px;
width:110px;
}
dl.mitglieder_thumbs dd.username {
color:black;
margin:0pt 0pt 3px 25px;
}
dl.mitglieder_thumbs dd.gender_f {
background:transparent url(/images/gender_f.gif) no-repeat scroll left top;
bottom:6px;
height:21px;
left:5px;
margin:0pt;
overflow:hidden;
position:absolute;
text-indent:-500px;
width:14px;
}
dl.mitglieder_thumbs dd.gender_m {
background:transparent url(/images/gender_m.gif) no-repeat scroll left top;
bottom:6px;
height:21px;
left:5px;
margin:0pt;
overflow:hidden;
position:absolute;
text-indent:-500px;
width:14px;
}
dl.mitglieder_thumbs dd.age {
margin:0pt 0pt 3px 25px;
}
dl.mitglieder_thumbs dd.gender_m, dl.mitglieder_thumbs dd.gender_f, dl.mitglieder_thumbs dd.online, dl.mitglieder_thumbs dd.offline, dl.mitglieder_thumbs dd.geprueft, dl.mitglieder_thumbs dd.ungeprueft {
height:16px;
margin:0pt;
padding:0pt;
position:absolute;
width:16px;
}
dl.mitglieder_thumbs dd.gender_m, dl.mitglieder_thumbs dd.gender_f {
left:5px;
top:105px;
}
dl.mitglieder_thumbs dd.online {
background:transparent url(/images/smiley_online.gif) no-repeat scroll left top;
right:3px;
top:2px;
}
dl.mitglieder_thumbs dd.offline {
background:transparent url(/images/smiley_offline.gif) no-repeat scroll left top;
right:3px;
top:2px;
}
dl.mitglieder_thumbs dd.geprueft {
background:transparent url(/images/ul-features-small.gif) no-repeat scroll -2px -1px;
right:18px;
top:2px;
}
dl.mitglieder_thumbs dd.ungeprueft {
background:transparent url(/images/haken_rot.gif) no-repeat scroll left top;
right:18px;
top:2px;
}
dl.mitglieder_thumbs dd span {
display:none;
visibility:hidden;
}




.container	{
	width: 945px;
	position: relative;
}



/*
---------------------------------
TOP
---------------------------------
*/

.top	{
	background: #000 left top repeat-x url(/images/bg_top.gif);
	height: 112px;
	color: #FFF;
	font-size: 0.7em;
}

.top fieldset {
	border:none;
	padding:0;
	margin:0;
}

.top ul	{
	list-style: none;
	position: absolute;
	left: 0;
	top: 84px;
	height: 24px;
}

.top ul li	{
	list-style: none;
	display: block;
	float: left;
}

.top ul li a	{
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px 0 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

.top ul li a:link,
.top ul li a:visited	{
	text-decoration: none;
	color: #b3b3b3;
}

.top ul li a:hover,
.top ul li a:active,
.top ul li a.active,
.top ul li a.active:link,
.top ul li a.active:visited,
.top ul li a.active:hover,
.top ul li a.active:active	{
	text-decoration: none;
	color: white;
	background: #000000 left top repeat-x url(/images/bg_nav-li.jpg);
}








.top form	{
	position: absolute;
	color: #757b8b;
	font-size: 0.9em;
}

.top form label	{
	display: none;
	visibility: hidden;
}

.top form input	{
	width: 141px;
	height: 18px;
	line-height: 18px;
	background: left top no-repeat url(/images/bg_top-input.jpg);
	color: #757b8b;
	font-size: 0.9em;
	display: block;
	padding: 3px 6px 3px 6px;
}

.top form input:hover,
.top form input:focus	{
	color: white;
	cursor: default;
}

.top form input.submit	{
	width: 40px;
	height: 16px;
	line-height: 16px;
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	background: left top no-repeat url(/images/bg_top-submit.gif);
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.top form input.submit:hover,
.top form input.submit:focus	{
	cursor: pointer;
	color: #CCCCCC;
}




.top form.log_form	{
	top: 0;
	right: 0;
	padding: 20px 35px 0 160px;
	width: 160px;
	margin: 0 !important;
}

.top .log_text {
	margin-left:4px;
}

.top form.log_form input.submit	{
	position: absolute;
	right: 0;
	top: 35px;
}

.top form.log_form p	{
	position: absolute;
	left: 0;
	top: 27px;
	line-height: 1.2em;
	text-align: right;
}




.top form.search_form	{
	top: 86px;
	right: 0;
	height: 30px;
	padding: 0 35px 0 0;
	margin: 0;
	width: 160px;
}

.top form.search_form input.submit	{
	position: absolute;
	right: 0;
	top: 2px;
}




.top a:link,
.top a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.top a:hover,
.top a:active	{
	color: #FFFFFF;
	text-decoration: underline;
}






/*
---------------------------------
MIDDLE
---------------------------------
*/

.middle	{
	background: #000;/* left top repeat-x url(/images/bg_middle.jpg);*/
	color: #989898;
	font-size: 0.7em;
	padding: 1px 1px 40px 1px;
	min-height: 300px;
}

.middle .left	{
	width: 162px;
	float: left;
	margin: 0 8px 10px 0;
	background-color: #000;
}

.middle .left ul li	{
	background: 0 5px no-repeat url(/images/bg_ul-li.gif);
	padding: 0 0 0 12px;
	line-height: 1.4em;
}

.middle .center	{
	width: 500px;
	float: left;
	margin: 0 8px 10px 0;
}

.right	{
	width: 265px;
	float: left;
	margin: 0 0 10px 0;
}




/*
---------------------------------
BOTTOM
---------------------------------
*/

.bottom	{
	background: #303030 left top repeat-x url(/images/bg_bottom.jpg);
	height: 83px;
	color: white;
	position: relative;
	font-size: 0.6em;
	line-height: 1.2em;
}

.bottom ul	{
	position: relative;
	top: 16px;
}

.bottom ul li 	{
	display: inline;
	padding: 10px;
}

.bottom ul li a:link,
.bottom ul li a:visited	{
	color: white;
	text-decoration: none;
}

.bottom ul li a:hover,
.bottom ul li a:active	{
	color: white;
	text-decoration: underline;
}

.bottom p	{
	text-align: left;
	padding: 0 0 0 745px;
	margin: 5px;
	color: #afadb0;
}




/*
---------------------------------
FORM
---------------------------------
*/




.middle form	{
	/*position: relative;*/
}

.middle form h4	{
	margin: 0;
	padding: 0 0 0 2px;
	border: 0;
	background: #e2e2e2;
	height: 14px;
	line-height: 14px;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}

.middle form ul	{
	font-size: 11px;
	color: #CFCFCF;
	padding: 0;
	margin: 0;
}

.middle form ul li	{
	margin: 4px 0;
	padding: 0 0 0 14px;
	line-height: 16px;
	background: 0 5px no-repeat url(/images/bg_ul-li.gif);
}

.middle form fieldset	{
	background: #101010;
	border-top: 1px solid #2F2F2F;
	margin: 10px 0 0 0;
	position: relative;
	padding: 10px 10px 10px 180px;
	overflow: visible;
	clear: both;
}

.middle form fieldset.marked	{
	background: #DDDDDD;
	border-top: 1px solid #000001;
}

.middle form fieldset.ergaenzung	{
	margin: 0;
}

.middle form .spalte	{
	position: relative;
	width: 150px;
	float: left;
}

.middle form .spalte2	{
	position: relative;
	width: 50%;
	float: left;
}

.middle form label	{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 150px;
	color: #666;
	text-align: right;
	padding: 10px 0 0 0;
	margin: 0;
}

/*only recognized by Mozilla and IE/Mac*/
html:lang(de)>body .middle form label	{
	left: -170px;
	padding-top: 0px;
}


.middle form label:hover,
.middle form label:focus	{
	color: #666;
	cursor: default;
}

.middle form label.labelRadio,
.middle form label.labelCheckbox,
.middle form label.image	{
	position: relative;
	left: 0 !important;
	top: 0;
	display: block;
	text-align: left;
	height: 16px;
	line-height: 16px;
	margin: 0 !important;
	padding: 0;
	width: auto;
}

.middle form label.image	{
	position: absolute;
	top: 20px;
}

.middle form label.image:hover,
.middle form label.image:focus	{
	cursor: pointer;
}

.middle form label span	{
	color: #EC024B;
	font-size: 16px;
	padding: 3px;
}

.middle form input	{
	display: block;
	width: 300px;
	height: 12px;
	line-height: 16px;
	font-size: 10px;
	padding: 2px;
	margin: 3px 0 3px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
}

.middle form input:hover,
.middle form input:focus	{
	cursor: default;
	background: #DDDDDD;
	border: 1px solid #000001;
	color: #333;
}

.middle form input.inline	{
	display: inline;
}

.middle form input.short	{
	width: 50px;
}
.middle form input.medium	{
	width: 100px;
}

.middle form input.file	{
	height: 18px;
}

.middle form textarea.wide, 
.middle form input.wide	{
	width: 250px;
}

.middle form input.inputRadio,
.middle form input.inputCheckbox,
.middle form input.image	{
	display: inline;
	width: 13px;
	height: 13px;
	margin: 2px 5px 0 0;
	position: relative;
	top: -1px;
	border: 0;
	background: none;
}



/*only recognized by Mozilla and IE/Mac*/
html:lang(de)>body .middle form input.inputRadio	{
	top: 2px;
}




.middle form .disabled,
.middle form .disabled:hover,
.middle form .disabled:focus	{
	color: #999 !important;
	background: #eee !important;
	border: 1px solid #ddd !important;
}


.middle form input.button {
	height: 18px;	
}

.middle form input.submit	{
	background: 0 2px no-repeat url(/images/bg_submit.gif) !important;
	border: 0 !important;
	border: 0;
	width: 160px;
	height: 28px;
	line-height: 12px;
	margin: 10px 0 10px 10px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: white;
	float: right;
	clear: right;
	text-transform: uppercase;
	cursor: pointer;
}

.middle form input.submit:hover,
.middle form input.submit:focus	{
	cursor: pointer !important;
	color: #CCCCCC !important;
}




.middle form textarea	{
	display: block;
	width: 300px;
	height: 200px;
	line-height: 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 3px 0 3px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
}

.middle form textarea:hover,
.middle form textarea:focus	{
	cursor: default;
	background: #DDDDDD;
	border: 1px solid #000001;
	color: #333;
}




.middle form select	{
	display: block;
	float: left;
	height: 18px;
	line-height: 16px;
	font-size: 10px;
	padding: 2px;
	margin: 3px 2px 3px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
}

.middle form select option	{
	padding: 2px 4px 2px 4px;
}

.middle form select.long	{
	width: 300px;
}

.middle form select:hover,
.middle form select:focus	{
	cursor: default;
	background: #DDDDDD;
	border: 1px solid #000001;
	color: #333;
}



.middle form .ffeld_breit	{
	width: 99%;
}


.middle form p	{
	font-size: 12px;
	clear: both;
	color: #F00;
}

.middle form p.hinweis	{
	color: #666;
	font-size: 10px;
}

.middle form p.radiokasten	{
	background: #ddd;
	border: 1px solid #ccc;
	position: relative;
	width: 50px;
	height: 70px;
	text-align: center;
	float: left;
	clear: none;
	margin: 5px 10px 0 0;
	overflow: hidden;
}

.middle form .textbox	{
	background: white;
	border: 1px solid #ccc;
	width: 300px;
	height: 300px;
	overflow: auto;
	color: #666;
	padding: 2px 4px 2px 4px;
	cursor: default;
	margin: 0 1px 10px 0;
}

.middle form .textbox *	{
	font-size: 11px;
	line-height: 1.3em;
	background: none;
}

.middle form fieldset div.buttonRight{
	float:right; height:24px;
}

.middle form fieldset div.buttonRight span.mid{
	vertical-align:super;
	padding-right:4px;
}

/*
---------------------------------
FORM Left Bereich
---------------------------------
*/


.left form fieldset	{
	background: transparent;
	border:none;
	margin: 8px 0 0 0;
	padding: 1px;
	overflow: visible;
}


.left form label	{
	width: 100px;
	color: #666;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 18px;
	left:0 !important;
}


.left form input	{
	width: 16px;
	height: 14px;
	line-height: 16px;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #193652;
	border:none;
}
.left form input.inputtext	{
	width: 120px;
	padding: 2px;
	margin: 3px 0 3px 10px;
	border: 1px solid #ccc;
}

.left form input:hover,
.left form input:focus	{
	cursor: default;
	background: #d5e0eb;
	color: #333;
}

.left form input.inputtext:hover,
.left form input.inputtext:focus {
	border: 1px solid #183e64;
}

.left form input.submit, .center input.smallbutton	{
	background: 0 2px no-repeat url(/images/bg_button.gif);
	border: 0;
	width: 124px;
	height: 22px;
	line-height: 10px;
	margin: 5px 0 10px 11px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: white;
	float:left;
	text-transform: uppercase;
	cursor: pointer;
}

/* --------------------------------------- */


.right form fieldset	{
	padding: 5px 0 5px 5px;
}

.right form label	{
	display: block;
	clear: both;
	float: none;
	position: relative !important;
	left: 0 !important;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

.right form textarea	{
	width: 250px;
}










form.smallform	{
	position: relative;
}

form.smallform label	{
	display: none;
	visibility: hidden;
}

form.smallform input	{
	display: block;
	width: 220px;
	height: 12px;
	line-height: 16px;
	font-size: 10px;
	padding: 2px;
	margin: 3px 0 3px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
}

form.smallform input:hover,
form.smallform input:focus	{
	cursor: default;
	background: #DDDDDD;
	border: 1px solid #000001;
	color: #333;
}

form.smallform input.submit	{
	background: 0 0 no-repeat url(/images/bg_nanosubmit.gif);
	border: 0;
	width: 28px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: -10px;
}

form.smallform input.submit:hover,
form.smallform input.submit:focus	{
	cursor: pointer;
	color: #CCCCCC;
}


em.definition	{
	color: #ec024b;
	font-size: 14px;
}


p.error, div.error {  
	/*width: 300px;
	height: 20px;*/
	font-size: 12px;
	color: #F00;
}




/* global */

ul.paginierung	{
	list-style: none;
	height: 24px;
	line-height: 20px;
	background: none !important;
	background: #eee;
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin: 5px 0 5px 0;
	float: right;
}

ul.paginierung li	{
	list-style: none;
	background: none !important;
	padding: 0 !important;
	display: block;
	float: left;
}

ul.paginierung li span	{
	display: block;
	padding: 3px 8px 3px 8px;
}

ul.paginierung li a	{
	display: block;
}

ul.paginierung li a:link,
ul.paginierung li a:visited	{
	background: #101010;
}

ul.paginierung li a:hover,
ul.paginierung li a:active	{
	background: #2E2E2E;
}

.cbBox {
	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
	padding: 3px;
	z-index:10;
	position:absolute;
}

.cbBox textarea{
	border: 1px solid #000;
}
.cbHeader {
	font-weight: bold;
}
.cbButtons input {
	margin-right: 10px;
	width: 140px;
}


#activity li img{
	height: 16px;
	width: 16px;
}

#activity li  {
	clear: both;
}

#activity li div {
	float:left;
}

#activity li .date {
	float:right;
}
