/* GENERAL */
/*
 * COLORS:
 * subheader background:    #d1cdcc
 * maincontent background : #faf9d2
 * menubar background :     #e9d9d1
 * sidebar background:      #f9ffb5
 * 
 */
/* spam hidden input field */
input.s_input {
    display: none;
}
.center {
    text-align: center;
}
.rightalign {
    text-align: right;
}
.radio {
    border: 0;
    background: none;
}
.required {
    color: #5c1f00;
}
.textbold {
    font-weight: bold
}
.error {
    color: red;
}
.wait {
    display: none;
}
.clearer {
    clear:both;
}
table {
    border-collapse: collapse;
    border-spacing: 0px;
}
table td {
    vertical-align: top;
}
ol, ul {
    margin: 5px 0 5px 20px;
}
.template {
    display: none;
}
/*
a:focus, a:active, area:focus, area:active {
    outline: 0;
    -moz-outline: none;
}
*/
a {
    text-decoration:none;
    color: #5c1f00;
    position: relative;
}
a:hover {
    color: #2eb5e3;
}
img {
    border: 0;
}
/*--------titles----------*/
h1 {
    font-size: 180%;
    margin: 0 0 20px 0;
}
h2 {
    font-size: 130%;
    margin: 15px 0 25px 0;
}
h3 {
    font-size: 100%;
}

span.subtitle {
    display: block;
    font-size: 90%;
    font-weight:normal;
}
p {
    margin-bottom: 15px;
}

/* formulare */
div#content form table td{
    padding: 5px;
}
label {
    cursor:pointer;
}
input[type=text], input[type=password], textarea {
    font-size: 95%;
    border:none;
    height:17px;
    padding:3px 0 0 6px;
}
/*
input.input180,input.input400,input.input240 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #f3f3f3;
    padding: 2px;
    height: auto;
}
*/
input.input180 {
    background:transparent url(/images/design/form/input180.png) no-repeat;
    width:174px;    
}
input.input400 {
    background:transparent url(/images/design/form/input400.png) no-repeat;
    width:394px;
}
input.input240 {
    background:transparent url(/images/design/form/input240.png) no-repeat;
    width:234px;
}
input.hinput { 
    display: none;
}
textarea {
    width: 100%;
    height: 200px;
}


input[type=checkbox], input[type=radio] {
    border:0;
}

/* hovertext bei Links */
a span.hovertext {
    display: none;
    position:absolute;
    top:15px;
    left:5px;
    font-size: 90%;
    margin: 10px 0 0 12px;
    padding: 1px 3px;
    background: #FFA;
    font-weight: normal;
    text-align: left;
    border: 1px black solid;
    z-index:100;
    color: black;
}
a:hover span.hovertext {
    display: block;
}

/* LAYOUT */


/* font */
body {
    font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
    font-size: 11px;
}

/* positioning */
* {
    outline: 0;
    margin:  0;
    padding: 0;
}
body {
    text-align: center;
}

div#leaderboard {
    /*display: none;*/
    margin-left: 282px;
    height: 90px;
}
div#leaderboard_absolute {
position: absolute;
top: 0px;left: 292px;
margin: 0px;
padding: 0px;
}

div#skyscraper {
    display: block;
    margin-left: 1020px;
}

div#container {
    float:left;
    margin-left: 10px;
    text-align: left;
    width: 1000px;
}
div#head a {
    display: block; 
    margin: 8px 0;
    width: 1000px;
    height: 70px;
}
div#topmenu {
    margin: 0 0 8px 0;
    width: 1000px;
    height: 26px;
}
div#body {
    position: absolute;
}
/*div#menubar { position: absolute; top:   0px; left:   0px; width:  170px; }*/
div#content { position: absolute; top:   0px; left: 0px;   width:  820px; }
div#sidebar { position: absolute; top:   0px; left: 830px; width:  170px; }
div.menubarItem, div.contentItem, div.sidebarItem
{
    width: 100%;
    margin: 0px 0px 8px 0px;
}
div.head, div.foot {
    height: 10px;
    width: 100%;
}
div.body {
    padding: 0 10px;
}
div.design_hack {
    clear:both;
    height:1px;
    margin:0    
}

