body {
	background: #393939;
	color: #646464;
	font: 62.5%/150% Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	color: #00A7CF;
	font-size: 2.3em;
	line-height: 1em;
	margin-bottom: 1.2em;
	text-align: right;
}
h2 {
	color: #000;
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 1.2em;
	text-align: right;
}

#photos h2 {
	font-size: 1.3em;
	text-align: left;
	margin:20px 0 4px 10px;
}
#photos p {
	font-size: 0.95em;
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 15px;
}
h3 {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.10em;
	margin-bottom: 1.0em;
}
h4 {
	font-weight: bold;
	font-size: 1.23em;
	margin-bottom: .4em;
}
h1.content,
h2.content,
h3.content {
	text-align: left;
}
.nomarginbottom {
	margin-bottom: 0;
}

h4.margintop {
	margin-top: 20px;
}
.marginbottomĘ{
	margin-bottom: 20px;
}
address {
	font-style: normal;
}
ul,
p,
form,
table {
	margin-bottom: 1.5em;
	font-size: 1.15em;

}
ul.margintop {
	margin-top: 20px;
}
.cyan {
	color: #00A7CF;
}
strong {
	font-weight: bold;
}
a:link,
a:visited {
	color: #242424;
	text-decoration: underline;	
}
a:focus,
a:hover,
a:active {
	text-decoration: none;	
}
a img {
	border: 0 none;
	padding: 0;
}
blockquote {
	background:#FBFBFB url(quote.gif) no-repeat scroll 1px 1px;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:1.3em;
	font-style:italic;
	font-weight:normal;
	line-height:1.6em;
	margin:15px 10px 15px 0;
	padding:10px 10px 10px 50px;
}
	blockquote p {
		margin-bottom: 0;
	}
	blockquote span {
		font-style: normal;
		font-family: Arial, Verdana;
		font-size: .8em;
	}

/* clearfix
======================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
	height: 1%;
}

/* Klassen
======================================== */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
img.marginright {
	margin: 0 10px 10px 0;
	float: left;
}
img.marginleft {
	margin: 0 0 10px 10px;
	float: right;
}
.last {
	margin-right: 0 !important;
}

/* skips 
======================================== */
#skips {
	display: none;
}

/* container 
======================================== */
#container {
	background: url(container_bg.jpg) repeat-y left top;
	margin: 0 auto;
	padding: 40px 44px 40px 24px;
	position: relative;
	width: 860px;
}
.cols2 #container {
	background: url(container_cols2_bg.jpg) repeat-y left top;
}


	/* header 
	======================================== */
	#header {
		background: url(header_bg.png) no-repeat left bottom;
		height: 145px;
		position: relative;
		width: 792px;
	}
	
		/* search 
		======================================== */
		.search {
			float: left;
			margin-left: 10px;
			margin-top: 38px;
		}
		#search_input {
			background: url(search_input_bg.gif) no-repeat left bottom;
			border: 0 none;
			color: #0071b3;
			display: block;
			float: left;
			font-size: 10px;
			height: 12px;
			padding: 5px 5px;
			width: 159px;
		}
		#search_submit {
			display: block;
			float: left;
			margin-left: 2px;
			margin-top: 1px;
		}
		
	#teaser {
		padding-top: 1px;
	}
		#teaser img {
			display: block;
		}
		
		#logo {
			float: left;
		}
		#header h2 {
			float: right;
		}
			
	/* content
	======================================== */
	#content {
		line-height: 1.5em;
		position: relative;
	}
		
	/* columns
	======================================== */
	
		/* col1
		======================================== */
		.col1 {
			color: #666666;
			float: left;
			width: 160px;
		}
		
			/* menu
			======================================== */
			#menu {
				text-align: right;
			}
				#menu li {
					margin-bottom: 8px;
				}
				#menu a {
					color: #2e6b99;
					display: block;
					padding: 6px 29px 6px 0;
				}
				#menu a:link,
				#menu a:visited {
					display: block;
					text-decoration: none;
				}
				#menu a:focus,
				#menu a:hover, 
				#menu a:active,
				#menu a.current {
					color: #000;
					text-decoration: none;
					background: none;
				}
				#menu a.current {
					background: url(menu2_cols2_bg.jpg) no-repeat right center;
					font-weight: bold;
				}		
				/*.cols2 #menu a:focus,
				.cols2 #menu a:hover, 
				.cols2 #menu a:active,
				.cols2 #menu a.current {
					background: url(menu2_cols2_bg.jpg) no-repeat right center;
				}*/
			
		/* col2
		======================================== */
		.col2 {
			float: left;
			width: 160px;
		}

			#menu2 {
				text-align: right;
			}
				#menu2 li {
					margin-bottom: 8px;
				}
				#menu2 .first {
					font-weight: bold;
					text-transform: uppercase;
				}
				#menu2 a {
					padding: 6px 29px 6px 0;
				}
				#menu2 a:link,
				#menu2 a:visited {
					color: #575757;
					display: block;
					text-decoration: none;
					zoom: 1;
				}
				#menu2 a:focus,
				#menu2 a:hover, 
				#menu2 a:active,
				#menu2 a.current {
					background: url(menu2_bg.jpg) no-repeat right center;
					color: #000;
				}
										
		/* col3
		======================================== */
		.col3 {
			float: right;
			padding-left: 40px;
			width: 500px;
		}
		.cols2 .col3 {
			width: 640px;
		}
			.col3 ul {
				list-style: disc;
				list-style-position: outside;
				padding-left: 30px;
			}
				
			.col3 .clientlist {
				padding-left: 0;
				position: relative;
				list-style: none;
			}
			.clientlist li {
				display: inline;
				position: relative;
				float: left;
				width: 110px;
				height: 75px;
				margin-right: 20px;
				margin-bottom: 20px;
				padding-left: 0!important;
			}
			.clientlist .clientlogo {
				border: 1px solid #BABABA;
				display: table;
				width: 108px;
				height: 73px;
				text-align: center;
				overflow: hidden;
			}		
			.clientlist .clientlogo div {
				line-height: 50%;
				display: table-cell;
				vertical-align: middle;
			}			

	/* footer
	======================================== */
	#footer {
		background: url(footer_bg.png) no-repeat left top;
		padding: 22px 30px;
	}
	
