/****************************
**** BODY DEFINIERUNGEN *****
****************************/

body
{
	cursor: auto;
	color: #304848;
	background-color: #e4e4ff;
	font-family: arial;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

table
{
    color: #304848;
    background-color: #ffffff;
    font-family: arial;
    font-size: 9pt;
    margin: 0px;
}

.site_Block_Outside
{
	display: block;
	width: 990px;
	color: #ffffff;
	background-color: #466a6a;
	font-size: 9pt;
	padding: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	border: solid 1px #000000;
}

.site_Block_Inside
{
    display: block;
    color: #103838;
	background-color: #ffffff;
    font-family: arial;
    font-size: 9pt;
	text-align: left;
    text-decoration: none;
    padding: 0px;
    margin: 5px;
    border: solid 1px #000000;
}

.site_Block_Inside_Ende
{
    display: block;
    color: #304848;
	background-color: #9eb8b1;
    font-family: arial;
    font-size: 9pt;
	text-align: left;
    text-decoration: none;
    padding: 0px;
    margin: 5px;
    border: solid 1px #bed8d1;
}

.arrowend
{
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 2px;
	text-align: right;
}

/*+++++++++++++++++++++++++++++++++
++++ ÜBERSCHRIFTEN DEFINIERUNG ++++
+++++++++++++++++++++++++++++++++*/

h1
{
    color: #304848;
    font-family: arial;
    font-size: 16pt;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h2
{
    color: #304848;
    font-family: arial;
    font-size: 16pt;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h3
{
    color: #304848;
    font-family: arial;
    font-size: 13pt;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h4
{
    color: #304848;
    font-family: arial;
    font-size: 13pt;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h5
{
    color: #304848;
    font-family: arial;
    font-size: 11pt;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h6
{
    color: #304848;
    font-family: arial;
    font-size: 10pt;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

.hRechts
{
	background-image: url(/sysimg/box_schatten.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #ffffff;
    color: #466a6a;
    font-family: arial;
    font-size: 11pt;
    text-decoration: none;
	font-weight: bold;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    margin: 0px;
}

.hd7
{
    color: #304848;
    font-family: 'Times New Roman';
    font-size: 13pt;
	font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
	float: left;
}

.hd8
{
    color: #ffffff;
    font-family: 'Times New Roman';
    font-size: 13pt;
	font-weight: bold;	
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

.u1
{
    color: #466a6a;
    font-family: 'Times New Roman';
    font-size: 13pt;
	font-weight: bold;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}


/****************************
***** MENÜ BOXEN LINKS ******
****************************/

.menu_Box
{
    display: block;
	width: 252px;
    color: #103838;
    background-color: #ffffff;
    font-family: arial;
    font-size: 9pt;
	text-align: left;
    text-decoration: none;
	padding: 1px;	
	margin: 0px;
	margin-bottom: 5px;
	border: solid 1px #cccccc;
}

/**********************
***** MENÜ BOXEN ******
***********************/

.menu_Box_all
{
    display: block;
    color: #103838;
    background-color: #ffffff;
    font-family: arial;
    font-size: 9pt;
	text-align: left;
    text-decoration: none;
	padding: 1px;	
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #cccccc;
}

/********************************
**** MENÜBOX DER MENÜPUNKTE *****
********************************/
.menulinks_Box
{
    display: block;
	width: 252px;
	padding: 1px;	
	margin: 0px;
	border: solid 1px #cccccc;
}

/******************
**** MENÜLINKS ****
******************/

.menulinks a:link
{
    display: block;
	background-image: url(/sysimg/menuleiste.png);
	background-repeat: repeat-x;
    color: #cccccc;
    background-color: #304848;
    font-family: arial;
    font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
    padding: 0px;
    padding-right: 4px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin: 0px;
	margin-bottom: 1px;
}
.menulinks a:visited
{
    display: block;	
	background-image: url(/sysimg/menuleiste.png);
	background-repeat: repeat-x;
    color: #cccccc;
    background-color: #304848;
    font-family: arial;
    font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
    padding: 0px;
    padding-right: 4px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin: 0px;
	margin-bottom: 1px;
}
.menulinks a:active
{
    display: block;	
	background-image: url(/sysimg/menuleiste.png);
	background-repeat: repeat-x;
    color: #cccccc;
    background-color: #304848;
    font-family: arial;
    font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
    padding: 0px;
    padding-right: 4px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin: 0px;
	margin-bottom: 1px;
}
.menulinks a:hover
{
    display: block;	
	background-image: url(/sysimg/menuleiste_2.png);
	background-repeat: repeat-x;
    color: #ffffff;
    background-color: #466A6A;
    font-family: arial;
    font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
    padding: 0px;
    padding-right: 4px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin: 0px;
	margin-bottom: 1px;
}


/**********************************************
**** LINKS: MENÜ GANZ OBEN RECHTS *************
**********************************************/

.link_MOben a:link
{
    color: #304848;
    font-family: arial;
    font-size: 9pt;
    text-decoration: none;
}
.link_MOben a:visited
{
    color: #304848;
    font-family: arial;
    font-size: 9pt;
    text-decoration: none;
}
.link_MOben a:active
{
    color: #304848;
    font-family: arial;
    font-size: 9pt;
    text-decoration: none;
}
.link_MOben a:hover
{
    color: #304848;
    font-family: arial;
    font-size: 9pt;
    text-decoration: underline;
}


/***********************
**** POSITIONLINKS *****
***********************/

.link_Pos a:link
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}
.link_Pos a:visited
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}
.link_Pos a:active
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}
.link_Pos a:hover
{
    color: #466A6A;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: underline;
}

/*************************
**** ALLGEMEINE LINKS ****
*************************/

a:link
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: underline;
}
a:visited
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: underline;
}
a:active
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: underline;
}
a:hover
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}

/*************************
**** ALLGEMEINE LINKS ****
*************************/

.link a:link
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}
.link a:visited
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}
.link a:active
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}
.link a:hover
{
    color: #304848;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: underline;
}

