/**
 * Content Side Kitzbuehel Tours
 */
.map {
	width: 1000px;
	height: 327px;
	background-color: #cccccc;
	overflow: hidden;
}

.map.zoom {
	height: 800px;
}

#mapzoom {
	float: right;
	padding: 5px 15px 5px 0;
	margin: 0 10px 0 0;
	height: 13px;
	overflow: hidden;
	display: block;
	background: url(/static/img/layout/zoom_out.gif) right 10px no-repeat;
	color: #ffffff;
}

#mapzoom.zoom {
	background: url(/static/img/layout/zoom_in.gif) right 10px no-repeat;
}

#panoramioTrigger {
	display: none;
}

#menu {
	width: 1000px;
	background: url(/static/img/layout/bg_menu.jpg);
	height: 28px;
	z-index: 60;
}

#menu ul {
	float: left;
	padding: 0 0 0 190px;
	position: relative;
	z-index: 61;
}

#menu ul li {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	list-style: none;
	height: 23px;
	width: 140px;
	position: relative;
}

#menu ul li a {
	padding: 0px;
}

/**
 * Second Level
 */
#menu ul li ul {
	display: none;
	left: -999em;
	background: #f6f6f6;
	position: absolute;
	width: 140px;
	bottom: 23px;
	padding: 0 0 10px 0;
	margin: 0;
	z-index: 62;
}

#menu ul li.hover ul {
	display: block;
	left: 0px;
}

#menu ul li ul li {
	background: url(/static/img/layout/deselected.gif) 5px 6px no-repeat;
	height: auto;
	width: 110px;
	z-index: 62;
	margin: 0;
	padding: 5px 5px 3px 25px;
	cursor: pointer;
}

#menu ul li ul li.hover,
#menu ul li ul li.active {
	background: url(/static/img/layout/selected.gif) 5px 6px no-repeat;
}

#menu ul li ul li a {
	color: #000000;
}

/**
 * Workspace
 */
.workspace {
	float: left;
	width: 1000px;
	background: #f6f6f6;
	padding: 10px 0 0 0;
}

#leftcol {
	float: left;
	width: 175px;
	margin: 0 0 0 20px;
	display: inline;
	color: #333333;
}

#leftcol .box,
#leftcol .block {
	background: url(/static/img/layout/bg_leftcol.jpg) right top no-repeat;
	width: 175px;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

#leftcol .block img {
	float: right;
	padding: 0 0 10px 10px;
}

#leftcol .block.ads {
	padding: 10px;
	height: 110px;
	cursor: pointer;
	width: 155px;
}

#leftcol .block.ads p {
	width: 100px;
}

#leftcol table {
	border-collapse: collapse;
}

#leftcol table th {
	text-align: left;
	font-weight: normal;
	width: 60%;
	vertical-align: top; /*padding: 0 0 4px 0;*/
}

#leftcol table th.header {
	font-weight: bold;
	width: 100%;
	vertical-align: top;
	padding: 5px 0 4px 0;
}

#leftcol table td {
	text-align: left;
	width: 40%;
	vertical-align: top;
}

#leftcol table td img.stars {
	padding: 2px 0;
}

#leftcol table td.spacer {
	height: 10px;
}

#leftcol table td.red {
	background-color: #990000;
}

#leftcol ul.functions {
	padding: 5px 0 0 0;
}

#leftcol ul.functions li {
	padding: 2px 0;
	list-style: none;
}

#leftcol ul.functions li a {
	background: url(/static/img/layout/arrow.gif) left center no-repeat;
	padding: 0 0 0 7px;
}

#leftcol .news ul {
	margin: 10px 0;
}

#leftcol .news ul li {
	padding: 2px 0;
	list-style: none;
	margin: 0;
}

#leftcol .news ul li .line {
	padding: 2px 0 0 0;
	margin: 0;
}

#leftcol .news ul li a {
	background: url(/static/img/layout/arrow.gif) left 6px no-repeat;
	padding: 0 0 0 7px;
}

#content {
	float: left;
	width: 520px;
	margin: 0 0 10px 20px;
	display: inline;
}

#content .difficulty {
	float: right;
}

#content .difficulty .tooltiptext {
	display: none;
}

#content .difficulty span {
	color: #F50000;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#content .premium {
	background: url(/static/img/layout/premium.jpg);
	float: right;
	height: 80px;
	width: 53px;
	clear: right;
	margin: 10px 0 5px 10px;
}

