/*******************************************************************************

        Project         :       Evangelische Jugend Bad Salzdetfurth

        Copyright       :       Evangelische Jugend Bad Salzdetfurth
						http://evj.badse.de
							Björn Techert

*******************************************************************************/




/*      undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }




legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*      reset some basic style
*******************************************************************************/
dl                      {margin: 0 0 0 0;}
dl dt           {margin: 0 0 0 0;}
dl dd+dt        {margin-top: 0;}
dl dd           {margin: 0 0 0 0;}

ol                      {list-style: none;}
ol li           {margin: 0 0 0 0;}
ol li ol        {margin: 0 0 0 0;}
ol li ul        {margin: 0 0 0 0;}

p                       {margin-bottom: 0em;}

ul                      {list-style: none;}
ul li           {margin: 0 0 0 0;}
ul li ul        {margin: 0 0 0 0; list-style: none;}
ul li ol        {margin: 0 0 0 0;}

pre                     {font-size:1.2em; }

a:hover { text-decoration:none; }

/*      html
*******************************************************************************/
html {
        min-height: 100%;
        margin-bottom: 1px;
}

/*      body
*******************************************************************************/
body {
        background-color:#ffff00;
        font-family:verdana, arial, helvetica, sans-serif;
        font-size: 10pt;
        voice-family: "\"}\"";
        voice-family: inherit;
        font-size: 8pt;
        background-color:#ffff00;
        text-align:left;
}

.clearer {
        display:block;
        clear:both;
        line-height:0;
        height:1px;
        font-size:0;
        visibility:hidden;
        text-align:left;
}

.clear {
        clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*      website
*******************************************************************************/
#website {
        position:relative;
        display:block;
        margin-left:auto;
        margin-right:auto;
        padding:0;
        height:100%;
        width:800px;
        color:#000000;
        text-align:left;
}

/*      header
*******************************************************************************/
#header {
        position:relative;
        margin:0;
        padding:0;
        height:130px;
        background-image:url(bg_header.gif);
        text-align:left;
}

#header img    {
	usemap:#map;
}


/*      logo / breadcrumb
*******************************************************************************/
#logo {
        position:absolute;
        top:0px;
        left:0px;
}

#logo a {
	display:block;
        height:130px;
        width:200px;
        text-indent:-700em;
}


#breadcrumb {
        position:absolute;
        bottom:9px;
        left:200px;
        
}

#breadcrumb a, 
#breadcrumb a:link {
        color:#000;
}

#breadcrumb a:hover {
        text-decoration:underline;
}
/*      content
*******************************************************************************/


#content, #content2 {
        display:block;
        clear:both;
        position:relative;
        padding:0 0 0 0;
        
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
        height:1px;
}
/* end hide */


#content {}

#content2 {
        background-image:url(bg_content.jpg);
        background-repeat:repeat-y;
}

#main {
        float:left;
        width:560px;
        text-align:left;
}

#main-block {}

#main-block2 {
        padding:14px;
}


/*      Navigation vertical - 
        Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
        zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
        float:left;
        width:200px;
        padding:14px 0;
        text-align:left;
}

#navigation ul.nav1st {
        width:170px;
        text-align:left;
}


#navigation ul.nav1st li {
        padding:8px 0 8px 14px;
        text-align:left;
}

#navigation ul.nav1st li.active {
        background:#ffff00;
        text-align:left;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
        color:#009;
        text-align:left;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
        display:block;
        color:#606060;
        font-size:1.2em;
        font-weight:bold;
        text-align:left;
}

#navigation ul.nav1st a:hover {
        color:#009;
        text-align:left;
}


#navigation ul.nav1st li ul.nav2nd li {
        padding:0;
        margin-left:14px;
        list-style-type:square;
        text-align:left;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
        display:block;
        padding:4px 0 4px 0;
        font-size:1.1em;
        font-weight:normal;
        text-align:left;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
        text-decoration:underline;
        text-align:left;
}



/*      donate Werbebanner
------------------------------------------------------------------------------*/
#donate {
        margin:2em 0 0 14px;
}


/*      Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
        color:#009;
        font-family:arial, helvetica, verdana, sans-serif;
        font-size:1.7em;
        font-weight:bold;
        line-height:1.8em;
        text-align:left;
}

#main-block .teaser h1 {
        font-size:1.4em;
        text-align:left;
}

/* Headline 2 */
#main-block h2 {
        color:#000;
        font-family:arial, helvetica, verdana, sans-serif;
        font-size:1.4em;
        font-weight:bold;
        line-height:1.4em;
        text-align:left;
}


/*      Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
        margin-bottom:1.2em;
        font-size:1.2em;
        line-height:1.6em;
        text-align:left;
}
#main-block ul li ul {
        margin-bottom:1.2em;
        font-size:1.2em;
        line-height:1.6em;
        text-align:left;
}

#main-block ul {
        margin-left:14px;
        list-style-type:square;
        text-align:left;
}

#main-block ol {
        list-style-type:decimal-leading-zero;
        text-align:left;
}


/*      Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
        color:#009;
        text-decoration:underline;
        text-align:left;
}

#main-block a:hover {
        color:#000;
        text-align:left;
}



/*      Images
------------------------------------------------------------------------------*/
#main-block div.image {
        margin-bottom:0;
}
#main-block div.image p {
        margin:0;
        font-size:0.9em;
}
#main-block div.flLeft {
        margin-right:14px;
}
#main-block div.flRight {
        margin-left:14px;
}


/*      footer
------------------------------------------------------------------------------*/
.footer {
        display:block;
        width:100%;
        background-position:0 -100px;
}
.footer2 {
        padding:0 14px;
	  text-align:center;
}
.footer p {
        margin:0;
        padding:9px 0;
        font-size:12px;
        text-transform:none;
}

.footer p, 
.footer p a,
.footer p a:link {
        color:#555555;
}
.footer p a:hover {
        text-decoration:none;
}

.footer .col-left {
        float:center;
        width:186px;
}
.footer .col-right {
        float:center;
}




