/*  
Theme Name: Die Pappschachtel voller Kunst
Description: SCREEN Theme
Version: 1.1
Author: Projekt 77
Author URI: http://www.projekt-77.de/
*/

/* ------------------------------------------ DEFAULT --------------------------------------------------- */

html, body {height: 100%;}

body {
	font-size: 75%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background: #FFFFFF url(../graphic/bg/bg_site.gif) top center fixed repeat-y !important;
	background: #FFFFFF url(../graphic/bg/bg_site.gif) top center fixed repeat-y; /*ie hack*/
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

a:link {
	color: #3B3B3B;
	text-decoration: underline;
}

a:visited {
	color: #3B3B3B;
	text-decoration: underline;
}

a:hover {
	color: #1478BA;
	text-decoration: none;
}

a:active {
	color: #1478BA;
	text-decoration: none;
}

a:focus {
	color: #CC0000;
	text-decoration: none;
}

acronym {
	font-size: 100%;
	cursor: help;
	border-bottom: 1px dashed #3B3B3B;
}

abbr {
	font-size: 100%;
	cursor: help;
	border-bottom: 1px dashed #3B3B3B;
}


.invisible {visibility: hidden;}

.hide, #address, #lightbox legend, .rightcontent legend {display: none;}

.hide_title, .hide_active, .jumptocontent {
	position: absolute;
  	top: -5000px;
	left: -5000px;
 	height: 1px;
	width: 1px;
}

a img {border: 0;}

table {
	border: 0;
	font-size: 100%;
}

/* ------------------------------------------ POSITIONING --------------------------------------------------- */

#container {
	width: 290px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*ie hack*/
}

#header h1 span {display: none;}

#header h1 {
	width: 290px;
	height: 75px;
	color: #FFFFFF;
	background: url(../graphic/bg/pappschachtel.gif) no-repeat;
	padding: 0;
	margin: 0;
}

.accordion h1 {
	width: 280px;
	color: #1D96E7;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	line-height: normal;
	margin: 5px 0 0 5px;
	padding: 0 0 3px 0;
	text-align: justify;
}

.accordion h2 {
	width: 280px;
	color: #1D96E7;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	margin: 5px 0 0 5px;
	padding: 0 0 3px 0;
	text-align: justify;
}

	.accordion p {
		width: 280px;
		padding: 0;
		margin: 0 0 10px 5px;
		text-align: justify;
	}

.accordion img {
	padding: 0 0 2px 0;
	margin: 2px 0 0 0;
}

#content {
	width: 290px;
	padding: 0;
	margin: 0;
}

h3 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: right;
	margin: 0 0 2px 0;
	padding: 1px 5px 2px 5px;
	background: #1D96E7;
	cursor: pointer;
}

	h3 a:link, h3 a:visited {
		color: #FFFFFF;
		font-weight: bold;
		display: block;
		text-decoration: none;
	}
	
	h3 a:hover, h3 a:active {
		color: #FFFFFF;
	}

#footer {
	margin: 5px 0;
	padding: 20px 0 25px 0;
	color: #000000;
	background: #FFFFFF url(../graphic/bg/bg_footer.gif) no-repeat center;
}

/* ------------------------------------------ GUESTBOOK --------------------------------------------------- */


.tx-veguestbook-pi1 {text-align: left;}

.gb {
	width: 280px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #1D96E7;
	text-align: left;
	margin: 5px 0 5px 5px;
	padding: 0;
}

.gb_name {
	width: 270px;
	color: #FFFFFF;
	background-color: #1D96E7;
	margin: 0;
	padding: 2px 5px;
}

	.gb_name a:link, .gb_name a:visited {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: underline;
	}
	
	.gb_name a:hover, .gb_name a:active, .gb_name a:focus {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
	}

.gb_date {
	width: 270px;
	color: #3B3B3B;
	background-color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px;
}

.gb_message {
	width: 270px;
	color: #3B3B3B;
	background-color: #FFFFFF;

	margin: 0;
	padding: 2px 5px;
}

.gb_line {
	width: 270px;
	color: #3B3B3B;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 8px 5px 0 5px;
}

.gb_line2 {
	width: 270px;
	color: #3B3B3B;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0 5px;
}

	.gb_line_img {
		width: 270px;
		color: #3B3B3B;
		background-color: #FFFFFF;
		text-align: left;
		margin: 0;
		padding: 2px 5px;
	}
	
	.gb_line_txt {
		width: 270px;
		color: #3B3B3B;
		background-color: #FFFFFF;
		text-align: left;
		margin: 0;
		padding: 0 5px 2px 5px;
	}
	
	.gb_line_send {
		width: 270px;
		color: #3B3B3B;
		background-color: #FFFFFF;
		text-align: left;
		margin: 0;
		padding: 10px 5px 5px 5px;
	}

.tx-veguestbook-pi1 {
	width: 290px;
	margin: 5px 0 0 0;
	padding: 0;
}

.tx-guestbook-form-obligationfield, .tx-guestbook-form-error {
	color: #CC0000;
	background-color: #FFFFFF;
	font-weight: bold;
}

/* ------------------------------------------ FORM --------------------------------------------------- */

form {
	width: 290px;
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
}

fieldset {
	width: 268px;
	border: 1px solid #1D96E7;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	float: left;
}

legend {
	color: #1D96E7;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	margin: 5px;
	padding: 0 2px;
}

input {
	font-size: 90%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-color: #FFFFFF;
	border: 1px solid #1D96E7;
	margin: 0;
	padding: 0 1px;
}

	input:focus {
		color: #000000;
		background: #FFFFFF url(../graphic/bg/bg_input.gif) no-repeat right center;
	}	

textarea {
	font-size: 90%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-color: #FFFFFF;
	border: 1px solid #1D96E7;
	margin: 0;
	padding: 0 1px;
}
	
	textarea:focus {
		color: #000000;
		background: #FFFFFF url(../graphic/bg/bg_input.gif) no-repeat right center;
	}

/* -------------------- specials -------------------- */

.form_label {
	width: 90%;
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
}

.form_element {
	width: 90%;
	margin: 2px 0 5px 0;
	padding: 0;
	float: left;
}

/* ------------------------------------------ SLIMBOX --------------------------------------------------- */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.lbLoading {background: #FFFFFF url(../graphic/default/loading.gif) no-repeat center;}

#lbImage {border: 10px solid #FFFFFF;}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {left: 0;}

#lbPrevLink:hover {background: transparent url(../graphic/default/prevlabel.gif) no-repeat 0% 15%;}

#lbNextLink {right: 0;}

#lbNextLink:hover {background: transparent url(../graphic/default/nextlabel.gif) no-repeat 100% 15%;}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFFFFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../graphic/default/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {margin-right: 71px;}

#lbCaption {font-weight: bold;}