/* ------------------------------------------------
slackspot stylesheet / site
(c) 2009 lizapx.de
lizapx media design
------------------------------------------------ */

/* ------------------------------------------------
body
------------------------------------------------ */

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

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

/* ------------------------------------------------
wrapper
------------------------------------------------ */

#wrapper {
	background: url(/images/bg_footer.jpg) repeat-x left bottom #fff;
	overflow: hidden;
}

/* ------------------------------------------------
header
------------------------------------------------ */

#header {
	width: 100%;
	height: 91px;
	overflow: hidden;
	background: url(/images/bg_header.jpg) repeat-x;
	z-index: 1;
}

/* ------------------------------------------------
login
------------------------------------------------ */

#login {
	text-align: right;
	color: #fff;
	font-size: 11px;
	width: 1000px;
	height: 30px;
	padding-top: 10px;
	z-index: 1;
}

#login input {
	width: 120px;
	height: 16px;
	border: 1px solid #5e207a;
}

#login .button_login {

}

#login .button_login a {
	color: #fff;
	background-color: #91127d;
	border-top: 3px solid #731d64;
	border-right: 3px solid #731d64;
	padding: 3px 8px;
	font-size: 11px;
	text-decoration: none;
}

#login .button_login a:hover {
	color: #efcde9;
	background-color: #91127d;
}

#login a {
	color: #fff;
	font-size: 9px;
}

#login a:hover {
	background-color: #fff;
	color: #622181;
	text-decoration: none;
}

/* ------------------------------------------------
feedback
------------------------------------------------ */

#feedback {
	background: url(/images/bg_feedback.gif) no-repeat bottom left;
	float: right;
	margin-left: 50px;
	padding-left: 11px;
	z-index: 98;
}

#feedback .button {
	background-color: #bd0b7b;
	border-top: 3px solid #a40d6b;
	border-right: 3px solid #a40d6b;
	padding: 3px 5px;
}

#feedback .button a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#feedback .button a:hover {
	color: #ffc9eb;
}

#feedback_write {
	position: absolute;
	right: 0;
	float: right;
	background: url(/images/bg_feedback_write.gif) no-repeat bottom left;
	padding-left: 11px;
}

#feedback_write .content {	
	width: 200px;
	padding: 5px 8px;
	background-color: #bd0b7b;
	border-top: 3px solid #a40d6b;
	border-right: 3px solid #a40d6b;
	overflow: hidden;
	z-index: 99;
}

#feedback_write h1 {
	font-size: 13px;
	padding-bottom: 3px;
	color: #fff;
}

#feedback_write input {
	border: 1px solid #a40d6b;
	margin-bottom: 3px;
	width: 195px;
}

#feedback_write textarea {
	border: 1px solid #a40d6b;
}

#feedback_write a {
	color: #ffc9eb;
	font-size: 11px;
}

#feedback_write .button {
	float: left;
	margin-right: 5px;
	background-color: #91127d;
	border-top: 3px solid #731d64;
	border-right: 3px solid #731d64;
	padding: 2px 3px;
}

#feedback_write .button a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#feedback_write .control {
	padding-top: 4px;
}

/* ------------------------------------------------
navi
------------------------------------------------ */

#navi {
	overflow: hidden;
	padding-top: 20px;
	width: ;
	height: 30px;
	float: right;
}

#navi ul li {
	list-style-type: none;
	float: left;
	font-size: 11px;
	margin-left: 10px;
}

#navi ul li a {
	color: #622181;
	padding: 0 1px;
}

#navi ul li a:hover {
	color: #fff;
	background-color: #622181;
	text-decoration: none;
}

/* ------------------------------------------------
logo
------------------------------------------------ */

#logo {
	float: left;
	width: 388px;
	height: 355px;
	padding-left: 40px;
}

#logo a:hover {
	background-color: #fff !important;
}

/* ------------------------------------------------
teaser
------------------------------------------------ */

#teaser {
	overflow: hidden;
	width: 1000px;
}

/* ------------------------------------------------
content
------------------------------------------------ */

#content {
	overflow: hidden;
}

#content .people {
	width: 250px;
	padding-right: 20px;
	margin: 25px 0;
	float: left;
	clear: right;
}

#content .spots {
	width: 250px;
	margin: 25px 0;
	float: left;
}

#content .people h1, .spots h1 {
	background-color: #efcde9;
	border-top: 3px solid #e69dda;
	border-right: 3px solid #e69dda;
	color: #91127d;
	padding: 1px 5px 3px 5px;
	font-size: 13px;
	margin-bottom: 8px;
}

#content .spots li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

#text {
	clear: both;
	padding-left: 40px;
	padding-bottom: 150px;
	overflow: hidden;
}

#text p {
	padding-bottom: 10px;
}

/* ------------------------------------------------
userspics
------------------------------------------------ */

.userspics {
	font-size: 11px;
	width: 50px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.userspics img {
	border-top: 3px solid #aaa;
	border-right: 3px solid #aaa;
	width: 40px;
	height: 40px;
}

.userspics a {
	text-decoration: none;
}

.userspics a:hover {
	background-color: #fff !important;
	text-decoration: underline !important;
	color: #622181 !important;
}

/* ------------------------------------------------
register
------------------------------------------------ */

#register {
	background: url(/images/bg_register.gif) no-repeat;
	width: 136px;
	height: 83px;
	padding-top: 40px;
	padding-left: 13px;
	overflow: hidden;
	float: right;
}

#register h1 {
	color: #fff;
	padding-bottom: 0;
}

#register a {
	color: #7e4d06;
}

