/*-----------------------------------------------
$Id: style.css
     Style Sheet
Customer: managerseminare
Author:   vierviertel
Version:  1.0
Creation Date:    2007/04/19
Last Modify:
-----------------------------------------------*/

address, abbr, acronym, dfn	{
	font-variant:normal;
}

a, address, body, blockquote, caption, cite, div, dfn, dl, dt,
fieldset, h1, h2, h3, h4, img, input, label, legend,
li, ol, option, p, q, select, textarea, td, th, ul 	{
	font-family:Verdana,Helvetica,sans-serif,"Trebuchet MS";
}

* {
	margin:0px;
    padding:0px;
}

body {
    margin:0; /* setting top and bottom margin */
	padding:0;
    background:#ccc;
}
#skipToContent a, #skipToNav a {
	position:absolute;
    z-index:2;
    width:10em;
    overflow:hidden;
    top:-100px;
    left:-1000px
}

#skipToContent a:focus, #skipToNav a:focus, #skipToContent a:active, #skipToNav a:active {
	position:absolute;
    z-index:99;
    width:12em;
    top:.5em;
    left:.5em;
    margin-left:4px;
    text-decoration:underline;
    color:#000;
    background:#ccc;
    font-size:.8em
}
.hidden {
	display: none;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}


