/*-----------------------------------------------------
 * CSS RESET
 * ----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-----------------------------------------------------
 * BASICS
 * ----------------------------------------------------*/

body {
	font-family:Times;
	font-size:16px;
	color:#000;
	background:url(../images/bg.png);
	text-align:center;
}

.clearer {
	clear:both;
}

.spacer10 {
	height:10px;
	clear:both;
}

.spacer20 {
	height:20px;
	clear:both;
}

input.styled,
input.file {
	background:url(../images/bg_input.png) no-repeat;
	margin-right:10px;
	border:none;
	padding:6px;
	width:256px;
}

.error {
	color:#ee0101;
	padding:10px;
}

/*-----------------------------------------------------
 * LAYOUT - GRID
 * ----------------------------------------------------*/

#gradient {
	background:url(../images/bg_gradient.png) repeat-x;
}

#logo {
	width:990px;
	margin:auto;
	margin-top:-1px;
}

/*-----------------------------------------------------
 * LAYOUT - mainNav
 * ----------------------------------------------------*/

#mainNav {
	background:url(../images/bg_nav.png) no-repeat bottom center #000;
	height:30px;
	padding-top:15px;
	border-bottom:1px solid #FFF;
}

#mainNav ul {
	margin:auto;
	width:635px;
}

#mainNav ul li {
	float:left;
	border-right:1px solid #58534b;
	background-repeat:no-repeat;
	background-position:center top;
}

#mainNav ul li:hover,
#mainNav ul li.active {
	background-position:center -15px;
}

#mainNav ul li:active {
	background-position:center -30px;
}

#mainNav ul li a {
	display:block;
	height:15px;
	overflow:hidden;
	line-height:200px;
	font-size:11px;
	padding:0 20px;
}

#mainNav ul li:last-child {
	border-right:none;
}

/*-----------------------------------------------------
 * LAYOUT - BookShelf
 * ----------------------------------------------------*/

#bookShelf {
	width:990px;
	background:url(../images/book_shelf.png) bottom center no-repeat;
	margin:auto;
	padding-bottom:41px;
	zoom:1;
	height:230px;
	overflow:hidden;
}

#bookShelf #bookNavPrev,
#bookShelf ul,
#bookShelf #bookNavNext {
	float:left;
}

#bookShelf #bookNavPrev {
	width:65px;
	padding:100px 10px 70px 30px;
	cursor:pointer;
}

#bookShelf #bookNavNext {
	width:65px;
	padding:100px 30px 70px 10px;
	cursor:pointer;
}

#books {
	float:left;
	padding-top:23px;
	height:210px;
}

#bookShelf ul li {
	float:left;
	margin:0 3px 0;
}


/*-----------------------------------------------------
 * LAYOUT - Modles
 * ----------------------------------------------------*/

#modles {
	width:990px;
	margin:auto;
	text-align:left;
}

#girl {
	position:absolute;
	margin:0px 0 0 -550px;
	top:700px;
}

#boy {
	position:absolute;
	margin:0px 0 0 940px;
	top:700px;
}

#kids {
	position:absolute;
	top:220px;
	margin-left:-240px
}

/*-----------------------------------------------------
 * LAYOUT - Book
 * ----------------------------------------------------*/

#book {
	width:914px;
	margin:auto;
	z-index:10;
	position:relative;
	margin-top:20px;
	zoom:1;
}

#bookShadowTop {
	background:url(../images/book_shadow_top.png) no-repeat top center;
}

#bookContent {
	background:url(../images/bg_book.png) repeat-y;
	
}

#bookShadowBottom {
	background:url(../images/book_shadow_bottom.png) no-repeat bottom center;
	min-height:800px;
	padding:20px 55px;
	text-align:left;
}

#leftPage {
	float:left;
	width:380px;
	margin-right:44px;
}

#leftPage h1 {
	margin-bottom:5px;
}

#leftPage h2 {
	margin-bottom:25px;
}

#rightPage {
	float:left;
	width:380px;
}

#rightPage h3 {
	margin-bottom:7px;
}

#rightPage .info {
	font-size:12px;
	margin-bottom:25px;
	line-height:17px;
}

#rightPage .quest {
	margin-bottom:20px;
}

#rightPage .num,
#content .num {
	width:30px;
	height:22px;
	padding-top:8px;
	text-align:center;
	background:url(../images/bg_circle.png) no-repeat;
	float:left;
	margin-bottom:5px;
}

#rightPage label {
	float:left;
	padding:4px 0 0 10px;
}

#rightPage .input textarea {
	background:url(../images/bg_textarea.png) repeat-y;
	width:345px;
	padding:5px 10px 0;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}

#rightPage .foto .input {
	margin:15px 0;
}

#rightPage .foto .desc {
	font-size:12px;
	color:#a6a6a6;
	line-height:20px;
}

/*-----------------------------------------------------
 * LAYOUT - LoginForm & RegisterForm
 * ----------------------------------------------------*/

#rightPage .loginForm,
.registerForm {
	padding:10px 0 0 60px;
	width:270px;
}

.registerForm {
	padding:40px 0 0 140px;
}

#rightPage .loginForm label,
.registerForm label {
	float:none;
	padding:4px 0 0 0;
}

/*-----------------------------------------------------
 * LAYOUT - Content
 * ----------------------------------------------------*/

#contentHolder {
	width:590px;
	text-align:left;
	margin:264px auto 0 auto;
	position:relative;
	z-index:10;
	zoom:1;
	background:url(../images/content_shadow.png) no-repeat;
	padding:16px 14px;
}

#content {
	background:url(../images/bg.png);
	padding:10px 20px 0;
	min-height:350px;
}

#content .num {
	margin-right:15px;
}

/*-----------------------------------------------------
 * LAYOUT - Sponsors
 * ----------------------------------------------------*/

#sponsors {
	width:990px;
	margin:auto;
	margin-top:30px;
}

#sponsors .hdl {
	background:url(../images/bg_sponsors.png) no-repeat center;
	font-size:15px;
}

#sponsors .sponsorsSep {
	border-top:1px solid #eddec4;
	height:1px;
	background:#FFF;
	margin:10px 0;
	overflow:hidden;
}

#sponsors img {
    margin: 0px 5px;
}


/*-----------------------------------------------------
 * LAYOUT - Kommentare
 * ----------------------------------------------------*/

#comments {
	margin-top:30px;
}

#comments .hdl {
	float:left;
}

#comments .nav {
	float:right;
	cursor:pointer;
}

#comments .bubbleContent {
	color:#7f7f7f;
	padding:5px 10px;
	border-left:1px solid #efad88;
	border-right:1px solid #efad88;
	background:#FFF;
	font-style:italic;
	margin-right:15px;
	width:343px;
    height: 410px;
    overflow: scroll;
}

#comments .writer {
	font-weight: bold;
	margin: -12px 0pt 0pt 50px;
}

#comments .num {
	float: right;
	margin-right: 15px;
	font-size:14px;
}