#content img.toursymbol {
	float: left;
	padding: 0 10px 0px 0;
}

#content a {
	background: url(/static/img/layout/arrow.gif) left center no-repeat;
	padding: 0 0 0 7px;
}

#content h2 {
	padding: 0 0 5px 0;
	clear: left;
}

#content p {
	padding: 0 0 10px 0;
}

#content p.region {
	padding: 0 0 30px 0;
}

#content img.elevation_profile {
	margin: 0 0 20px 0;
	/*width: 520px;
	height: 200px;
	background-color:#CCCCCC;
	*/
}

#content .detail.evaluation {
	width: 520px;
}

#content h2.feature,
#content #reviews .review h2 {
	margin: 0 0 6px 0;
	padding: 6px 20px 6px 0px;
	width: 500px;
	background-color: #ea0000;
	color: #ffffff;
	clear: left;
	float: left;
	cursor: pointer;
	background: #ea0000 url(/static/img/layout/review_close.gif) 500px center no-repeat;
	height: 13px;
	overflow: hidden;
}

#content #reviews .review h2 {
	padding: 6px 10px;
	width: 500px;
}

#content h2.feature.open,
#content #reviews .review h2.open {
	background: #ea0000 url(/static/img/layout/review_open.gif) 500px center no-repeat;
}

#content h2.feature span {
	width: 30px;
	height: 17px;
	float: left;
	margin: -1px 0 0 0;
}

#content h2.feature span.evaluation {
	background: #ea0000 url(/static/img/layout/review.gif) 5px center no-repeat;
}

#content h2.feature span.download {
	background: #ea0000 url(/static/img/layout/download.gif) 5px center no-repeat;
}

#content h2.feature span.link {
	background: #ea0000 url(/static/img/layout/link.gif) 5px center no-repeat;
}

#content h2.feature span.review {
	background: #ea0000 url(/static/img/layout/review.gif) 5px center no-repeat;
}

#content div.col_1 {
	float: left;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 245px;
	margin: 0 18px 10px 0;
	padding: 0 5px 5px 0;
}

#content div.col_2 {
	float: left;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 245px;
	padding: 0 5px 5px 0;
	margin: 0 0 10px 0;
}

#content div.col_1 h3,
#content div.col_2 h3 {
	padding: 0 0 5px 0;
}

#content div.col_1 table,
#content div.col_2 table {
	padding: 5px 0;
}

#content div.col_1 table th,
#content div.col_2 table th {
	font-weight: normal;
	width: 70px;
}

#content .avalanche div {
	height: 60px;
}

#content .avalanche div.col_1 {
	width: 150px;
	color: #ef0000;
	font-size: 34px;
}

#content .avalanche div.col_2 {
	width: 340px;
}

#content #tourslide {
	float: left;
	clear: left;
	margin: 15px 0 10px 0;
	width: 520px;
}

#content #tourslide .box {
	float: left;
	height: 33px;
	overflow: hidden;
}

#content #tourslide .detail {
	float: left;
	padding: 5px 0 10px 0;
}

#content #tourslide .detail .review h2 {
	float: left;
	width: 520px;
}

#content ul.download {
	margin: 0 0 10px 0;
	float: left;
	width: 520px;
}

#content ul.download li {
	float: left;
	width: 118px;
	padding: 6px;
	list-style: none;
}

#content ul.download li.hover,
#content ul.download li:hover {
	background-color: #ea0000;
}

#content ul.download li.col_1 {
	width: 65px;
}

#content ul.download li.col_2 {
	width: 105px;
}

#content ul.download li.col_3 {
	width: 135px;
}

#content ul.download li.col_4 {
	width: 165px;
}

#content ul.download li.hover a,
#content ul.download li:hover a {
	color: #FFFFFF;
}

#content div.qr {
	float: left;
	width: 520px;
}

#content img.qr {
	float: left;
	margin: 0 25px 0 0;
}

#content div.link {
	width: 520px;
	float: left;
}

#content div.link label {
	float: left;
	width: 60px;
	padding-bottom: 8px;
	clear: left;
}

#content div.link input {
	float: right;
	width: 430px;
	margin-bottom: 3px;
}

#content ul.review {
	float: left;
	width: 520px;
}

#content ul.review li {
	list-style: none;
	padding: 0 0 5px 0;
}

