@charset "utf-8";

/* ============================================
   travel-emotion.de Stylesheet
   16.11.2008
   by www.sbihl.de
   ============================================ */

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(gfx/bg.png) repeat-x 0 2px;
	color: #000;
	font-size: 100.01%;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #f29400;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	color: #f29400;
	font-size: 1em;
	margin: 25px 0 12px 0;
	line-height: normal !important;
}
p, address, blockquote {
	margin: .5em 0;
}
address {
	font-style: normal;
}
#content ul,
#content-ob ul {
	margin: 3px 0 1em 20px;
}
#content ul li,
#content-ob ul li {
	padding: 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	border-bottom: 1px solid #797979;
	float: left;
	height: 105px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#language {
	float: left;
	height: 16px;
	margin: 0;
	padding: 9px 0 30px 0;
	text-align: right;
	width: 100%;
}
#language ul {
	margin: 0;
	padding: 0;
}
#language ul li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0;
}
#logo {
	float: left;
	height: 38px;
	margin: 0;
	padding: 0;
	width: 325px;
}
#navigation {
	color: #b2b2b2;
	float: left;
	font-size: 1.3em;
	height: 31px;
	margin: 0;
	padding: 23px 0 0 0;
	text-align: right;
	width: 575px;
}
#teaser {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content,
#content-ob {
	border: solid #797979;
	border-width: 1px 0;
	float: left;
	font-size: 1.3em;
	margin: 0;
	line-height: 1.5em;
	padding: 8px 0 32px 0;
	text-align: justify;
	width: 100%;
}
#content-ob {
	border-top: none;
}
#maincontent {
	border: none;
	float: left;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	padding: 8px 0 32px 0;
	width: 585px;
}
#content .kundenzitat {
	font-size: 16px;
	font-style: italic;
	margin: 38px 0 12px 0;
	padding: 0;
	line-height: normal !important;
}
#sidebar {
	float: left;
	margin: 0 15px 0 0;
	width: 300px;
}
.ma {
	float: left;
	margin-top: 25px;
	width: 100%;
}
.portrait {
	float: right;
	margin: 0 0 5px 15px;
}
#footer {
	color: #999;
	float: left;
	font-size: 1.2em;
	height: 46px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

/* Referenzen
-----------------------------------------------*/
#panes {
	width: 585px;
	margin: 0 0 20px 0;
	padding: 0;
}
#panes p {
	width: 585px;
	margin: 0 0 .83em 0;
	padding: 0;
}
#panes div div {
	overflow: hidden;
}
#previous {
	float: none;
	cursor: pointer;
}
#next {
	float: none;
	cursor: pointer;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	border-right: 1px solid #000;
	color: #000;
	padding: 0 6px;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #000;
	text-decoration: underline;
}
.lastnavlink {
	border-right: none !important;
	padding-right: 0 !important;
}
.current {
	color: #f29400 !important;
}
/*Navi Referenzen*/
ul#buttons {
	margin: 60px 0 0 0;
	padding: 0;
}
ul#buttons li {
	background: #fff url(gfx/nextli.gif) no-repeat 0 50%;
	margin: 0;
	list-style: none;
	padding: 2px 0 2px 18px;
}
ul#buttons li a,
ul#buttons li a:visited {
	color: #000;
	text-decoration: none;
}
ul#buttons li a:hover {
	color: #000;
	text-decoration: underline;
}

/* Formulare
-----------------------------------------------*/
#kontaktform {
	border: none;
	float: left;
	margin-top: 10px;
	width: 585px;
}
fieldset {
	border: 1px solid #d2ced0;
	margin: 1em 0;
	padding: 12px 20px;
}	
legend {
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}
.kontaktdaten label {
	cursor: pointer;
	float: left;
	width: 100px;
}
input.ti {
	font-family: inherit;
	font-size: 1em;
	width: 250px;
}
textarea {
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	width: 525px;
}
.button,
.button:hover {
	cursor: pointer;
	padding: 0 4px;
}