@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/

*{
	margin: 0px;
	padding: 0px;
}
.eckstein {display:none;}
.klar {clear: both;}


a:link,
a:visited {
    text-decoration: none;
    color: #fff;
}
a:active,
a:hover {
    text-decoration: none;
    color: rgba(134, 10, 121, 1);
}

body {
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 300;
	}
#huelle {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	}
#schachtel_kopf {
	display: block;
	width: 100%;
	max-width: 1200px;
	height:auto;
	}
#schachtel_navigation {
	display: block;
	width: 100%;
	max-width: 1200px;
	height:28px;
	}
#schachtel_bild {
	clear:both;
	display: none;
	width: 100%;
	max-width: 1200px;
	height:300px;
	}
#schachtel_bauch {
	clear:both;
	display: block;
	width: 100%;
	max-width: 1200px;
	height:auto;
	}
#schachtel_fuss {
	clear:both;
	display: block;
	width: 100%;
	max-width: 1200px;
	height:auto;
	background-color: rgba(255, 255, 255, 0.8);
	}
	
#kopf .home:link,
#kopf .home:visited {
	display: block;
	width: 100%;
	height: 50px;
	background-image:url(../images/thai-massage-nan_logo_schmal.png);
	background-position:center;
	background-repeat: no-repeat;
	}
	

#bild {
	display: block;
	width: 100%;
	height: 100%;
	margin-top:10px;
	background-position:center;
	}
#schachtel_bauch {
	margin-top:10px;	
	margin-bottom:10px;
	border-top:1px solid #FFF;
	}
.inhaltlinks {
	display: block;
	width: 100%;
	height: auto;
	min-height: 250px;
	margin-top:10px;
	margin-bottom:10px;
	color: #0a2b39;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;

	}	
.inhaltlinks h2 {
	display: block;
	width: 94%;
	height: auto;
	min-height: 20px;
	font-weight:200;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 28px;
	letter-spacing:1px;
	padding:10px 3% 10px 3%;
	text-align:left;
	}
.inhaltlinks p {
	display: block;
	width: 94%;
	height: auto;
	font-weight:300;
	text-decoration:none;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 20px;
	text-align:left;
	padding:5px 3% 10px 3%;
	}
	
.infobanner {
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top:10px;
	margin-bottom:10px;
	color: #fff;
	background-color: rgba(134, 10, 121, 0.4);
	text-align: center;
	vertical-align: central;
	}	
.infobanner a:link,
.infobanner a:visited {
	color:#fff;
	}
.infobanner h2 {
	text-transform:uppercase;
	font-weight:200;
	text-decoration:none;
	font-size: 22px;
	letter-spacing:3px;
	padding:12px 5px 10px 5px;}

.gutscheinbanner {
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top:10px;
	margin-bottom:10px;
	color: #fff;
	background-color: rgba(134, 10, 121, 0.4);
	text-align: center;
	vertical-align: central;
	}

.gutscheinbanner h2 {
	text-transform:uppercase;
	font-weight:200;
	text-decoration:none;
	font-size: 18px;
	letter-spacing:3px;
	padding:12px 5px 10px 5px;}
	
.preisbanner:link,
.preisbanner:visited {
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	margin-top:10px;
	margin-bottom:0px;
	color: #fff;
	background-color: rgba(134, 10, 121, 0.4);
	text-align: center;
	vertical-align: central;
	text-decoration:none;

	}	
.preisbanner:active,
.preisbanner:hover {	
	background-color: #fff;
	color: rgba(134, 10, 121, 0.4);
}


.preisbanner:link h2,
.preisbanner:visited h2 {
	display: block;
	width: 100%;
	height: auto;
	text-transform:uppercase;
	font-weight:200;
	text-decoration:none;
	font-size: 28px;
	letter-spacing:3px;
	padding:12px 5px 10px 5px;
	text-align: center;
	vertical-align: central;}
	
	
.newsbanner {
	display: block;
	width: 100%;
	height: auto;
	min-height: 155px;
	margin-top:10px;
	margin-bottom:10px;
	color: #fff;
	background-color: rgba(10, 43, 57, 0.7);
	text-align: center;
	vertical-align: central;
	}
	
.newsbild:link,
.newsbild:visited {
	display: block;
	width: 40%;
	height: 100%;
	min-height: 155px;
	background-position:center;
	float:left;
	}
.newstext:link,
.newstext:visited {
	display: block;
	width: 60%;
	height: 100%;
	background-position:center;
	text-decoration:none;
	float:left;
	}
.newstext:link .headline,
.newstext:visited .headline {
	display: block;
	width: 94%;
	height: auto;
	font-weight:200;
	text-decoration:none;
	text-transform:uppercase;
	color: #a9ddf3;
	font-size: 22px;
	letter-spacing:1px;
	padding:0px 3% 0px 3%;
	text-align:left;
	margin-bottom: -13px;
	}
