/*-----------------------------------------------

TYPOGRAPHY

INHALT:

1. BASICS

2. HEADLINES
-2.1 h1
-2.2 h2
-2.3 h3

3. ABSAETZE

4. LINKS

5. LISTEN

5. ANDERE


-----------------------------------------------*/

/*----------------------------------------------------------------------------------------------*/
/*
/* 1. BASICS */
/*
/*----------------------------------------------------------------------------------------------*/

body {
	font: normal 100.01% Arial, sans-serif; 
	color: #404040;
}

h1	{
	font-size: 220%;
	line-height: 111%;
	margin: 0 0 1em 0;
	color: #044c37;
}

div.title h1,
div.textbox h1	{
	font-family:  Optima, Arial, sans-serif; 
	line-height: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: white;
	text-shadow: black 1px 1px 0;
}

h2 a:visited,
h2 a,
h2	{
	font-size: 28px;
	margin: 30px 0 20px 0;
	color: #044c37;
}

div.content.home div.newsbox h2 a {
	font-size: 22px;
}

h3	{
	font-size: 100%;
	margin: 10px 0 5px 0;
	color: #044c37;
}

p	{
	margin: 0 0 10px 0;
}

strong	{
	font-weight: bold;
}

em	{
	font-style: italic;
	color: #464646;
}

div#skim,
small	{
	font-size: 70%;
}

a	{
	color: #044c37;
	text-decoration: none;
}

a:hover { 
	color: black; 
	text-decoration: none; 
}

a:active { 
	color: #646464; 
	text-decoration: none; 
}

a:focus { 
	outline: none 
}

ol, ul	{
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

blockquote	{
	padding: 0 0 0 20px;
	margin: 30px 0 0 0;
	font-size: 112.5%;
	font-weight: bold;
}

blockquote p	{
	margin: 0;
	padding: 0;
}

address	{
	font-size: 80%;
	padding: 0 0 0 20px;
	margin: -10px 0 13px 0;
}


/*----------------------------------------------------------------------------------------------*/
/*
/* 2. HEADLINES */
/*
/*----------------------------------------------------------------------------------------------*/
/************************************************************************************************/
/*  2.1 H1  */ 

div.search h1	{
	font-size: 112.5%;
	font-weight: normal;
	margin: 0;
	color: #044c37;
	text-shadow: black 1px 0 0;
	width: 100px;
}

div.content.home div.newsbox h1	{
	font-size: 112.5%;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #044c37;
	text-shadow: none;
}

/************************************************************************************************/
/*  2.2 H2  */ 

div.content.home div.newsbox h2	{
	font-size: 80%;
	margin: 0;
	font-weight: bold;
}

/************************************************************************************************/
/*  2.3 H3  */ 


/*----------------------------------------------------------------------------------------------*/
/*
/* 3. ABSAETZE */
/*
/*----------------------------------------------------------------------------------------------*/

div.search p	{
	font-size: 62.5%;
	margin: 0 0 5px 0;
	width: 100px;
}

div.content.home div.textbox p	{
	color: #ffd650;
}

div.content.home div.newsbox p	{
	font-size: 80%;
	margin-bottom: 10px;
}

div.text p {
	line-height: 144%;
}

/*----------------------------------------------------------------------------------------------*/
/*
/* 4. LINKS */
/*
/*----------------------------------------------------------------------------------------------*/

div.logo a,
div.logo a:link	{
	width: 164px;
	height: 48px;
	margin: 0;
	display: block;
	padding: 240px 0 0 10px;
	font-size: 70%;
	text-decoration: none;
	color: white;
}

div.content p a[href $='.zip']	{ 
   line-height: 180%;
   padding: 5px 0 5px 25px;
   background: transparent url(../../images/utilities/zip.gif) no-repeat center left;
}

div.content p a[href $='.doc']	{ 
   line-height: 180%;
   padding: 5px 0 5px 25px;
   background: transparent url(../../images/utilities/doc.gif) no-repeat center left;
}

div.content a[href $='.doc'] { 
   padding: 0 0 15px 35px;
   background: transparent url(../../images/utilities/download.gif) no-repeat center left;
}

/*----------------------------------------------------------------------------------------------*/
/*
/* 5. LISTEN */
/*
/*----------------------------------------------------------------------------------------------*/

div.content li	{
	margin: 0 0 5px 0;
	padding: 0 0 0 22px;
	background: transparent url(../../images/bullet.png) no-repeat 0 4px;
	font-size: 95%;
}

/*----------------------------------------------------------------------------------------------*/
/*
/* 6. ANDERE */
/*
/*----------------------------------------------------------------------------------------------*/
input.search	{	
	font-size: 80%;
	color: #808080;
}

ul#info {
	font-size: 80%;
}
