/*
 Stylesheet KDN Wiesbaden
 Copyright (c) 2004
 n-mediadesign (http://www.n-mediadesign.de)
*/



/* Allgemeine Informationen */

body
{
 font-family		: Verdana, sans-serif;
 font-size			: 10pt;
 padding			: 0;
 margin				: 0;
 background			: url("../images/bg.gif");
}


input,textarea
{
 font-family		: Verdana, sans-serif;
 font-size			: 10pt;
}


a
{
 color				: #000;
}

a:hover
{
 text-decoration	: none;
}


/* Header Styles*/

#header
{
 position			: absolute;
 top				: 0;
 background			: url("../images/header.jpg") no-repeat #EBEAFE;
 width				: 760px;
 height				: 180px;
 border-right		: 1px #C4E60B solid;
}



/* Menü Styles*/

#menu
{
 background			: #EBEAFE;
 position			: absolute;
 top				: 180px;
 height				: 70px;
 width				: 760px;
 padding			: 0;
 border-right		: 1px #C4E60B solid;
}

#menu a
{
 text-decoration	: none;
 display			: block;
 float				: left;
}


/* Menü Links */


a.startseite
{
 background-image	: url("../images/menu/startseite.gif");
 width				: 100px;
 height				: 17px;
}

a:hover.startseite
{
 background-image	: url("../images/menu/startseite1.gif");
}

a.aktuelles
{
 background-image	: url("../images/menu/aktuelles.gif");
 width				: 100px;
 height				: 17px;
}

a:hover.aktuelles
{
 background-image	: url("../images/menu/aktuelles1.gif");
}

a.veranstaltungen
{
 background-image	: url("../images/menu/veranstaltungen.gif");
 width				: 147px;
 height				: 17px;
}

a:hover.veranstaltungen
{
 background-image	: url("../images/menu/veranstaltungen1.gif");
}

a.werwirsind
{
 background-image	: url("../images/menu/werwirsind.gif");
 width				: 126px;
 height				: 17px;
}

a:hover.werwirsind
{
 background-image	: url("../images/menu/werwirsind1.gif");
}

a.kontakt
{
 background-image	: url("../images/menu/kontakt.gif");
 width				: 94px;
 height				: 17px;
}

a:hover.kontakt
{
 background-image	: url("../images/menu/kontakt1.gif");
}

a.archiv
{
 background-image	: url("../images/menu/archiv.gif");
 width				: 86px;
 height				: 17px;
}

a:hover.archiv
{
 background-image	: url("../images/menu/archiv1.gif");
}

a.impressum
{
 background-image	: url("../images/menu/impressum.gif");
 width				: 101px;
 height				: 17px;
}

a:hover.impressum
{
 background-image	: url("../images/menu/impressum1.gif");
}

/* Inhalt */

#content
{
 background			: #EBEAFE;
 position			: absolute;
 top				: 250px;
 width				: 760px;
 height				: 1200px;
 border-right		: 1px #C4E60B solid;
}

h3
{
 font-size			: 11pt;
 color				: #C00;
 font-weight		: normal;
}

/* Linker Streifen */

#left
{
 background-image	: url("../images/left.gif");
 width				: 71px;
 height				: 537px;
 float				: left;
}


/* Inhalt bestimmt durch X-tra Sheets*/