#content ul.review li a {
	font-weight: bold;
}

#content.images h2 {
	padding: 10px 0 0 0;
}

#content div.images {
	width: 520px;
	float: left;
	padding: 10px 0 20px 0;
}

#content a.lightbox {
	display: block;
	width: 100px;
	height: 80px;
	float: left;
	margin: 0 05px 10px 0;
	padding: 0;
	background: none;
	overflow: hidden;
	position: relative;
}

#content a.lightbox span.zoom {
	background: url(/static/img/layout/zoom.gif);
	width: 10px;
	height: 10px;
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
}

#content a.lightbox.last {
	margin: 0 0 10px 0;
}

#content div.videos {
	width: 520px;
	float: left;
	padding: 10px 0 10px 0;
}

#content div.videos .video {
	width: 520px;
	height: 350px;
	float: left;
	margin: 0 0 10px 0;
}

#content div.videos a {
	padding: 0;
	background: none;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

/**
 * Reviews
 */
#content #reviews {
	float: left;

}

#content #reviews .review {
	height: 33px;
	overflow: hidden;
}

#content #reviews .review h2 span {
	color: #FFFFFF;
	float: right;
	margin: 0 35px 0 0;
	padding: 0 60px 0 0;
}

#content #reviews .review h2 span.review_1 {
	background: url(/static/img/layout/review_01.gif) no-repeat right center;
}

#content #reviews .review h2 span.review_2 {
	background: url(/static/img/layout/review_02.gif) no-repeat right center;
}

#content #reviews .review h2 span.review_3 {
	background: url(/static/img/layout/review_03.gif) no-repeat right center;
}

#content #reviews .review h2 span.review_4 {
	background: url(/static/img/layout/review_04.gif) no-repeat right center;
}

#content #reviews .review h2 span.review_5 {
	background: url(/static/img/layout/review_05.gif) no-repeat right center;
}

#content .review .h2 {
	width: 520px;
}

#content .review .detail {
/*background-color:#FFFFFF;*/
	float: left;
	display: inline;
	width: 520px;
}

#content .review p.date,
#content .review p.delete,
#content .review p.update {
	color: #838383;
	float: right;
	margin: 0 10px 0 0;
}

#content  .review p {
	float: left;
}

#content  .review p.text {
/*width:520px;*/
	float: none;
}

#content .review .images,
#content .review .videos {
	width: 520px;
	padding: 0 0 0px 0;
	float: none;
	display: block;
}

#content .review .videos .video {
	float: none;
	margin: 10px 0 0 0;
	display: block;
	height: 350px;
}

#content .review .videos .video object {
	display: block;
	float: left;
}

#content .review .images a {
	padding: 0;
	background: none;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	float: left;
}

#content #addreview {
	width: 520px;
}

#content #addreview .images {
	width: 150px;
	height: 140px;
	margin: 0 10px 10px 0;
	border: 1px solid #cccccc;
	padding: 5px;
	overflow: hidden;
}

#content #addreview .images img {
	width: 150px;
}

#content #addreview h2 {
	padding: 5px 0 10px 0;
	clear: left;
}

#content #addreview label {
	padding: 3px 8px 4px 0;
	clear: left;
	float: left;
}

#content #addreview textarea {
	width: 512px; /*height:146px;*/
}

#content #addreview label.myfile {
	padding-right: 0;
}

#content #addreview input.file {
	float: left;
	clear: left;
	margin: 3px 0;
	color: #393939;
}

#content #addreview input.video {
	float: left;
	clear: left;
	margin: 3px 0;
}

#content #addreview .submit {
	clear: left;
	float: left;
	width: 490px;
}

#content #addreview input.submit {
	clear: left;
	float: left;
	width: auto;
	background: url(/static/img/layout/submit.gif) #dd0606 no-repeat;
	color: #FFFFFF;
	border: none 0px;
	padding: 3px 3px 2px 15px;
	margin: 0 0 10px 0;
}

#content #addreview input.reset {
	clear: none;
	margin: 0 0 10px 10px;
}

/**
 * User Scrren
 */
#content.userscreen h1 {
	padding: 0 0 10px 0;
}

#content.userscreen form.create {
	width: 300px;
}

#content.userscreen form.create label {
	width: 120px;
}

#content.userscreen form.create .line {
	float: left;
	margin: 0 0 4px 0;
}

