/* ----------------------------- "global" divs -------------------------------*/
div
{
	padding: 0px;
	margin: 0px;
}
div#main
{
	margin:0px;
	padding:0px;
	border-width: 0px;
	width: 100%;
}

div#breadcrumb
{
	float: left;
	font-size: 80%;
	white-space: nowrap;
}
div#breadcrumb span
{
	vertical-align: sub;
	margin-left: 1em;
}
div.container_box
{
}
div.container_box div
{
	width: 100%;
}
/*----------------------------------- html-tags ------------------------------*/
img 
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
fieldset
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
hr 
{
	width: 100%;
	color: black;
	background-color: #aaa;
	height: 1px; 
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
hr.red 
{
	width: 100%;
	background-color: #a01e3a;
	height: 1px; 
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
table
{
    border-collapse: collapse;
}
td
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
h1
{
	font-size: 120%;
}
h2
{
	font-size: 100%;
}
h3
{
	font-size: 100%;
}
p,h1
{
	margin-top:0px;
}
/*-------------------------- class color & border ---------------------------*/
.red
{
	color: #a8173e;
	font-weight: bold;
}
.redmarker
{
	border-left: 5px solid rgb(168,23,62);
}
.blau
{
	color: #444;
	font-weight: bold;
}
.lightyellow_back
{
	color: black;
	background-color: #fff29a;
}
.lightblue_back
{
	color: black;
	background-color: #cad6e4;
}
.darkblue_back
{
	color: black;
	background-color: #8099b3;
}
.white_back
{
	color: black;
	background-color: white;
}
.blackpixelborder
{
	border: 1px solid black;
	padding: 3px;
}
table.border, table.border td, table.border th
{
	border: 1px solid black;
}
table.bb_gray td, table.bb_gray th
{
	border-bottom: 2px solid #ccc;
}

/*-------------------------------- class fonts -------------------------------*/
.bold
{
	font-weight: bold;
}
/*------------------------- class position & spacing -------------------------*/
div.leftcolumn
{
}
.input:focus
{
}
.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}
.top0
{
	margin-top: 0px;
}
.left10
{
	margin-left: 10px;
}
.right10
{
	margin-right: 10px;
}
p.oneEM
{
	padding-bottom: 1em;
}
.center
{
	text-align:center;
}
.left
{
	text-align: left;
}
.right
{
	text-align:right;
}
form.search
{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 5px;
}
form.search input
{
 	width: 172px;
	margin-bottom: 5px;
}
div.gallery
{
	width:250px;
	margin-left: 60px;
	margin-top: 20px;
	min-height: 240px;
}
/* ---------------------- Standard Tabelle ------------------------------*/
table.standard_blue
{
	color: black;
	background-color: #eee;
}
table.standard_blue td
{
	border-top: 1px solid white;
	padding: 5px;
}
table.standard_blue th, tr.th
{
	border-top: 1px solid white;
	text-align: left;
	color: black;
	background-color: #ccc;
	padding: 5px;
}
/* ---------------------- gallery ------------------------------*/
table.gallery td 
{
	width:250px;
	padding-top: 20px;
	padding-left: 70px;
}
/* ---------------------- Ausstellerverzeichnis ------------------------------*/
table.aussteller
{
	width: 100%;
}
table.aussteller th
{
	padding: 5px;
	font-size: 120%;
}
/* -------------------------------- Grussworte -------------------------------*/
ul.grussworte li
{ 
	float: left; 
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	padding-bottom: 0px;
	list-style-type: none;
}
/* -------------------------------- Navigation -------------------------------*/
div.navigation_level3
{
	height: 2.2em;
	background-color: #ccc;
}
div.navigation_level3 ul
{ 
	margin: 0px;
	padding: 0px;
}
div.navigation_level3 li
{ 
	float: left; 
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	padding-bottom: 0px;
	list-style-type: none;
}
div.navigation_level3 li.redline,
ul.navigation_level3 span.redline
{
	border-bottom: 1px solid #a01e3a;
}
ul.navigation
{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	width: auto;
}
ul.navigation div.redline
{
	left:0;
	top:0;
	width: auto; 
	border-bottom: 1px solid #a01e3a;
}
ul.navigation li
{ 
	list-style-type: none;	
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	padding-left: 10px;
}
ul.navigation ul li
{
	padding: 0px;
	margin: 0px;
	list-style-image: none;
}
ul.navigation li.private
{
	margin-bottom: 20px;
}

a.navlink
{
	/* color: #024467; */
	color: #000;
	text-decoration: none;
}
#contentarea a.navlink
{
	text-decoration: underline;
}
#contentarea .navigation_level3 a.navlink
{
	text-decoration: none;
}
a.navlink:visited
{
	/* color: #024467; */
	color: #000;
}
a.navlink:hover,
#contentarea .navigation_level3 a.navlink:hover
{
	text-decoration: underline;
}
/* -------------------------------- Sitemap -------------------------------*/
div.sitemap 
{
	width: 790px;
}
div.sitemap ul.column1,div.sitemap ul.column2
{
	float:left;
	min-width: 35%;
	margin: 0px;
}
div.sitemap li
{
	list-style-type:none;
	padding-top: 0px;
}
div.sitemap li.d0
{
	padding-top: 10px;
}
/* -------------------------------- Spezial -------------------------------*/
span.F1
{
        max-width: 2em;
	text-align: center;
	color: white;
	background-color: #e73700;
	font-weight: bold;
	white-space: nowrap;
        padding: 5px;
}
span.inlineF1
{
	text-align: center;
	color: white;
	background-color: #e73700;
	font-weight: bold;
	white-space: nowrap;
        padding: 1px;
}
span.Y1
{
        max-width: 2em;
	text-align: center;
	color: white;
	background-color: #f5a200;
	font-weight: bold;
	white-space: nowrap;
        padding: 5px;
}
span.inlineY1
{
	text-align: center;
	color: white;
	background-color: #f5a200;
	font-weight: bold;
	white-space: nowrap;
        padding: 1px;
}
span.S1
{
        max-width: 2em;
	text-align: center;
	color: white;
	background-color: #999;
	font-weight: bold;
	white-space: nowrap;
        padding: 5px;
}
span.inlineS1
{
	text-align: center;
	color: white;
	background-color: #999;
	font-weight: bold;
	white-space: nowrap;
        padding: 1px;
}
span.P1
{
        max-width: 2em;
	text-align: center;
	color: white;
	background-color: #0074AF;
	font-weight: bold;
	white-space: nowrap;
        padding: 5px;
}
span.inlineP1
{
	text-align: center;
	color: white;
	background-color: #0074AF;
	font-weight: bold;
	white-space: nowrap;
        padding: 1px;
}
a.download
{
	font-weight: bold;
	color: #0f6aba;
	background-color: #b2d3ff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 4px;
	text-decoration: none;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
a.download:hover
{
	text-decoration: underline;
}
/* ------------------------------------------------------------------------*/
img.position_right
{
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}
img.position_right_top
{
	position: relative;
	float: right;
	margin-top: -38px;
	margin-left: 10px;
}
img.position_left
{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
/* ------------------------------------------------------------------------*/
ul.leerzeile li
{
	padding-bottom: 1em;
}