body{
	color:#000;
	font-size:80%;
	font-family:sans-serif;
	margin:0;
	padding:0;
}

h1{
	font-size:120%;
}
table{
	border:1px outset #A3ADAD;
	border-collapse:collapse;
}
table a{
	color:#000;
}
td{
	color:#000;
	padding:0 4px 0 4px;
	font-size:100%;
	border:1px solid #CCC;
}

tr{
	background:#EEE;
}
th{
	background:#666;
	padding:3px;
	font-size:100%;
	color:#FFF;
	text-align:left;
}
tr.secondrow{
	background:#DDD;
}
tr.thirdrow{
	background:#d7bcbc;
}
tr:hover{
	background:#999;
}
table.noborder td{
	border:none;
}

img{
	font-family:sans-serif;
	border:none;
}
/* Formularemente ****************************************************** */
 form{
	line-height:150%;
	padding:15px 25px 25px 25px;
	border-top:1px solid #A3ADAD;
	border-bottom:1px solid #A3ADAD;
	background:#EEE;
}
form table{border:none;}
form hr{visibility:hidden;}
form li{ list-style: none; }
form ul{ margin: 0;padding:0;}
input,select{
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	width:200px;
}
input.radio{
	width:25px;
}
 textarea{
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	width:200px;
	height:150px;
}
 label,select{ 
	cursor:pointer;
} 
 form li label, label.left{ 
	float:left; 
	width:200px; 
	text-align:right;
	margin-right:10px; 
}
label.small_left{ 
	float:left; 
	width:100px; 
	text-align:right;
	margin-right:10px; 
} 
 label.left_error{ 
	float:left; 
	width:200px; 
	text-align:right;
	margin-right:10px;
	color:#F00; 
} 
 input.error{
	background:#FCC;
} 
/* Submit button */
 input.right, input.submit{ 
	margin-left:210px; 
}
.small_right, .small_submit{ 
	margin-left:110px; 
}
input.checkbox{
	width:25px;
}
textarea.ausgabe{
	width:100%;
	border:1px solid #C00;
	background:url(../images/system/tcms/navi-bg.png);	
	color:#000;
	overflow:hidden;
	margin-right:50px;
}

div.error{
	background:#C65252;
	border:1px solid #FCC;
	padding:10px;
	color:#000;
	margin:5px 0px 5px 0px;
}
div.ok{
	background:#749966;
	border:1px solid #CFC;
	padding:10px;
	color:#000;
	margin:5px 0px 5px 0px;
}

/* float clearing */
#amaTableToolbox:after, #menu:after, #outer:after, #content:after, form:after, form div:after, ul#breadcrumb:after {
    content:		".";
    display:		block;
    visibility:		hidden;
    clear:			both;
    height:			0;
}
* html #navi, * html #content, * html form, * html form div {
	height:			1%;
}

#header{
	color: #FFF;
	background: url(/images/system/tcmsv3/head-bg.gif) repeat-x;
	height: 28px;
	font-size: 10px;
	text-align: right;
	padding: 10px;
}
#header img{ vertical-align: middle; }
#header a{
	color: #FFF;
}

#navigation{
	background: url(/images/system/tcmsv3/navi-bg.jpg) repeat-x;
	height: 78px;
}
#navigation ul{display:none;}
#tcmsSuperNavi {
	position: absolute;
	top: 80px;
	right: 10px;
}

#content{
	padding: 0 10px;
}
#breadcrumb, #breadcrumb a {
	text-align: right;
	font-size: 10px;
	padding: 1px 10px;
	color: #999;
}

#tcms_version_info{
	color: #666;
	font-size: 9px;
	border-top: 1px solid #666;
	padding: 2px 10px;
}

#amaTableToolbox{
	padding: 3px;
	background: #909090;
	color: #FFF;
}
#amaTableDiv table{
	width: 100% !important;
}
#amaTableToolbox a, th a{
	color: #FFF;
	text-decoration: none;
}
#amaTableToggleSearch img{
	padding:4px 2px;
}
.loading { 
	display: none;
	border:2px solid #660000;
	color:#000;
	font-weight:bold;
	margin:10px;
	min-height:20px;
	padding:5px 10px 5px 70px;
}

#moveTcmsSite {
	overflow:auto;
	min-height:400px;
	height:auto;
	width:500px;
}

#tcmsSuperNavi img {
	border:0;
	vertical-align: absmiddle;
}