#register a:hover {
	color: #fff;
	background-color: #f29405;
}

#registration {
	overflow: hidden;
	padding-bottom: 130px;
}

#registration input {
	border: 1px solid #ccc;
	height: 16px;
	margin-bottom: 2px;
}

#registration select {
	border: 1px solid #ccc;
	height: 16px;
	margin-bottom: 2px;
}

#registration .button input {
	background-color: #91127d;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-top: 3px solid #751c66;
	border-right: 3px solid #751c66;
	width: 70px;
	height: 21px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#registration .smallerror {
	color: #bd0b7b;
	font-size: 11px;
}

/* ------------------------------------------------
footer
------------------------------------------------ */

#footer {
	background-color: #622181;
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}

#footer_content {
	width: 960px;
	padding-left: 40px;
	overflow: hidden;
	padding-bottom: 12px;
}

#footer_content .box {
	float: left;
	width: 290px;
	padding-right: 30px;
	color: #ba86d2;
	font-size: 11px;
	text-align: justify;
}

#footer_content .box h1 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#footer_content .box a {
	color: #e7cff2;
	padding: 0 1px;
}

#footer_content .box a:hover {
	background-color: #fff;
	color: #622181;
	text-decoration: none;
}

#footer_content .box ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

#footer_navi {
	width: 960px;
	border-top: 1px solid #72388e;
	margin-left: 40px;
	padding-top: 5px;
	font-size: 11px;
	color: #fff;
}

#footer_navi .left {
	float: left;
}

#footer_navi .right {
	float: right;
}

#footer_navi .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
}

#footer_navi a {
	font-weight: bold;
	color: #e1ceea;
	text-decoration: none;
	padding: 0 1px;
}

#footer_navi a:hover {
	background-color: #fff;
	color: #622181;
}

/* ------------------------------------------------
headlines
------------------------------------------------ */

h1 {
	color: #622181;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
}

h2 {
	color: #622181;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}

/* ------------------------------------------------
general
------------------------------------------------ */

.small {
	font-size: 11px;
}

.white {
	color: #fff;
}

.red_section_1 {
	padding: 10px 0;
	color: #bd0b7b;
	font-weight: bold;
}

a {
	color: #622181;
	padding: 0 1px;
}

a:hover {
	color: #fff;
	background-color: #622181;
	text-decoration: none;
}

/* ------------------------------------------------
forms
------------------------------------------------ */

input.checkbox {
	width: 12px !important;
	height: 12px !important;
}

/* ------------------------------------------------
ajax
------------------------------------------------ */

#ajax_message_container {
	width: 350px;
	margin: auto;
}

#ajax_message, #ajax_error_message {
	position: fixed;
	top: 250px;
	margin-left: -170px;
	left: 50%;
	width: 350px;
	color: #f39406;
	text-align: left;
	background-color: #f4d3a3;
	border-top: 3px solid #f2ad46;
	border-right: 3px solid #f2ad46;
	overflow: hidden;
	padding: 5px;
	z-index: 1000;
}

/* ------------------------------------------------
sliki
------------------------------------------------ */

#sliki {
	clear: both;
	overflow: hidden;
	min-height: 400px;
	margin-bottom: 130px;
}

#sliki p {
	margin-bottom: 10px;
}

#sliki h2 {
	color: #622181;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}

#sliki .sliki_left {
	width: 370px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#sliki .sliki_right {
	width: 160px;
	float: left;
}

#sliki .sliki_footer {
	clear: both;
	padding-top: 30px;
}

#sliki .sliki_left ul li {
	list-style-type: none;
}

#sliki .sliki_left textarea {
	width: 480px;
	height: 400px;
}

#sliki .sliki_right .info {
	margin-bottom: 10px;
}

#sliki .sliki_right .info .header {
	background-color: #fff5d1;
	border-top: 3px solid #ffe896;
	border-right: 3px solid #ffe896;
	padding: 1px 5px 3px 5px;
	height: 16px;
	color: #fcc300;
	font-weight: bold;
	margin-bottom: 8px;
}

#sliki .sliki_right .edit .header {
	background-color: #efcde9;
	border-top: 3px solid #e69dda;
	border-right: 3px solid #e69dda;
	padding: 1px 5px 3px 5px;
	height: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #91127d;
}

#sliki .sliki_right .edit input {
	background-color: #91127d;
	color: #fff;
	font-weight: bold;
	border: 0;
	border-top: 3px solid #751c66;
	border-right: 3px solid #751c66;
	height: 23px;
	padding: 0 3px;
	cursor: pointer;
}

/* ------------------------------------------------
comments
------------------------------------------------ */

#comments {
	overflow: hidden;
	margin-right: 10px;
	clear: both;
	width: 100%;
}

#comments .header {
	background-color: #fff5d1;
	border-top: 3px solid #ffe896;
	border-right: 3px solid #ffe896;
	padding: 1px 5px 8px 5px;
	color: #fcc300;
	overflow: hidden;
}

#comments .headline {
	font-size: 13px;
	font-weight: bold;
	float: left;
}

#comments .control {
	font-size: 11px;
}

#comments .content .comment {
	border-bottom: 1px solid #fff5d1;
	overflow: hidden;
}

#comments .content .comment_msg  {
	padding: 6px;
	overflow: hidden;
}

#comments .content .comment_user {
	float: left;
	padding: 5px 0;
}

#comments .content .comment_user a {
	color: #fcc300;
	text-decoration: underline;
}

#comments .content .comment_user a:hover {
	background-color: #fcc300;
	color: #fff;
	text-decoration: none;
}

