/* ###################################################################

  Basic Styles For all CSS Browsers

  filename: basic.css
  dependencies: none


################################################################### */


/* +General
------------------------------------------------------------------- */
body

{
	background: #fff url('/images/hintergrund.jpg') no-repeat fixed;
}


body,p,td,div
{
	font: normal 11px verdana,arial,helvitica,sans-serif;
	color: #333;

}

/* +Headings
------------------------------------------------------------------- */
h1
{
	padding:0 0 10px 0;
       
        
	font: 18px verdana, helvetica, sans-serif;
        font-weight: bold;
	border-bottom: 2px dotted #ccc;
	color: #18345C;
}
span.sub
{
	color: #6F6F6F;
}
h2
{
	margin:10px 0;
	color: #23416e;
	font-weight: normal;
	font-size: 16px; 
        font-weight: bold;
}
h3
{
	margin:10px 0;
	color: #23416e;
	font-size: 10px; weight: bold;
}


h4
{
	margin:10px 0;
	color: #23416e;
	font-size: 14px; weight: bold;
}


p { text-align: justify;}

#content h4
{
	color: #333;
	margin: 20px 0 -12px 0;
	font-size: 14px;
}
/* +Links
------------------------------------------------------------------- */
a
{
	color: #234273;
	text-decoration: none;
}

a:hover
{
	color: #6a8ab9;
}

a:visited
{
	color: #234273;
}

a:active
{
	color: #234273;
}
/* +Misc
------------------------------------------------------------------- */
blockquote
{
	color: #3f6805;
}

a img {
	border: none;
	}
.pic-border img{border:1px solid #CCC;padding:2px;margin-top:10px;}
