/* Start of CMSMS style sheet 'tapact_layout' */
/*****************
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;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 62.5%;
   line-height: 1.1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
/*div {
   font-size: 1.2em;line-height:1.1em;
}*/

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all link styles */
a,
a:link 
a:active {
   text-decoration: none;outline:none;
/* 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: #000000; 
}

a:visited {text-decoration:none;outline:none;
   background-color: inherit;
  color: #000000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
     color: #D06A35;  
}

/*****************
basic layout 
*****************/
body {
   background-color: #FFFFFF;
   color: #000000;
   margin:0; 
}

/* center wrapper, min max width */
div#pagewrapper {display:block;
   border:0;
   margin: 0 auto;     /* this centers wrapper */
   background-color: #FFFFFF;
   color: #000000;
   text-align:center;
  width:100%;
  height:100%;
  background-image: url(images/basics/bg.gif);
  background-position: top left;
  background-repeat:no-repeat;
}
#bg{
    width:1250px;
    height:100%;
	text-align:left;
	margin:auto;
        margin-top:0;
  	background-image: url(images/basics/bgrepeat.gif);
	background-position: top right;
	background-repeat:repeat-y;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
top:0px;
   margin:auto;
   text-align:center;
	padding:0px;
	width:100%;
	height:165px;
	border:0;
	border-bottom:1px solid #7B7B7B;
	z-index:2;    
}

div#header h1 a {
/* you can set your own image here */
   background: url(images/basics/logo.gif) no-repeat 40px 30px; 
    display:block;
    height:132px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
/* orange header with image */
#topcontent{
border:0;overflow:hidden;
border-top:1px solid #7B7B7B;
border-bottom:1px solid #7B7B7B;
width:100%;
height:220px;
background-color:#FF5900;
z-index:3;
}
#topcontenttitle{display:inline; float:left; clear:right; width:312px; height:220px; vertical-align:bottom;text-align:right;}
.title{float:right; margin-top:180px;margin-bottom:10px;margin-right:10px;color:#FFFFFF;font-weight:normal; font-size: 2em; line-height:2.0em;}
#topcontentimage{display:inline; float:left; clear:right; width:937px; height:220px;border-left:#FF5900;}

/*div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}*/

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {display:block;/*border:1px solid green;*/
   margin:30px; auto 2em 0; /* some air above and under menu and content */
}

div#main {display:block;/*border:1px solid blue;*/font-size:1.2em; line-height:2.4em;
width:662px;
  margin-left: 330px;   /*this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   /*margin-right: 20%;  and some air on the right */
}
/* ::::::::: text foto rubrik ::::::::::: */

.rubrik{display:block;float:left;width:662px; margin-bottom:30px;}
.rubrikText{display:block;float:left;width:480px;}
.rubrikImage{position:relative;display:block;float:right;width:169px; height:113px;}
.rubrikButtons{position:absolute;bottom:0;right:0;width:169px; height:17px; background:transparent;}
.rubrikVideo{width:47px; height:17px; background-image:url(images/basics/icons/video.gif);background-repeat:no-repeat; background-position:0 0; margin-left:2px;float:right;}
.rubrikmp3{width:40px; height:17px; background-image:url(images/basics/icons/mp3.gif);background-repeat:no-repeat; background-position:0 0; margin-left:2px;float:right;}
.rubrikFoto{width:44px; height:17px; background-image:url(images/basics/icons/foto.gif);background-repeat:no-repeat; background-position:0 0; margin-left:2px;float:right;}

/* ::::::::: text foto rubrik Show production ::::::::::: */

.rubrikShowproduction{display:block;float:left;width:662px; margin-bottom:5px;clear:both;}
.rubrikImageShowproduction{position:relative;display:block;float:left;width:169px; height:113px; margin-right:10px;}

/* ================= Fancybox Layer ============================ */
.displayNone{display:none;}
	div#wrap {
			width: 500px;
			margin: 50px auto;	
		}

		#layer_media{
			border: 1px solid #CCC;
			padding: 10px;	
			margin: 10px 5px 10px 0;
		}
		
	#content_media{}

div#sidebar {/*border:1px solid pink;*/font-size:1.2em; line-height:2.4em;
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width:220px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 100px;


}


/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
  /*  padding: 0 1%;
  width: 24%;   make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
width:870px;
margin-left:160px;
   clear:both;       /* keep footer below content and menu */
   color: #838383;
font-size:0.9em;
   background-color: #FFFFFF; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: right; 
   margin:0;
}

/*div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}*/

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {

   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* FONT STYLES */


.large{font-size:1.5em;  line-height: 1.1em;}
.xlarge{font-size:2.2em;  line-height: 1.1em;}
.orange{color:#FF5900;}
a.orange:link{color:#FF5900;}
a.orange:visited{color:#000000;}
a.orange:hover{color:#BEBEBE;}
a.orange:active{color:#FF5900;}
.grey{color:#BEBEBE;}

.largeOrange{font-size:1.5em;  line-height: 1.1em;color:#FF5900;}
a.largeOrange:link{color:#FF5900;}
a.largeOrange:visited{color:#000000;}
a.largeOrange:hover{color:#BEBEBE;}
a.largeOrange:active{color:#FF5900;}
.xlargeOrange{font-size:2.2em;  line-height: 1.1em;color:#FF5900;}
a.xlargeOrange:link{color:#FF5900;}
a.xlargeOrange:visited{color:#000000;}
a.xlargeOrange:hover{color:#BEBEBE;}
a.xlargeOrange:active{color:#FF5900;}

.largeGrey{font-size:1.5em;  line-height: 1.1em;color:#BEBEBE;}
.xlargeGrey{font-size:2.2em;  line-height: 1.1em;color:#BEBEBE;}

.bold{font-weight: bold;}
.italic{font-style: italic;}
.bu{font-size:0.9em;color:#666666;}

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.6em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}
div#sidebar ul li,
div#sidebar ol li {list-style:none;
   margin: 0 0 0 14px;line-height:1.6em;
}
div#sidebar ul {
   margin: -20px 0 0 0;
}
.subnaviHeadline{ color:#FF5900; font-size:1.1em}

.contentsubnavi{
   margin-left: 5px;
}
#sitemap ul li,
#sitemap ol li {list-style:none;
   margin: 0 0 0 14px;line-height:1.6em;
}
#sitemap li
{list-style:none;
   margin: 0 0 0 14px;line-height:1.6em;
}
div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'tapact_layout' */

