﻿/* Scrollbar erzwingen */	
html { overflow-y: scroll;}

body {
	font-family: Verdana;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

/* Mitte festlegen */	
div#main {
	position: absolute;
	width: 1000px;
	z-index: 1;
	left: 50%;
	margin-left: -500px;
	font-size: 90%;
	line-height: 140%;
}

/* Inhalt - Content */
#content {
	position: absolute;
	width: 100%; 
	left: 0px; 
	z-index: 1; 
	top: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

/* Finder */	
div#finder {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top:1px #C0C0C0 solid; 
	border-bottom:none;
	font-size:85%;
	line-height:20px;
	width:1000px;
}

/* Box (kein Textzoom) */
.box {
	margin: 0px;
	/*margin:-1px 5px 10px 5px;*/
	border: 0px;
	/*border: 1px #C0C0C0 solid; */
	z-index: 99;
	text-align: left;
	font-size: 12px;
	line-height: 16px;

}

/* Textbox (mit Textzoom) */
.text {
	padding: 0px;
	margin: 0px;
	border: 0px;
	/*border: 1px #C0C0C0 solid;*/
	text-align: left;
	color: #000000;	
}

.angebotspreis {

	color: #FF0000; 
	font-size: 40px; 
	font-weight: bold;
	font-family: Times New Roman;
	font-style: italic;
	text-align: left;
}

.preis {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000; 
	font-size: 20px;
	font-weight: bold;
	font-family: Times New Roman;
	font-style: italic;
	text-align: center;	
}

.headline {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000; 
	font-size: 150%;
	line-height: 150%; 
	font-weight: bold;
	font-family: Verdana;
	text-align: center;	
}

.highlight {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 100%; 
	font-weight: bold;
	font-style: italic;
}

.yoga {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 100%; 
	font-weight: bold;
	font-style: italic;
	color: #006633;
}

.zitat {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 100%; 
	font-style: italic;
	color: #C0C0C0;
}



/* Allgemeine Angaben */
p {
	margin: 2px 0 3px 0;
}

p.gross:first-letter {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left; 
	font-size: 35px;
	font-family: Times New Roman; 
}

img {
	border: 0px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	
}
li {
	list-style: disc;
	margin: 1px;
	padding: 0px 0px 0px 0px;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	margin: 0px 0px 0px 0px;
}

table {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

/* Überschriften (h1,h2 kein Textzoom h3 mit Textzoom) */
h1 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}
h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}
h3 {
	text-align: left;
	font-size: 105%;
	font-weight: normal;
	line-height: 110%;
	color: #000000;
	margin: 0px;
	padding: 2px 0 2px 0;
	z-index: 99;
}

/* Formulare */
form {
	margin: 1px 0 1px 0;
}

input.text {
	margin: 1px;
	padding: 2px;
	border: 1px #7F9DB9 solid;
	font-size: 110%;
}

input.box {
	margin: 1px;
	padding: 2px;
	font-size: 14px;
	border: 1px #7F9DB9 solid;
}

input.rad, input.check { 
	border:1px #ffffff solid;
}

select, select.box {
	margin:1px;
	padding:1px;
	border:1px #7F9DB9 solid;
	font-size:14px;
}

select.text {
	margin:1px;
	padding:1px;
	border:1px #7F9DB9 solid;
	font-size:110%;
}

textarea.text {
	font-size: 110%;
	border: 1px #7F9DB9 solid;
}

/* Tabbox */
#tabs {
	position: relative;
	z-index: 99;
	margin: 0;
	padding: 0px;
	float: left;
	font-size: 11px;
	line-height: normal;
}
#tabs ul {
	margin: 0px;
	padding: 0px 0px 0px;
	list-style: none;
}
#tabs li {
	list-style: none;
	float: left;
	background: url("http://www.spanien-andalusien.de/images/tab_left.gif") no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}
#tabs a {
	float: left;
	display: block;
	background: url("http://www.spanien-andalusien.de/images/tab_right.gif") no-repeat right top;
	padding: 6px 9px 6px 0px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#tabs #tab1left {
	background-image: url("http://www.spanien-andalusien.de/images/tab_left_on.gif");
}
#tabs #tab1right {
	background-image: url("http://www.spanien-andalusien.de/images/tab_right_on.gif");
	padding-bottom: 7px;
}
#tabline {
	line-height: 26px;
	margin: 0px;
}
#tabcontent {
	position: relative;
	padding: 20px;
	margin: -1px 0 0 0;
	background-color: #ffffff;
	border: 1px #C0C0C0 solid;
	text-align: left;
	color: #000000;
}

/* Links */
a:link, a:visited { color: #0066FF; text-decoration: none; }
a:hover{ color: #0000FF; text-decoration: none; }


/* Link intern schwarz */
a.titellink-II:link
{
color: #000000;
text-decoration: none;
}

a.titellink-II:visited
{
color: #000000;
text-decoration: none;
}

a.titellink-II:hover
{
color: #0000FF;
text-decoration: none;
} 

/* Link copyright */
a.copyrightlink:link
{
color: #C0C0C0;
text-decoration: none;
}

a.copyrightlink:visited
{
color: #C0C0C0;
text-decoration: none;
}

a.copyrightlink:hover
{
color: #0000FF;
text-decoration: none;
} 

/* header */
div#header {
	 position: absolute;
	 width: 1000px;
	 z-index: 2;
	 top: 10px;
	 left: 0px;
	 text-align:left;
	 line-height: 10px;
	 font-size: 14px;
}
/* menu */
div#menu {
	position: absolute;
	width: 1000px;
	z-index: 2;
	top: 115px;
	left: 0px;
	border-bottom:1px #C0C0C0 solid;
	line-height:25px;
}

div#menu-side {
	border-bottom:1px #C0C0C0 solid;
	border-top:1px #C0C0C0 solid;
	line-height:180%;
}

#slideshow {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1;
}

#slideshow-rechts {
	position: absolute;
	top: 10px;
	left: 500px;
	z-index: 1;
}

#box-header-500 {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 500px;
	height: 215px;
	z-index: 1;
}

/* DIV in Slideshow Abstand links 545PX */
#box-slideshow-545 {
	position: absolute;
	top: 10px;
	left: 545px;
	z-index: 1;
}

/* DIV in Slideshow Abstand links 670PX */
#box-slideshow-670 {
	position: absolute;
	top: 10px;
	left: 670px;
	z-index: 1;
}

/* DIV in Slideshow Abstand links 750PX */
#box-slideshow-750 {
	position: absolute;
	top: 10px;
	left: 750px;
	z-index: 1;
}

/* footer */
div#footer {
	 position: relative;
	 width: 975px;
	 z-index: 1;
	 bottom: -50px;
	 left: 0px;
	 clear: both;
	 text-align: left;
	 color: #C0C0C0;
	 font-size: 12px;
	 padding: 10px;
	 /*margin: 0 0 0 0;*/
	 border:0px #eeeeee solid;
}
div#footer a:link, div#footer a:visited  {color: #C0C0C0; text-decoration: none; }
div#footer a:hover  {color: #191970; text-decoration: none; }

/* Textzoom Buttons */
.textzoom {
	position:absolute;
	top:0px;
	right:0px;
	color: #ffffff;
	text-align:right;
	padding:6px;
	padding-right:5px;
}

div#textzoom img {
	padding-right:2px;
}

.liste li {
	float: left;
	margin: 0px;

}