/* Seiteneigenschaften */
body {
	background-color: #ebebeb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Grundschriften */
p,td,th,a,li,body,div,span,select,input,textarea, optgroup, option {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
}

/* Links */
p a:link, p a:visited, p a:active, li a:link, li a:visited, li a:active {
	border-bottom: 1px dotted black;
}

p a:hover, li a:hover {
	border-bottom: 1px solid black;
}


h1 { 
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 22px; 
	color: #666666;
	margin-bottom:30px; 
}

h2 { 
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px; 
	color: #666666;
	margin-bottom:18px; 
}

/* Tabelleneigenschaften */
table {
	border-style:none;
	padding:0px;
}

th { 
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
}

td { 
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
}

/* Listeneigenschaften */
li { 
	margin-top:3px; 
}

/* Formulare */
form {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

input,select {
	margin:0px 0px 0px 0px;
	line-height: 100%;
}

textarea { 
	margin:0px 0px 0px 0px;
	line-height: 140%;
}

/* Klasseneigenschaften */

.text_link:link, .text_link:visited, .text_link:active {
	border-bottom: 1px dotted black;
}

.text_link:hover {
	border-bottom: 1px solid black;
}

.neben_l {
	padding-left: 5px;
}

.neben_r {
	padding-right: 5px;
}

.content
{
	background-color: #EBEBEB;
	position: absolute;
	top: 25px;
	left: 25px;
	width:  600px;
	visibility: visible;
}

.fieldContent { 
	padding-left: 8px; background-color: #FFFFFF; 
}

.fieldHeading { 
	padding-right: 10px; 
}

.normal
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#000000;
	line-height:12px;
}

.headline
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#000000;
	line-height:16px;
}

.bold
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	line-height:12px;
}

.eingabe
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	background-color: #EBEBEB;
	padding: 2px 5px;
	border-top-color: #909090;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #909090;
	border-left-style: solid;
	border-left-width: 1px;
}

.eingabe_fett
{
	font-weight: bold;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	background-color: #EBEBEB;
	padding: 2px 5px;
	border-top-color: #909090;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #909090;
	border-left-style: solid;
	border-left-width: 1px;
}

.buttons
{
	padding-top: 2px;
}

.sessionMessage
{
	position: absolute;
	left: 15px;
	top: 76px;
}

.ausgabe
{
	padding-left: 3px;
	background-color: #F5F5F5;
}

.blub {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	font-size: 10px;
	background: Aqua;
	color: Black;
	font-family: Verdana;
	width : 80px;
	height : 20px;
}

.selector {
/*	background-color: #EBEBEB;*/
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	height : 16px;
}

.category {
	background-image: url(Cat_blank-M.gif);
	background-repeat: repeat-x;
}

.category_sel {
	background-image: url(Cat_blank_sel-M.gif);
	background-repeat: repeat-x;
}

.category_dis {
	background-image: url(Cat_blank_dis-M.gif);
	background-repeat: repeat-x;
}

.editImage {
	width:80px; 
/*	height:100px; */
/*	float:left; */
	cursor:pointer;
}

.temp{
	background-color:#d9d9d9;
	margin-right:10px;overflow:hidden; 
}

a.minibutton, a.minibutton:link, a.minibutton:visited {
	font-size: 80%;
	font-weight: bold;
	padding: 0 4px;
	background:#bbb; 
	color:#fff
}
a.minibutton:hover, a.minibutton:active {
	background: #777;
}

/* Buttons */
div.btn_large, div.btn_large_dis {
	float:none;
	width:auto;
	height:18px;
}
div.btn_large {
	cursor:pointer;
	cursor:hand;
}
div.btn_large_l {
	float:left;
	width:11px;
	height:18px;
	background:url('but-l.gif') no-repeat;			
}
div.btn_large_m {
	float:left;
	min-width: 30px;
	height:18px;
	padding-top:2px;
	text-align:center;
	color:#000;
	background:url('but-m.gif') repeat-x;			
}
div.btn_large_r {
	float:left;
	width:11px;
	height:18px;
	background:url('but-r.gif') no-repeat;			
}
div.btn_large_dis div.btn_large_l {
	background:url('but-l-dis.gif') no-repeat;			
}
div.btn_large_dis div.btn_large_m {
	color:#999;
	background:url('but-m-dis.gif') repeat-x;			
}
div.btn_large_dis div.btn_large_r {
	background:url('but-r-dis.gif') no-repeat;			
}

/* Buttons neu */
.button, .button:link, .button:visited {
	padding: 0.3em 0.8em;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, white, #ccc);
	background-image:    -moz-linear-gradient(top, white, #ccc);
	background-image:     -ms-linear-gradient(top, white, #ccc);
	background-image:      -o-linear-gradient(top, white, #ccc);
	background-image:         linear-gradient(to bottom, white, #ccc);
	border-width: 1px;
	border-style: solid;
	border-color: #999 #555 #555 #999;
	border-radius: 0.5em;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #222;
	cursor:pointer;
}

.button:hover {
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #eee, #bbb);
	background-image:    -moz-linear-gradient(top, #eee, #bbb);
	background-image:     -ms-linear-gradient(top, #eee, #bbb);
	background-image:      -o-linear-gradient(top, #eee, #bbb);
	background-image:         linear-gradient(to bottom, #eee, #bbb);
	border-color: #888 #444 #444 #888;
	color: #000;
}

.button:active, .button.active {
	background-color: #ccc;
	background-image: -webkit-linear-gradient(top, #ccc, #aaa);
	background-image:    -moz-linear-gradient(top, #ccc, #aaa);
	background-image:     -ms-linear-gradient(top, #ccc, #aaa);
	background-image:      -o-linear-gradient(top, #ccc, #aaa);
	background-image:         linear-gradient(to bottom, #ccc, #aaa);
	border-color: #777 #333 #333 #777;
	color: #000;
}

.button.disabled, .button.disabled:link, .button.disabled:visited,
.button.disabled:hover, .button.disabled:active, .button[disabled] {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #eee, #ddd);
	background-image:    -moz-linear-gradient(top, #eee, #ddd);
	background-image:     -ms-linear-gradient(top, #eee, #ddd);
	background-image:      -o-linear-gradient(top, #eee, #ddd);
	background-image:         linear-gradient(to bottom, #eee, #ddd);
	border-color: #ccc #bbb #bbb #ccc;
	color: #aaa;
	cursor: not-allowed;
}