#content.userscreen .user {
	width: 520px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 15px 0;
	padding: 15px 0;
	float: left;
}

#content.userscreen .user img.userimage {
	float: left;
	padding: 0 10px 0 0;
	width: 100px;
	overflow: hidden;
}

#content.userscreen .user p {
	float: left;
	width: 400px;
	padding: 0 0 5px 0;
}

#content.userscreen h2 {
	color: #333333;
}

#content.userscreen ul.errors {

	padding: 0 0 10px 15px;
}

#content.userscreen ul.errors li {
	color: #FF0000;
}

#content.userscreen form {
	width: 520px;
	float: left;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
}

#content.userscreen form label {
	float: left;
	width: 80px;
	padding: 3px 8px 7px;
}

#content.userscreen form label.checkbox {
	width: 260px
}

#content.userscreen form label.checkbox a {
	background: none;
	margin: 0;
	padding: 0;
	float: none;
}

#content.userscreen form input {
	width: 152px;
	float: left;
	margin: 0 0 4px 0;
}

#content.userscreen form input.checkbox {
	width: auto;
	margin: 4px 0;
	padding: 0px 0;
}

#content.userscreen form select {
	width: 160px;
	float: left;
	margin: 0 0 6px 0;
}

#content.userscreen form textarea {
	width: 152px;
	float: left;
	margin: 0 0 6px 0;
}

#content.userscreen form input.file {
	float: left;
	clear: left;
	margin: 3px 0;
	color: #393839;
}

#content.userscreen form img.userimage {
	float: right;
	padding: 0 0 0 10px;
}

#content.userscreen form #regioncity {
	margin: 0 260px 3px 0;
}

#content.userscreen form input.submit {
	clear: left;
	float: left;
	width: auto;
	background: url(/static/img/layout/submit.gif) #dd0606 no-repeat;
	color: #FFFFFF;
	border: none 0px;
	padding: 3px 3px 2px 15px;
	margin: 0px;
}

#content.userscreen form a {
	float: left;
	margin: 5px 0 5px 15px;
}

#content.userscreen .back {
	clear: left;
}

#content.userscreen table {
	border-collapse: collapse;
	width: 520px;
	float: left;
	clear: left;
}

#content.userscreen table tr th {
	padding: 10px 0 5px 0;
}

#content.userscreen table tbody tr th {
	font-weight: normal;
}

#content.userscreen table tbody tr td {
	vertical-align: top;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 5px 0;
}

#content.userscreen table tbody tr td.sport {
	vertical-align: middle;
	padding: 10px 0 5px 0;
	text-align: center;
}

#content.userscreen table tbody tr td.paging {
	padding: 5px 0 10px 0;
}

#content.userscreen table thead tr a,
#content.userscreen table tbody tr td.label a,
#content.userscreen table tbody tr td.review a,
#content.userscreen table.admin tbody tr td a {
	background: none;
	padding: 0 10px 0 0;
}

#content.userscreen table tbody tr td.paging a {
	background: none;
	padding: 0;
}

#content.userscreen table tbody tr td.review p {
	padding: 0;
}

#content.userscreen table.admin tbody tr th {
	font-weight: bold;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	padding: 10px 0 5px;
	vertical-align: top;
	width: 120px;
}

#content.userscreen table.admin tbody tr td a {
	text-align: center;
	display: block;
}

#content.userscreen table.admin tbody tr.noborder th,
#content.userscreen table.admin tbody tr.noborder td {
	border-bottom: 0px none;
	padding: 10px 0 0 0;
}

#content.userscreen table.admin tbody tr.noborder th a {
	font-weight: normal;
	background: none;
	padding: 5px 0 0 0;
	margin: 0;
}

#content.userscreen form.password label {
	width: auto;
	padding-left: 0;
}

/**
 * TourSearch
 */
#content.search {
	width: 765px;
}

#content.search h1 {
	padding: 0 0 10px 0;
}

#content.search a {
	background: none;
	padding: 0;
}

#content.search #detailsearch {
	border-bottom: 1px solid #e1e1e1;
	float: left;
	width: 765px;
}

#content.search #detailsearch div {
	border: 0px none;
	margin: 0;
	padding: 0;
}

#content.search #detailsearch .col_0 {
	clear: both;
	float: left;
	width: 765px;
}

#content.search #detailsearch .col_0 label {
	width: 30px;
	height: 40px;
	float: left;
	display: inline;
}