/* Portrait */
div.portrait {
	position: relative;
	margin-bottom: 40px;
}
div.portrait_image {
	position: relative;
	width: 140px;
	float: left;
	margin-top: 48px;
}
div.portrait_text {
	position: relative;
	width: 500px;
	float: right;
}


form {
	border:1px solid #CCCCCC;
	margin: 30px 0px;
	padding:15px 10px 20px 25px;
}
	label {
		display:block;
		font-weight:bold;
		margin:8px 0 2px 0;
	}
	
	input, textarea, select {
		border: 1px solid #ccc;
		color:#333333;
		padding:4px;
		width:300px;
	}
	textarea {
		display:block;
		height:100px;
		width:440px;
	}
	input.submit {
		background-color: #00BCEA;
		color: #fff;
		padding: 5px;
		width: 100px;
		border: none;
	}

p.answertext,
ul.form_warning {
	border: 1px solid red;
	color: red;
	padding: 10px;
	margin: 30px 0;
	background-color: #FFEFEF;
}
	p.answertext {
		border: 1px solid green;
		color: green;
		background-color: #EFFFF0;
		font-weight: bold;
	}
	ul.form_warning li {
		margin-left: 20px;
	}
	
div.logobox {
	float: left;
	position: relative;
	width: 120px;
	height: 120px;
	padding: 0;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #eee;
	text-align: center;
	/*overflow: hidden; */
}

	.last {
		margin-right: 0;
	}


div.logobox_middle { top: 50%;} /* for explorer only*/
div.logobox_middle { display: table-cell; vertical-align: middle; width: 100%;}

div.logobox_inner { position: relative; top: -50%} /* for explorer only */


#demotip { 
    display:none; 
    background:#000 url(/tools/img/tooltip/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

#tooltip {
	background:#f9f9f9;
	border:1px solid #eee;
	display:none;
	font-size:12px;
	padding:5px;
	position:absolute;
	text-align:left;
	z-index:1000;
	width: 120px;
}
div#logos {
	width: 640px;
	position: relative;
}
	/*.logotip {
		position: absolute;
		width: 160px;
		height: 215px;
		top: -120px;
		padding: 20px;
		color: #fff;
		z-index: 1000;
		left: -46px;
		text-align: left;
		background: url(black_arrow_new.png) left top;
		display: none;
	}*/

	.logotip {
		background:url(black_arrow_new.png) repeat scroll left top transparent;
		color:#000;
		display:none;
		height:180px;
		left: -46px;
		padding:20px;
		position:absolute;
		text-align:left;
		top:-217px;
		width:165px;
		z-index:1000;
	}
