/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #202020;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/** LINKS */

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 260px;
}

/** LOGO */

#logo {
	width: 1000px;
	height: 188px;
	background: url('../images/img01.jpg') no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-indent: -99999px;
}

/** MENU */

#menu {
	margin-top: 6px;
	padding-left: 20px;
	height: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	display: block
}

#menu a {
	margin: 0;
	float: right;
	background: url('../images/img11.jpg') no-repeat right 50%;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** BOOKMARK */

#bookmark {
}

#bookmark p {
	margin: 0;
	padding: 0;
}

#bookmark a {
	display: block;
	height: 39px;
	background: url('../images/img02.jpg') no-repeat center;
	text-indent: -99999px
}

.bookmark {
}

.bookmark a {
	display: block;
	height: 71px;
	background: url('../images/img08.jpg') no-repeat center;
	text-indent: -99999px
}

/** PAGES */

#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	padding-bottom: 20px;
}

/** BOXES */

.box {
	margin: 0;
	background: url('../images/img04.jpg') repeat-y left top;
}

.box .content {
	padding: 0 0 20px 30px;
}

.box .content2 {
	margin: 0 auto;
}

.box h2 {
}

.box .bgbottom {
	height: 19px;
	background: url('../images/img05.jpg') no-repeat left top;
}

/** BOX ONE */

#box1 {
}

#box1 h2 {
	margin: 0;
	padding: 0;
	height: 99px;
	background: url('../images/img03.jpg') no-repeat left top;
	text-indent: -99999px
}

/** BOX TWO */

#box2 {
}

#box2 h2 {
	margin: 0;
	padding: 0;
	height: 99px;
	background: url('../images/img06.jpg') no-repeat left top;
	text-indent: -99999px
}

/** BOX THREE */

#box3 {
}

#box3 h2 {
	margin: 0;
	padding: 0;
	height: 99px;
	background: url('../images/img07.jpg') no-repeat left top;
	text-indent: -99999px
}



/** BOX FSK18 */

#boxfsk18 {
}

#boxfsk18 h2 {
	margin: 0;
	padding: 0;
	height: 99px;
	background: url('../images/fsk18.jpg') no-repeat left top;
	text-indent: -99999px
}


/** BOX Impressum */

#boximpressum {
}

#boximpressum h2 {
	margin: 0;
	padding: 0;
	height: 99px;
	background: url('../images/impressum.jpg') no-repeat left top;
	text-indent: -99999px
	
}

/** BOX Webmaster */

#boxwebmaster {
}

#boxwebmaster h2 {
	margin: 0;
	padding: 0;
	height: 99px;
	background: url('../images/webmaster.jpg') no-repeat left top;
	text-indent: -99999px
}

/** GALLERY ONE */

.galleries {
}

.galleries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.galleries li {
	float: left;
	width: 104px;
	height: 104px;
	padding:0 1px 1px 0;
}

.galleries img {
}

/** GALLERY TWO */

.galleries2 {
	clear: both;
	margin: 0 auto;
	padding-left: 37px;
}

.galleries2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.galleries2 li {
	float: left;
	width: 290px;
	height: 58px;
	padding: 0 5px 5px 0;
	
	
}

.galleries2 .last {
	padding: 0;
}

.galleries2 img {
}