#content.search #detailsearch .col_0 label.all {
	width: 60px;
	height: auto;
	padding: 6px 5px;
}

#content.search #detailsearch .col_0 input.radio {
	margin: 13px 0;
	width: 13px;
	float: left;
	display: inline;
}

#content.search #detailsearch .col_1 {
	width: 250px;
	margin: 0 20px 0 0;
	float: left;
}

#content.search #detailsearch .col_1 label {
	width: 94px;
	float: left;
	clear: left;
	padding: 3px 0 9px 0;
}

#content.search #detailsearch .col_1 input {
	width: 142px;
	margin: 0 0 5px 0;
}

#content.search #detailsearch .col_1 select {
	width: 150px;
	margin: 0 0 6px;
}

#content.search #detailsearch .col_2 {
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
}

/* Controllslider */
#content.search #detailsearch .col_2 label {
	width: 60px;
	padding: 3px 0 4px 0;
	clear: left;
	float: left;
}

#content.search #detailsearch .col_2 .controller {
	width: 232px;
	overflow: hidden;
	margin: 0 0 2px 0;
	padding: 5px 0 0 8px;
	float: left;
	font-size: 9px;
}

#content.search #detailsearch .col_2 .controller label {
	display: block;
	width: 183px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #141618;
	float: none;
	font-size: 9px;
}

#content.search #detailsearch .col_2 .controller .controll {
	width: 160px;
	height: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px dashed #66CCCC;
	font-size: 9px;
}

#content.search #detailsearch .col_2 .controller .labelstart {
	float: left;
	width: 30px;
	font-size: 9px;
}

#content.search #detailsearch .col_2 .controller .labelend {
	float: left;
	width: 35px;
	font-size: 9px;
}

#content.search #detailsearch .col_2 .controller .labelstart span,
#content.search #detailsearch .col_2 .controller .labelend span {
	font-size: 9px;
}

#content.search #detailsearch .col_2 .controller .controlldouble {
	width: 160px;
	height: 12px;
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

#content.search #detailsearch .col_2 .controller .background {
	background: url(/static/img/layout/slide_bar.gif) left top no-repeat;
	width: 160px;
	height: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
}

#content.search #detailsearch .col_2 .controller .active {
	background: url(/static/img/layout/slide_active.gif) left top no-repeat;
	width: 0px;
	height: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 5;
}

#content.search #detailsearch .col_2 .controller .start {
	background: url(/static/img/layout/slide_start.gif) left top no-repeat;
	width: 5px;
	height: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#content.search #detailsearch .col_2 .controller .end {
	background: url(/static/img/layout/slide_end.gif) left top no-repeat;
	width: 5px;
	height: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: absolute;
	left: 9px;
	top: 0;
	z-index: 10;
}

#content.search #detailsearch .col_2 .controller .position {
	background: url(/static/img/layout/controller_single.gif) left top no-repeat;
	width: 9px;
	height: 17px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#content.search #detailsearch .col_3 {
	width: 185px;
	float: left;
}

#content.search #detailsearch .col_3 label {
	clear: right;
	float: right;
	width: 140px;
}

#content.search #detailsearch .col_3 input {
	float: right;
	padding: 0 0;
	margin: 4px 0;
	height: 13px;
}

#content.search #detailsearch .col_4 {
	clear: both;
	float: left;
	width: 765px;
	padding: 10px 0;
}

#content.search #detailsearch .col_4 input.submit {
	background: #DD0606 url(/static/img/layout/submit.gif) no-repeat scroll 0 0;
	border: 0 none;
	clear: left;
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 3px 3px 2px 15px;
	width: auto;
}

#content.search #detailsearch .col_4 .pages {
	float: right;
	color: #F50000;
}

/**
 * Suchergebnis
 */

#content.search .searchresult {
	float: left;
	width: 765px;
}

#content.search .searchresult.paging {
	float: left;
	width: 765px;
	padding: 10px 0 0 0;
}

#content.search table {
	padding: 0;
	margin: 0;
	border: 0px none;
	border-collapse: collapse;
	width: 765px;
}

#content.search table tbody tr th {
	color: #838383;
	font-weight: normal;
	padding: 10px 0;
}

#content.search table tbody tr td {
	background: url(/static/img/layout/bg_search.gif) repeat-x;
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 10px 0;
	margin: 0px;
	height: 50px;
	overflow: hidden;
	float: none;
}

