/* ----------------------------- "global" divs -------------------------------*/
div
{
	padding: 0px;
	margin: 0px;
}
div#main
{
	position: relative;
	float: left;
	width: 823px;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid white;
}
div#main_container
{
	margin-left: 10px;
	padding-top: 40px;
}
div#breadcrumb
{
	position: relative;
	float:right;
	width: 823px;
	padding-bottom: 2px;
	white-space: nowrap;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	height: 24px;
}
div#breadcrumb span
{
	vertical-align: sub;
	margin-left: 10px;
}
div#breadcrumb div#b1
{
	position: relative;
	float: left;
	width: 600px;
}
div#breadcrumb div#b2
{
	position: relative;
	float: right;
	width: 189px;
}
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;
}
table
{
    border-collapse: collapse;
}
td
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
h1
{
	font-size: 150%;
}
h2
{
	font-size: 120%;
}
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;
}

/*-------------------------------- 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-bottom: 2px solid white;
	padding: 5px;
}
form.search input
{
 	width: 145px;
	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: #b2d2ff;
}
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: #85a6d6;
	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%;
}
/* -------------------------------- Navigation -------------------------------*/
ul.navigation
{
	list-style-position: outside;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	width: 135px;
	border-bottom: 2px solid white;
}
ul.navigation li
{ 
	list-style-type: none;	
	padding-left: 2px;
}
ul.navigation li.nomark
{ 
	list-style-image: url("/themes/consozial/images/navigation.gif");	
	margin-left: 0px;
	width: 133px;
}
ul.navigation li.mark
{
	list-style-image: url("/themes/consozial/images/navigation_down.gif");

}
ul.navigation li.nomark:hover
{
	list-style-image: url("/themes/consozial/images/navigation_over.gif");
}
ul.navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.navigation ul li
{
	padding: 0px;
	margin: 0px;
	list-style-image: none;
}
ul.navigation li.sitemap
{
	margin-top: 20px;
}
ul.navigation li.private
{
	margin-bottom: 20px;
}

a.navlink
{
	color: #024467;
	text-decoration: none;
}
a.navlink:visited
{
	color: #024467;
}
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;
}
/* ------------------------------------------------------------------------*/
