* { margin: 0; padding: 0; }

html, body {
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
}

body {
	background-image: url(../../design/home/background_image.jpg);
	background-attachment:fixed;
	text-align: center;
}

.centeredDiv { 
	margin: 0px auto;
	text-align: left;
	width: 1100px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	background-image: url(../../design/home/centeredDivBg.png);
}

.header {
	width: 1000px;
	height: 245px;
	margin-left: 50px;
	background-image: url(../../design/home/header.jpg);
}

.mainMenu {
	width: 1000px;
	height: 30px;
	margin-left: 50px;
	background-image: url(../../design/home/mainMenuBg.jpg);
}

.mainMenu ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

.mainMenu > div > ul > li, x:-moz-any-link {
	display: -moz-inline-box;
}

.mainMenu > div > ul > li {
	display: inline-block;
}

.mainMenu li {
	border: 0;
	border-top: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #fff;
}

.mainMenu li + li + li +li + li + li +li {
	border-right: 1px;
}
.mainMenu a {
	margin: 0;
	padding: 5px 5px 2px 5px;
	display: block;
	width: 128px;
       	height: 20px;
	white-space: nowrap;
}

#topLine {
	width: 1000px;
	height: 6px;
	margin-left: 50px;
	background-image: url(../../design/home/topLine.jpg);
}

#main {
	width: 1000px;
	margin-left: 50px;
}

#naviLeft {
	width: 216px;
	height: 100%;
	float: left;
}

.linkNaviLeft {
	margin-left: 60px;
}

#bannerSky {
	text-align: center;
}

#content {
	width: 568px;
	float: left;
}

#contentContainer {
	width: 521px;
	margin: auto;
	margin-bottom: 20px;
	text-align: justify;
}

#contentContainer p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentContainer ul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#bannerTop {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.fb-like {
	width: 521px;
	margin-left: 23px;
	margin-bottom: 20px;
}

#likebox-frame{
    	width: 214px;
    	height: 418px;
    	overflow: hidden;
	text-align:center;
}

#likebox-frame iframe{
	margin:-1px;
	border:none;
	overflow:hidden;
	width:216px;
	height:420px;
}

#top {
	width: 521px;
	margin: auto;
}

#ticker {
	width: 521px;
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
	list-style-type: none;
}

#naviRight {
	width: 216px;
	height: 100%;
	text-align: center;
	float: left;
}

.linkNaviRight {
	text-align: right;
	margin-right: 60px;
}

#naviRightText {
	text-align: right;
	margin-right: 60px;
}

#poll {
    width: 200px;
	margin: 0px auto;
	text-align: center;
}

#footer {
	width: 1100px;
	height: 144px;
	margin: 0px auto;
	clear: left;
	background-image: url(../../design/home/footer.png);
}

#copyright {
	padding-top: 30px;
}

.clearFloat {
	clear: both;
}

img {
    border-width:0px
}

.pages {
	font-size:11px;
}

.letters {
	font-size:11px;
	letter-spacing:normal;
	word-spacing:-2px;
	text-align:center;
}

.pages a,
.letters a  {
	letter-spacing:normal;
}

.pages a,
.letters a {
	color:#313131;
	background:none;
	line-height:18px;
	padding:1px 3px;
}

.pages a:hover,
.letters a:hover {
	color:#fff;
	background:#edac4f;
	text-decoration:none;
}

.pages a.selected,
.pages a.selected:hover,
.letters a.selected,
.letters a.selected:hover {
	color:#fff;
	background:#edac4f;
	text-decoration:none;
}

.pages form {
	float:right;
}

.pages form input {
	font-size:11px;
}

.pages form input.input {
	text-align:center;
}
