/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Concertopro v2' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

input{
font-size:1.0em;
border:1px solid black;
}

/*
Set initial font styles
*/
html{
height:100%;
}

body{
  text-align: left;
  font-family:  Arial, Geneva, Helvetica, sans-serif;
  font-size: 0.69em;
	margin:0;
padding:0;
background-color:#efefef;

}

body.largeFont{
  font-size: 0.75em;
}


/*
set font size for all divs,
this overrides some body rules
*/
div {
   /*font-size: 12px;*/
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #132E5B; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #132E5B;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #132E5B;
}

.clearb {clear:both;}
.clearl {clear:left;}
.clearr {clear:right;}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
width:74em;
margin:0;
padding:0;
}

/*Skyscraper*/
div#skyscraper{
position:absolute; left:74.5em;
}

div#ga-slot-lead{
margin-bottom:5px;
}

/*Header*/
div#header {
	margin:0 0 10px 0;
	padding:0;
	height:100px;
}

div#header form {
	display:inline;
}

div#headerLeft{
	background:#fff url(images/layout/header_logo.gif) no-repeat;
	float:left;
	width:200px;
	margin:0;
	padding:0;
}

#homelink {
	display:block;
	background:transparent;
}
#homelink img{
	height:80px;
	width:200px;
	border:none;
}

div#headerRight{
  background: #fff url(images/layout/header_bg.gif) repeat-x ;   
	
	margin:0 0 0 190px;
}


ul#headerLinks {
	list-style:none;
	list-style-image:none;
	margin:0; padding:0;
}
ul#headerLinks li{
	display:inline;
}

div#headerRightLogin {
  padding:5px 5px 0 0;
	height:40px;
text-align:right;
font-size:1.2em;
}
div#headerRightLogin  input{
	border:1px solid #AAC4DD;
	margin:0; padding: 0;
}
div#headerRightLogin  input[type="submit"]{
	background-color:#AAC4DD;
		border:1px solid #fff;
		margin:0; padding: 0;
font-size:1em;
}

div#headerRightAed img{
vertical-align:middle;
}

div#headerRightAed p{
 margin:0;
 padding:0;
}
headerRightAed{
width:auto;
text-align:right;
}
div#headerRightAed table td.separator{
width:8px;
	background:transparent url(images/layout/header_aed_separator.gif) no-repeat center 25%;
}
div#headerRightAed table td{
vertical-align:top;
}

div#headerRightAed{
	margin:0; padding:0;
	height:60px;
}

/*Left content*/

div#leftSide{
	margin:0;
	padding:0 0 2em 0;
	background-color:#fff;
	border-right:1px solid #AAC4DD;
	border-bottom:1px solid #AAC4DD;
}

#main {
	padding:0 0 0 2em;
	min-height:40em;
}

#content{
	float:left;
	width:60em;
	padding:0.5em 0;
}

/*Disti, Partner, Manuafcurers right*/
div#rightSideAed {
	float:right;
	width:110px;
	border-left:1px solid #CADAEB;
	border-bottom:1px solid #CADAEB;
}

div#rightSideAed table.heightAuto{
	border-spacing:0;
	empty-cells:hide;
	width:100%;
}
div#rightSideAed table.heightAuto td{
	text-align:center;
	border:none;
	padding:3px;
	height:auto;
}
div#rightSideAed table.heightAuto a{
	display:block;
	padding:0.2em 0;
	border-bottom:1px dotted #ccc;
}

div#rightSideAedLinks{
	text-align:center;
}
div#rightSideAedLinks a{
	display:block;
	background-color:#CADAEB;
	padding: 2px 0 3px 0;
}

div#rightSideAedLinks a.active{
	display:block;
	background-color:#84A2C1;
	color:#fff;
}

div#rightSideAedManufacturers{
display:none;
}
div#rightSideAedDistis{
display:none;

}
div#rightSideAedPartner{

}

/*Footer*/
div#footer {clear:both; margin:0 2em; padding-top:1em;}

div#footer  ul{ border-top:2px solid #ccc; }

div#footerAed {text-align:center; }



/********************
CONTENT STYLING
*********************/

div.contentbox{
	font-size:1.09em;
	margin:1em 0 1em 0;
	padding:0;
	width:55em;
}

