/*********************************
* DIGITAL AFFAIRS Stylesheet     *
*                                *
* Copyright 2006 Sebastian Meyer *
* Alle Rechte vorbehalten.       *
* All rights reserved.           *
*********************************/

/* Body and Content Wrappers */

* {
	margin: 0;
	padding: 0;
	border: 0 none #000;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	color: #000;
}

body {
	background: #999;
	font-size: 75%;
}

div.border_top {
	background: #ccc url(../images/shadow_top.png) no-repeat;
	width: 765px;
	height: 10px;
	margin: 25px auto 0;
}

div.wrap {
	background: #ccc url(../images/shadow.png) repeat-y;
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 3px 5px;
}

div.border_bottom {
	background: #ccc url(../images/shadow_bottom.png) no-repeat;
	width: 765px;
	height: 10px;
	margin: 0 auto;
}

div.information {
	width: 750px;
	height: auto;
	margin: 10px auto 25px;
	padding: 0 10px 0 5px;
}

/* Content Element Wrappers */

div.header,div.menu,div.main,div.footer,div.legal {
	width: auto;
	height: auto;
	margin: 0 5px 2px 5px;
	clear: both;
}

div.header,div.legal {
	background: #6c6 url(../images/bg_header.png) top right repeat-y;
	text-align: left;
}

div.menu,div.footer {
	background: #9c9 url(../images/bg_menu.png) top left repeat-y;
	text-align: right;
}

div.main {
	background: url(../images/bg_main.png) top right repeat-y;
	padding: 0 15px 1.5em;
	overflow: hidden;
}

div.content {
	padding: 1.3em 15px;
}

div.header>div.content {
	background: url(../images/corner_tr.png) top right no-repeat;
	padding: 1em 15px;
}

div.menu>div.content {
	background: url(../images/corner_bl.png) bottom left no-repeat;
	height: 4em;
	padding: 0;
}

div.footer>div.content {
	background: url(../images/corner_tl.png) top left no-repeat;
}

div.legal>div.content {
	background: url(../images/corner_br.png) bottom right no-repeat;
}

div.main>div#center {
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
}

div.main>div#right {
	width: 150px;
	height: auto;
	float: right;
	text-align: left;
}

/* Header Elements */

h1 {
	width: auto;
	font-size: 1.8em;
	display: inline;
	border-bottom: #393 solid 2px;
}

h1:hover {
	border-bottom: #f90 solid 2px;
}

img.logo {
	width: 3.4em;
	height: 3.4em;
	margin: 0.4em 5px auto auto;
	float: left;
}

p.subtitle {
	width: auto;
	font-size: 1.3em;
	line-height: 1.5em;
	display: inline;
	font-variant: small-caps;
}

/* Menu Elements */

ul.mainmenu {
	background: #9c9;
	width: auto;
	height: auto;
	text-align: center;
	list-style-type: none;
}

ul.mainmenu {
	margin: 0.8em 15px;
	float: right;
}

ul.mainmenu>li {
	width: 8.5em;
	height: auto;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
	float: left;
}

ul.mainmenu>li>a {
	font-variant: normal;
	padding: 0.5em 0;
	display: block;
	border: 0 none #000;
}

ul.mainmenu>li.active>a {
	font-weight: bold;
}

ul.mainmenu>li>a:focus,ul.mainmenu>li>a:hover {
	background: #6c6;
	font-weight: bold;
}

ul.mainmenu>li:hover {
	margin: 0;
	border: #393 dotted 1px;
}

/* Content Elements */

p.rootline {
	width: auto;
	font-size: 0.8em;
	margin-top: 0.8em;
	padding-bottom: 0.2em;
	border-bottom: #393 dotted 1px;
}

h2 {
	margin-top: 1em;
	font-size: 1.5em;
}

h3 {
	margin-top: 1em;
	padding-top: 1em;
	font-size: 1.2em;
	border-top: #393 dotted 1px;
}

h4 {
}

h5 {
	font-size: 1em;
	margin: 0.8em 0 0 0;
	padding: 0;
	line-height: 0.8em;
	font-weight: normal;
}

div#center>p,div#center>div {
	line-height: 1.5em;
	margin-top: 0.8em;
	text-align: left;
}

div#center span.p {
	width: auto;
	line-height: 1.4em;
	display: block;
	margin-top: 0.8em;
}

div#center ul {
	list-style-type: circle;
	margin-left: 1.4em;
}

div#center ul li {
	margin-top: 0.8em;
	line-height: 1.4em;
}

div#center ul>li {
	width: 100%;
}

div#center form {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: #393 dotted 1px;
	border-bottom: #393 dotted 1px;
}

div#center form div {
	clear: both;
	margin: 1em 2px 0 2px;
}

div#center form div.submit {
	padding-left: 7em;
}

div#center form p.error {
	display: inline;
	font-weight: bold;
	border-bottom: #f90 solid 1px;
}

div#center form div.error {
	margin: 0.3em 0;
	padding: 0.3em 0;
	border: #f90 dashed 2px;
	font-weight: bold;
}

div#center form label {
	cursor: pointer;
}

div#center form label.block {
	width: 7em;
	vertical-align: top;
	display: block;
	float: left;
	clear: both;
}

div#center form textarea,div#center form input.indent {
	background: #ccc;
	width: 20em;
	font-size: 1.2em;
	font-family: 'Lucida Sans Typewriter','Bitstream Vera Sans Mono',monospace;
	font-weight: bold;
	border: #393 dotted 1px;
}

div#center form select {
	background: #ccc;
	width: auto;
	border: #393 dotted 1px;
}

div#center form textarea {
	height: 6em;
}

div#center form input.submit {
	background: #ccc;
	width: 10em;
	border: #393 dotted 1px;
}

div#center form input.indent:focus,div#center form input.submit:focus,div#center form textarea:focus {
	background: #9c9;
}

div#right p {
	line-height: 1.5em;
	margin-top: 0.8em;
}

ul.sidemenu {
	width: auto;
	height: auto;
	font-size: 0.8em;
	list-style-type: circle;
	padding: 0 0 1em 1.2em;
	border-bottom: #393 dotted 1px;
}

ul.sidemenu li {
	margin-top: 0.5em;
}

ul.sidemenu li a {
	font-variant: normal;
}

img.float-right {
	width: auto;
	float: right;
	padding: 0.8em 0.8em 0.8em 0.8em;
	border: #393 dotted 1px;
	margin: 0 0 0.5em 0.8em;
}

/* Footer Elements */

/* Legal Elements */

/* Information Elements */

img.validate {
	width: 88px;
	height: 31px;
}

/* Globals */

a {
	color: #000;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom: #393 solid 1px;
}

a.shy {
	font-variant: normal;
	border: 0 none #000;
}

a.invisible {
	font-variant: normal;
	border: 0 none #000;
}

a:focus,a:hover,a.shy:focus,a.shy:hover {
	border-bottom: #f90 solid 1px;
}

a.invisible:focus,a.invisible:hover {
	border: 0 none #000;
}

p.align-left {
	text-align: left;
}

p.align-right {
	text-align: right;
}

p.toplink {
	display: inline;
	float: right;
	font-size:0.5em;
}

.hide {
	display: none;
}

acronym {
	border-bottom: #393 dotted 1px;
	cursor: help;
}