body,div,h1,h2,h3,h4,p,ul,ol,li,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body { /*background: #333333;*/
	text-align: center;
	background-image: url(../images/res/bg2.jpg);
	background-repeat: repeat;
}

/* TOP	*/
#top {
	height: 150px;
	/*background: #111111;*/
	background-image: url(../images/res/bg2.jpg);
	background-repeat: repeat-x;
}

.top_item {
	float: left;
	font-size: 30px;
	margin: 55px 0 0 50px;
	list-style: none;
	line-height: 21px;
	color: #FFF;
	text-decoration: none;
	background: #111111;
}

.top_item a:link,.top_item a:visited,.top_item a:hover,.top_item a:active
	{
	color: #FFF;
	text-decoration: none;
	background: #111111;
}

/* MENU */
.menu #menu_item {
	position: relative;
	display: block;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	background: white;
	color: #111111;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	text-transform: uppercase;
}

.footer_list {
	display: block;
}

.footer_list_item {
	float: left;
	list-style: none;
	color: #333333;
	font-family: Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
}

.footer_list_2 {
	list-style: none;
	margin: 0em;
	padding: 0em;
}

.menu #menu_item ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}

.menu #menu_item ul li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
}

.menu #menu_item ul li a {
	display: block;
	float: left;
	color: #111111;
	text-decoration: none;
	padding: 14px 22px 0 22px;
	height: 28px;
	width: 100px;
}

.menu #menu_item ul li a:hover,.menu #menu_item ul li a.current {
	background-image: url(../images/res/bg3.jpg);
	background-position: center;
	font-weight: bolder;
	font-size: medium;
	color: white;
}

/* WRAPPER */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#admin_wrapper {
	margin: 0 auto;
}

/* MAIN */
#main {
	float: left;
	width: 60%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.main_item {
	margin: 15px 5px 10px 5px;
	background-color: white;
	padding: 10px 5px 20px 5px;
	background-image: url(../images/res/corner1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 70px;
	overflow: hidden;
}

.main_item_action {
	margin: 15px 5px 10px 5px;
	background-color: white;
	padding: 10px 5px 20px 5px;
	background-image: url(../images/res/corner1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 70px;
	overflow: hidden;
	text-align: left;
}

.admin_main_item {
	background-color: white;
	height: 90px;
	overflow: hidden;
	margin: 5px 5px 5px 5px;
	display: block;
}

.admin_main_item li {
	float: left;
	display: block;
	float: left;
	margin: 0 1px 0 0;
}

.main_item_navigation_bar {
	margin: 15px 0px 10px 0px;
	padding: 10px 5px 20px 5px;
	height: 70px;
	overflow: hidden;
	text-align: right;
	background-image: url(../images/res/bg3.jpg);
}

.main_item_navigation_bar a {
	color: black;
	background: white;
	text-decoration: none;
	padding: 10px 15px;
	margin-left: 10px;
	font-weight: bolder;
}

.main_item_navigation_bar a:HOVER,.main_item_navigation_bar a:ACTIVE {
	color: black;
	background: white;
	text-decoration: none;
	padding: 10px 15px;
	margin-left: 10px;
	font-weight: bold;
}

#red_big {
	font-size: 25px;
	color: #D92121;
}

.main_item_write_comment {
	margin: 15px 5px 10px 5px;
	background-color: white;
	padding: 10px 5px 20px 5px;
	background-image: url(../images/res/Modify.png);
	background-repeat: no-repeat;
	background-position: 98% 5%;
	height: 70px;
	overflow: hidden;
}

.main_item_write_comment input,.main_item_write_comment textarea {
	border: 1px solid #D1D1D1;
	-moz-user-modify: read-write !important;
	-moz-appearance: textfield;
	-moz-user-select: text;
	-x-system-font: -moz-field;
	background-color: -moz-field;
	color: -moz-fieldtext;
	font-family: -moz-use-system-font;
	font-size: -moz-use-system-font;
	font-size-adjust: -moz-use-system-font;
	font-stretch: -moz-use-system-font;
	font-style: -moz-use-system-font;
	font-variant: -moz-use-system-font;
	font-weight: -moz-use-system-font;
	letter-spacing: normal;
	line-height: normal !important;
	padding: 1px 0;
	text-align: start;
	text-indent: 0;
	text-rendering: optimizelegibility;
	text-transform: none;
	word-spacing: normal;
}

.main_item_write_comment textarea {
	width: 80%;
}

textarea {
	width: 80%;
}

small {
	font-size: smaller;
}

.main_item_write_comment p {
	margin: 1em 0;
}

.main_item_comments {
	margin: 15px 5px 10px 5px;
	background-color: white;
	padding: 10px 5px 20px 5px;
	background-image: url(../images/res/Comment.png);
	background-repeat: no-repeat;
	/*background-position: top right;*/
	background-position: 98% 5%;
	height: 70px;
	overflow: hidden;
}

.main_item h1 {
	color: Black;
	font-size: 20px;
	margin-bottom: 2px;
}

.main_item div.post_date {
	margin-bottom: 2px;
	font-size: 10px;
	color: Gray;
}

.main_item h1 strong,.main_item h1 strong a {
	font-size: 30px;
	color: Black;
	text-decoration: none;
}

.main_item h2 {
	margin-bottom: 20px;
	color: #D92121;
	font-variant: small-caps;
	font-size: medium;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

.main_item h2 a,.main_item h2 a:ACTIVE,.main_item h2 a:VISITED {
	color: #D92121;
	font-variant: small-caps;
	font-size: medium;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
}

.main_item h2 a:hover {
	color: black;
	font-variant: small-caps;
	font-size: medium;
	text-decoration: underline;
	text-align: left;
	padding-right: 10px;
	background-color: #D92121;
}

.right_item h2 {
	color: #D92121;
	font-variant: small-caps;
	font-size: medium;
	text-decoration: none;
	padding-right: 10px;
	text-align: center;
}

.right_item h2 a,.right_item h2 a:ACTIVE,.right_item h2 a:VISITED {
	color: #D92121;
	font-variant: small-caps;
	font-size: medium;
	text-decoration: none;
	padding-right: 10px;
}

.right_item h2 a:hover {
	color: white;
	font-variant: small-caps;
	font-size: medium;
	text-decoration: underline;
	padding-right: 10px;
}

.main_item h3 {
	text-indent: 20px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin-right: 16px;
	text-align: left;
}

.main_item h4 { /*
	padding-top: 10px;
	color: black;
	text-indent: 20px;
	font-size: 15px;
	font-family: Georgia, Serif;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	/**/
	font-weight: normal;
	text-indent: 20px;
	font-family: "trebuchet MS", sans-serif;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0pt;
	word-spacing: 1.2pt;
	line-height: 1.4;
	padding-left: 10px;
	padding-right: 10px;
}

/* RIGHT */
#right {
	float: left;
	width: 30%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.right_item {
	color: White;
	font-style: normal;
	font-size: medium;
	margin: 15px 5px 10px 5px;
	background: #111111;
	padding: 5px;
}

#right_item_related_1 {
	position: relative;
	top: 335px;
}

#right_item_related_2 {
	position: relative;
	top: 735px;
}

