/* DigitalPR | vitamine-c.ch */

@import url('digitalpr_forms.css');


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

body {
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;

	background-position: center top;
	background-repeat: no-repeat;
	background-color: #bfbfbf;                         
}

#supercontainer {
	float: left;
	width: 910px;
	top: 0px;
    
	background-position: center top;
	background-repeat: no-repeat;

	text-align: left;
}



#logo {
display: none;
	
	
}


#logoprint {
	display: block;
   float: left;
   width: 100%;
   height: 75px;
   
   margin-bottom: 10px;
  background: url(../images/logo.jpg)
}


#addressprint {
	display: block;
   float: left;
   width: 100%;
   height: auto;
   margin-bottom: 20px;

}

/* MENUs */

#aux_menu {
   display: none;
}



#main_menu {
 display: none;
}

#lang_menu {
	display: none;
}




/* HOME */

#servicebutton {
display: none;
}

#newslettercontainer {
display: none;
	
	
}

#rss {
display: none;
}

/* HOME and Contenttemplate */

#networks {
  display: none;
	
}



/* Contenttemplate only */


#banner {

	display: none;
}


#tipafriend {

	display: none;
}

#leftmenu {

	display: none;
}


/* Content */


#contentcontainer  {

	float: left;

}




#contentcontainer a {
	color: #749409;
	text-decoration: underline;
}

#contentcontainer h1 {
	color: #749409;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 10px;
}
#contentcontainer h2 {
	color: #749409;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 10px;
}
#contentcontainer h3 {
	color: #749409;
	font-weight: lighter;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* IMG caption */

.csc-textpic-caption {
	font-size: 11px;
	color: #323232;

}


#flashcontainer {
display: none;
}

#videocontainer {
display: none;
}



/* Footer */

#footercontainer {
float: left; 
width: 100%;
height: auto;
margin-top: 20px;
	
}


#footercontainer a {
	color: #535353;
	text-decoration: none;
}


#menucontainer ul.menulev1 {
	float: left;
	width: 244px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menubg_middle.png);
	list-style: none;
	margin-left: 0em;
	padding-left: 0px;
}

#menucontainer ul.menulev1 li {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
}

#menucontainer ul.menulev1 a {
   display: block;
	color: #155877;
	font-size: 16px;
	font-weight: lighter;
	padding: 3px 0 3px 6px;
	text-decoration: none;

}
* html #menucontainer ul.menulev1 a {
	padding: 2px 0 2px 3px;
	margin-bottom: 0px;
	

}


#menucontainer ul.menulev1 a:hover, #menucontainer ul.menulev1 a.active  {
  color: #123b4f;
  
  background-image: url(../images/menuhover.gif);
  background-position: right;
  background-repeat: repeat-y;
}

#menucontainer ul.menulev2 {

	margin: 0px;
	padding: 0px;

	list-style: none;
	margin-left: -8px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#menucontainer ul.menulev2 li {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	margin-left: 1px;
}

#menucontainer ul.menulev2 a {
	display: block;
	color: #155877;
	font-size: 13px;
	font-weight: lighter;
	padding: 3px 0 3px 6px;
	text-decoration: none;
}



#menubgtop {
	float: left;
	height: 5px;
	width: 244px;
	background-image: url(../images/menubg_top.png);
	background-repeat: no-repeat;
	background-position: left;
	display: inline;
}

* html #menubgtop {
	height: 10px;
	background-position: left bottom;
}



#menubgbottom {
	float: left;
	height: 5px;
	width: 244px;
	background-image: url(../images/menubg_bottom.png);
	background-repeat: no-repeat;
	display: inline;
}

/* NEWS */

#newscontainer {
	float: left;
	margin-top: 10px;
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #000;
	
}

#newscontainer a {
	color: #000;
	text-decoration: none !important;
}

#newscontainer h3 {
	color: #749409;
	font-size: 13px;
	margin-bottom: 0px;
	text-transform:uppercase;
	}
	
#newscontainer h3 a {
    color: #749409;
 	text-decoration: none;
	}
	
#newscontainer div.news-latest-date {
	margin: 0px;
	margin-bottom: 8px;

}



/* NEWS SINGLE */

div.news-single-item h1 {
	margin-bottom: 0px !important;

}
div.news-single-img {
	float: right;
	margin-top: 0px;
	margin-left: 10PX;
}

div.news-single-timedata {
	margin-top:0px;
	margin-bottom: 10px;
}

#newscontainer hr {

	color: #c8d98e;
	width: 188px;
background-color: #999;
height: 1px;
border: 0;
margin: 0px;

}


/* -------------------------- */


/* Content */

/* table */

table.contenttable {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	background: #B2CCD5;
		border-spacing: 1px;
	table-layout: auto
	

}

table.contenttable td {
	background: #fff;
	padding: 3px;

}

/* FILELINKS */


.filecount {
	display: none;

}


/* Right content (Contenttemplate) */


/* Rightcontent */


#rightcontentcontainer {
	float: left;
	margin-top: 35px;	
	margin-right: 15px;
	width: 100%;
	height: auto;	 
    
	font-size: 13px;
	color: #323232;
	
}

#rightcontentcontainer p {
	font-size: 13px;
	color: #323232;

}


#rightcontentcontainer h1 {
	color: #749409;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 10px;
}
#rightcontentcontainer h2 {
		color: #749409;
	font-size: 13px;
	margin-bottom: 5px;
}
#rightcontentcontainer h3 {
	color: #749409;
	font-weight: lighter;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
}



/* --------- Sitemap */



p.csc-sitemap-level1 {
	margin-bottom: 5px;
	border-bottom: 0px solid #749409;;
	margin-top: 10px;
	
	
}

p.csc-sitemap-level1 a {
	font-size: 14px;
	color: #749409 !important;
	text-decoration: none !important;
}
p.csc-sitemap-level2 {
	margin-left: 10px;
}

p.csc-sitemap-level2 a {
	text-decoration: none !important;
	color: #323232 !important;
}



div.csc-sitemap ul {
	margin-left: 0em;
	padding-left: 0em;
	text-indent: 0em;
	}
	div.csc-sitemap ul li {
	font-size: 14px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.csc-sitemap ul li ul li, div.csc-sitemap ul li ul li ul li {
	border-bottom: 0px;
	margin-left: 1em;
	padding-bottom: 0px;
}

div.csc-sitemap ul li ul {
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
}

div.csc-sitemap ul li ul li {
	font-size: 12px;
	list-style: none;
	margin-left: 1em;
}
div.csc-sitemap ul li ul li ul {
	margin-top: 5px;
}
div.csc-sitemap ul li ul li ul li{
	font-size: 1em;
	list-style: disc;
	margin-left: 5px;
}

