@charset "utf-8";
/* CSS Document */

html
{
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#550000;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat;
	color:#000000;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#container
{
	margin:0px;
	padding:0px;
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
	background-image:url(images/bg_container.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

#header
{
	margin:0px;
	padding:245px 0px 0px 400px;
	width:600px;
	height:72px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#menu_small
{
	margin:0px;
	padding:0px 0px 0px 10px;
	width:230px;
	height:20px;
	overflow:hidden;
}

#menu_main
{
	margin:0px 0px 0px 5px;
	padding:3px 0px 0px 0px;
	width:595px;
	height:42px;
	overflow:hidden;
}

.menu_link
{
	border:none;
}

#left
{
	float:left;
	margin:0px;
	padding:100px 0px 0px 150px;
	width:230px;
	background-image:url(images/left_top.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#latest_news
{
	margin:0px 0px 0px -150px;
	padding:0px 0px 0px 0px;
	width:380px;
}

#next_schedule
{
	padding:10px 8px 15px 2px;
}

#news_latest
{
	padding:10px 8px 15px 2px;
}

#content
{
	float:right;
	margin:0px;
	padding:10px 30px 0px 15px;
	width:575px;
	overflow:hidden;
	line-height:20px;
}

#footer
{
	margin:0px;
	padding:42px 30px 0px 0px;
	width:970px;
	height:23px;
	text-align:right;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#footer a
{
	color:#f0de94;
	text-decoration:none;
}

#footer a:hover
{
	color:#ffffff;
	text-decoration:none;
}

ul
{
	margin:0px;
	padding:0px;
}

li
{
	list-style:none;
}

h1
{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	color:#550000;
	letter-spacing:2px;
}

p
{
	margin:0px 0px 15px 0px;
	padding:0px;
}

a
{
	color:#550000;
	text-decoration:underline;
}

a:hover
{
	color:#550000;
	text-decoration:none;
}

h2
{
	color:#550000;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

h2 a
{
	color:#550000;
	text-decoration:none;
}

h2 a:hover
{
	color:#000000;
	text-decoration:none;
}

h3
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 1px 0px;
}

h4
{
	color:#ffffff;
	font-size:9px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.nomargin
{
	margin:0px;
}

a img
{
	border:none;
}

.center
{
	text-align:center;
}

.white
{
	color:#ffffff;
}

hr
{
	color: #000000;
	background-color: #000000;
	border:none;
	height: 2px;
	margin:0px 0px;
	padding:0px;
}

.small_txt
{
	font-size:9px;
}

.form_txt
{
	width:160px;
	color:#550000;
	vertical-align:top;
	padding-bottom:5px;
}

.form_input
{
	width:350px;
	padding-bottom:5px;
}

.form_inbetween
{
	width:10px;
	padding-bottom:5px;
	vertical-align:top;
}

.button
{
	color:#550000;
	font-size:12px;
	font-weight:bold;
	border:#550000 1px solid;
	background-color:#eeeeee;
	padding:2px;
}

.field
{
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	border:#550000 1px solid;
	background-color:#eeeeee;
	padding:2px;
	width:196px;
}

.tarea
{
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	border:#550000 1px solid;
	background-color:#eeeeee;
	padding:2px;
}

.captcha
{
	border:#550000 1px solid;
}

#emoticons
{

}

.emoticons
{
	cursor:pointer;
}

.error
{
	background-color:#000000;
	padding:5px;
	border:#CC0000 2px solid;
	margin:0px 5px;
	color:#ffffff;
}

.succes
{
	background-color:#000000;
	padding:5px;
	border:#009900 1px solid;
	margin:0px 5px;
	color:#ffffff;
}

.photo_item
{
	width:605px;
	margin:10px 0px 10px 0px;
	padding:10px;
	font-size:10px;
}

.photo_item_photo
{
	float:left;
	width:170px;
}

.photo_item_info
{
	float:right;
	width:425px;
	padding-left:10px;
}

.photo_album_view_1
{
	background-color:#000000;
	padding:10px;
	margin: 0px;
}

.photo_album_view
{
	background-color:#000000;
	padding:10px;
	margin: 0px 10px 10px 0px;
	cursor:pointer;
}

#photo_popup_container
{
	cursor:pointer;
	padding:10px;
}

#photo_popup_image
{
	text-align:center;
}

#photo_popup_txt
{
	margin:10px 0px 10px 0px;
	color:#ffffff;
	height:80px;
	overflow:auto;
}

#photo_popup_nav
{
	position:absolute;
	bottom:0px;
	height:25px;
	width:100%;
	margin:0px;
	padding:0px;
}

#photo_popup_nav_next
{
	float:right;
}

#photo_popup_nav_prev
{
	float:left;
}

.news_overview_months
{
	color:#550000;
	font-size:14px;
	font-weight:bold;
	margin:15px 0px 1px 0px;
}

a.news_overview_link
{
	color:#000000;
}


a.files_link
{
	margin:0px 0px 15px 0px;
	background-color:#000000;
	color:#FFFFFF;
}

.guestbook_entry
{
	margin:0px 0px 35px 0px;
	width:500px;
}

.guestbook_head
{
	background-color:#000000;
	padding:5px;
	color:#fff;
}

.guestbook_name
{
	float:left;
}

.guestbook_date
{
	float:right;
}

.guestbook_left
{
	float:left;
	padding-top:5px;
	width:50px;
}

.guestbook_weblink
{
	margin-bottom:5px;
}

.guestbook_right
{
	float:right;
	width:450px;
	padding:5px 0px 0px 0px; 
}

.guestbook_sub_reaction
{
	font-size:10px;
	margin:10px 10px 0px 10px;
}

#guestbook_nav
{
	width:500px;
}

#guestbook_nav_prev
{
	float:right;
}

#guestbook_nav_next
{
	float:left;
}

.link
{
	margin:0px 0px 8px 0px;
}

#schedule_table
{
	width:570px;
}

#schedule_head
{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.schedule_row_1
{
	background-color:#FFFFCC;
}

.schedule_row_2
{

}

.schedule_date
{
	width:150px;
	padding:5px;
}

.schedule_city
{
	width: 160px;
	padding:5px;
}

.schedule_title
{
	width:140px;
	padding:5px;
}

.schedule_link
{
	padding:5px;
}

a.schedule_detail
{
	color:#550000;
	text-decoration:none;
}

a:hover.schedule_detail
{
	color:#000000;
	text-decoration:none;
}