#content.search table tbody tr td.sport {
	vertical-align: top;
	text-align: center;
	width: 60px;
	padding: 10px 0 0 0;
}

#content.search table tbody tr td.label {
	width: 405px;
}

#content.search table tbody tr td.length {
	width: 50px;
}

#content.search table tbody tr td.duration {
	width: 65px;
}

#content.search table tbody tr td.height {
	width: 65px;
}

/**
 * Create Tour
 */
#content.create {
	padding: 0 0 20px 0;
	width: 520px;
}

#content.create h1 {
	padding: 0 0 10px 0;
}

#content.create .error {
	color: #f70000;
	float: left;
	width: 520px;
}

#content.create ul.error {
	padding: 0 0 10px 15px;
	width: 505px;
}

#content.create ul.error li {
	color: #f70000;
	font-weight: bold;
}

#content.create form {
	width: 520px;
}

#content.create form h2 {
	float: left;
}

#content.create form p.section,
#content.create form div.section {
	float: left;
	width: 520px;
	padding: 0 0 4px 0;
	margin: 0;
}

#content.create form label,
#content.create form .tooltip {
	float: left;
	clear: left;
	width: 180px;
	padding: 3px 18px 7px 0;
}

#content.create form .tooltip {
	background: url(/static/img/layout/transfer.gif) right 0px no-repeat;
}

#content.create form .tooltip label {
	float: none;
	clear: none;
	width: auto;
	padding: 0;
}

#content.create form .tooltip .name {

	padding: 0 7px 0 0px;
}

#content.create form .tooltip .tooltiptext {
	display: none;
}

#content.create form label.radio,
#content.create form label.checkbox {
	clear: none;
	width: auto;
	padding-left: 5px;
}

#content.create form input {
	width: 292px;
	float: left;
	margin: 0 0 4px 0;
	color: #393939;
}

#content.create form textarea {
	width: 292px;
	float: left;
	margin: 0 0 4px 0;

}

#content.create form select {
	width: 300px;
	float: left;
	margin: 0 0 6px 0;
}

#content.create form input.radio,
#content.create form input.checkbox {
	width: 13px;
	padding: 3px 0 6px 0;
	margin: 3px 0 6px 0;
}

#content.create form input.submit {
	background: url(/static/img/layout/submit.gif) #dd0606 no-repeat;
	color: #FFFFFF;

	border: none 0px;
	cursor: pointer;
	height: 20px;

	padding: 3px 3px 2px 15px;
	margin: 0 10px 0 0;

	clear: none;
	float: left;

	width: auto;
}

#content.create form input.reset {

}

#content.create form .line {
	float: left;
	margin: 0 0 4px 0;
}

#content.create form .routequality {
	float: left;
	width: 320px;
}

#content.create.hiking form .routequality {
	width: 270px;
}

#content.create.mountainbike form .routequality {
	width: 240px;
}

#content.create form .theme {
	float: left;
	width: 270px;
}

#content.create form .fitness {
	float: left;
	width: 250px;
	height: 23px;
}

#content.create form .panorama {
	float: left;
	width: 250px;
	height: 23px;
}

#content.create form .typeTour {
	float: left;
	width: 300px;
}

#content.create form .video,
#content.create form .images {
	float: left;
	width: 300px;
	padding: 0 0 10px 0;
}

#content.create form .gpx {
	width: 300px;
	float: left;
}

/*
#content.create form .submit {
	width: 300px;
	float: left;
}
*/
#content.create form .modaration h2 {
	width: 510px;
}

#content.create form .modaration input {
	margin-left: 196px;
	clear: left;
}

#content.create form .modaration label {
	clear: none;
	padding-left: 5px;
	width: 280px;
}

#content.create form .delimages {
	width: 520px;
	float: left;
}

#content.create form .delimages .image {
	width: 150px;
	height: 140px;
	margin: 0 10px 10px 0;
	border: 1px solid #cccccc;
	padding: 5px;
	overflow: hidden;
	float: left;
}

#content.create form .delimages .image label {
	width: auto;
}

#content.create form .delimages .image input.checkbox {
	margin: 3px 0 0 0;
}

#content.create form .delimages .image img {
	width: 150px;
}

/**
 * News and Standard Content
 */
#content.news h1 {
	padding: 0 0 10px 0;
}

