/* RESET CSS */
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ENDE RESET CSS */

.clear 
{
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:0px;
	height:10px;
}

.clear2
{
	clear:both;
}

form.loginform label, form.Zebra_Form label
{
	display: block;
	float: left;
	width: 150px;
	padding-top:3px;
	font-size:12px;
}

form.loginform .btn_login
{
	margin-top:10px;
	margin-left:150px;
	width: 160px;
}

form.loginform .textinput_short
{
    background: url("../images/admin/input.gif") repeat-x scroll center top #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #555555;
    float: left;
    padding: 4px;
    vertical-align: middle;
    width: 150px;
	margin-bottom:10px;
}

p.rot
{
	font-size:11px;
	color:red;
}

p.gruen
{
	font-size:11px;
	color:green;
}

div.bilderstrecke_img
{
	float:left;
		margin:10px;
}

div.bilderstrecke_alle_bilder
{
	position:relative;
}

div.bilderstrecke_animiert div.bilderstrecke_seite
{
	position:absolute;
	top:0;
	left:0;
	float:left;
}

div.bilderstrecke_container .first_album_thumb, div.bilderstrecke_container .first_thumb_in_row
{
	margin-left:0px !important;
	padding-left:0px !important;
}

div.bilderstrecke_container .last_album_thumb, div.bilderstrecke_container .last_thumb_in_row
{
	margin-right:0px !important;
	padding-right:0px !important;
}

ul.navi_ul
{
	padding:0px;
}

ul.navi_ul a
{
	outline: none;
}

ul.navi_ul_2 li
{
	list-style-type:none;
}

li.navi_li_1 dt
{
	width: 100% !important;
}

.sm2_liClosed ul, #dragHelper .sm2_liClosed ul
{
	display:none;
}

#ajaxloader, img.ajaxloader
{
	position:fixed;
	top:50%;
	left:50%;
	z-index:101;
	display:none;
}

*html #ajaxloader, img.ajaxloader
{
	position:absolute;
	top:50%;
	left:50%;
}

#ajaxdimming
{
	height:100%;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:none repeat scroll 0 0 black;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
	z-index:100;
	display:none;
}

.infobalken {
	float:none;
	clear:both;
	position:fixed;
	top:0px;
	z-index:3;
	width:100%;
	height:35px;
	padding:5px 0 0 0;
	background:url(../images/admin/h1.jpg) repeat-x;
	color:#fff;
}

div.infobalken_platzhalter
{
	height:40px;
}

*html .infobalken
{
	position:absolute;
}

.infobalken a
{
	color:#fff !important;
}

.infobalken span.abstand
{
	margin-left:20px;
}

a.logout
{
	float:right;
	display:block;
	margin-right:20px;
}

div.admin_buttons
{
	margin-bottom:10px;
}

.full_bg2
{
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

*html .full_bg2
{
	display:none;
}

.hidden_in_public
{
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
}

.text_inline_label
{
	color: #C1C1C1 !important;
}

.error_404_page
{
	line-height:150%;
}

.error_404_page form.schnellsuche
{
	float:none;
}

.error_404_page ul
{
	list-style-type:disc;
	list-style-position:inside;
}