body,td,th {
	font-family: Arial, sans-serif;
	text-align:center;
	font-size:10pt;
}

body {
	background-color: #d2d2d2;
	margin-top: 10px;
	height:100%;
	padding:0px;
	margin:0px;
}
html {
	height:100%;
	padding:0px;
	margin:0px;
}






/* Flächen-Layout */

.layout-table {
	table-layout:fixed;
	/*margin-top: -10px;*/
	height:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}

.left-edge {
	width:41px;
	background-image: url(layout/shadow_left.gif);
}
.right-edge {
	width:33px;
	background-image: url(layout/shadow_right.gif);
}

.header {
	background-color: #FFFFFF;
	vertical-align: bottom;
	text-align: left;
	height: 150px;
	width: 569px;
	border-right: 2px solid #E0E0E0;
}

.logo {
	height:148;
	width:178px;
	border: 2px solid #E0E0E0;
	border-top: 0px;
	background-color: #F5F5F5;
}

.submenu {
	background-color: #FFFFFF;
	width: 178px;
	border-right:2px solid #E0E0E0;
	border-left: 2px solid #E0E0E0;
	vertical-align: top;
	text-align:left;
}

.content {
	background-color: #FFFFFF;
	border-right: 2px solid #E0E0E0;
	padding: 30px;
	min-height:400px;
	height:100%;
	vertical-align: top;
	text-align:left;
}

.submenu-inner-table {
	width:100%;
}

.submenu-inner-table * td{
	text-align:center;
	padding: 10px;
	padding-bottom: 0px;
}

.submenu-inner-table * .submenu-td{
	text-align:left;
}

.submenu-inner-table * .divide{
	padding:0px;
}

.language-pics {
	float:right;
}

.margin-bottom {
	margin-bottom: 25px;
}

#random-images{
	text-align:center;
}

#random-images img{
	margin-top:25px;
	border: 2px solid #AAAAAA;
}

#random-image-viewer{
	display: none;
	background-color:#FFFFFF;
	border:2px solid #AAAAAA;
	padding: 20px;
	position:absolute;
}

#random-image-viewer img{
	margin-top: 10px;
	margin-bottom:10px;
}

.content * td {
	text-align:left;
	vertical-align:center;
	padding:5px;
}

#price-table * th {
	text-align:center;
	border-bottom: 1px solid #AAAAAA;
	padding:5px;
	border-left: 1px solid #AAAAAA;
}

#price-table {
	text-align:right;
}

#price-table * td {
	width:100px;
	padding:5px;
	border-left:  1px solid #AAAAAA;
	text-align:center;
	
}

#price-table * .first-td {
	width:150px;
	border-left:0px;
}



/* Text/Link-Layout */

.content{
	color: #474747;
}

p {
	font-size:10pt;
}

h1{
	font-size:14pt;
	font-weight:bold;
}

h2{
	font-size:13pt;
	font-weight:bold;
}

h3{
	font-size:12pt;
	font-weight:bold;
}

h4{
	font-size:12pt;
 	text-decoration:underline;
}
h4{
	font-size:11pt;
 	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	margin-bottom: 5px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

a.menu-parent:link, a.menu-parent:visited, a.menu-parent:active, a.menu-parent:hover,
a.menu-current:link, a.menu-current:visited, a.menu-current:active,  a.menu-curent:hover  {
	text-decoration: none;
	font-weight: 600;
}

a.menu-parent, a.menu-current {
	font-weight: 600;
}

a img{
	border-style:none;
}

.submenu * ul, .submenu * li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	font-size: 10pt;
}

.submenu-inner-table * .submenu-title {
	/*color: #AEAEAE;*/
	color: #474747;
	font-size: 11pt;
	font-weight: bold;
}

.header a{
	font-variant:small-caps;
	font-size: 11pt;
	margin-left:20px;
}

a.language{
	margin-left:3px;
}

.thumb {
	padding-bottom:20px;
}



/* andere nicht benutzte Elemente */
.footer {
	
}


form {
	margin: 0;
}

.highlight {
	background-color: #FFFFFF;
}
