/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

html {
	background: #696969 url(../images/bg.jpg) repeat-x;
	color: #000;
	font: 9pt/1.3  Arial, sans-serif;
}
h1 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:7px;
}
body {
	text-align: center;
}

div#nav, div#main, div#footer{
	margin: auto;
	position: relative;
	top: 6px;
	text-align: left;
	width: 895px;
	border: 1px #000 solid;
	height: 19px;
	background-color: #ddd;
}

div#nav, div#footer{
	background-color: #9fbcf6;
}

div#main {
	width: 895px;
	width/**/:/**/ 855px;
	padding: 20px;
	height: 510px;
	border-bottom: 0;
	border-top: 0;
	color: #000;
}

div#footer {
	border: 1px #000 solid;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}

div#nav p a{
	float: left;
	margin: 0;
	padding: 1px 5px 2px 5px;
	font-size: 13px;
	border-left: 1px #000 solid;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
	line-height:16px;
	color:#000;
}

div#nav p a:hover {
	text-decoration: underline;
	background-color: #afbdf7;
}

div#nav p a.mario {
	border-right: 1px #000 solid;
	border-left: 0;
	background-color: #fff;
}

#activ {
	background-color: #bfcdf8;
}

div#main img.left {
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
}

div#main img.right {
	float: right;
	margin-left: 20px;
	border: 1px solid #000;
}

div#main p {
	padding-bottom: 1.2em;
}

/* form */
#box{
	width: 350px;
	text-align: left;
	float: left;
}

fieldset{
	border: 1px solid #D2DEE0;
	width: 520px;
	padding: 2px;
}

p.input{
	text-align: right;
	top: -22px;
	position: relative;
}

input, textarea{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cecece;
	width: 350px;
	padding: 3px;
	margin-right: 10px;
}

textarea{
	height: 100px;
}

input:focus, textarea:focus{
	border: 1px solid #888;
}

input:hover, textarea:hover{
	border: 1px solid #aaa;
}

p label{
	margin-left: 0;
}

.submit input{
	width: 100px;
	background-color: #efefff;
}

.submit{
	text-align: right;
}
/**/

div#lisp {float:left; width:420px; text-align:center;}
div#resp {float:right; width:420px; text-align:center;}

div#lispgal {float:left; width:370px; text-align:left;}
div#respgal {float:right; width:470px; text-align:left;}
img.thumbs{ float:right; border:1px solid #000;margin:1px;}
div#lispgal img#full, div#respgal img#full{float:right; border:1px dotted #eee; margin:0;}
.msg { text-align:center;margin-top:1px;clear:both; }
#linkhinweis {
position:relative; top:200px;
text-align:center; vertical-align:middle;}
a { color:#777; text-decoration:none;
}
a:hover{ color:#444;}
.note { font-size:9px;}