/* colorizing (layout images) */
body { background: #404037; }
div#head             { background: url(/images/design/banner.jpg) no-repeat;       }
div#topmenu          { background: url(/images/design/topmenu.png) no-repeat;      }
div#menubar div.head { background: url(/images/design/menu_head.png) no-repeat;    }
div#menubar div.body { background: url(/images/design/menu_body.png) repeat-y;     }
div#menubar div.foot { background: url(/images/design/menu_foot.png) no-repeat;    }
div#content div.head { background: url(/images/design/content_head.png) no-repeat; }
div#content div.body { background: url(/images/design/content_body.png) repeat-y;  }
div#content div.foot { background: url(/images/design/content_foot.png) no-repeat; }
div#sidebar div.head { background: url(/images/design/sidebar_head.png) no-repeat; }
div#sidebar div.body { background: url(/images/design/sidebar_body.png) repeat-y;  }
div#sidebar div.foot { background: url(/images/design/sidebar_foot.png) no-repeat; }

/* TOPMENU */
/*
div#topmenu form#search_form {
    float: left;
    position: relative;
    margin: 3px 10px;
}
*/
div#topmenu div#topmenu_links {
    float: right;
    margin: 6px 10px;
}

form.search_form {
    position: relative;
    margin: 5px 0;
}
form.search_form input.search_input {
    background: url("/images/design/form/input150.png") no-repeat;
    padding:    2px 25px 0 5px;
    width:      120px;
    height:     19px;
}

form.search_form div.search_button {
    position: absolute;
    top:0px;
    right:0;
    height: 22px; width: 22px;
    background: transparent url("/images/icons/search.png") no-repeat 0 3px;
    cursor:pointer;
}

/* search autocompleter */
div.ac_list {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    color: black;
    
    width: 170px;
    padding: 2px;
    margin-left:2px;
}

div.ac_list div.ac_sel {
    background:  #e6e6e6;
    color: #5c1f00;
}

/* special properties for search ac list */
form#search_form div.ac_list {
    width: 140px;
    right: 2px;
}

/* ENDE LAYOUT */


/*-------- MENUBAR ----------*/
div#menubar li {
    list-style: none;
}
div#menubar h4 {
    padding: 2px 0;
    font-size: 150%;
}
div#menubar ul {
    margin:0;
}
/* addbar */
a.menu_new {
        color:red;
}
a.menu_new:hover {
    color: #5c1f00;
}

/*--------- NAVIGATION MAP */
div#navigation_map {
    position:       relative;
    padding:        0;
}
img.navigation_map_overlay {
    display:        none;
    position:       absolute;
    top:            0;
    left:           0;
}
img.navigation_map_active
{
    display:        block;
}
#location_order img {
    border: 1px solid #5c1f00;
    cursor: pointer;
    float:right;
    margin:2px;
}

/* locations:more */
.location_more {
    display: none;
    overflow:hidden;
}
#location_more_title {
    cursor: pointer;
}

div.entry_menu_item a {
    display:block;
    height: 22px;
    margin: 4px 0;
    margin-left: 3px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid #393939;
    background: #fcfcfc;
}

div.entry_menu_item a img {
    float: left;
    margin: -2px 0 0 -3px;
    height: 26px;
    /*margin: 5px 10px 5px 10px;*/
}

div.entry_menu_item a span {
    display:block;
    margin-top: 5px;
    margin-left: 30px;
    font-size: 94%
}
div.entry_menu_item a span.entry_menu_label_double {
    margin-top: 0;
}

div.entry_menu_item a:hover {
    background: #e6e6e6;
}


