/*
	nn4.css / Author consulting1x1 / info@consulting1x1.com
*/

/* global white space reset */

* 	{
		margin: 0;
		padding: 0;
		border: 0;
	}

html	
	{
		height: 100.1%;
	}

body
	{
		min-height: 100.1%; /* scrollbars for netscape & firefox */
		font-size: 62.5%;
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color:#E7E6E5;
	}




input,
select
	{
		border:1px solid black;
	}

/* css floatclearing */ 

.clearfix:after
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* fix for safari */
	.clearfix { display: block; } 
	
	/* overflow-method to clear float */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Ben?tigt nur der Internet Explorer und ?ber iehacks.css zugeschaltet */
	#ie_clearing { display: none } 



@media screen, print
	{
		.skip
			{
				position: absolute;
				left: -1000px; 
				width: 100px;
			}
		a.skip,	
		a.skip:hover
			{
				text-decoration: none; /* avoid a -1000px dotted line */
			}
	}

/* headings */

/* �berschriften *********************************************************************/
.csc-header
{

}
/*
.csc-header-n2 h2
{
background:#E01100;color:#fff;
padding-left:2px;
}

.csc-header-n3 h2
{
background:#76B71F;color:#fff;
padding-left:2px;
}

.csc-header-n4 h2
{
background:#00399F;color:#fff;
padding-left:2px;
}

.csc-header-n5 h2
{
background:#F49600;color:#fff;
padding-left:2px;
}

.csc-header-n6 h2
{
background:#C92F86;color:#fff;
padding-left:2px;
}

.csc-header-n7 h2
{
background:#226699;color:#fff;
padding-left:2px;
}

*/

.content h1
	{
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #336699;
	}
.content h2
	{
		font-size: 1.5em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #336699;
	}
.content h3
	{
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
        color: #336699;
	}
.content h4
	{
		font-size: 1.2em;
		line-height: 1.3em;
margin-bottom:10px;
		padding: 0;
        color: #336699;
	}
.content h5
	{
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: #336699;
	}
.content h6
	{
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
        color: black;
	}
/* headings end */

/* Lists & cite */

.content ul
        {
		margin: 0 0 1em 1em;
		font-size:1.0em;
		list-style-type: square;
		line-height:1.0em;
	}
	
.content ol
        {
		margin: 0 0 1em 1em;
		font-size:1.0em;
		list-style-type: decimal;
		line-height:1.0em;
	}
	
.content dl
	{
		margin: 0 0 1em 1em;
		font-size:1.0em;
		list-style-type: disc;
		line-height:1.0em;
	}
.content ul > li,
.content ul  li
	{
		font-size:1.2em;
		list-style-type: square;
		line-height:1.2em;
	}

.content li li
	{
		font-size:1.0em;
		
	}
.content ul ul li
{
font-size:1.0em;
}

	
.content dt
	{
		font-weight: bold;
	font-size: 1.0em;
	}
	

.content dd
	{
		margin: 0 0 1em 2em;

	}
	
.content blockquote,
.content cite
	{
		margin: 0 0 1em 1.5em;
 font-size: 1.1em; width: auto;
	}
	

/* links */
.content a,
.content a:link 
.content a:active
	{
		color: #336699;
		text-decoration: underline;
	}
	
.content a:active
	{
		color: #336699;
		text-decoration: underline;
	}
	
.content  a:link:hover
	{
		text-decoration: underline;
		color: #336699;
	} /*  "... prevents hover styles from being applied to non-hyperlink anchors."     <http://devedge.netscape.com/viewsource/2003/arbitrary-hover/> */	

	
.content a:visited
	{
		color: #336699;
		text-decoration: underline;
	}
.content a:hover
	{
        color: #336699;
		text-decoration: underline;
	}
a:focus {}
.content a:focus:hover {}
	

/* style external links different */
a[href*="http://"] {  }

/* links end */



/* TEXT */
.content p
	{
		font-size: 1.2em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.2em;
	}
.content blockquote
	{
		border-left:10px solid #ddd;
		margin-left:10px;
	}
.content pre
	{
		font-family: monospace;
		font-size: 1.2em;
	}
.content strong,
.content b
	{
		font-weight: bold;
	}
.content em,
.content i
	{
		font-style:italic;
	}
.content code
	{
        font-family: "Courier New", Courier, monospace;
        font-size: 1.2em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
.content ul
	{
        	line-height:1.2em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
.content ul li
	{
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
.content ol
	{
		font-size: 1.1em;
		line-height: 1.1em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
.content ol li
	{
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 0 0 0 25px;
		padding: 0;
	}
.content dl
	{
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.2em;
	}
.content dl dt
	{
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
.content dl dd
	{
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
.content table
	{
		margin: 0 0 1.5em 0;
        padding: 0;
	}
.content table caption
	{
		font-weight: bold;
		margin: 0 0 0 0;
		padding-bottom:4px;
	}
.content th
	{
		font-weight: bold;
		text-align: left;
		font-size:12px;
	}
.content td
	{
		vertical-align:top;
		font-size:12px;
		padding:2px;
	}
/* END TABLE */	

address {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}

/* Section 17: Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label { font-size:12px;}
fieldset {}
legend {}



.content
	{
		padding:8px 8px 200px;
	}
	
	

#col1 h2,
#col2 h2,
#col2 h2
{
font-size:1.2em;
color:#336699;
padding-bottom:10px;
}	

td > dd *
	{
		margin-right:0;
		padding-right:0;
		text-indent:0;
	}


table caption
{
text-align:left;
font-size:12px;
margin-bottom:0;
padding-bottom:0;
color: #336699;
}
#myGalleryThumbnails {
width:128px !important;
}
#myGalleryWrapper {
width:600px !important;
}
