/* Start of CMSMS style sheet 'adimpro' */
/*
  Document   : style.css
  Created on : 28.11.2009, 11:21:57
	Author     : Nicolas Perrenoud <mail@dysign.ch>
	Description: Main Stylesheet 

	$Rev$

	TABLE OF CONTENTS
	
	<TODO>
		
	COLOR PALETTE
	
	#FFF5EE - Seashell
	#FF8C00 - Dark Orange
	#8A360F - Burnt Sienna

*/

/*
* Load defaults
*/

/* Reset all elements */
* {
	padding:0px;
	margin:0px;
	border:none;
}

/* Apply default styles from http://www.w3.org/TR/CSS2/sample.html */
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

/* 
* Base elements 
*/

body	{
	font-family:Calibri, Trebuchet MS, Helvetica, sans-serif;
	margin:0px;
	color:#000;
	background:#fff;
}

h1	{

text-align:left;
}

h2	{	
	font-size:12pt;
	background:url('uploads/images/dot.png') left bottom repeat-x;
	text-transform: uppercase;
	padding-bottom:2px;
}

h3	{	
	font-size:11pt;
	background:url('uploads/images/dot.png') left bottom repeat-x;
	text-transform: uppercase;
	padding-bottom:2px;
}

a, a:visited, a:link {	
 color:#fff;
background:#000;
text-decoration:none;
border:none;
padding-top: 1px;
padding-right: 4px;
padding-bottom: 1px;
padding-left: 4px;
line-height: 1.3em;
}

a:hover	{	
 color:#000;
background:#fff;
text-decoration:none;
border:none;
}

a.image {background:none;border:none;}

/*
* Document layout 
*/

#layoutcontainer	{
	margin:20px auto;
	width:1000px
}

#headercontainer	{
	height:85px;
	position:relative;
}

#contentcontainer	{
margin-top:10px;
	margin-left:0px;
}

#innercontent	{
	text-align:justify;
	padding:2px;
}

#footercontainer	{
	margin-left:0px;
	font-size:8pt;
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
}

#navcontainer	{
	position:absolute;
	left:80px;
	top:19px;
	list-style-type:none;
}

#navcontainer li	{
	display:inline;
	padding:2px 25px;
}

#navcontainer li a	{
	color:#000;
	text-decoration:none;
	font-size:16pt;
font-weight:bold;
	font-family:Trebuchet MS, Helvetica, sans-serif;
background:none;
}

#navcontainer li a:hover	{
	color:#777;
background:none;
}

#navcontainer li a.current	{
	color:#777;
	border-bottom:1px dotted #777;
}

#miscnavcontainer	{
	position:absolute;
	right:0px;
	top:38px;
	list-style-type:none;	
	padding:0px;
	margin:0px;
}

#miscnavcontainer li	{
	display:inline;
	padding:0px 0px;
	margin:0px;
	margin-left:-1px;
}

#miscnavcontainer li a	{
	color:#fff;
	background:#000;
	text-decoration:none;
	font-size:11pt;
	padding:1px 5px;
	margin:0px;
}

#miscnavcontainer li a:hover	{
	color:#000;
	background:#fff;
}


#logo	{
	position:absolute;
	top:0px;
	left:0px;
	
}

#alogo	{
	border:none;
background:none;
}

#hslash	{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:10px;
	background:url('uploads/images/slash.gif') right bottom repeat-x;
}

.hslash	{
	width:100%;
	height:10px;
	background:url('uploads/images/slash.gif') left top repeat-x;
}

.hdot {
	width:100%;
	height:3px;
	background:url('uploads/images/dot.png') left top repeat-x;
}

h1 + .subtitle, h2 + .subtitle{
color:#777;
margin-top:-20px;
padding-top:0px;
font-size:14pt;
}


#solutionexplorer {
text-align:left;
}

.solutionpreview{
display:inline-block;
width:300px;
margin-right:43px;
margin-bottom:40px;
vertical-align:top;
}

.solutionpreview.lastinrow {
margin-right:0px;
}

.solutionpreview a {
text-decoration:none;
color:inherit;
background:none;
}

