/**
 * Layout for PROJECT
 * (c) CLICKSPORTS DIGITAL SOLUTIONS
 * http://www.clicksports.de
 * 
 * $Rev: 1 $
 * $Author: cg $
 * $Date: 2010-12-28 14:38:19 +0100 (Di, 28 Dez 2010) $
 */

/* Reset Section */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
fieldset,img { border: 0px; }
address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
ul { list-style: none; }
ol { list-style: none; }
a { text-decoration: none; }
object, embed { outline: none; }
a, a:active, a:visited { outline: none; }

html,body { height: 100%; }
body {
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background: #601543 url(../layout/bg_body.jpg) top center repeat-x fixed;
}

/* Header Section */
div#header {
	width: 1022px;
	height: 226px;
	margin: 0px auto;
	position: relative;
}

div#header img#teaser_mask {
	position: absolute;
	z-index: 200;
	top: 0px;
}
div#header img#teaser_pic {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 80px;
}

div#header h1#logo {
    position: absolute;
    right: 81px;
    top: 11px;
    z-index: 400;
}

/* Page Wrapper */
div#page_wrapper {
	width: 1004px;
	margin: 0px auto;
	padding: 0 9px;
	background-image: url(../layout/bg_page_wrapper.png);
	background-position: center;
	background-repeat: repeat-y;
	min-height: 100%;
	margin-top: -226px;
}

/* Page Section */
div#page {
	padding-top: 226px;
}

/* Navigation Section */
ul#navigation {
	background-color: #5f1543;
	width: 164px;
	position: relative;
	left: 71px;
	float: left;
	z-index: 100;
	padding-bottom: 23px;
}

ul#navigation li#chat {
	background-image: url(../layout/bg_li_chat.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	padding: 24px 0px;
}

ul#navigation li#chat a:hover { border: none; padding-left: 13px; } 

ul#navigation li#chat span {
	color: #FFFFFF;
	padding-left: 13px;
	font-size: 12px;
}

ul#navigation li ul li:first-child {
	background: none;
	padding: 0px 0px;
}

ul#navigation li a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 29px;
	font-weight: bold;
}

ul#navigation li h1 { text-transform: uppercase; }
ul#navigation li#chat h1 a{ font-size: 12px !important; padding-left: 13px; }
ul#navigation li a:hover {
	border-left: 14px solid #6d5740;
	padding-left: 15px;
}

ul#navigation li ul { padding: 5px 0px 23px 0px; }
ul#navigation li ul li:hover { background-color: #6d5740; }
ul#navigation li ul li a.active { text-decoration: underline; }
ul#navigation li ul li a span { display: inline-block; }

ul#navigation li ul li a:hover {
	border-left: 0;
	padding-left: 0;
}

ul#navigation li ul li a:hover span {
	padding: 0px 4px 0px 29px;
	background-color: #601543;
}

ul#navigation li ul li a {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
}
 
/* Content Section */
div#content {
	background-image: url("../layout/bg_content.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	float: left;
	position: relative;
	width: 457px;
	min-height: 660px;
	padding: 22px 20px 13px 94px;
}

/* Contents Section */
div.contents { line-height: 20px; margin-bottom: 30px; }
form#contact div.contents { padding-top: 0px; }

div.contents p { margin-bottom: 15px; clear: both; }

div#content h2 { text-transform: uppercase; }
div.headline h1,
div.contents h1 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #601543;
	font-weight: bold;
	text-transform: uppercase;
}

