@charset "UTF-8";
/* CSS Document */



/* ------------------------------------------------------ BASICS */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	}

html {

	width: 100%;
	}

body {
	height: 100%;
	overflow: auto;
	/* - - - - - - - - - - - - - - - - - - - - - - - - Typo global */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.8em;
	white-space: normal;
	text-align: left;
	text-decoration: none;
	/* - - - - - - - - - - - - - - - - - - - - - - - - Farbe global */
	color: #111;
	background: #000;
	border: none;
}

a, img {
	outline: none; /* gegen hyperlink-Rand im Firefox */
	text-decoration: none;
	border: none;
	color:#666666;
	}

.linie {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	line-height: 1px;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 10px 0;
	}

.clearer {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	line-height: 1px;
	height: 1px;
	margin: 10px 0;
	}
	

/* ------------------------------------------------------ DIVs */

#main {
	width: 70%;
	margin: 3% auto;
	}
	
#welcome {
	display: block;
	width: 320px;
	margin: 2% auto 0;
	background: transparent;
	text-align: left;
	}

#impressum {
	float:right;
	width:70%;
	}
	
	
/* ------------------------------------------------------ PREVIEW */


.preview li {
	float: left;
	margin: 0 2px 2px 0;
	}

.preview img {
	vertical-align: top;
	border: none;
	height: 5em;
	width: 5em;
	}

li .aktiv, li a:link, li a:active, li a:visited, li a:focus {
	margin: 0;
	}
	
/* ------------------------------------------------------ INFO */	

.info li {
	z-index: 2;
	}


/* ------------------------------------------------------ A HREF */
	
.aktiv, a:link, a:active, a:visited, a:focus {
	margin: 0;
	padding: 0;
	font-size: inherit;
	}
	
.aktiv, a:hover {
	color: #c1002a;
	}
	
.current {
	color: #999;
	}
	
.aktiv {
	font-weight: bold;
	}
	
/* ------------------------------------------------------ TYPO */
	
h1, h1 a {
	display: block;
	width: 98px;
	height: 120px;
	background: url(../_imgs/_graphics/metagate.jpg) no-repeat;
	}
	
#welcome a:link, #welcome a:active, #welcome a:visited, #welcome a:focus {
	display: block;
	width: 320px;
	height: 340px;
	background: url(../_imgs/_graphics/metagate_welcome_off.jpg) no-repeat;
	}
	
#welcome a:hover {
	background: url(../_imgs/_graphics/metagate_welcome.jpg) no-repeat;
	}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.1em;
	color: #666;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #000;
	}
	
#welcome h2, #welcome p {
	padding: 0 50px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	/*letter-spacing: 0.1em;*/
	color: #666;
	font-weight: normal;
	}
	
#content p {
	padding:0.6em;
	}
	
.marginal {
	color: #222;
	font-size: 11px;
	}


/*****************************************************************************/
/* The following styles are added by the Highslide Editor                    */
/*****************************************************************************/
.highslide-wrapper, .highslide-outline {
	background: #000000;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 2px solid #000000;
}
.highslide-caption {
	color: #CCCCCC;
	text-align: left;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(../highslide/graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 135px !important;
}
.large-dark .highslide-controls, .large-dark .highslide-controls ul, .large-dark .highslide-controls a {
	background-image: url(../highslide/graphics/controlbar-black-border.gif);
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-controls .highslide-close {
	display: none;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}
.highslide-html {
	background: none;
}
.highslide-header ul a {
	background-image: url(graphics/controlbar-text-buttons.png);
	padding-left: 16px;
	display: inline-block;
	height: 16px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header ul li.highslide-previous {
	display: inline;
}
.highslide-header .highslide-previous a {
	background-position: 0 -141px;
}
.highslide-header ul li.highslide-next {
	display: inline;
}
.highslide-header .highslide-next a {
	background-position: 0 -201px;
}
.highslide-header .highslide-move a {
	background-position: 0 -281px;
}
.highslide-header .highslide-close a {
	background-position: 0 -221px;
}
/*****************************************************************************/
/* END + styles  added by the Highslide Editor +  END                 */
/*****************************************************************************/

.highslide img {
	width: 60px;
}

.highslide-thumbstrip img {
	border:1px solid #000000;
	opacity: 0.3;
}

.highslide-thumbstrip .highslide-active-anchor img {
	opacity:0.2;
}

.highslide-thumbstrip img:hover {
	opacity: 1.0;
}

.highslide img {
	border:1px solid #000000;
}

.highslide-image {
	background:#000000 none repeat scroll 0 0;
}


.highslide-caption {
	color:#666666;
	font-size: 0.9em;
	height:auto;
	min-height:3em;
}

.highslide-caption ul {
}

.highslide-caption li {
}

.highslide-gallery ul li {
	background:#000 none repeat scroll 0 0;
	border:none;
	float:left;
	height:0px;
	line-height:0;
	overflow:hidden;
	position:relative;
	width:0px;
	margin:0;
}

html > body .highslide-gallery ul a {
	display:inline-block;
	position:static;
	vertical-align:middle;
	font-size:0;
}

#main h2 {
	padding-left: 6px;
}

#content {
	padding-left: 6px;
	text-align: center;
	padding-top:40px;
}

#kontakt {
	text-align: left;
}


.hs-caption-float-right {
	float: right;
	width: 50%;
	text-align: right;
}

span.highslide-caption .hs-caption-float-right img {
	height:50px;
	
	}

.hs-caption-float-left {
	float: left;
	width:50%;
}

.hs-caption-img {
	float: right;
	padding-left:5px;
}


#main #welcome h2 {
	padding: 0 50px;
}

#mg_tab_menu {
	margin-top:-20px;
}

#mg_tab_menu .tabs {
	font-size:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 7px;
	text-align:center;
	color:#666;
}

#mg_tab_menu .tabs li {
	border-right:1px dotted #333333;
	display:inline;
	line-height:16px;
	margin-right:10px;
	padding-right:10px;
}

#mg_tab_menu .tabs li:last-child {
	border-right:0px none #333333;
}

.iframe-wrapper {
	margin: 0px;
	padding: 0px;
}

.panes div {
	display: none;
}

.iframe {
	display: block;
}

.panes div:first-child {
	display: block;
}



.BeforeAfterThumbsDiv, .AutoFade
	{
	display: inline-block;
	padding: 5px;
	margin: 0px;
}

.BeforeAfterThumbsDiv div, img {
	cursor: url(../_imgs/_graphics/zoomin.cur), pointer;
}


.AutoFadeWrapper {
	margin: 0px;
	padding: 0px;
}


#right360 {
	float: none;
}

#middle360 {
	background: url(../_imgs/360Layout3d.jpg) no-repeat;
	float: none;
	height: 69px;
	width: 154px;
}

#big_flash_container {
	width: 400px;
	float: none;
}

#main360 {
	text-align: left;
	max-width: 825px;
	margin: 5px auto;
}

#right360cont {
	float: right;
	width: 400px;
}

.grey_bg {
	background: #fff;
	height:81px;
	margin-bottom:5em;
}

#right360 p {
	font-size: 12px;
	color: #999999;
	padding: 0;
}

#thumb360cont li {
	margin-right: 10px;
}

#thumb360cont {
	margin-top: 10px;
}

#right360 .grey_bg h4 {
	text-align: right;
}

.hs-caption-img img {
	cursor: default !important;
}
