@charset "utf-8";
body  {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EBEBEB;
	background-image: url(../images/HG.png);
	background-repeat: repeat-x;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.norm {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h1 {
	font-size: 12px;
	margin:0;
}

.ul{
	margin:0;
	list-style-type: disc;
	left: -26px;
	position: relative;
}

.line-high {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.style_f3f3f3 {color: #f3f3f3
}
.thrColFix #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	height: 660px;
} 
.thrColFix #Sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	text-align: left;
	height: 650px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.topSidebar1 {
	display: block;
	position: relative;
	top: 10px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	height: 85px;
}
.headlineSidebar1 {
	display: block;
	position: relative;
	top: 5px;
	text-align: left;
	font-size: 12px;
	color: #666666;
}
.navSidebar1 {
	display: block;
	position: relative;
	top: 10px;
	text-align: left;
	line-height: 17px;
}
.thrColFix #Sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	text-align: right;
	height: 650px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.topSidebar2 {
	font-size: 12px;
	display: block;
	position: relative;
	top: 10px;
	text-align: right;
	color: #666666;
	height: 85px;
}
.headlineSidebar2 {
	display: block;
	position: relative;
	top: 5px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}
.navSidebar2 {
	display: block;
	position: relative;
	top: 10px;
	text-align: right;
	line-height: 17px;
}
.thrColFix #Middle {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	height: 660px;
	background-image: url(../images/GalerieKontur_Web.jpg);
	background-repeat: no-repeat;
	background-position: 287px 10px;
	font-size: 15px;
	width: 500px;
	text-align: left;
	display: block;
	padding: 0;
}
.topHeader {
	font-size: 14px;
	display: block;
	position: relative;
	text-align: left;
	top: 10px;
	margin: 0px;
	left: 10px;
	width: 270px;
	color: #666666;
	line-height: 19px;
	letter-spacing: 1px;
	height: 18px;
}
.pHeader {
	font-size: 14px;
	display: block;
	position: relative;
	text-align: left;
	top: 0px;
	width: 270px;
	left: 10px;
	color: #666666;
	height: 36px;
	letter-spacing: 1px;
}
.navHeader {
	font-size: 12px;
	display: block;
	position: relative;
	top: 0px;
	text-align: justify;
	left: 10px;
	width: 480px;
	padding: 0px;
}
.Content {
	font-size: 12px;
	display: block;
	position: relative;
	top: 20px;
	text-align: left;
	left: 10px;
	width: 480px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.mainlevel:link, a.mainlevel:visited {
	font-family: tahoma, verdana, arial;
	font-size: 1em;
	text-align: left;
	text-decoration: none;
	color: #993300;
}
a.mainlevel:hover {
 color: #FFFFFF;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
 color: #FFFFFF;
}
a.sidebar:link, a.sidebar:visited {
	color: #000000;
}
a.sidebar:hover {
 color: #FFFFFF;
}

