/*+++++++++++++++++++++++++
++++ BODY DEFINIERUNG +++++
+++++++++++++++++++++++++*/

body
{
    cursor: auto;
    color: #000000;
    background-color: #123456;
    font-family: verdana,arial;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
}


/*+++++++++++++++++++++++++
++++ TABLE DEFINIERUNG ++++
+++++++++++++++++++++++++*/

table
{
    color: #000000;
    background-color: #e4e4ff;
    font-family: verdana,arial;
    font-size: 8pt;
    margin: 0px;
}


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

h1
{
    color: #123456;
    font-family: verdana,arial;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h2
{
    color: #123456;
    font-family: verdana,arial;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h3
{
    color: #123456;
    font-family: verdana,arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h4
{
    color: #123456;
    font-family: verdana,arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

h5
{
    color: #ffffff;
    background-color: #123456;
    font-family: verdana,arial;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h6
{
    color: #ffffff;
    background-color: #123456;
    font-family: verdana,arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/*+++++++++++++++++++++++++
++++ LINKS DEFINIERUNG ++++
+++++++++++++++++++++++++*/

/*************************************************************************
**** ALLGEMEINE LINKS, LINK: Schwarz, Underline, HOVER: Schwarz, None ****
*************************************************************************/

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

/*************************************************************************
**** ALLGEMEINE LINKS, LINK: Schwarz, None, HOVER: Schwarz, Underline ****
*************************************************************************/

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

/*************************************************************************
**** ALLGEMEINE LINKS, LINK: Schwarz, Underline, HOVER: Rot, None ********
*************************************************************************/

.link_surn a:link
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}
.link_surn a:visited
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}
.link_surn a:active
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}
.link_surn a:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}

/*************************************************************************
**** ALLGEMEINE LINKS, LINK: Schwarz, None, HOVER: Rot, Underline ********
*************************************************************************/

.link_snru a:link
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}
.link_snru a:visited
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}
.link_snru a:active
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}
.link_snru a:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}

/*************************************************************************
**** ALLGEMEINE LINKS, LINK: Schwarz, None, HOVER: Rot, None *************
*************************************************************************/

.link_snrn a:link
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}
.link_snrn a:visited
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}
.link_snrn a:active
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}
.link_snrn a:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}

/*************************************************************************
**** ALLGEMEINE LINKS, LINK: Rot, Underline, HOVER: Rot, None ************
*************************************************************************/

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

/*************************************************************************
**** ALLGEMEINE LINKS, LINK: Rot, None, HOVER: Rot, Underline ************
*************************************************************************/

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


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

.kleine_links a:link
{
    color: #000000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: underline;
}
.kleine_links a:visited
{
    color: #000000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: underline;
}
.kleine_links a:active
{
    color: #000000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: underline;
}
.kleine_links a:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: none;
}


/***********************************************
**** ALLGEMEINE KLEINE LINKS OHNE UNDERLINE ****
***********************************************/

.kleine_links_ohne a:link
{
    color: #000000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: none;
}
.kleine_links_ohne a:visited
{
    color: #000000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: none;
}
.kleine_links_ohne a:active
{
    color: #000000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: none;
}
.kleine_links_ohne a:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: underline;
}


/************************
**** POSITIONS-LINKS ****
*************************/

