/* Links
A.Plain, A.Plain:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
*/

/* Basic Adjustments */

BODY {
	/*font-size: 10px;*/ /* used for easy em <=> px conversion */
	margin: 0;
	padding: 0;
}

INPUT,SELECT,TEXTAREA {
	/*font-size: 1em;*/
}

TABLE,TR,TD {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

FORM {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

/* Workarounds & Fixes */
.Terminator {
	height: 0px; /* =1px; otherwise does not work in Safari :/ */
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	border: 0px solid red;
	color: transparent;
}

.level_2{
display:block;
text-decoration:none;
color:#000;
line-height:14px;
}


.level_1{
	margin-top:45px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
}
.start{
	margin-top:28px;
}

.headtitle{
	margin-bottom:45px;
	margin-top:0;
}

.selecteddir{
	font-weight:bold;
	color:#047;
}

.imagesTable{
	width:100%;
font-size:11px;
color:#333;
}



.imagesTable .thumbnail{
	height:100px;
	width:150px;
	background-color:#fff;
}

.imagesTable .description{
	padding-left:10px;

}

.imagesNavigationPanel{
	margin-left:18px;
	font-size:11px;
}


.imagesNavigationPanel a:hover{
	color:#047;
}

.imagesGrid a:link{
	color:#333;
}

.imagesGrid a:visited{
	color:#333;
}

.imagesGrid a:hover{
	color:#047;
}


/*360° Ansicht*/
.grad360icon1{
	position:absolute;
	right:0;
	top:380px;
	width:131px;
	height:63px;
	background-image: url(images/icon_360Grad.png);
	background-repeat: no-repeat;
}

.grad360icon2{
	position:absolute;
	right:131px;
	top:380px;
	width:131px;
	height:63px;
	background-image: url(images/icon_360Grad.png);
	background-repeat: no-repeat;
}

.grad360text{
	position:absolute;
	right:0;
	bottom:0;
	text-align:center;
	width:115px;
	font-size:11px;

}


.flashpreview{
	margin-top:-5px;
}