.newstext:link .text,
.newstext:visited .text {
	display: block;
	width: 94%;
	height: auto;
	font-weight:200;
	text-decoration:none;
	color: #fff;
	letter-spacing:1px;
	padding:0px 3% 10px 3%;
	text-align:left;
	}
	
	
.fuss {
	display:block;
	width: auto;
	height: auto;
	text-align: center;
	letter-spacing:1px;
	line-height:18px;
	padding:4px 4px;
	}



/* Headerbilder */
.huelle_start {background-image: url(../images/bgr.jpg);background-repeat: repeat-x;}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 481px) {
.huelle_start {background-image: url(../images/bgr.jpg);}	

body {
	background-repeat: repeat-x;
	background-color:#990c47;
	}

#kopf .home:link,
#kopf .home:visited {
	height: 150px;
	background-image:url(../images/thai-massage-nan_logo.png);
	background-color: rgba(169, 221, 243, 0);
	}
#schachtel_bild {
	clear:both;
	display: block;
	width: 100%;
	max-width: 1200px;
	height:200px;
	}
	
#navigation li a:link, 
#navigation li a:visited {
	height:24px;
	font-size: 16px;
	margin-right:0px;
	background-color: rgba(255, 255, 255, 0);
	}
#navigation li a:hover, 
#navigation li a:active {
	color: #FFF;
	background-color: rgba(10, 43, 57, 0.4);
	}
.inhaltlinks {
	background-color: rgba(255, 255, 255, 0.4);
	}
.infobanner h2 {
	font-size: 42px;
	letter-spacing:3px;}
.newsbanner {
	background-color: rgba(10, 43, 57, 0.4);}
.newstext:link .headline,
.newstext:visited .headline {
	color: #0a2b39;
	}
#schachtel_fuss {
	clear:both;
	display: block;
	width: 100%;
	max-width: 1200px;
	height:auto;
	background-color: rgba(255, 255, 255, 0);
	border-top:1px solid #fff;
	padding-top:5px;
	}
}

@media only screen and (min-width: 601px) {
#navigation li a:link, 
#navigation li a:visited {
	display:block;
	width:auto;
	height:24px;
	color: #0a2b39;
	text-transform:uppercase;
	font-weight:200;
	text-decoration:none;
	font-size: 14px;
	float:left;
	margin-right:5px;
	padding:3px 1px 1px 1px;
	}
#navigation li a:hover, 
#navigation li a:active {
	color: #FFF;
	background-color: rgba(10, 43, 57, 0.4);
	}
#navigation li .impressum:link, 
#navigation li .impressum:visited {
	width:auto;
	font-size: 14px;
	float:right;
	margin-right:0px;
	}
.inhaltlinks {
	width: 49.2%;
	float:left;

	}	
.infobanner {
	width: 49.2%;
	min-height: 76px;
	float:right;
	}	
.gutscheinbanner {
	width: 49.2%;
	min-height: 50px;
	float:right;
	}
.newsbanner {
	width: 49.2%;
	min-height: 155px;
	float:right;
	}

.infobanner h2 {
	font-size: 22px;
	letter-spacing:3px;
	margin-top: 12px;}
}
.gutscheinbanner h2 {
	font-size: 22px;
	letter-spacing:3px;
	margin-top: 0px;}
}
@media only screen and (min-width: 700px) {
#navigation li a:link, 
#navigation li a:visited,
#navigation li .impressum:link, 
#navigation li .impressum:visited {
	font-size: 16px;
	margin-right:15px;
	}
#schachtel_bild {
	clear:both;
	display: block;
	width: 100%;
	max-width: 1200px;
	height:300px;
	}
	}	
/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {

#schachtel_kopf {
	display: block;
	width: 100%;
	max-width: 1200px;
	height:150px;
	}
	
#kopf .home:link,
#kopf .home:visited {
	height: 150px;
	background-image:url(../images/thai-massage-nan_logo.png);
	background-color: rgba(169, 221, 243, 0);

	}
#navigation li a:link, 
#navigation li a:visited {
	height:24px;
	font-size: 18px;
	margin-right:15px;
	padding:3px 1px 1px 1px;
	}
.infobanner h2 {
	font-size: 24px;
	letter-spacing:3px;
	padding:23px 5px 10px 5px;
	margin-top: 0px;}


}

@media only screen and (min-width: 810px) {
.infobanner h2 {
	font-size: 32px;
	letter-spacing:3px;
	padding:18px 5px 10px 5px;}
}

@media only screen and (min-width: 1030px) {
.infobanner h2 {
	font-size: 42px;
	letter-spacing:3px;
	padding:12px 5px 10px 5px;
	}
.newstext:link .headline,
.newstext:visited .headline {
	margin-bottom: 0px;
	}
}
