* {margin: 0px; padding: 0px; border: 0px;}

html {height: 100.2%; font-size: 62.5%;}  

body {
	
	background: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #ffffff;
	letter-spacing: 0.1em;	
	background: #000000 url(../img/malika3.gif) no-repeat;
	background-position: center top;
	background-attachment: fixed; 
}

a {color: #FFFFFF; text-decoration: none; text-decoration: underline;}
a:link {color: #FFFFFF; underline: none; }
a:visited {color: #FFFFFF; underline: none; }
a:hover {color: #FFCC33; underline: none; }
a:active {}



h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #FFCC33;
}

h1 {
	font-size: 2em;
	font-family: Courier New;
	font-weight: bold;
	padding: 0em 0em 0.2em;
	border-bottom: 2px solid #FFCC33; 
	margin-bottom: 0.8em;
	text-align: right;
}


h2 { font-size: 1.8em; }
h3 {
	font-size: 1.1em;
	font-family: Courier New;
	font-weight: bold;
	padding: 0em 0em 0.2em;
	border-bottom: 1px dashed #FFCC33; 
	margin-bottom: 0em;
}

h5 {
	font-size: 1.2em;
	font-family: Courier New;
	font-weight: bold;
	padding: 0em 0em 0.2em;
	border-bottom: 1px dashed #FFCC33; 
	margin-bottom: 0.8em;
}



/* ######### AUSSENHÜLLE ############# */

.gesamt {
	height: 100%;
	overflow: auto;
	width: 100%;
}

div#wrapper {
	width: 760px;
	margin: 0px auto;
}

/* ######### LINKS ############# */

div#links {
	position: fixed;
	width: 185px;
	margin-left: 0px;
	top: 0px;
}


/* ######### INHALT ############# */

div#content {

	width: 390px;
	padding-left: 185px;
	
}

div#box {
	margin-top: 80px;
	padding: 0px 10px 40px 10px;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	
}

div#box img {
	text-align: center;
	border: 1px solid #ffffff; 
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	padding: 3px;
	background: #000000;
}

div#box img.hoch {
	text-align: center;
	border: 1px solid #ffffff; 
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	padding: 3px;
	background: #000000;
}

div#box img.normal {
	border: 1px solid #ffCC33; 
	margin-top: 5px;
	margin-left: -1px;
	margin-bottom: 12px;
	padding: 1px;
}

div#box img.ohne {
  border: 0px;
  background: transparent; 
	margin-top: 20px;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 0px;
}

div#box img.rein {
  border: 0px;
  background: transparent; 
	margin-top: -1px;
	margin-left: 144px;
	margin-bottom: -1px;
	padding: 0px;
}

blockquote {
margin: 20px 0px;
background: url(../img/links.gif) no-repeat;
padding-left: 25px;
}

blockquote p {
background: url(../img/rechts.gif) no-repeat right bottom;
text-align: justify;
padding-right: 25px;
}

/* ######### NAVIGATION ############# */

div#navi {
	position: fixed;
	width: 135px;
	margin-left: 587px;
	top: 330px;
	font-weight: bold;
	
}

div#navi ul {
	list-style-type: none;
	font-size: 1.1em; 
	line-height: 1.5em;
}

.unternavi {
	padding-left: 5px;
	font-size: 0.85em; 
	line-height: 1.4em;
	border-bottom: 1px dashed #990000;
	border-top: 1px dashed #990000;
}


div#navi a {
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	
}

div#navi a:hover {	
	text-decoration: underline;
	background-image: url(../img/spitze3.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


.foto {
	padding-left: 10px;
	color: #990000;
}


.aktiv {	
	background-image: url(../img/spitze3.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* ######### FORM ############# */

input {
	color: #FFFFFF;
	border: 1px solid #FFCC33;
	float: right;
	width: 200px;
	background: #000000;
	clear: right;
	margin-bottom: 10px; 
}

#inputtext {
	line-height: 2.1em;
}

textarea {
	color: #FFFFFF;
	width: 365px;
	background: #000000;
	border: 1px solid #FFCC33;
}

.wichtig {	
	color: #FFCC33;
	font-size: 0.8em;
}

.gelb {	
	color: #FFCC33;
	font-size: 1em;
}

.submit {
	width: 100px;
	border: 1px solid #FFCC33;
	background: #000000;
}



/* ######### SLIMBOX ############# */


#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000000;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

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

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

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

#lbCaption {
	font-weight: bold;
}