/*---- event calender  ----*/
table#eventcal {
    font-size: 90%;
    border: 1px solid #d3d3d3;
    margin: 2px 0;
    background: #ffffff;
    border-collapse: collapse;
}
#eventcal th {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d3d3d3;
    height: 20px;
}
#eventcal td {
    padding: 0;
    margin: 0;
    border: 0;
}
#eventcal th.eventcal_day {
    /*background: #5c1f00;*/
    background: #2eb5e3;
    color: #ffffff;
}
#eventcal a {
    width: 21px;
    height: 18px;
    display: block;
    color: black;
    text-align: center;
    padding-top:3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;    
}
#eventcal td.weekend {
    background: #e6e6e6;
}
#eventcal td.othermonth a {
    color: #d3d3d3;
}
#eventcal td.today a{
    width: 19px;
    height: 16px;
    border: 1px solid #2eb5e3;
}
#eventcal td a:hover  {
    background: #2eb5e3;
    color: #ffffff;
}
/*
#eventcal td.today a:hover {
    background: #5c1f00;
    color: #ffffff;
}
#eventcal td.weekend a:hover {
    background: #5c1f00;
    color: #ffffff;
}
*/

/*--------SIDEBAR----------*/
div#menubar h4 {
    padding: 2px 0;
    font-size: 150%;
}

.round_box {
    margin: 20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #D3D3D3;
    padding:10px;
}
.column {
    float:left;
    margin: 0 20px 5px 0;
}

/* TEMPLATE STYLES */

/************ about.html ***************/
div#about h2 {
	border: 1px solid #d3d3d3;
	margin: 25px 350px 0 0;
    background: white;
}
div#about h2#name1 {
	text-align:left;
}
div#about h2#name2 {
	text-align:right;
	margin: 25px 0 0 350px;
}
div#pic1 {
	 margin:10px;
	 float:left;
}
div#pic2 {
	 margin:10px;
	 float:right;
}
div#barolinokonzept {
	 clear:both;
     text-align:center;
}

/********* AGB.html ********/
div.agb_paragraph h3 {
    margin: 20px 0 0 5px;
    font-size: 110%;
}
div.agb_paragraph p {
    margin: 5px 30px 5px 20px;
}

/********* catalog_featured_entries.html ********/
div.featured_entries {
    clear: both;
    margin:0;
    padding: 3px;
    font-size: 93%;
}
div.featured_entries .thumb {
    float: left;
    padding: 2px 5px 2px 2px;
}
div.featured_entries .text {
	margin-left:55px;
}
div.featured_entries .name {
    font-weight: bold;
    margin-bottom: 3px;
}
div.featured_entries .description
{
    
}

/********* catalog_title.html ********/

img#catalog_wait {
	display: none;
	float:right;
}
span#catalog_limit {
	display: none;
}
.catalog_char {
    font-size: 96%;
    text-align: center;
    vertical-align: middle;
}
a.catalog_char {
    display: block;
    float:left;
    padding:2px 4px 2px 5px;
    
    border: 1px solid #D3D3D3;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
    margin: 2px;
    /*border: 1px solid #7C7A6B;*/
    /*background: #e6e6e6;*/
    background: #FFFFFF;
    color: #5c1f00;
}
a.catalog_char_empty {
	background: #e6e6e6;
}
a.catalog_char_selected {
	background: #5c1f00;
	color: #fff;
}
a.catalog_char:hover {
	background: #5c1f00;
	color: #fff;
}

/********** catalog.html *************/

div#map_catalog div#catalog_thumbs {
    margin: 15px 0 0 5px;
}
div#map_catalog div.catalog_item {
	width: 180px;
    margin: 10px 10px;
}
div#map_catalog div.catalog_item a {
  	width: 180px;
    font-size: 90%;
}


div#catalog_thumbs {
    margin: 15px 0 0 20px;
}
div.catalog_item {
	width: 180px;
    margin: 10px 0 10px 20px;
    float:left;
    font-size:90%;
}
span.catalog_item_name {
	display: block;
	font-weight: bold;
	margin: 3px 0 7px 75px;
}
span.catalog_item_description {
	display: block;
	font-style: italic;
}
div.catalog_item .image {
  	float: left;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
  	margin: -10px 5px 0 -10px;
  	font-size:50%;
    display: block;
}
div.catalog_item a {
  	display:block;
  	border: 1px solid #D3D3D3;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
  	color: black;
  	height: 50px;
  	width: 180px;

}