.solutionpreview .title{
font-size:16pt;
}

.solutionpreview .subtitle{
color:#777;
}

#solutionfilterbuttonall {
display:block;
float:right;
text-align:right;
	color:#fff;
	background:#000;
	text-decoration:none;
	font-size:11pt;
	padding:1px 5px;
font-weight:normal;
line-height:normal;
margin-right:3px;
}

#solutionfilterbutton {
display:block;
float:right;
text-align:right;
	color:#fff;
	background:#000;
	text-decoration:none;
	font-size:11pt;
	padding:1px 5px;
font-weight:normal;
line-height:normal;
}

#solutionfilterbutton:hover, 
#solutionfilterbuttonall:hover	{
	color:#000;
	background:#fff url('uploads/images/dot.png') left bottom repeat-x;

}

#solutionfilter  {
text-align:right;
margin-bottom:10px;
width:60%;
float:right;
padding:3px;
}

#solutionfilter a  {
display:inline-block;
margin-bottom:2px;
margin-left:0px;
font-size:10pt;
}

#solutiondetails{

}

#solutiondetails .main, #newscontainer .main{
width:600px;
float:left;
}

#solutiondetails .rside, #newscontainer .rside {
width:350px;
float:right;
}

#solutiondetails .rside ul {
list-style-type:none;
margin:10px 0px;
}

#solutiondetails .rside ul li {
margin:5px;
}

input, select, textarea {
font-family:sans-serif;
font-size:11pt;
padding:3px;
border:1px solid #aaa;
margin-bottom:5px;
}

input[type="submit"] {
background:black;
color:white;
font-size:10pt;
padding:5px;
border:1px solid black;
}

input[type="submit"]:hover {
color:black;
background:white;
border:1px solid black;
}

.contactform input[type="submit"] {
margin-left:160px;
}

label {
display:inline-block;
width:150px;
vertical-align:top;
text-align:right;
margin-right:10px;
padding-top:2px;
}

fieldset{
width:980px;
}

legend {	
	font-size:12pt;
	background:url('uploads/images/dot.png') left bottom repeat-x;
	text-transform: uppercase;
	padding-bottom:2px;
width:100%;
margin-bottom:10px;
}

#newslettercontainer label {
display:inline-block;
width:auto;
vertical-align:top;
text-align:left;
}


#solutiontagcloud {
font-size:10pt;
text-align:left;
}

#solutiontagcloud a {
display:inline-block;
margin:1px 0px;
}

#homerandomsolution {

}


#homemain {
float:left;
width:650px;
}

#homesidebar {
width:300px;
float:right;
}

#homesidebar h3 a {
float:right;
font-weight:normal;
font-size:10pt;
}

#homerandomsolution .title {
font-size:18pt;
font-weight:bold;
}

#homerandomsolution .subtitle {
color:#777;
}

#homerandomsolution img{
width:600px;
}

#homerandomsolution a{
text-align:right;
}

/* Leitspruch auf der Startseite */
#homestatement {
margin:25px 0px;
font-size:11pt;
color:#777;
font-style:italic;
width:310px;
}

.bigtext {
font-size:14pt;
}

.columnblock {
margin-top:10px;
}

#columnblock3 div {
float:left;
width:31%;
margin-right:3%
}

#columnblock3 div.last {
margin-right:0%;
}

#columnblock4 div {
float:left;
width:23%;
margin-right:2.6%
}

#columnblock4 div.last {
margin-right:0%;
}

.columnblock div.last {

}

.columnblock h1 {
font-size: 1.6em; 
margin: 0em 0;
font-weight:normal;
}

.columnblock h2 {
	background:none;
	text-transform: none;
}


#sharelinks {
 font-size:9pt;
 margin:10px 0px;
}

#sharelinks a {
background:none;
color:#333;
}

#sharelinks a:hover {
background:none;
color:#777;
}

a.nobg {
border:none;
background:none;
color:black;
}

#headerclaim {
position:absolute;
top:5px;
left:149px;
font-size:18pt;
color:#BA0025;
letter-spacing: 0.8pt;
}
/* End of 'adimpro' */