#lastfm {
	padding: 15%;
}

/* FOOTER */
#footer {
	border-top: 1px solid #565753;
	padding: 25px;
	color: #42423D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../images/res/bg3.jpg);
	background-repeat: repeat-x;
	text-align: center;
	list-style: none
}

.footer_item {
	margin-top: 100px;
	padding-top: 50px;
	color: White;
	font-family: Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.footer_item a,.footer_item a:hover,.footer_item a:active,.footer_item a:visited
	{
	padding-top: 50px;
	color: #333333;
	font-family: Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* GALLERY */
.gal_miniatures ul {
	clear: both;
	overflow: hidden;
	width: 651px;
}

.gal_miniatures li {
	float: left;
	margin: 0 10px 8px 0;
	display: inline;
	height: 83px;
}

.gal_miniatures li a {
	border: 1px solid #999;
	padding: 5px;
	display: block;
}

.gal_miniatures li a:hover {
	background: green;
}

.gal_miniatures li img {
	display: block;
	border: 1px solid #999;
}

.gal_miniatures .active img {
	border: 7px solid green;
}

.gal_miniatures .active span {
	display: block;
}

pre {
	border: 1px dashed black;
	white-space: pre;
	font-size: 12pt;
	padding: 1em 0;
	background: #eeeeee;
	color: black;
	font-style: normal;
	text-indent: 0px;
	padding: 10px;
}

h3.plan {
	margin-top: 20px;
	font-style: normal;
}

ul.itinerary {
	margin-left: 20px;
	list-style-type: square;
}

ul.itinerary span.date {
	font-style: italic;
}

h3.trip_desc {
	margin-top: 20px;
	text-indent: 20px;
}

img.contact {
	width: 32%;
	background: white;
	margin: 0 auto;
}

img.other_places {
	width: 98%;
	background: white;
	margin: 1%;
}

img.add_somewhere {
	background: white;
	width: 20px;
	height: 20px;
}

span.more,span.more a:link,span.more a:visited,span.more a:hover,span.more a:active
	{
	font-weight: bolder;
	font-size: 16px;
	text-decoration: none;
	color: Black;
	margin-left: 5px;
}

button {
	background-color: inherit;
	border-width: 0px;
}

.external_info {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
}

a.external,a.external:visited,a.external:active,a.external:hover {
	color: #002bb8;
	background: url(../images/res/external.png) no-repeat center right;
	padding-right: 18px;
	text-decoration: none;
	font: small sans-serif;
}

object {
	margin-bottom: 10px;
}

.hide {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

#euro_days,#euro_hours,#euro_min,#euro_sec {
	color: white;
	font-family: sans-serif;
	font-weight: bold;
}

.thinborderfloat {
	float: left;
	border: solid 1px silver;
	padding: 3px;
	margin-right: 5px;
}

.thinborderfloat_right {
	float: right;
	border: solid 1px silver;
	padding: 3px;
	margin-right: 5px;
}

#main h3 #response {
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
}

label {
	font-size: 1.1em;
	color: #555555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	-x-system-font: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-weight: bold;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist cite,.commentlist cite a {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: red;
}

div.comment-avatar {
	display: inline;
	float: left;
	padding-right: 6px;
}

.alt {
	border-bottom: 1px dashed #555555;
}

#table_list {
	width: 90%;
	margin: 0 auto;
	border: 1px;
}

