/*///////////////////////////////////////////////////////////////////////
/
/	Author: 		Claudio Casoni
/	Date:			03.03.2007
/	Description:	CSS-Stylesheet - Content
/
///////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////
//
//		DEFAULT 
//
///////////////////////////////*/

#content_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 470px;
	padding: 20px 0px 0px 20px;
}

#content {
	position: absolute;
	left: 0px;
	width: 860px;
	padding: 0px 0px 0px 20px;
}

.text {
	padding: 10px 0px 20px 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height:16px;
}

.text a {
	color: #CCCCCC;
	text-decoration: none;
	-moz-outline:none;
}

.text a:hover {
	color: #FF9900;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #db8c23;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	color: #db8c23;
}

p {
	padding: 0px;
	margin: 0px;
}

.gs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height:16px;
}

.gs a {
	color: #CCCCCC;
	text-decoration: none;
	-moz-outline:none;
}

.gs a:hover {
	color: #db8c23;
	text-decoration: none;
}



/*///////////////////////////////
//
//		MEMBER 
//
///////////////////////////////*/

ul.member {
	margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style: square;
}

.member th {
	background-color: #72001d;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	text-align: center;
}

.member td {
	background-color: #222222;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
}



/*///////////////////////////////
//
//		FORMS 
//
///////////////////////////////*/

form {
	margin: 20px 0px 0px 0px;
	color:#db8c23; 
}

/*	
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	width: 290px;
	height: 16px;
	padding: 2px 4px 1px 4px;
	border: 1px solid #8f8f8f;
	background-color: #000000;
	margin: 0px 0px 10px 0px;
}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 297px;
	height: 86px;
	color: #CCCCCC;
	border: 1px solid #8f8f8f;
	background-color: #000000;
}
*/

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	width: 290px;
	height: 16px;
	background-color: #000000;
	border: 0px;
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: 25px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	width: 297px;
	height: 72px;
	background: transparent url(../images/textarea_linien.gif) repeat scroll;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height:24px;
	border: 0px;
	border-bottom: 0px solid #4a4a4a;
	overflow: auto;
}
	
input.error {
	background-color: #72001d;
}

textarea.error {
	background-color: #72001d;
}


/*///////////////////////////////
//
//		GUIDES 
//
///////////////////////////////*/

.guide_name {
	font-size:110%; 
	font-weight:bold; 
	margin-bottom:3px; 
	color:#db8c23;
}

.guide_name a {
	-moz-outline:none;
	text-decoration: none;
}

.guide_name a:hover {
	color: #db8c23;
}

#steckbrief {
	width:360px; 
	position:absolute; 
	left:495px; 
	top:470px;
	float:left;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height:16px;
}

#steckbrief a {
	-moz-outline:none;
	color: #CCCCCC;
	text-decoration: none;
}

#steckbrief a:hover{
	color: #db8c23;
}



/*///////////////////////////////
//
//		Fotos 
//
///////////////////////////////*/


#gallery_list {
	position: absolute;
	left: 0px;
	width: 860px;
	padding: 0px;
	margin-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height:16px;
}

#gallery_list a {
	-moz-outline:none;
	color: #CCCCCC;
	text-decoration: none;
}

#gallery_list a:hover{
	color: #db8c23;
}

.input_controls {
	border: 0px;
	width:20px;
	height:20px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	-moz-outline:none;
}


#fotos_footer {
	color:#84122d;
	margin: 10px 0px 30px -120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
	text-decoration:none;
}

#fotos_footer a {
	-moz-outline:none;
	color: #84122d;
	text-decoration: none;
}

#fotos_footer a:hover{
	color: #84122d;
}


/*///////////////////////////////
//
//		EVENTS 
//
///////////////////////////////*/

#guide {
	width:360px; 
	position:absolute; 
	left:495px; 
	top:490px;
	float:left;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height:16px;
}

#guide a {
	-moz-outline:none;
	color: #CCCCCC;
	text-decoration: none;
}

#guide a:hover{
	color: #db8c23;
}



/*///////////////////////////////
//
//		GUESTBOOK 
//
///////////////////////////////*/

input.gbook {
	width: 300px;
	height: 16px;
	background-color: #000000;
	border: 0px;
	border-bottom: 1px solid #4a4a4a;
	margin: 0px 0px 10px 0px;
}

textarea.gbook {
	width: 360px;
	height: 120px;
	background: #000000 url(../images/textarea_linien.gif) repeat scroll;
	margin: 2px 0px 15px 0px;
	padding: 0px;
	line-height:24px;
	border: 0px;
	border-bottom: 0px solid #4a4a4a;
	overflow: auto;
}

.gbook_name {
	color: #db8c23; 
	font-weight: bold; 
	font-size: 110%;
}

.gbook_name a {
	-moz-outline:none;
	color: #db8c23;
	text-decoration: none;
}

.gbook_name a:hover{
	color: #db8c23;
}
