/* 			Area3D.ch Stylesheet v1.0 (c) 2006	 		*/
/* 	Kopieren des Inhaltes nur mit Erlaubnis des Besitzers gestattet. 	*/

body {
	font: 10pt verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #222;
	background: #fff url(../img/background.png); 
}

/* Div's */

#header {
	margin: 0 6%;
	height: 120px;
	color: #222;
	background: #fff url(../img/head.png) repeat-x bottom left;
}

#top {
	position: absolute;
	top: 2px;
	right: 12px;
	font-size: 8pt;
	text-align: right;
}

#navigation {
	text-align: center;
	margin: 0 6%;
	padding: 0 2px;
	height: 20px;
	color: #222;
	background: #fff url(../img/bck.png) repeat-x bottom left;
	background: url (../img/nav_left.png)
}

#wrapper {
	margin: 0 6%;
	padding: 0;
	color: #222;
	background: #fff;
}

#menuleft {
	padding-left: 4px;
	width: 154px;
	float: left;
	border: 0px solid #000;
	background-color: #fff;
}

#menuright {
	padding-right: 4px;
	width: 154px;
	float: right;
	background-color: #fff;
}

#content {
	margin: 0 162px;
	padding: 4px 6px;
	line-height: 14pt;
	text-align: justify;
}

#footer {
	font-size: 8pt;
	text-align: center;
	padding: 6px 0 4px;
	clear: both;
	color: #888;
	background: #fff;
}

#info {
	text-align: center;
}

#userinfo {
	font-size: 7pt;
	text-align: center;
	line-height: 8pt;
	height: 60px;
	color: #888;
	background: #fff;
}

#visinfo {
	position: absolute;
	top: 16px;
	right: 32px;
	font-size: 7pt;
	text-align: center;
	line-height: 8pt;
	color: #888;
	background: transparent;
}

#amenu {
	font-size: 8pt;
	margin: 2px 4px;
	padding: 4px;
	border: 1px solid #fafafa;
	color: #222;
	background: #fcfcfc;
}

#amenu ul {
	white-space: nowrap;
}

#amenu li {
	margin: 2px 12px;
	display: inline;
}

#dlmenu {
	font-size: 8pt;
	margin: 2px 8px 0 2px;
	padding: 2px 6px 2px 2px;
	float: left;
	border: 1px solid #fafafa;
	color: #222;
	background: #fcfcfc;
}

#gdbint {
	margin: 2px;
	padding: 4px;
	text-align: center;
	word-spacing: 20px;
}

#gdbint img {
	margin: 4px 6px;
}

/* Obere Navigation */

#navigation ul {
	margin: 0 auto;
	padding: 0;
	width: 595px;
}

#navigation li {
	margin: 0;
	padding: 0;
	float: left;
}

#navigation ul a {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 118px;
	height: 20px;
	display: block;
	border-right: 0px solid #eee;
	border-right: 0px solid #eee;
	color: #57a4e6;
	background: #fff url(../img/nav.png);
}

#navigation ul a:hover {
	text-decoration: none;
	color: #57a4e6;
	background: #fff url(../img/nav.png) 0 -20px;
}

#navigation ul a.navleft {
	color: #57a4e6;
	background: #fff url(../img/nav.png);
}

#navigation ul a:hover.navleft {
	color: #57a4e6;
	background: #fff url(../img/nav.png) 0 -20px;
}

#navigation ul a.navright {
	border: 0;
	color: #57a4e6;
	background: #fff url(../img/nav.png);
}

#navigation ul a:hover.navright {
	color: #57a4e6;
	background: #fff url(../img/nav.png) 0 -20px;
}

/* Allgemeine Deklarationen */

a {
	font-weight: bold;
	text-decoration: none;
	color: #007fbf;
	background: transparent;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

hr {
	border-top: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #fff;
	background: #fff;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
}

li {
	margin: 4px 0 0;
	padding: 0 0 0 8px;
	background: transparent url(../img/li.png) no-repeat 0 8px;
}

table, td {
	font: 10pt verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td {
	border: 0;
	vertical-align: top;
	color: #222;
	background: #fff;
}

/* Speziellere Deklarationen */

abbr {
	border-bottom: 1px dotted #007fbf;
}

fieldset {
	margin: 4px 32px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #222;
	background: #fcfcfc;
}

legend {
	font-weight: bold;
	padding: 0 6px;
	border: 1px solid #ccc;
	color: #222;
	background: #fefefe;
}

input, select, textarea {
	font: 8pt verdana, arial, sans-serif;
	margin: 2px 0;
	padding: 2px 4px;
	border: 1px solid #ccc;
	color: #007fbf;
	background: #f4f4f4;
}

small {
	font-size: 8pt;
}

textarea {
	overflow: auto;
}

/* Klassen */

.artikel {
	overflow: auto;
}

/* IE < 7 Win + Mac */
* html .artikel {
	overflow: visible;
}

/* IE Mac */
* html>body .artikel {
	display: inline-block;
}

/* auto-clear IE Win < 7 \*/
* html .artikel {
	height: 1%;
}
/* */

.author {
	font-size: 7pt;
	line-height: 9pt;
	text-align: right;
}

.bar {
	margin: 0;
	padding: 3px 6px;
	height: 16px;
	text-align: left;
}

.border {
	margin: 2px;
	border: 1px dotted #ccc;
}

.center {
	text-align: center;
}

.date {
	font-size: 7pt;
	margin: 2px;
	border: 1px dotted #f8f8f8;
	color: #888;
	background: transparent;
}

.dlmenu {
	width: 185px;
}

.dtable table {
	margin: 2px 20px;
	border: 1px solid #888;
}

.dtable td {
	padding: 2px 3px;
}

.external {
	padding: 0 14px 0 0;
	background: transparent url(../img/link.png) no-repeat center right;
}

.gdb table {
	margin: 2px;
	border: 0;
}

.gdb td {
	padding: 2px 4px;
	background: transparent;
}

.gdbl {
	color: #222;
	background: #f8f8f8 !important;
}

.tb {
	border: 1px solid #888 !important;
}

.half {
	width: 50%;
}

.input {
            margin: 15px 0 0;
	font-size: 8pt;
}

.impressum {
	width: 220px;
}

.member li {
	margin: 6px 0 2px;
}

.no {
	border: 0;
}

.resultbox {
	text-align: center;
	display: block;
	margin: 0 30px;
	padding: 2px 4px;
	border: 1px solid #c2c2c2;
	color: #222;
	background: #fcfcfc;
}

.resultbox table {
	width: 85%;
}

.resultbox td {
	white-space: nowrap;
	vertical-align: top;
	color: #222;
	background: #fcfcfc;
}

.right {
	margin: 2px 4px 2px 8px;
	float: right;
}

.shifted {
	font-size: 8pt;
	line-height: 10pt;
	margin: 1px 10px 1px 14px;
	padding-left: 4px;
}

.tiny {
	font-size: 7pt;
	line-height: 9pt;
	color: #888;
	background: #fff;
}

.title {
	font-weight: bold;
}

/* Druckanpassungen */

@media print {
	body {
		background: #fff;
	}

	#header, #top, #navigation, #menuleft, #menuright, #info, #userinfo, #visinfo {
		display: none;
	}

	#wrapper, #content {
		margin: 0 2px;
		border: 0;
	}
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #e6f3ff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	border: 1px solid #000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 5px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
