/* kahofer css / wolf kammerlander */
@import url("navigation.css");
@import url("unterseite.css");

/* Global
--------------------------------------------- */
*
{
		font-family: arial, helvetica, sans-serif;
		margin:  0;
		padding: 0;
}
body
{
		margin: 0;
		padding: 0;
		color: #fff;
		background-color: #000;
		background-image: url(../images/bg_grad.gif);
		background-repeat: repeat-x;
}
img, img a {
	border: none;
}

/* Boxen
--------------------------------------------------------------- */
#wrapper
{
		margin: 0 auto 0 auto;
		width: 960px;
}
#header
{
		width: 960px;
		height: 130px;
}
#content
{
		width: 960px;
}
#logo
{
		width: 960px;
		margin: 10px 0 10px 0;
}
/* Haupt-navigation 
----------------------------------------------------------- */

#navigation
{
		float: right;
}
#top-bereich
{
		width: 960px;
}
#top-bereich-links
{
		width: 580px;
		float: left;
}
#top-bereich-rechts
{
		width: 360px;
		height: 215px;
		float: left;
		margin: 0 0 0 20px;
		background: #99CC00;
}
#top-bereich-rechts p
{
		font-size: 1.2em;
		padding: 10px;
		color: #FFFFFF;
		font-weight: normal;
}
#text-spalte
{
		width: 960px;
		margin: 20px 0 0 0;
}
#text-spalte-1
{
		font-size: 0.9em;
		width: 220px;
		float: left;
		margin: 0 20px 0 0;
}
#text-spalte-2
{
		font-size: 1.3em;
		width: 340px;
		float: left;
		margin: 0 20px 0 0;
}
#text-spalte-3
{
		font-size: 1em;
		width: 300px;
		float: left;
}
p
{
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: 0.8em;
		color: #fff;
		margin: 0 0 5px 0;
}
h1
{
		font-weight: bold;
		letter-spacing: -0.03em;
		font-size: 2.5em;
		color: #fff;
}
h2
{
		font-weight: bold;
		font-size: 1.2em;
		color: #99CC00;
		margin: -5px 0 0 0;
}
h3
{
		font-weight: bold;
		letter-spacing: -0.03em;
		font-size: 1em;
		color: #FFCC00;
		margin: 20px 0 10px 0;
}
/* Links 
---------------------------------------------------------- */

a
{
		color: #99CC00;
		text-decoration: none;
		border: none;
}
a:visited
{
		color: #99CC00;
		text-decoration: underline;
		border: none;
}
a:hover
{
		color: #fff;
		text-decoration: underline;
		border: none;
}
a:visited:hover
{
		color: #fff;
		text-decoration: underline;
}



/* logo links 
------------------------------------------------------------------------ */
h1 a
{
		color: #fff;
		text-decoration: none;
}
h1 a:visited
{
		color: #fff;
		text-decoration: none;
}
h1 a:hover
{
		color: #FFCC00;
		text-decoration: none;
}
h1 a:visited:hover
{
		color: #FFCC00;
		text-decoration: none;
}
/* Klasse für Farbe
--------------------------------------------------------------- */
.farbe
{
		color: #99CC00;
}
.footerLink
{
		color: #CE88AC;
}
#text-spalte-3 .firstLine
{
		padding-top: -40px;
}
