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

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% 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; 
	color: #646464;
}

h1	{
	font-size: 150%;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: black;
}

h2	{
	font-size: 112.5%;
	margin: 0 0 5px 0;
	font-weight: bold;
}

h3	{
	font-size: 140%;
	margin: 0 0 5px 0;
}

p	{
	font-size: 87.5%;
}

strong	{
	font-weight: bold;
}

a	{
	color: #d0261d;
	text-decoration: none;
}

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

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

a:visited { 
	color: #ff584f; 
	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  */ 



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

div.sidebar h2	{
	font-size: 70%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

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


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

div.sidebar p	{
	font-size: 70%;
	margin: 0 0 10px 0;
}

div.box p	{
	font-size: 87.5%;
	padding: 0 20px 0 20px;
	color: black;
	line-height: 140%;
}

div.content p	{
	margin: 0 0 15px 0;
}

table	{
	font-size: 75%;
}

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

div.logo a,
div.logo a:link	{
	width: 175px;
	height: 20px;
	margin: 0;
	display: block;
	padding: 110px 0 0 5px;
	font-size: 62.5%;
	text-decoration: none;
}

div.box a,
div.box a:link		{
	position: absolute;
	display: block;
	width: 274px;
	left: 5px;
	bottom: 5px;
	height: 32px;
	margin: 0;
	text-align: right;
	font-size: 87.5%;
	padding: 10px 20px 0 0;
	color: white;
	text-shadow: black 1px 1px 1px;
	text-decoration: none;
}

div.box a:hover,
div.box a:active		{
	background: transparent url(../../images/rahmen/sprites.png) scroll no-repeat -5px -737px;
	text-decoration: none;
}

div.content a,
div.content a:link	{ 
   	background: url(../../images/utilities/pfeil.gif) no-repeat right 8px;
	padding-right: 10px;
}

div.content a:hover	{ 
   	background: url(../../images/utilities/pfeil-hover.gif) no-repeat right 8px;
	padding-right: 10px;
}

div.content a:active	{ 
   	background: url(../../images/utilities/pfeil-active.gif) no-repeat right 8px;
	padding-right: 10px;
}

div.content a:visited	{ 
   	background: url(../../images/utilities/pfeil-visited.gif) no-repeat right 8px;
	padding-right: 10px;
}

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

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

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

#main 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 2px 0;
	padding: 0 0 0 12px;
	background: url(../../images/utilities/aufzaehlung.gif) no-repeat 0 7px;
	font-size: 95%;
}

/*----------------------------------------------------------------------------------------------*/
/*
/* 6. ANDERE */
/*
/*----------------------------------------------------------------------------------------------*/
input.search	{	
	font-size: 75%;
	color: black;
}