div.event div.headline h1 a,
div.event div.headline h2 a,
div.event div.headline h2,
div.event div.headline h1 { color: #FFFFFF; }

div.contents h2 {
	font-size: 18px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

div.contents tr td { padding: 20px 20px 13px 20px; vertical-align: top; }

table.colored tr td { padding: 5px; }

table.colored { border: 1px solid #601543; width: 457px !important; margin-bottom: 20px; }
table.colored tr:hover { background-color: #DDDDDD; }
table.colored td { text-align: left; border-left: 1px solid #601543; }
table.colored tr td:first-child { border-left: none; }
table.colored tr.odd { background-color: #EEEEEE; color: #601543; }
table.colored.download tr:first-child {
		border-bottom: 1px solid #601543;
		color: #FFFFFF;
		background-color: #A32F6D;
}

table.colored.download tr th {  padding: 5px 5px; font-weight: bold; }
table.colored.download tr td a { color: #601543; }
table.colored.download tr.odd td a { color: #601543; }
div#content div.contents a {
	color: #601543;
	text-decoration: underline;
}

div#content div.contents ul { margin-bottom: 14px; }
div#content div.contents ul li {
	background-image: url(../layout/bg_ul_li.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}

ul.images li { float: left; background: none !important; }

div#ticker {
    background-color: transparent;
    border: 2px dashed #601543;
    clear: both;
    margin: 0 auto 15px;
    padding: 8px;
    width: 398px;
}

/* Sidebar Section */
div#sidebar {
	width: 195px;
	float: left;
	padding-top: 74px;
	margin-left: -4px;
	position: relative;
}

div.news_wrapper { margin-bottom: 20px; }

div#login h1,
div.news_wrapper h1 {
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

div.news {
	background-color: #5f1543;
	text-align: center;
	padding: 13px 25px;
}
#login .news { padding: 13px 15px; text-align: left; color: #FFF; }
#login .news p { margin-bottom: 5px; line-height: 18px; }
#login .news p a { background: none; padding: 0; margin: 0; }

div#login a {
	
	color: #FFF;
	padding-left: 27px;
	padding-bottom: 10px;
	display: block;
	font-size: 9px;
	text-decoration: underline;
}

div.news p a {
	background-image: url(../layout/bg_kings_a.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
	margin-left: -27px;
	color: #FFFFFF;
}

div#login div.input input {
	border: none;
	padding: 2px 3px;
	width: 130px;
	margin-left: 26px;
}

div#login label { display: none; }

div#login div.submit input{
	background: none;
	border: none;
	margin: 0px 0px 0px 27px;
	padding: 0px;
	width: auto;
}

/* Event Section */
div.event {
	margin-bottom:32px;
	background-color: #601543;
	padding: 12px;
} 

div.event p { color: #FFFFFF; font-size: 13px; margin-bottom: 6px; }
div.event div.text {
	border-top: 1px solid #FFFFFF;
	padding-top: 9px;
}
div.event div.text a { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
div.event div.head { float: left; width: 230px; }
div.head_pic { float: right; }
div.event div.headline { margin-bottom: 9px; }

/* Partypics Section */ 
div#breadcrumbs a { color: #601543; }
div#breadcrumbs span#image_name { color: #A32F6D; }

div#pagination {
	width: 140px;
	margin-left: 10px;
	float: left;
	color: #A32F6D;
}

div#pagination a { color: #601543; }

div#sort {
	width: 240px;
	margin-right: 15px;
	text-align: right;
	float: right;
}

div#sort form,
div#sort p {
	display: inline;
}

ul.slides {
	list-style: none;
	font-size: 11px;
}

div.centered { text-align: center; }

form p select {
	margin-bottom: 12px;
	border: 1px solid #601543;
	color: #333333;
}

div.tag img { width: 100px; height: 100px; }

li.thumbnail {
	width: 100px;
	min-height: 170px;
	margin: 10px;
	padding: 7px;
	border: 1px solid #601543;
	float: left;
}

li.main,
li.album {
	min-height: 0px;
}

div.pic {
	margin: 5px;
}

p.left a.gallery_box {
	border: 1px solid #601543;
	padding: 4px;
	display: block;
	float: left;
	color: #A32F6D;
	margin: 6px 0px;
	margin-left: 26px;
}

p.right a.gallery_box {
	border: 1px solid #601543;
	padding: 4px;
	display: block;
	float: right;
	color: #A32F6D;
	margin: 6px 0px;
	margin-right: 26px;
}

div.message {
	background-color: transparent;
	border: 2px dashed #601543;
	clear: both;
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	width: 385px;
}

hr.clearer { display: none; }

div.gallery_entry { width: 405px; margin: 0px auto; }
div.gallery_content {
	background-color: #A32F6D;
	border-top:1px solid #601543;
	clear:both;
	padding:10px;
	color: #FFFFFF;
}
div.gallery_header { line-height: 26px; margin-top: 20px; }
div.gallery_header p.left {float: left; font-weight: bold; color: #601543;}
div.gallery_header p.right {float: right; font-weight: bold; color: #333333; }

/* Clearing Section */
.container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.container {display:block;}
.container {clear:both;}

/* Form Section for Guestbook */
ul#guestbook { width: 400px; margin: 25px auto; }
ul#guestbook li {
	border: 1px solid #f00;
	margin: 10px 0px;
}

ul#guestbook li h1, ul#guestbook h2 { background-color: #cccddd; padding: 5px; }
ul#guestbook li h1 { font-size: 20px; }
ul#guestbook li p { padding: 8px 5px 8px 5px; }

ul.guestbook { list-style: none; }
ul.guestbook li {
	border: 1px solid #5F1543;
	margin-bottom: 15px;
	position: relative;
}
ul.guestbook li h4 {
	background-color: #A32F6D;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
ul.guestbook li h4 a { color: #FFFFFF; text-decoration: underline; }
ul.guestbook li h5 {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

div#content ul.guestbook li p { padding: 3px 5px; margin-bottom: 0; }
ul.pagination { text-align: center; line-height:29px; }
ul.pagination li { margin-left: 5px; display: inline-block; }
ul.pagination li a {
	padding: 2px 5px;
	color: #A32F6D;
	border: 1px solid #5F1543;
	text-decoration: none !important;
}

ul.pagination li.active a { background-color: #601543; color: #FFFFFF; }

/* VIP Form Section */
select#reservation {
	width: 400px;
	margin: 8px 0px 13px 0px;
}

form#contact label#event,
label#lounge { width: 400px; color: #601543; font-weight: bold; }

/* Form Section */
input, textarea, select, option {
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
label { cursor: pointer; }
div#inner_wrapper form#commentform { margin: 18px auto 0; width:407px; }
div.input_small { padding-left: 170px;}
div.input, div.checkbox { margin-bottom: 10px; }
div.input label { width: 170px; display: inline-block; vertical-align:top;}
div#inner_wrapper form#commentform p label,
div.textarea label { margin-top: 5px; vertical-align: top; }

div#inner_wrapper form#commentform p input,
div#inner_wrapper form#commentform p textarea,
div.input input,
div.input textarea,
div.input select {
    width: 219px;
    padding: 2px 3px;
    border: 1px solid #5F1543;
}

div.input input[type=radio], .input input[type=checkbox] { width: auto; }
div#inner_wrapper form#commentform input[type=image] { margin-left: 172px !important; width: auto; padding: 0px; }
div.input select { width: 227px; }
div.input textarea { height: 94px; }
div#inner_wrapper form#commentform p input { margin: 0px 0px 14px 133px !important; }
div#inner_wrapper form#commentform p textarea { margin: 0px 0px 14px 101px; width: 227px; }
div#inner_wrapper form#commentform p input,
div.submit input {
	padding: 2px 3px;
	width: 227px;
	margin-bottom: 20px;
	margin-left: 170px;
	text-align: center;
	margin-top: 8px;
	color: #000; 
}

textarea.required,
input.required {
	background-image:url("../layout/input_required.gif");
	background-position:212px 4px;
	background-repeat:no-repeat;
}

div.checkbox label { width: auto; }

/* Member Form */
#fk_handynetz { width: auto; }
#handynummer { width: 155px; }

label.error { color: #f00; padding-left: 175px;  }
ul.msg.success { width: 450px; margin: 0px auto; line-height: 20px; margin-bottom: 25px; font-weight: bold; }
div.input textarea.error,
div.input input.error { border: 1px solid #f00; }