/************************
***** POSITION BOX ******
************************/
.pos_Box
{
    display: block;
	width: 710px;
	color: #304848;
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
	margin-bottom: 5px;
	border: solid 1px #cccccc;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #dddddd;
	border-left-color: #ffffff;            
}

/*****************************
***** ÜBERSCHRIFTEN BOX ******
*****************************/
.u_Box
{
    display: block;
	color: #304848;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: solid 1px #cccccc;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #dddddd;
	border-left-color: #ffffff;            
}

/*************************
***** SITE-ENDE BOX ******
*************************/

.end_Box
{
	display: block;
	width: 990px;
	text-align: left;
	color: #304848;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}


/*****************************************
**** BILDER ANSICHT KASTEN QUERFORMAT ****
*****************************************/

.bilder_kastenq a:link
{
    display: block;
    width: 100px;
    height: 80px;
    background-color: #cccccc;	
    padding: 2px;
}

.bilder_kastenq a:visited
{
    display: block;
    width: 100px;
    height: 80px;
    background-color: #cccccc;	
    padding: 2px;
}

.bilder_kastenq a:active
{
    display: block;
    width: 100px;
    height: 80px;
    background-color: #cccccc;	
    padding: 2px;
}

.bilder_kastenq a:hover
{
    display: block;
    width: 100px;
    height: 80px;
    background-color: #466a6a;
    padding: 2px;
}


/*****************************************
**** BILDER ANSICHT KASTEN HOCHFORMAT ****
*****************************************/

.bilder_kastenh a:link
{
    display: block;
    width: 80px;
    height: 100px;
    background-color: #cccccc;	
    padding: 2px;
}

.bilder_kastenh a:visited
{
    display: block;
    width: 80px;
    height: 100px;
    background-color: #cccccc;	
    padding: 2px;
}

.bilder_kastenh a:active
{
    display: block;
    width: 80px;
    height: 100px;
    background-color: #cccccc;	
    padding: 2px;
}

.bilder_kastenh a:hover
{
    display: block;
    width: 80px;
    height: 100px;
    background-color: #466a6a;
    padding: 2px;
}


/********************************
**** BILDERBOXEN IN ARTIKELN ****
********************************/

.bildertext
{
    padding: 0px; margin-top: 2px; margin-right: 5px; margin-bottom: 2px; margin-left: 2px; width: 266px; background-color: #aaccff; float:left;
}
.bildertextr
{
    padding: 0px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 5px; width: 266px; background-color: #aaccff; float:right;
}

.bildertexth
{
    padding: 0px; margin-top: 2px; margin-right: 5px; margin-bottom: 2px; margin-left: 2px; width: 200px; background-color: #aaccff; float:left;
}
.bildertextrh
{
    padding: 0px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 5px; width: 200px; background-color: #aaccff; float:right;
}

/************************
**** TEXTBOX ****
************************/

.textbox_artikel
{
    display: block;
    font-weight:bold;
    font-size: 9pt;
    text-align: center;
    width: 250px;
    padding: 4px;
    margin-top: 4px;
    margin-left: 7px;
    border:solid 1px #aaccff;
    background-color: #aaccff;
    color: #000000;
}


/*** TEXTBOX INHALT ***/

.textbox_artikel_in
{
    display: block;
    color: #123456;
    width: 250px;
    padding: 4px;
    margin-bottom: 4px;
    margin-left: 7px;
    border:solid 1px #aaccff;
}