div.catalog_item a:hover {
    background: #e6e6e6;
    color: #5c1f00;
}

/* special style for event catalog */
 div#event_thumbs div.catalog_item a {
     height: 80px;
 }

div#event_thumbs div.catalog_item div.image {
    width:80px;
    height:80px;
    background-repeat: no-repeat;
    background-position: center;
}
 

 div#event_thumbs div.catalog_item a span.title {
    display: block;
    font-weight: bold;
    margin: 3px 3px 3px 75px;
}
 div#event_thumbs div.catalog_item a span.info {
    font-style: italic;
}


/******* report.html *******/
textarea#comment {
    border: 2px solid #D3D3D3;
	height: 100px;
    width: 475px;
}


/******* comment_form.html ************/
textarea#report_message {
    border: 2px solid #D3D3D3;
	height: 200px;
    width: 475px;
}

/***** comment_list_entry.html ********/
.comment {
    padding: 10px 0;
    border-bottom: 1px solid #D3D3D3;
}
.comment_info {
    font-style: italic;
}
.comment_rating {
    margin-bottom: -7px;
}

/***** comment_list_top.html ********/
#recent_comments a {
    display: block;
    margin: 3px 0;
    overflow:hidden;
}
span.recent_comments_title {
    font-weight:bold;        
}
span.recent_comments_text{
    font-style: italic;
}


/********** entry.html *************/
#entry_new_tags {
    padding: 10px 20px;
    background: #E9E9E9;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    width: 635px;
}
input#entry_tags {
    background: #FFFFFF;
    width: 490px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid #D3D3D3;
}

#entry_pics {
    margin: 0 0 20px 0;
    clear:both;
}
#entry_pics img {
    margin: 0 15px;
}
#entry_portrait {
    font-size: 115%;
    font-weight: bold;
    margin: 0 20px;
}
#entry h2 {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 0;
    background: #e6e6e6;
    margin: 10px -5px 10px -5px;
    padding: 7px 10px;
    height: 17px;
}
div.styled_button {
    margin-top: -4px;
    float:right;
}

#entry #entry_address {
     margin-bottom: 10px;
     clear:both;
}
#entry_address_text {
	float:left;
    width: 200px;
    margin-left:20px;
}
#entry #entry_google_map {
	display:none;
    width:570px;
    height:300px;
    margin-left: 210px;
}
#entry_hide_map {
    display:none;
}
table#impression_table {
    width: 600px;
}
div#imprssion_pic img
{
    display: none;
}
div#imprssion_pic{
    text-align: center;
    width: 500px;
    margin: 20px;
}
.impression_button {
    text-align: center;
    width: 40px;
    margin: 30px 0;
}
.impression_button img {
    cursor: pointer;
}

/********** entry_form.html *************/
#entry_form_tabs {
    margin: 0 20px;
    height: 28px;
    width: 533px;
    padding-left: 57px;
}
#entry_form div.tab_content {
    display:none;
    margin-top: 2px;
    /*
    background: #ffffff;
    color: #444444;
    */
}
#entry_form_tabs div.tab {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #D3D3D3;
    border-bottom: none;
    float: left;
    width: 173px;
    margin: 0 1px;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    height: 14px;
    z-index: 1;
    background: #d3d3d3;
}
#entry_form_tabs div.active {
    /*
    color: white;
    background: #5c1f00;
   background: #ffffff;
    */
   background: #faf9d2;
}
#entry_form_tabs div.hover {
    background: #e6e6e6;
}

#entry_form_buttons {
    text-align:right;        
    margin: 5px 20px 0 20px;
}
#entry_form_account_type {
    margin: 10px;
}
#entry_form_account_type th {
    text-align: center;
    padding: 5px;
}
#entry_form_account_type td {
    border: 1px solid #5c1f00;
    padding:5px;
}
#entry_form select#entry_location {
	display: none;
}
div#editor_google_map
{
    width:220px;
    height:170px;
    background: transparent;
    overflow: hidden;
}
#map_marker_status {
    padding: 2px;
    margin-top: 5px;
    color: red;
    font-weight: bold;
}
#entry_form div.entry_pic{
    margin-bottom: 20px;
}

