/*
*
*               _     _           _ _     _   _               _      
* __      _____| |__ | |__  _   _(_) | __| | | |__   __ _ ___(_) ___ 
* \ \ /\ / / _ \ '_ \| '_ \| | | | | |/ _` | | '_ \ / _` / __| |/ __|
*  \ V  V /  __/ |_) | |_) | |_| | | | (_| | | |_) | (_| \__ \ | (__ 
*   \_/\_/ \___|_.__/|_.__/ \__,_|_|_|\__,_| |_.__/ \__,_|___/_|\___|
*                                                                    
*  ------------------------------------------------------------------
*  |    Style Sheet                                                 |
*  ------------------------------------------------------------------
*  |                                                                |
*  |   Edit Style Sheet:                                            | 
*  |                                                                |
*  |   - only the font-family and the fontsize can be changed       |
*  |   - the lines containing a variable                            |
*  |     (like $setting[<something>]) must NOT be changed!!!        |
*  |                                                                |
*  ------------------------------------------------------------------
*
* $Id: style.css,v 1.2 2002/04/30 15:26:43 adrian Exp $
*
*
+---------+-----------+------------+-----------+------------+-------+
| bgcolor | textcolor | navbgcolor | linkcolor | alinkcolor | image |
+---------+-----------+------------+-----------+------------+-------+
| #CCCCCC | #000000   |            | #336699   | #336699    | NULL  |
+---------+-----------+------------+-----------+------------+-------+
*/

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background-color: #cccccc;
	color: #000000;
	background-image: url(/design/.gif);
}

td
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	color: #336699;	
}

h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #336699;	
}
h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #336699;	
	font-weight: bold;
}
a:link
{
	text-decoration: none;
    color: #336699;
}

a:visited
{
	text-decoration: none;
    color: #336699;
}

a:hover
{
	text-decoration: none;
    color: #336699;
}

a:active
{
	text-decoration: underline;
    color: #336699;
}

.nav
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt; 
}

.content
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt; }

.restricted
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background-color: #76c0e2;
    color: #000000;
	background-repeat: no-repeat;
}

.search
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background-color: #336699;
}


div.nl2 { padding-left: 25px; }
a.nav_0:link
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
}
a.nav_0:hover
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #ff0000;
}
a.nav_1:link
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
}
a.nav_1:hover
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	color: #336699;
	margin-left: 15px;	
}
a.nav_1:active
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
}
a.nav_1:visited
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
}

a.nav_2:link
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.nav_2:hover
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #336699;	
}
a.nav_2:active
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;	
}
a.nav_2:visited
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;	
}
.kurs_head_1
{
   font-size: 20px;
   padding-bottom: 20px;
}
.kurs_head_2
{
   font-size: 14px;
   padding-bottom: 10px;
}
.kurs_head_3
{
   font-size: 16px;
   color: red;
   font-weight: bold;
   padding-bottom: 10px;
}
.kurs_lead
{
   font-size: 12px;
   padding-bottom: 15px;
}
.kurs_teaser
{
   font-size: 12px;
   font-variant: small-caps;
   padding-left: 10px;
}
.kurs_text
{
   font-size: 12px;
   padding-top: 10px;
   padding-bottom: 15px;
}

.kurs_link { padding-bottom: 6px; }

.kurs_link a:link
{
        color: #336699;
	text-decoration: none;
}
.kurs_link a:visited
{
        color: #336699;
	text-decoration: none;
}
.kurs_link a:hover
{
	color: #000000;
	text-decoration: none;
}

.kurs_link a:active
{
	color: #000000;
	text-decoration: underline;
}

.kurs_link_submit
{
/*        border-width: 1px;
        border-color: #FFFFFF;
        background-color: transparent;
        color: #336699;
	font-size: 12px;
*/
}
DIV.gibb_kurs
{
	margin-bottom: 18px;
}
