* {
	margin:0;
	padding:0;
}

body {
	background: url(/images/bg.jpg) #b79d72;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:20px;
	overflow:scroll;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* überschriften
---------------------------------------------------------------------------------*/

h1 {
	font-size:14px;
	font-weight:600;
	padding-bottom:5px;
	margin-bottom:22px;
	/*border-bottom:2px solid #fff;*/
}

h2 {
	font-size:14px;
	font-weight:600;

}

/* links
---------------------------------------------------------------------------------*/

a {
	color:#fff;
	text-decoration:underline;
}

a:hover,
a:focus {
	text-decoration:none;
}

p#footer a {
	text-decoration:none;
}

p#footer a:hover,
p#footer a:focus {
	text-decoration:underline;
}


/* listen
---------------------------------------------------------------------------------*/

ul {
	margin:-10px 0 0 15px;
}

ul li {
	margin-top:10px;
}

ul li a {
	display:block;
}

/* absätze,bilder etc.
---------------------------------------------------------------------------------*/

div#contentbg { /* nur der weisse Hintergrund */
	background: white;
	position: relative;
	width: 700px;
	height: 515px;
	clear: both;
	z-index: 5;
}

div#contentbgslide img {
	display: block;
	position: absolute;
    top: 15px;
    left: 15px;
	width: 670px;
	height: 485px;
    z-index: 1;
	/*opacity: 0.0;*/
}

div#contentbgslide img.last-active {
	z-index: 7;
}

div#contentbgslide img.active {
	z-index: 8;
}

div#contentbgslide img.inactive {
	display: none;
}

div#contenttext p, div#contenttext ul, div#contenttext h2 {
	padding: 0 15px 15px 0;
}

div#contentbox {
	background: url(/images/bg.jpg) #b79d72;
	position: relative;
	left: 160px;
	top: 60px;
	width: 380px;
	height: 380px;
	z-index: 10;
}

div#contenttitle {
	background: white;
}

div#contenttitle h1 {
	padding:1px 0 2px 10px;
	margin-bottom: 1px;
    color:#B6996D;
    font-weight:bold;
}

div#contenttext {
	margin: 15px 10px 15px 0px;
	padding: 2px 0px 15px 15px;
	width: 355px;
	height: 315px;
	overflow: auto;
}

p#back {
	float:left;
}

p#footer {
	clear: both;
	font-size:10px;
	text-align:center;
	margin-top:5px;
}

div#flash img {
	margin:10px 0 20px;
	border:none;
}

#TB_ajaxContent img {
	border:3px double #fff;
	margin:18px 0;
}

/* basis layout
---------------------------------------------------------------------------------*/

div#wrapper {
	position:absolute;
	width:700px;
	height:540px;
	top:50%;
	left:50%;
	margin-top:-270px;
	margin-left:-350px;
}

/* navigationen
---------------------------------------------------------------------------------*/

ul#navigation {
	list-style:none;
	float:right;
	overflow:hidden;
	margin-bottom:10px;
}

ul#navigation li {
	float:left;
	padding:0 25px;
	margin-right:-25px;

}

ul#navigation li a {
	display:block;
	font-size:16px;
	text-decoration:none;
}

ul#navigation div.activemenulink {
	border-bottom: 2px solid white;
}

/* Sonstiges
---------------------------------------------------------------------------------*/

ul#editfunctions {
	text-align: left;
}

ul#editfunctions li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
li#loginstate {
	font-weight: bold;
}

/*form {
	overflow:hidden;
	width:335px;
}

label {
	cursor:pointer;
	float:left;
	width:120px;
	padding-top:6px;
}

input {
	color:#b3b3b3;
	width:180px;
	height:20px;
	font-size:14px;
	padding:4px 6px 0 6px;
}

textarea {
	color:#b3b3b3;
	overflow:auto;
	width:183px;
	height:151px;
	padding:8px 6px 0 6px;
}

input#submit,
input#reset {
	cursor:pointer;
	float:right;
	font-size:12px;
	color:#b4b3b3;
	height:auto;
	width:100px;
	margin-right:2px;
}
*/

