/**********************************************************************
	Stylesheet for screen view
	Author: Andreas Rieger
	Date: 070706
*/


/*	pure html settings	*/

* {
	margin:0;
	padding:0;
	font-family:'Lucida Grande',Arial,sans-serif
}


html	{
	height:100%;
}

body	{
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size:100.1%;
	color:#333
}

h1	{
	text-transform:uppercase
}

h2	{
	margin:0 0 1em 0;
	font-size:1.5em;
	color:#c00
}

h3	{
	line-height:2em;
	font-size:1.2em;
}

h4	{
	font-size:1em;
}

a	{
	text-decoration:none
}

a.external-link	{
	color:#333
}


/*	the header	*/

#headerwrap	{
	margin:0;
	padding:0;
	height:100px;
}

#header	{
	margin:0 auto 0 auto;
	padding:0;
	width:760px;
	height:100px;
	border:0px solid #000
}

#header h1	{
	text-align:left;
	margin:0 10px;
	line-height:100px
}

#header h1 a	{
	color:#fff
}


/* the content */

#middlewrap	{
	margin:0;
	padding:0;
	font-size:75%
}

#contentwrap	{
	margin:40px auto 0 auto;
	padding:0;
	width:760px;
	text-align:left
}

#contentwrap h2 a,
#contentwrap h3 a,
#contentwrap h4 a	{
	color:#333
}

#contentwrap div.article	{
	margin:0 10px 3em
}

#contentwrap p.bodytext	{
	margin:0 2em 1em 0;
	padding:0;
	line-height:1.5em
}

#contentwrap span.tab	{
	float:left;
	width:5em;
	color:#c00
}

#contentnormal	{
	float:left;
	margin:0;
	padding:0 0 3em;
	width:469px;
}

#contentright	{
	float:right;
	margin:0;
	padding:0 0 3em;
	width:290px;
}

#contentright ul,
#contentright dl	{
	margin:0 50px 0 56px;
	list-style:none
}

#contentright h2,
#contentright div.article	{
	margin:0 50px 1em 56px
}


/* the footer */

#footerwrap	{
	position:absolute;
	bottom:0;
	left:0;
	height:2em;
	width:100%;
	background:url(../img/body.png)
}

html>body #footerwrap	{
	position:fixed
}

#footer	{
	margin:0 auto 0 auto;
	width:760px;
	text-align:left;
}

#footer p.bodytext	{
	margin:0 10px;
	color:#666;
	font-size:75%;
	font-weight:normal;
	line-height:2.6em
}

#footer p.bodytext a	{
	color:#666
}


/* the search */

#contentright h3.csc-searchResultHeader,
#contentright p.csc-searchResult	{
	/* display:none */
}

#contentnormal	ul#searchform	{
	/* display:none */
}

ul#searchform input	{
	width:185px
}

