/* Default */

body
{
	background-color: #000000;
}

body,p,td,a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

.headline
{
	font-weight: bold;
}

.contentpadding
{
	padding: 10px;
}

.nopadding
{
	padding: 0px;
}

.text_inactive
{
	color: #BFBFBF;
}


/* Table */

.contenttable
{
	padding: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.divscroll
{
	overflow:auto;
	clip:auto;
}

.contentfull
{
	width: 970px;
}


/* Links */

a
{
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a.menue3link
{
	color: #FFFFFF;
}

.menue3link-text
{
	color: #FFFFFF;
}



/* Colors */

.bg-headline
{
	background-color: #AAABAA;
	
	background-image: url(../images/bg_submenue.gif);
	background-repeat: repeat-x;
}

.bg-top
{
	background-color: #D8D8D8;
	
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bg-content
{
	background-color: #E4E4E3;
	
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
}

.bg-listheadline
{
	background-color: #DAB58D;
}

.bg-listcontent
{
	background-color: #FFFFFF;
}

.bg-listcontent-active
{
	background-color: #C2C2C2;
}


/* Border */

.border
{
	border: 1px solid #000000;
}

.border-left
{
	border-left: 1px solid #000000;
}

.border-right
{
	border-right: 1px solid #000000;
}

.border-top
{
	border-top: 1px solid #000000;
}

.border-bottom
{
	border-bottom: 1px solid #000000;
}


.border-black
{
	border: 1px solid #000000;
}

.border-left-black
{
	border-left: 1px solid #000000;
}

.border-right-black
{
	border-right: 1px solid #000000;
}

.border-top-black
{
	border-top: 1px solid #000000;
}

.border-bottom-black
{
	border-bottom: 1px solid #000000;
}


/* Button */

.menue1
{
	height: 22px;
	text-align: center;
	background-color: #F5F5F5;
	
	padding-left: 11px;
	padding-right: 11px;
	
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.menue2
{
	height: 22px;
	text-align: center;
	background-color: #FFFFFF;
	
	padding-left: 11px;
	padding-right: 11px;
	
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.menue3
{
	height: 22px;
	text-align: center;
	
	padding-left: 20px;
}


/* Box */

.box_head
{
	text-align: center;
	font-weight: bold;
	background-color: #EAEAEA;
}

.boxtitle
{
	font-weight: bold;
	height:28px;
	padding-left:5px;
	background-color: #DCAB85;
	border-bottom: 1px solid #590D09;
}

.box_data
{
	background-color: #FFFFFF;
}

.box_image
{
	width:195px;
	height:185px;
	border:1px solid black;
	background-color: #FFFFFF;
	padding:10px;
}


/* Form */

input,select,textarea
{
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

input.checkbox
{
	width: 20px;
	border: 0px;
	margin-left: 0px;
}


/* Logo */

.cms-logo
{
	background-image: url(../images/software-logo.gif);
	background-repeat: no-repeat;
}


/* Tabellen-Ansicht */

.tbl_recordset
{
	border-bottom: 1px solid black;
}

.tbl_headline
{
	font-weight: bold;
}


/* Freisteller */
#freistellbereich
{
	position: absolute;
	
	left: 12px;
	top: 60px;
	width: 100px;
	height: 100px;
	
	font-size: 1px;

	background-color: #00FFFF;
	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	
	cursor: move;
	display: none;
}

#resizer
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	cursor: nw-resize;
	display: none;
}

#freistellbild
{
	position: absolute;
	
	border: 1px solid black;
	
	top: 60px;
	left: 12px;
}