#content.news h2 {
	padding: 5px 0 10px 0;
}

#content.news ul {
	padding: 0 0 10px 0;
}

#content.news li {
	list-style: none;
	background: url(/static/img/layout/redArrow.gif) left top no-repeat;
	padding: 0 0 0 10px;
}

#content.news a {
	background: none;
	padding: 0;
}

/**
 * Forms and Tools
 */
#content form.vote label {
	float: left;
}

#content form.vote input.votebutton {
	background: transparent url(/static/img/layout/vote.gif) no-repeat -36px top; /*background:transparent url(/static/img/layout/vote.gif) no-repeat scroll left top;*/
	border: medium none;
	color: #000000;
	cursor: pointer;
	float: left;
	height: 10px;
	margin: 4px 2px 4px 0;
	overflow: hidden;
	padding: 0;
	width: 11px;
}

#content form.vote .votebutton.highlight {
	background: transparent url(/static/img/layout/vote.gif) no-repeat 0px top !important;
}

/**
 * Reviewing
 */
#content.create form input.reviewing {
	background: transparent url(/static/img/layout/vote.gif) no-repeat scroll -36px top;
	border: medium none;
	color: #000000;
	cursor: pointer;
	float: left;
	height: 10px;
	margin: 4px 2px 4px 0;
	overflow: hidden;
	padding: 0;
	width: 11px;
}

#content.create form input.reviewing.highlight {
	background: transparent url(/static/img/layout/vote.gif) no-repeat scroll left top;
}

/**
 * File Form
 */
#content form div.upload {
	float: left;
	margin: 3px 18px 7px 0;
}

#content form label.myfile {
	background: transparent url(/static/img/layout/file.gif) no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	height: 20px;
	overflow: hidden;
	width: 86px;
	clear: none;
	position: relative; /*z-index: 1000;*/
	padding: 0;

}

#content form label.myfile input.file {
	position: absolute;
	height: 20px;
	width: 40px;
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 0);
}

/**
 * Iframe
 */
#content table.factsbox {
	width: 520px;
}

#content table.factsbox tr td {
	width: 245px;
	vertical-align: top;
	padding: 0;
}

#content table.factsbox tr td.spacer {
	width: 20px;
}

#content table.factsbox tr td table {
	width: 250px;
}

#content table.factsbox tr td table tr th {
	width: 100px;
	font-weight: normal;
	padding: 1px;
}

#content table.factsbox tr td table tr td {
	width: 140px;
	padding: 1px;
}

#content table.factsbox tr td table tr th.header {
	font-weight: bold;
}

/**
 * RightCol
 */
#rightcol {
	float: right;
	width: 225px;
	margin: 0 20px 0 0px;
	padding: 0 0 17px 0;
	display: inline;
	overflow: hidden;
	position: relative;
}

#rightcol .block {
	background: url(/static/img/layout/bg_rightcol.jpg) left top no-repeat;
	padding: 5px 0 10px 20px;
	float: left;
	width: 205px;
}

#rightcol .block.out {
	background: #F1F6F6;
	position: absolute;
	bottom: 0px;
	padding: 5px 0 0 20px;
}

#rightcol h2.img {
	color: #333333;
	font-size: 13px;
	font-family: "TheSans B7 Bold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 205px;
	padding: 10px 0 5px 0;
}

#rightcol .block .imprint {
	padding: 0 0 5px 0;
	float: left;
	width: 205px;
}

#rightcol .block .imprint a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 2px 3px 0;
}

#rightcol .block .imprint a span.zoom {
	background: url(/static/img/layout/zoom.gif);
	width: 10px;
	height: 10px;
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
}

#rightcol .block h3 {
	margin: 0 0 5px 0;
}

#rightcol .block p {
	margin: 0 0 5px 0;
}

#rightcol .block img.right {
	float: right;
	margin: 0 0 5px 10px;
}

#rightcol .block.ads {
	background-position: right top;
	padding: 10px;
	height: 110px;
	cursor: pointer;
	width: 205px;
	overflow: hidden;
}

#rightcol .block.ads p {
	width: 100px;
}

#rightcol .block.youtube {
	background-position: right bottom;
	background-image: url(/static/img/layout/youtube.jpg);
	padding: 10px;
	height: 80px;
	cursor: pointer;
	width: 205px;
	overflow: hidden;
}

#rightcol .block.youtube p {
	width: 100px;
}