div#bluebox{
	background:transparent url(images/layout/bluebox.jpg) repeat-x bottom;
	float:left;
	height:22em;
	width:18em;
	border:1px solid #AAC4DD;
	padding:0.5em;
}
div#yellowbox{
	background:transparent url(images/layout/yellowbox.jpg) repeat-x bottom;
	float:left;
	height:22em;
	width:18em;
	margin:0 1em;
	border:1px solid #AAC4DD;
	padding:0.5em;
}
div#redbox{
	background:transparent url(images/layout/redbox.jpg) repeat-x bottom;
	float:left;
	height:22em;
	width:18em;
	border:1px solid #AAC4DD;
	padding:0.5em;
}


/* wettbewerb_box_javascript */
/*
div#newsbox {
width:30em;
margin-right:29.5em;
}

div#wettbewerbbox {
float:right;
width:29.5em;
text-align:right;
}
*/

/* wettbewerb_box */

div#newsbox {
float:left;
width:27em;
}

div#wettbewerbbox {
float:right;
width:33em;
text-align:right;
}


.bluecontent{
	/*background:#dce2ee url(images/layout/bluecontent.jpg) repeat-x ;*/
}

.yellowcontent{
	/*background:transparent url(images/layout/yellowcontent.jpg) repeat-x ;*/
}

.redcontent{
	/*background:#FFF9F9 url(images/layout/redcontent.jpg) repeat-x ;*/

}

.whitecontent{
	/*background:#e1e1e1 url(images/layout/graycontent.jpg) repeat-x ;*/
}

table.standard {
  empty-cells:show;
  border-collapse:collapse;
}
table.standard td{
  border:1px solid #ccc;
  padding:0.2em 0.4em 0.2em 0.4em;
}

table.standard th{
  border:1px solid #ccc;
  background-color: #AAC4DD;
  padding:0.4em;
  color:#132E5B;
}

table.heightAuto{
border-spacing:3px;
empty-cells:hide;
}
table.heightAuto td{
  border:1px solid #ccc;
	padding:3px;
	background-color:#fff;
	height:63px;
}
table.heightAuto a{
  display:block;
}

table.height100, table.height120, table.height150{
  border-spacing:10px;
  empty-cells:hide;
}

table.height100 td, table.height120 td, table.height150 td{
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:2px solid #666;
  border-bottom:3px solid #666;  
	text-align:center;
  background-color:#fff;
}

table.height100 a, table.height120 a, table.height150 a {
  display:block;
}

table.height100 td{
  height:100px;
}
table.height120 td{
  height:120px;
}
table.height150 td{
  height:150px;
}

table.cols2{
  width:100%;
  border-spacing:0;
  empty-cells:show;
}
table.cols2 td.left{
  width:28em;
  padding: 0 2em 0 0;
  vertical-align:top;
}

table.cols2 td.right{
  width:28em;
  padding:0 0 0 2em;
  vertical-align:top;
}




/* HEADINGS */
#content h1 {
   font-size: 2em; 
   line-height: 1em;
margin:0.5em;
  padding-left:0;
}
#content h2 {
	color: #132E5B; 
	font-size: 1.5em; 
	text-align: left; 
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
	margin:0.4em 0;
        padding-left:0;
}
#content h3 {
   color: #132E5B; 
   font-size: 1.4em;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
#content h4 {
   color: #132E5B; 
   font-size: 1.2em;
   line-height: 1.5em;
   margin: 0 0 0.25em 0;
}
#content h5 {
   color: #132E5B; 
   font-size: 1.1em;
   line-height: 1.5em;
   margin: 0 0 0.25em 0;
}
#content h6 {
   color: #132E5B; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.3em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
#content u{
   font-size: 1.0em;
   line-height: 1.3em;
   margin: 0 0 1.5em 0;
}

#content ol,
#content dl {
   font-size: 1.0em;
   line-height: 1.3em;
   margin: 0 0 1.5em 0;
padding-left:1em;
}

#content ul li{
   margin: 0 0 0.5em 1.5em;
}
#content ol li {
   margin: 0 0 0.5em 1.5em;
padding-left:0;
}

#content ul{
	list-style:square; 
}

#content ul.check{
	list-style-image:url(images/layout/ul_icon.gif);
}
#content ul.check li{
   margin: 0 0 0.5em 2em;
}

/* definition lists topics on bold */
#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
#content dl dd {
   margin: 0 0 1em 1em;
}

#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */


/* BEG NEWS */
div#newsbox h3 {
    padding-left: 0; /* padding for the news article summary */
 margin:0 0 0 0;
}

div.NewsSummary{
	border-bottom:1px solid #AAC4DD;
	margin-bottom:5px;
	padding-bottom:5px;
    border-bottom: 1px dotted #999; 
}
div.NewsSummary p {
	margin:0;
	padding:0;
}

.NewsSummaryPostdate {
  font-size: 90%;
  
 }

.NewsSummaryLink {

    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/*END NEWS*/


/*BEG MENU*/
#Hmenu{
	height:20px;
	padding:0 0 0 2em;
	margin:0;
	border-bottom:1px solid #AAC4DD;
}

#Hmenu ul{
	list-style: none;
	margin: 0; padding: 0;
	text-align: center;
}

#Hmenu li{
	float: left;
	margin: 0 4px 0 0; 
	white-space:nowrap;
}

#Hmenu li.default{	
	padding:0 0 0 6px;	
	background: transparent url('images/layout/menu_item_left.gif') no-repeat top left;
}

#Hmenu li.default div{
	padding:0 6px 0 0;
	background: transparent url('images/layout/menu_item_right.gif') no-repeat top right;
}

#Hmenu li.active{
	padding:0 0 0 6px;
	background: transparent url('images/layout/menu_item_active_left.gif') no-repeat top left;
}

#Hmenu li.active div{
	padding:0 6px 0 0;
	background: transparent url('images/layout/menu_item_active_right.gif') no-repeat top right;
}

#Hmenu dfn {display:none}

#Hmenu a,#Hmenu span {
	padding:2px 0 1px 0;
	display: block;
	text-decoration: none; 
	font-weight: bold;
	font-size: 1em;
	margin:0;   
	cursor:pointer;
}

#Smenu{
	background-color:#A2C0DC;
	height:18px;
	padding:2px 0 0 2em;
	margin:0;
}
#Smenu ul{
	list-style: none;
	margin: 0; padding: 0;
	text-align: center;		
}

#Smenu  li{
	float: left;		
}
#Smenu a{
	display:block;		
	font-size: 1em;
	text-decoration: none; 
	padding:1px 5px 1px 5px; 
border-right:1px solid white;
}
#Smenu  li.default a{

}

#Smenu  li.active a{		
	text-decoration:none;
	color:#fff;
}

#Imenu{
	float:right;
	padding:8px;
	background-color:#A2C0DC;
margin:0  0 1.2em 1.2em;
}
#Imenu ul{
	list-style: square;
list-style-image:none;
	margin: 0 0 0 1.2em; padding: 0;
}
#Imenu ul li{
	color:#00006A;
	margin: 0; padding: 0;
	font-size:1.2em;
}

#Imenu ul li.active a{
	text-decoration:none;
color:#fff;
}
#Imenu ul li.default a{
}
#Imenu ul li a{
	font-size:0.75em;
	text-decoration:none;
display:block;
}

/*END MENU*/

/* BEG FORMS */

 form {
    padding:0;
    margin:0;
  }

  select {
font-size:1.1em;
  }

  input{
font-size:1.1em;
  }

  input[type=text], input[type=password], input[type=file]{ 
    border:1px solid #7F9DB9;
  }

input[type=checkbox], input.checkbox{
margin:0;
padding:0;
}
            
  input.disabled, input[disabled=disabled]  {
    background-color:#eee;
    border:1px solid #7F9DB9;   
  }

  textarea {
font-size:1.1em;
    width: 100%;
  }

.contactform fieldset {
padding:0 1em;	
border:1px solid #CFE4F2;
}
.contactform fieldset legend {
	font-weight:bold; 
	color:#113A5A;
margin:0.5em;
}
.contactform .address label {
  float: left;
  width: 10em;
  margin: 5px;
}
.contactform .selection{
margin-bottom:1em;
}
.contactform .selection label {
float:none;
display:inline;
margin:0;
}
.contactform .selection input{
border:none; 
}
.contactform div.required em{
color: #cc0000;
}

.contactform div {
margin-bottom:0.5em;
clear:both;
}

.contactform .captcha input {
border:1px solid #cc0000;
}

.contactform .submit{
padding:1em;
}

div.error_message{
color: #cc0000;
}

/* END FORMS */

/* End of 'Concertopro v2' */