.pos_links a:link
{
    color: #dddddd;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}
.pos_links a:visited
{
    color: #dddddd;
    font-family: verdana;
    font-size: 8pt;

    text-decoration: none;
}
.pos_links a:active
{
    color: #dddddd;
    font-family: verdana;
    font-size: 8pt;

    text-decoration: none;
}
.pos_links a:hover
{
    color: #ffffff;
    font-family: verdana;
    font-size: 8pt;

    text-decoration: none;
}


/*****************************************
**** BILDER ANSICHT KASTEN ALLGEMEIN ****
****************************************/

.bilder_kasten a:link
{
    display: block;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kasten a:visited
{
    display: block;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kasten a:active
{
    display: block;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kasten a:hover
{
    display: block;
    background-color: #157f94;
    padding: 4px;
}

/**********************
**** GALERIE LINKS ****
***********************/

.link_galerie a:link
{
    color: #123456;
	font-size: 9pt;
    font-family: verdana;
    text-decoration: underline;
	font-weight: bold;
}
.link_galerie a:visited
{
    color: #123456;
	font-size: 9pt;
    font-family: verdana;
    text-decoration: underline;
	font-weight: bold;	
}
.link_galerie a:active
{
    color: #123456;
	font-size: 9pt;
    font-family: verdana;
    text-decoration: underline;
	font-weight: bold;	
}
.link_galerie a:hover
{
    color: #aa0000;
	font-size: 9pt;
    font-family: verdana;
    text-decoration: none;
	font-weight: bold;	
}


/*****************************************
**** MENÜLINKS - IRAN NACHRICHTEN ********
*****************************************/

.link_burn a:link
{
    color: #123456;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}
.link_burn a:visited
{
    color: #123456;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}
.link_burn a:active
{
    color: #123456;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}
.link_burn a:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}


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

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

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

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

.bilder_kastenq a:hover
{
    display: block;
    width: 100px;
    height: 80px;
    background-color: #157f94;
    padding: 4px;
}


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

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

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

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

.bilder_kastenh a:hover
{
    display: block;
    width: 80px;
    height: 100px;
    background-color: #157f94;
    padding: 4px;
}


/************************************************************
**** BILDER ANSICHT KASTEN QUERFORMAT STARTSEITE GALERIE ****
************************************************************/

.bilder_kastenqs a:link
{
    display: block;
    width: 70px;
    height: 56px;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kastenqs a:visited
{
    display: block;
    width: 70px;
    height: 56px;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kastenqs a:active
{
    display: block;
    width: 70px;
    height: 56px;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kastenqs a:hover
{
    display: block;
    width: 70px;
    height: 56px;
    background-color: #157f94;
    padding: 4px;
}


/*************************************************************
**** BILDER ANSICHT KASTEN HOCHFORMAT STARTSEITE GALERIE  ****
*************************************************************/

.bilder_kastenhs a:link
{
    display: block;
    width: 56px;
    height: 70px;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kastenhs a:visited
{
    display: block;
    width: 56px;
    height: 70px;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kastenhs a:active
{
    display: block;
    width: 56px;
    height: 70px;
    background-color: #cccccc;
    padding: 4px;
}

.bilder_kastenhs a:hover
{
    display: block;
    width: 56px;
    height: 70px;
    background-color: #157f94;
    padding: 4px;
}


/*******************************
**** UNTERHALB BANNER LINKS ****
*******************************/

.banner_links a:link
{
    display: block;
    width: 60px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    margin-left: 2px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #157f94;
}
.banner_links a:visited
{
    display: block;
    width: 60px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    margin-left: 2px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #157f94;
}
.banner_links a:active
{
    display: block;
    width: 60px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    margin-left: 2px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #157f94;
}
.banner_links a:hover
{
    display: block;
    width: 60px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi-hover.png);
	background-repeat: repeat-x;	
    color: #ffffff;
    background-color: #45afc4;
    font-family: verdana;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    border:solid 1px #000000;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    border-bottom-color: #45afc4;
}


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

.menulinks a:link
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    margin-bottom: 1px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}
.menulinks a:visited
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    margin-bottom: 1px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}
.menulinks a:active
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    margin-bottom: 1px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}
.menulinks a:hover
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi-hover.png);
	background-repeat: repeat-x;	
    color: #ffffff;
    background-color: #45afc4;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    margin-bottom: 1px;
    border:solid 1px #000000;
    border-left-color: #45afc4;
    border-right-color: #45afc4;
    border-top-color: #45afc4;
    border-bottom-color: #45afc4;
}


.menulinks2 a:link
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}
.menulinks2 a:visited
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}
.menulinks2 a:active
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}
.menulinks2 a:hover
{
    display: block;
    width: 128px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi-hover.png);
	background-repeat: repeat-x;	
    color: #ffffff;
    background-color: #45afc4;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 2px;
    padding-right: 4px;
    border:solid 1px #000000;
    border-left-color: #45afc4;
    border-right-color: #45afc4;
    border-top-color: #45afc4;
    border-bottom-color: #45afc4;
}

/*****************************
**** VIDEO ANSICHT KASTEN ****
*****************************/

.video_kasten a:link
{
    display: block;
    width: 130px;
    height: 80px;
    border:solid 2px #000000;
	margin-bottom: 2px;
}

.video_kasten a:visited
{
    display: block;
    width: 130px;
    height: 80px;
    border:solid 2px #000000;
	margin-bottom: 2px;
}

.video_kasten a:active
{
    display: block;
    width: 130px;
    height: 80px;
    border:solid 2px #000000;
	margin-bottom: 2px;	
}

.video_kasten a:hover
{
    display: block;
    width: 130px;
    height: 80px;
    border:solid 2px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
	margin-bottom: 2px;	
}


/*++++++++++++++++++++++++++++
++++ DESIGN DEFINIERUNGEN ++++
++++++++++++++++++++++++++++*/

.bannerkasten
{
    display: block;
    background-color: #359fb4;
    width: 891px;
    height: 120px;
    margin-top: 0px;
    padding: 0px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
}


/**** MENÜLINKS BOX AUSSENRAHMEN ****/

.menubox
{
    display: block;
    background-color: #dddddd;
    border:solid 1px #000000;
    border-color: #dddddd;
}


/*** UNTERER DESIGNABSCHNITT FOOTER ****/

.footer
{
    display: block;
    color: #6284a6;
    background-color: #123456;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border:solid 1px #000000;
    border-left-color: #426486;
    border-right-color: #426486;
    border-top-color: #123456;
    border-bottom-color: #123456;
}


/*** KASTEN FÜR INHALT ****/

.include_inhalt
{
    display: block;
    color: #000000;
    background-color: #e4e4ff;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-left: 4px;
	margin-right: 4px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
}


/*** OBERER NAVIGATIONS-KASTEN ****/

.o_navi
{
    display: block;
    color: #ffffff;
    background-color: #157f94;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    margin-left: 4px;
    margin-bottom: 4px;
	margin-right: 4px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
}

.o_navi_links
{
    display: block;
    color: #ffffff;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding-bottom: 1px;
    margin-bottom: 3px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #dddddd;
}


/************************
**** KATEGORIE BOXEN ****
************************/

.kat_box
{
    display: block;
    width: 130px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 3px;
    margin-top: 4px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
}


/*** KATEGORIE BOXEN INHALT ***/

.kat_box_in
{
    display: block;
    width: 130px;
    color: #000000;
    background-color: #e4e4ff;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 3px;
    border:solid 1px #000000;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #e4e4ff;
    border-bottom-color: #dddddd;
}


/******************************
**** KATEGORIE BOXEN GROSS ****
******************************/

.kat_box_gross
{
    display: block;
    width: 580px;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 3px;
    margin-top: 4px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}


/*** KATEGORIE BOXEN GROSS INHALT ***/

.kat_box_gross_in
{
    display: block;
    width: 580px;
    color: #000000;
    background-color: #e4e4ff;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 3px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}


/************************
**** KATEGORIE BOXEN DYNAMISCH ****
************************/

.kat_box_dynamisch
{
    display: block;
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 3px;
    margin-top: 4px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}


/*** KATEGORIE BOXEN DYNAMISCH INHALT ***/

.kat_box_dynamisch_in
{
    display: block;
    color: #000000;
    background-color: #e4e4ff;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 3px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}



/***********************************
**** VERWANDTE THEMEN - BEREICH ****
***********************************/

.fussmenu
{
    display: block;
    color: #000000;
    background-color: #e4e4ff;
    font-family: verdana;
    font-size: 8pt;
    padding: 5px;
    margin-top: 25px;
    border:solid 3px #000000;
    border-left-color: #e4e4ff;
    border-right-color: #e4e4ff;
    border-top-color: #234567;
    border-bottom-color: #e4e4ff;
}

.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;
}

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

.obildertext
{
    margin-top: 0px; margin-bottom: 16px; width: 350px; background-color: #359fb4;
}

.obildertext2
{
    margin-top: 0px; margin-bottom: 16px; width: 220px; background-color: #359fb4;
}

.inhaltsverzeichnis
{
    font-weight:bold; font-size: 12pt; padding-left: 5px; margin-top: 15px; margin-bottom: 5px; background-color: #aaccff;
}

.iverzangabe
{
    text-align: center; margin-top: 10px; margin-bottom: 5px; background-color: #aaccff;
}

.iverzangabegalerie
{
	text-align: center; margin-top: 0px; background-color: #aaccff; font-weight: bold; padding-top: 1px; padding-bottom: 2px;
}

.iverzangabevideo
{
	text-align: center; margin-top: 0px; background-color: #aaccff; font-weight: bold; padding-top: 1px; padding-bottom: 2px;
}

/*Inhaltsverzeichnis Links*/
.verz:link, .verz:visited, .verz:active
{
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
}

.verz:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: underline;
}

/*Inhaltsverzeichnis Links VIDEO*/
.verz_video:link, .verz_video:visited, .verz_video:active
{
    color: #123456;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
}

.verz_video:hover
{
    color: #aa0000;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: underline;
}

/************************
**** 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;
}

/**** FACEBOOK BOX - INHALT ****/
.fb_box
{
    display: block;
	background-image: url(/sysimg/nirupars-menuleiste-bgi.png);
	background-repeat: repeat-x;	
    color: #dddddd;
    background-color: #157f94;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 3px;
    margin-top: 20px;
	margin-left: 0px;
    border:solid 1px #000000;
    border-left-color: #157f94;
    border-right-color: #157f94;
    border-top-color: #157f94;
    border-bottom-color: #157f94;
}


/*** FACEBOOK BOX INHALT ***/

.fb_box_in
{
    display: block;
    color: #000000;
    background-color: #e4e4ff;
    font-family: verdana;
    font-size: 8pt;
    text-decoration: none;
    padding: 10px;
	margin-left: 0px;
    border:solid 1px #cccccc;
}











