html, body, a, div, h1, td {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


small, .small { font-size: 10px; }
.bottomSpace { margin-bottom: 10px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.dropShadow { -moz-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15); box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15); }
.dropShadowKlein { -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15); box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15); }
.dropShadowMini { -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); }
.paddings { padding: 5px; }

.seite {
	background: url(/globalart/bg.gif) repeat-x;
	height: 100%;
}

.seitenbody {
	width: 800px;
	background: url(/globalart/bg_inner.gif) no-repeat;
	text-align: left;
}


.head {
	background: transparent url(/globalart/head_bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 200px;

	padding-right: 20px;
	text-align: right;
	color: #ffffff;

	margin: 0px 10px 0px 10px;
}

.head h1 {
	font-size: 40px;
	font-family: 'times new roman';
	margin-bottom: 0px;
}

.headmenu, .headmenu * {
	color: #000000;
	font-size: 14px;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	font-weight: bold;
	background-color: #80ff80;
	text-decoration: none;
}

a, a:hover, a:link, a:active, a:visited {
	text-decoration: underlined;
	color: #0000ff;
}


.inhalt {
	width: 780px;
	padding: 0px 10px 0px 10px;
}

.menu {
	padding: 0px 10px 0px 20px;
	width: 200px;
	float: left;
	border-right: 1px solid #d0ffff;
}

.content {
	float: right;
	width: 550px;
	margin-right: 10px;
}

a img {
	border: none;
}


h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


input, textarea, radio, checkbox {
	border: 1px solid #000000;
	margin: 1px;
/*	font-size : 12px; */
	color: #000000;
}


.errorBox {
	background-color: red;
	color: white;
	padding: 5px;
	text-align: center;
}

.tableBG {
	background-color: #e0fff0;
}

.menu h1 {
	padding: 5px 0px 0px 0px;
	margin: 0px 2px 2px 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.menu h1 a {
	color: #000000;
}

.menu h2 {
	font-size: 14px;

}

.menu h2 a {
	font-size: 11px;
	color: #0000ff;
	font-weight: normal;
}


.footer {
	font-size: 10px;
	color: #a0a0a0;

	width: 800px;
}

.footer a {
	font-size: 10px;
	color: #a0a0a0;
	text-decoration: none;
}

.newFooterMini, .newFooterMini A {
	color: #8080ff;
	font-size: 9px;
	border: none;
	text-decoration: none;
}

