/*
	css innocasto.com / Author Bernhard Welzel / welzel@innocasto.com
	Stylesheets for Browser NN4 etc.
*/



/* global white space reset */

*
	{
		margin:0;
		padding:0;
		border:0;
	}

html
	{
		height:100%;
	} 

body
	{ 
		/* scrollbars for firefox&ie */
		min-height: 101%;	
		/* fix: opera font size & default font size */
		font-size: 100.01%; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #000;        
		background: #fff;
		text-align: left;
		margin:10px;

		/* fix: browser window size change */
		position: relative; 
	}
	
	
/* skiplink navigation  */

@media screen, print
{
	.skip
		{
			position: absolute;
			left: -1000em; 
			width: 20em;
		}
}


/* content *******************************************************************/
	

.pagetitle 
	{
		font-weight: bold;
		color:#5A5B5D;
		font-size:1em;
		line-height:1.25em;
		padding-bottom:0.9em;
	}
.pagesubtitle
	{
		font-weight: bold;
		color:#0A50A1;
		font-size:0.78em;
		line-height:1.76em;
		margin-top:-1.1em;
		margin-bottom:0.5em; /* ! +h2 */
	}
	
.bodytext
	{

		font-size:0.6875em;
		line-height:1.5em;
		color:black;
		padding-bottom:1.2em;

	}
	
.bodytext a
	{

	}

.bodytext a:link { color:black;}
.bodytext a:visited { color:black;}
.bodytext a:hover { color:black;}
.bodytext a:active { color:black;}
	
.content h2
	{
		font-weight: bold;
		color:#6895C5;
		font-size:0.78em;
		line-height:1.76em;
		padding-bottom:0.8em;
		padding-top:0.6em;
	} 
	
.content h3  
	{
		font-weight: bold;
		color:#6895C5;
		font-size:0.78em;
		line-height:1.76em;
/*		padding-top:2em;*/
		padding-bottom:0.4em;

	}
	
.content h4  /* ?berschrift 4 */
	{
		font-weight: bold;
		color:#6895C5;
		font-size:1em;
		line-height:1.76em;
		padding-top:1em;
		padding-bottom:0.2em;

	}

.content h5,
.content h6
	{
		font-weight: bold;
		color:black;
		font-size:1em;
	}


.content ul, .content dd
	{
		margin-bottom:1.2em;

	}
.content li
	{
		font-size:0.7em;
		margin-left:1.5em;
		line-height:1.5em;
		margin-bottom:0.5em;

	}

.content dd
{
font-size:0.7em;
}

.content li a 
	{
	}



.content p,
.content label,
.content select,
.content input
{
font-size:0.6875em;
}

.content input
{
border:1px solid #bbb;
}

#col3 input
{
padding-left:3px;
padding-right:3px;
}
