/*
Umweltnetzwerk-Style Sheet
------------------------------------
AUTHOR+COPYRIGHT:
Wilhelmine Freudenthal
Barrierefreies Webdesign / Semantischer Code

CONTACT:
wilhelmine@semantic-coding.net
http://www.semantic-coding.net
February 2007

last modified: 20/02/2007

BASED ON:
WKO.AT-STYLE SHEET (C) 2006 SIMONDORNER.COM
*/

#skip
{
 position: relative;
 left: 0;
 top: 0;
 height: 170px;
 background: black url("../images/access_bg.gif") repeat-x;
 color: white;
 margin: auto;
 font-size: 15px;
 padding: 10px;
 text-align: left;
 width: 954px;
}

#skip a
{
 color: white;
 text-decoration: none;
 padding:5px;
}

#skip a:hover
{
 text-decoration: underline;
}

#skip ul
{
 list-style: none;
 padding: 20px 0 20px 170px;
 background: url("../images/access_seitendiagramm.gif") no-repeat left center;
 margin-left: 10px;
}

#skip li
{
 padding: 2px;
}

#skip h4
{
 font-size: 20px;
 margin: 0;
}

#skip ul a
{
 background: url("../images/bullet_arrow.gif") no-repeat left center;
 padding-left: 23px;
 font-style: italic;
 color: #ccc
}

#skip a#access_1 { background-image: url("../images/bullet_1.gif"); }
#skip a#access_2 { background-image: url("../images/bullet_2.gif"); }
#skip a#access_3 { background-image: url("../images/bullet_3.gif"); }
#skip a#access_4 { background-image: url("../images/bullet_4.gif"); }

#skip ul a em
{
 font-weight: bold;
 font-style: normal;
 color: white;
}

#skip p
{
 margin:12px 0 6px 0;
 padding:0;
 position: absolute;
 top: 0px;
 right: 0px;
}

#skip p a
{
 background: url("../images/icon_close.gif") no-repeat;
 display: block;
 width: 32px;
 height: 32px;
}


#skip p a span
{ display: none; }
