/*
   © cinopsis | Rieder und Tykwer GbR
   Abgeleitetes Stylesheet für skalierbare, flächige Sites, redaktionell 
*/



/* ALLGEMEIN */


a:active .framed, a:focus .framed, a:hover .framed, dl.box .framed, img.bordered
{
    border-color: #666666;
}


.bordered
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}


.center-align, .center-align p
{
    text-align: center;
}


.clear
{
    clear: both;
}


.framed
{
    background-color: #fffff5;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}


.full-width
{
    width: 100%;
}


.left-align
{
    text-align: left;
}


.left-float
{
    float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


.lighten
{
    color: #999999;
    font-size: 90%;
}


.right-align
{
    text-align: right;
}


.top-align
{
    vertical-align: top;
}


.right-float
{
    float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}




/* LAYOUT */


html
{
    background-color: #fffff5;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    scrollbar-base-color: #fffff5;
    scrollbar-arrow-color: #666666; 
    scrollbar-face-color: #fffff5;
	scrollbar-highlight-color: #fffff5;
	scrollbar-3dlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #fffff5;
	scrollbar-track-color: #fffff5;  
}



body
{
	background-color: #fffff5
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100%; 
	width: 100%;
}


body, input, select, td, textarea, th
{
    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #000000;
    font-size: 10pt;
}


body, p
{
    line-height: 1.5em;
}


br
{
    clear: none;
}


#frame
{
	position:absolute;
	margin-left:-480px;
	left:50%;
	top: 30px;
}


#content
{
    background-color: #fffff5;
    width: 566px;
    border-width: 0px 1px 0px 0px;
    border-color: #cccccc;
    border-style: dotted;
    margin: 30px 150px 0px 230px;
    padding-right: 20px;
   	line-height: 14px; 
    z-index: 2;
}


#content .heading
{
	font-weight: bold;
	text-indent: 0px;
	margin-bottom: 0px;
	color:#666666;
	text-decoration: underline;
}


#content .normal
{
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0.1em 0;
	line-height: 1.3em
}


#content .inColumnLeft
{
	width: 260px;
	float: left;
	margin-left: 12px; 
	text-align: left;
}


#content .inColumnRight
{
	width: 260px;
	float: right;
	margin-right: 12px; 
	text-align: right;
}


#header
{
    background-color: #ff9900;
	background-image: url(../logos/afw-logo.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 70px;
	width: 964px;
	z-index: 4;
}


#left-column 
{
	background-image: url(../pixel/af_l_v.gif);
    background-repeat: repeat;
	position: absolute;
	top: 75px;
	width: 210px;
	height: 600px;
	z-index: 2;
}


#right-column
{
	background-color: #fffff5;
    position: absolute;
	top: 104px;
	width: 130px;
	height: 400px;
	right: 2px;	
	z-index: 1;
} 


#right-column a, #right-column a:active, #right-column a:hover, #right-column a:focus, #right-column a, #top-menu a:active, #top-menu a:hover, #top-menu a:focus
{
    border-style: none
}


#right-column p
{
    text-align: left-align;
    font-size: 75%;
}


#right-column a
{
    border-color: #000000;
    border-style: dotted;
    border-width: 0 0 1px 0;	
	text-decoration: none;
}


#right-column a:hover
{
    text-decoration: underline;
}


#skip
{
	left: -10138px;
	position: absolute;
	width: 9000px;
	top: 428px;
}




/* NAVIGATION */



#menu
{
    padding-top: 2em;
}


#top-menu
{
    background-color:#ffdd99;
	position: relative;
	height: 20px;
	width: 964px;
    border-color: #999999;
    border-style:    
    border-width: 1px 0px 0px 0px;
	z-index: 3;
}   


#menu, #menu a, #menu .selected
{
    color: #000000;
    display: block;
}


#menu a, #menu a:active, #menu a:focus
{
    font-weight: normal;
    display: block;
    border-style: none;
    border-width: 1px 4px 1px 1px;
    padding: 0.1em 0 0.1em 0.5em;  
}


#menu span.selected
{
    display: block;
    background-color: #fffff5;
    border-style: solid;
    border-color: #777777;
    border-width: 1px 4px 1px 1px;
    font-weight: normal;
    padding: 0.1em 0 0 0.5em;  
}


#menu a:hover
{
    display: block;
    border-style: solid;
    border-color: black;
    border-width: 1px 4px 1px 1px;
    font-weight: normal;
    padding: 0.03em 0 0.01em 0.5em;  
}


#menu li
{
    display: inline;
}


#menu ul
{
    margin: 0;
    padding: 0;
}


#menu ul span.passive
{
    font-weight: bold;    
    color: #666;
}


#menu ul span.selected, #menu ul span.passive
{
    padding-left: 0.5em;
}


#menu ul ul a, #menu ul ul a:active, #menu ul ul a:focus, #menu ul ul span.selected, #menu ul ul a:hover
{
    padding-left: 1.25em; 
}


#top-menu a, #top-menu a:active, #top-menu a:focus
{
    font-weight: normal;
	text-decoration: none;
	border-width: 0 0 0 0;
}


#top-menu a:hover
{
    text-decoration: underline;
}


#top-menu span.selected
{
    background-color: #fffff5;
}



/* BLÖCKE + MODULE */

blockquote
{
	background-color: #eeeeee;
	padding: 12px;
	border-left: 10px solid #cccccc;
	color: black;
	font-style: normal;
}


div.error
{
    background-color: #cc0000;
    border-color: #aa0000;
}


div.error, div.error a, div.highlight, div.highlight a, div.highlight h2
{
    color: #ffffff;
}


div.error, div.highlight, div.note
{
    border-style: solid;
    border-width: 1px;
    font-size: 80%;
    margin: 2 0;
    padding: 0.5em;
}


div.error a, div.highlight a
{
    border-color: #ffffff;
}


div.error p, div.highlight p, div.note p
{
    margin: 0;
    padding: 0;
}


div.highlight
{
    background-color: #FF9900;
    border-color: #ff6600;
}


div.note
{
    background-color: #fffff5;
    border-color: #cccccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	text-align: center;
}


div.note, div.note a
{
    color: #666666;
}


div.note span.selected
{
   color: #eaeaea;
   background-color: #777777;
}


dl.module
{
    background-color:#fffff5;
    font-weight: normal;
	margin-top: 0px;
    margin-bottom: 0px;
}



/* FORMAT */


dl.module input
{
    margin-top: 5px;
}


form p
{
    margin: 0;
    padding: 0;
}




/* LINKS */


a, a:active, a:visited
{
    border-color: #000000;
    border-style: dotted;
    border-width: 0 0 1px 0;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}



a:focus, a:hover
{
    border-color: #333333;
    border-style: solid;
    color: #333333;
    font-weight: normal;
}



h2 a, h2 a:visited, h2 a:active, h2 a:focus
{
    border-color: #990000;
    border-style: dotted;
    border-width: 0 0 2px 0;
    color: #9900000;
}



h2 a:hover
{
    color: #555555;
    border-color: #333333;
    border-style: solid;
}



#footer a, dl.module a, .dark a, .light a
{
    border-color: #333333;
    color: #333333;
}



#footer a:active, #footer a:focus, #footer a:hover, .dark a:active, .dark a:focus, .dark a:hover, .light a:active, .light a:focus, .light a:hover
{
    border-color: #666666;
    color: #666666;
}



a.no-decoration
{
    border-style: none;
}




/* LISTINGS */


ul.compact
{
    margin: 0 0 0 1em;
    padding: 0;
}



ul.compact li
{
    margin: 0;
    padding: 0;
}



ul.horizontal
{
    background-color: #e6e6e6;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    padding: 0.5em;
    margin: 0 0 0.5em 0;
}



ul.horizontal li
{
    border-color: #666666;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 0.5em;
}



ul.horizontal li.first
{
    border-style: none;
    padding-left: 0;
}



ul.plain
{
    list-style: none;
}



ul.plain, ul.plain li
{
    margin: 0;
    padding: 0;
}




/* TABELLEN */


table.bordered
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 0 1px;
    margin-top: 5px;
}



table.bordered td, table.bordered th
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    padding: 0.1em;
}




/* STANDARD */


acronym
{
    border-style: none;
    cursor: help;
    font-size: 80%;
    font-style: normal;
    font-variant: normal;
}



a acronym
{
    border-style: none;
}



caption
{
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
    word-spacing: 1px;
}



caption, h1, h2, h3, label
{
    color: #333333;
}



dd
{
    margin: 0 0 0.5em 0;
    padding: 0;
}



del
{
    text-decoration: line-through;
}



dl
{
    margin: 0;
    padding: 0;
}



dt
{
    font-weight: bold;
    margin: 0.5em 0 0 0;
}



form
{
    margin: 0;
    padding: 0;
}



h1
{
    font-size: 140%;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0;
    padding: 0 0 0.5em 0;
    word-spacing: 1px;
}



h1 acronym, h2 acronym, h3 acronym
{
    font-size: 100%;
}



h2
{
    font-size: 125%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0.25em 0;
    word-spacing: 1px;
}



h3
{
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0.1em 0;
    word-spacing: 1px;
}



h4
{
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0.1em 0;
    word-spacing: 1px;
}



h5
{
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0.1em 0;
	line-height: 1.3em
}



img
{
    border-style: none;
}



input, select, textarea
{
    font-size: small;
}



input.flatbutton 
{
border: 1px;
border-style: solid;
border-color: #cccccc;
background-color: #cccccc;
}



input[type=submit]
{
    cursor: pointer;
    font-weight: normal;
}



input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus
{
    background-color: #fffccc;
}



li
{
    margin-top: 0.5em;
    text-align: left;
}



ol, ul
{
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}



p
{
    margin: 0.5em 0;
    padding: 0;
}



table
{
    border-collapse: collapse;
    caption-side: bottom;
}



td
{
    font-size: small;
    vertical-align: top;
}



ul
{
    list-style-type: square;
}



.bold
{
   font-weight: bold;
}



.italic
{
    font-style: italic;
}