#table_list tr td {
	background-color: white;
}



#table_list #legend td {
	background-color: green;
}

.footer_column {
	float: left;
	margin-left: 50px;
	width: 290px;
}

#footer li {
	display: inline;
	color: white;
}

#footer ul {
	padding: 20px 20px;
}

#footer ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

#footer ul li a {
	font-size: 15px;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

img.width90 {
	width: 90%;
	margin: 0 auto;
}

#social_bkmrks {
	margin-top: 20px;
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px;
	border-color: #D92121;
	border-style: dashed;
	padding: 20px;
}

#social_bkmrks a {
	text-decoration: none;
	color: #D92121;
	font-weight: bold;
	margin-right: 30px;
}

#social_bkmrks img {
	margin-top: 0px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 70%;
	height: 1px;
	text-align: center;
	color: silver;
	background-color: silver;
	border: 0;
}

.add_com,.add_com a,.add_com a:visited,.add_com a:active,.add_com a:hover
	{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 50px;
	padding-bottom: 30px;
	text-decoration: none;
	color: #D92121;
}

#rss {
	float: right;
	z-index: 2;
}

#rss img {
	padding: 10px;
}

.ggg {
	background-image: url(../images/res/bg3.jpg);
}

.zzz {
	background-color: green;
}

.main_gal
{
	background-image: url(../images/res/bg3.jpg);
	padding: 10px;
	border: 1px solid #565753;
}


#flashcontent {
		height: 600px;
}
	
.desc_gal
{
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
	margin-left: 30px;
}


#list_gall {
	position:relative;
	height: 400px;
}

.list_gal_item
{
	position: absolute;
	padding: 3px 0 5px 3px;
	color: #333333;
	margin: 5px;
	background-image: url(../images/res/bg3.jpg);
	border: 1px solid #565753;	
}

.list_gal_item h2
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	font-style: italic;
	font-size: 15px;
	color: white;
}



.list_gal_item a {
	font-size: 18px;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	color: #ffffff;
	width: 200px;
}

.list_gal_item a:hover,.list_gal_item a:focus {
	color: #ffffff;
}



ul#ul_gallery {
		width: 400px;
	list-style: none;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-left: 100px;
	padding-right: 300px;
	border: none;

}

ul#ul_gallery li {
		width: 400px;
	display: block;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	color: #333333;
	margin: 5px;
	background-image: url(../images/res/bg3.jpg);
	border: 1px solid #565753;
}

ul#ul_gallery li h2{
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	font-style: italic;
	font-size: 15px;
	color: white;
	width: 400px;	
}



ul#ul_gallery li a {
	font-size: 18px;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	color: #ffffff;
	width: 400px;

}

ul#ul_gallery li a:hover,#vertmenu ul li a:focus {
	color: #ffffff;
}


ul.sidenav {
	font-size: 1.2em;
	float: left;
	width: 200px;
	margin: 0;
	margin-bottom: 300px;
	padding: 0;
	list-style: none;
	background: #005094;
	border-bottom: 1px solid #3373a9;
	border-top: 1px solid #003867;
}




ul.sidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 155px;
	padding: 10px 10px 10px 35px;
	background: url(sidenav_a.gif) no-repeat 5px 7px;
	border-top: 1px solid #3373a9;
	border-bottom: 1px solid #003867;
}

ul.sidenav li a:hover {
	background: #003867 url(sidenav_a.gif) no-repeat 5px 7px;
	border-top: 1px solid #1a4c76;
}
ul.sidenav li span{	display: none; }
ul.sidenav li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 10px 0;
}
