html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #9896AE;
	background-image: url(../img/layout/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #493B79; /*#1B0A57;*/
}
.body {
	width: 830px;
	margin: 0 auto;
	background-image: url(../img/layout/bg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 14px;
}
a {
	color: #1B0A57;
}
a:hover {
	color: #594C89;
}
form {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: square;
}
/* NAVI *********************/
.naviWrap img {
	
}
.shortinfo1 {
	font-size: 9px;
	color: #999999;
}
.navi1{
	line-height: 30px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 200px;
	height: 30px;
}
.navi1 a {
	color: #1B0A57;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	width: 200px;
}
.navi1 a:hover, .navi1:hover {
	background-color: #C9C9CA;
}
.navHeadGalerie {
	text-indent: 10px;
	margin-top: 30px;
	line-height: 30px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 200px;
	height: 30px;
	overflow: hidden;
	color: #999999;
	text-transform: uppercase;
}

/* TEXT *********************/
.h1 {
	font-size: 14px;
	color: #666666;
}
.impressum {
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}
/* BILD *********************/
.imgBorder1 {
	border: 1px solid #999999;
}
.imgRightWrap {
	float: right;
	width: 132px;
	margin-left: 30px;
}
.imgRightAddText {
	width: 132px;
	background-color: #E0E0E1;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgRightAddText .img {
	border: 1px solid #fff;
	width: 120px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.imgRightAddText .text {
	font-size: 9px;
	color: #666666;
	margin-left: 6px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
}
.imgRightAddText .text a {
	color: #666666;
	text-decoration: none;
}
.imgRightWrap2 {
	clear: both;
	margin-top: 30px;
}
.imgRightWrap3 {
	float: right;
	width: 152px;
	margin-left: 20px;
	overflow: auto;
	height: 350px;
}
/* Begriffe *********************/
.cxx {}
.cxx a {
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
}
.cxx ul {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.cxx li {
	float: left;
	list-style-type: none;
	display: block;
	margin-right: 10px;
	font-size: 10px;
}
.cxx .neg,.cxx .neg a {
	font-size: 10px;
	color: #999999;
	clear: left;
	margin-top: 10px;
}
/* FORM KONTAKT ********************************/
.mailTable {
	margin-bottom: 20px;
	width: 250px;
}
.mailTable td{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mailTextfield {
	width: 350px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E0DDEB;
	background-color: #E0DDEB;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.mailTextarea{
	width: 350px;
	height: 100px;
	scrollbar-base-color: #E0DDEB;
	background-color: #E0DDEB;
	border: 1px solid #E0DDEB;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.mailButton, .mailButton:focus {
	background-color: #E0DDEB;
	color: #1B0A57;
	border: 1px solid #1B0A57;
	cursor: pointer;
	margin-top: 1px;
	width: 100px;

}
.mailButton:hover {
	background-color: #1B0A57;
	color: #fff;
}
/********************************/
.listProfile {
	margin-bottom: 100px;
}
.listProfile td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.listProfile .text {
	padding-left: 10px;
}
.listProfile .info {
	font-size: 9px;
	padding-left: 10px;
}
/********************************/
.tblTech td {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 11px;
	padding: 2px 10px 2px 0;
}
.tblTech tr.noBorder td,
.tblTech td.noBorder {
	border: none;
}
