/*
* @package phpBB Extension [Adressverwaltung - Tourziele]
* @copyright (c) 2014-2021 waldkatze
* @copyright (c) 2022 Mike-on-Tour
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

/* Seiteneinstellung */
div#tourziel {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* MAIN Buttons */
div.tzv-nav-links {
	margin-bottom: 40px;
}

p {margin-bottom:10px;}

/* Link */
.tourziel {
	font-size: 1.5em;
	line-height: 1.5;
}

.tourziel ul li {
 list-style-type: none;
}

.tourziel ul {
 margin-left: 1em;
}

/* Smilie Box */
.smiliebox {
	height: 60px;
/*	width: 450px; */
	overflow:auto;
}

/* Land Box add/edit */
.landbox {
	height: 15px;
/*	width: 450px; */
	overflow:auto;
}


/* Index Bilder */
.main1 {
	background: url("./../../all/theme/images/main_1.jpg");
	width: 200px;
	height: 150px;
	float:none;
	margin-left: 0;
	margin-top: 0px;
}

.main2 {
	background: url("./../../all/theme/images/main_2.jpg");
	width: 200px;
	height: 150px;
	float:none;
	margin-left: 220px;
	margin-top: -150px;
}

.main3 {
	background: url("./../../all/theme/images/main_3.jpg");
	width: 200px;
	height: 150px;
	float:none;
	margin-left: 440px;
	margin-top: -150px;
}
