/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
  basics.css for Doku-Site Online Campaigning
  28.09.2005 JDE
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* principally used colours:

  colour code   colour      	usage
  -----------   --------------  -------------------------------
  spdred      	#E60003  		Links im Content   
  light umbra   #E2DDD1     	background thumbnails
  dark umbra    #B2A384     	background Subnavigation links
  text umbra    #8B8579     	ServiceNavigation, Footer
  white			#fff			content background
  black			#000			main Navigation



*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*  Global and general styles:
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/*general */
* {	margin:0;padding:0; }

.clearBoth{ clear: both;}

.center{ text-align: center; }

.displayNoneAll, .displayNoneCss, #siteMessages ul, #navService, #navMain,#header, #navSub, div.thumbnails, #footer, #header { display: none; }

.displayNoneCss{	display: none;	}

body { 	margin: 0; padding: 0; text-align: left; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px; background: #fff; color: #000; }


#wrapper {	background: #fff; color: #000;width: 100%; }


 h1{display: block; font-size: 14px; color: #000; margin-left: 20px;	padding: 0px 5px;}

#content{
	margin-left: 0px;	width: 90%; 
	background: transparent;
	padding: 25px 5px;
}


/*content*/
	
a{	color: #000; font-weight: bold; text-decoration: underline; margin: 2px;}
a:focus, a:active, a:hover{ text-decoration: underline; }

#content h2, body.homepage #content h3{	margin: 9px 15px; color: #000;	}

body.homepage #content h2{	margin: 9px 15px; }

#content p{
	padding: 10px 15px;
	font: normal 11px/14px Verdana, Arial, sans-serif; }
	
#content img, #content object{
	border: 1px solid #000;
	margin-left: 15px }