/* Style Sheet BUNTEBANK Reproduktionen Hamburg */
/* buntebank.css 01.12.07 www.typeset.com BK Grafik Bodo Kerber */
/* thanks to: www.matthewjamestaylor.com */


    body {
        margin:0;
        padding:0;
        font-size:90%;
    }
	/* header styles */
    #header {
		clear:left;
		float:left;
		width:100%;
		overflow:hidden;
		border-bottom:4px solid #006633;
    }
	#header p,
	#header h1,
	#header h2 {
		clear:left;
		float:left;
		width:96%;
		margin:0;
		padding:.4em 2% .1em 2%;
	}
	#header ul {
		clear:left;
		float:left;
		width:96%;
		margin:.7em 0 0 2%;
		padding:0;
		list-style:none;
	}
	#header ul li {
		display:inline;
	}
	#header ul li a {
		display:block;
		float:left;
		list-style:none;
		padding:.2em .5em;
		text-decoration:none;
		margin-right:10px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	#header ul li a.active {
		font-weight:bold;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;				/* width of page */
		overflow:hidden;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#CCFFCC;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.threecol .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        padding:1em 2%;
		border-top:4px solid #006633;
    }

  H1 { font-size: 12pt; line-height:18pt; font-weight:bold; font-family: verdana,sans-serif,sansserif; }
  H2 { font-size: 10pt; line-height:18pt; font-weight:bold; font-family: verdana,sans-serif,sansserif; }
  H3 { font-size: 10pt; line-height:18pt; font-weight:normal; font-family: verdana,sans-serif,sansserif; }
  H4 { font-size: 9pt; line-height:13pt; font-weight:normal; font-family: verdana,sans-serif,sansserif; }
  body { font-size: 10pt; font-weight:normal; font-family: verdana,sans-serif,sansserif; }
  td { font-size: 10pt; font-weight:normal; font-family: verdana,sans-serif,sansserif; }
a:link { color: #006633; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:active { color: #CC0000; background-color: #006633; }
a:hover { color: #FFFFFF; background-color: #006633; }