a#entry_suggestion {
    display: inline;
    margin-left: 15px;
}

div.entry_image_preview {
    margin: 10px 0;
}

#entry_link_edit, #entry_address_name_edit {
    cursor:pointer;
    margin: 0 3px;
}
td.label label{
    display: block;
    width: 140px;
}
#entry_upload {
    margin-bottom: 20px;
}
#entry_form div#entry_form_prev {
    cursor:pointer;
    float:right;
    background:url(/images/icons/arrow_left.png) no-repeat;
    height:23px;
    width:20px;
    margin: 0 10px;
}
#entry_form div#entry_form_next {
    cursor:pointer;
    float:right;
    background:url(/images/icons/arrow_right.png) no-repeat;
    height:23px;
    width:20px;
    margin: 0 10px;
}
#entry_form div#entry_form_save {
    float:right;
}

            

.link_buttons {
    float:right;
    position:relative;
    margin: -10px -10px 0 0;
}
.link_buttons a {
    border-left:1px solid #D3D3D3;
    border-bottom:1px solid #D3D3D3;
    width:120px;
    height:27px;
    padding:2px;
    display:block;
}
.link_buttons a:hover {
    background: #e6e6e6;
}
.link_buttons img {
	float:left;
    margin:2px;
}

/******** article.html *********/
div.article a.description {
    font-weight:normal;
    color: black;
}
div.article a.description:hover {
    font-weight:normal;
    color: black;
}
div.article a.description img {
    border:0;
    margin:0 10px 3px 0;
    float:left;
}
div.article div.info {
    margin-top:10px;
}

/******** article_table.html *********/
div.article_table table {
    border-collapse: collapse;
}
div.article_table th {
    padding: 3px 0;
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: -5px;
    cursor: pointer;
}
div.article_table th h3 {
    margin-top: 10px;
    padding: 3px 5px;
    background: #d3d3d3;
}
div.article_table tr.article_row  {
    height: 30px;
    border-top: 1px solid #d3d3d3;
}
div.article_table tr.article_row td {
    padding: 2px;
    cursor: pointer;
    vertical-align: middle;
}
div.article_table tr.article_row td.title {
    padding-left: 0px;
    font-weight: bold;
}
div.article_table tr.hover  {
    background: #e6e6e6;
}
div.article_table tr.hover td.title {
}
div.article_table tr.active td.title {
}

/******** event_form.html *********/
img#event_pic_preview {
    margin: 3px 10px;
}
div.save, div.delete {
    float: right;
    margin-left: 5px;
}
/******** event_thumbs.html *********/
/*
a.event_thumb_item {
  	display: block;
	float: left;
  	width: 260px;
  	border: 1px solid #5c1f00;
  	color: black;
  	height: 80px;
  	margin: 15px 20px;
}
a.event_thumb_item:hover {
	background: #e6e6e6;
	color: #5c1f00;
}
a.event_thumb_item img {
  	float: left;
  	margin: -10px 5px 0 -10px;
  	font-size:50%;
}
a.event_thumb_item span.title {
  	display: block;
 	font-weight: bold;
 	margin: 3px 3px 3px 75px;
    width: 182px;
    height: 40px;
  	overflow: hidden;
}
a.event_thumb_item span.info {
  	font-style: italic;
}
*/
/************ map.html ***************/
#mapsearch {
    margin-left: 10px;
}
#map_select {
    margin-right: 10px;
}
#map_select a {
    display: block;
    float:right;
    padding: 3px 6px;
    border: 1px solid #c3c3c3;
    margin: 0 5px;
    cursor: pointer;
}
#map_select a:hover {
    background: #e9e9e9;
}
#map_show_entry {
    text-align: right;
    margin-right: 11px;
}
a.selected_link {
    color: #2eb5e3;
}
#map_show_entry a span.hovertext {
  	width: 150px;
}
div#map_canvas {
    margin: 3px 10px 10px 10px;
    width: 780px;
    height: 400px;
    border: 1px solid lightgray;
}

