@import url(css_pointofcare.css);

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	background: #e0e0e0 url(gfx/deco/website_bg.png) repeat-x;
	background-attachment: fixed;
}

p {
	margin: 0.3em 0 1.2em 0;
	padding: 0;
}

.clear
{
	float: none;
	clear: both;
	font-size:0px;
}

.screenread {
	text-indent: -9999px;
}

#webpage {
	width: 950px;
	margin: auto;
	background-color:#FFF;
	
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;	
	
	min-height: 100%;
}

#header {
	height: 110px;
	background-color:#FFF;
	padding: 0px 0px 0px 20px;
	position: relative;
	
	background-image: url(gfx/deco_premium.gif);
	background-repeat: no-repeat;
	
	background-position: 542px 75px;
}

#header h1 a {
	display: block;
	background: transparent url(gfx/eurolyser_logo.png) no-repeat;
	width: 400px;
	height: 110px;
}

#divLanguage {
	position: absolute;
}

#decopanel {
	background-image:url(gfx/deco/deco_home_3.jpg);
	border-bottom:4px solid #C00000;
	width:912px;
	height:100px;
	padding:0;
	margin:0;
}


#choose_lang {
	top: 35px;
	left: 875px;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 65px;
}
#choose_lang li {
	float: left;
	width: 30px;
	height: 16px;
	margin: 0;
	padding: 0;	
	list-style-type: none;
	list-style-image: none;
	text-indent: -9999px;
}
#choose_lang li a {
	display: block;
	width: 30px;
	height: 16px;
	margin: 0;
	padding: 0;	
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

#choose_lang li a.selected,
#choose_lang li a:hover {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
}
#choose_lang li a.deutsch {
	background: transparent url(gfx/flagg_d.gif) no-repeat;
}
#choose_lang li a.english {
	background: transparent url(gfx/flagg_e.gif) no-repeat;
}

/*
#choose_lang {
	margin: 42px 0px 0px 457px;
	float: left;	
}
	#choose_lang img {
		border: 0px none;
		padding: 0px 7px 0px 0px;
	}
	#choose_lang a img {
		opacity: 0.4;
	}
	#choose_lang a.selected img {
		opacity: 1.0;
	}
	#choose_lang a:hover img {
		opacity: 1.0;
	}
*/

#content {
	background-color:#FFFFFF;
	padding: 15px 19px 0px 19px;
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;    

	color: #555;    
}

#page_content {
	font-family: inherit;
	font-size: inherit;

	float: left;
	width: 712px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
    
  color: inherit;
}

.floatbox {
	overflow: visible;
}

.left25 { float: left; width: 25%; }
.left33 { float: left; width: 33%; }
.left50 { float: left; width: 50%; }

.right25 { float: right; width: 25%; }
.right33 { float: right; width: 33%; }
.right50 { float: right; width: 50%; }

.clearer { clear: both; }


.clickbar div a {
	text-decoration: none;
	display: block;
	color: #cb0000;
	font-weight: bold;
}
.clickbar div img {
	border: 1px solid #aaa;
	margin: 0 auto 5px auto;
	display: block;
}
.clickbar div span {
	display: block; width: auto;
	text-align: center;
}


.search_result {
	margin: 0px 0px 25px 0px;
}
	.search_result a {
		font-size: 16px;
	}
	.search_result .content_prev {
		font-size: 12px;
	}
	.search_result .content_link {
		font-size: 11px;
		color:#080;
	}
	
	
.highlight {
	color: #C00000;
	font-weight: bold;
}

.textsmall {
	font-size: 10px;
}


/***************************** Navigation *****************************/
#navigation {
	height: 25px;
	width: 912px;
	background: #C00000 url(gfx/deco/navbar_bg.png) repeat-x;
	margin: -22px auto 0 auto;
	margin-bottom: 30px;
}

#navigation ul {
	padding: 0;
	margin: 10px 0 25px 10px;
}

#navigation ul li {
	float: left;
	width: auto;	
	list-style-type: none !important;
	list-style-image: none !important;
	border-right: 1px solid #cb0000;
	height: 22px;
}

#navigation a {
	display: block;
	
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-decoration: none;
	
	background-image:url(gfx/nav_point_grey.gif);
	background-repeat: no-repeat;	
	
	border: 0px none;
	padding: 5px 8px 5px 18px;
}

#navigation a:hover {
	background-color: #FFFFFF;
	background-image:url(gfx/nav_point.gif);
	background-repeat: no-repeat;
	color: #000000;
}





#navigation_sub {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
		#navigation_sub ul {
			margin: 0px;
			padding: 0px;
			border: 0px none;
			list-style: none;
		}
		#navigation_sub ul li {
			margin: 0px;
			padding: 0px;
			
			list-style: none;

			border-bottom: 1px solid #AAAAAA;			
			background-color: #F8F8F8;			
		}
		
		#navigation_sub ul li a {
			background-image: url(gfx/deco_listpoint_grey.gif);
			background-repeat: no-repeat;
			background-position: 6px 9px;
			
			list-style: none;

			font-size: 11px;
			font-family: Tahoma, Arial, Verdana;
			text-decoration: none;
			margin: 0px;
			padding: 5px 0px 6px 20px;
			color: #555;
			display: block;
		}
		#navigation_sub ul li a:hover {
			background-image: url(gfx/deco_listpoint.gif);
			background-repeat: no-repeat;
			background-position: 6px 9px;		
			background-color: #FFFFFF;
		}
		
		#navigation_sub ul li.kat {
			height: 24px;
			padding: 0; margin: 0;
			
			font-weight: bold;
			color: #333;
		}
		
		#navigation_sub ul li.kat a {
			display:block;
		
			width: auto;
			height: 18px;
		
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;
			color: #333;
			
			padding: 0;
			padding-top: 5px;
			padding-left: 5px;
			margin: 0;
			
			background-image: none;
		}
		#navigation_sub ul li.kat a:hover {
			background-image: none;
		}
				
		#navigation_sub ul li.top {
			margin: 0;
			padding: 5px 0px 0px 15px;
			height: 30px;
			
			background-image: none;
			
			font-family: Arial, Tahoma, Verdana;
			font-size: 11px;
			font-weight: bold;
			
			/*
			background-color: #DEDEDE;
			color: #777;
			*/
			background-color: #DDD;
			color: #777;
		}
		
		
/***************************** HEADLINES ***************************/

h1 {
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:23px;
	font-weight:bold;
	padding: 0;
	margin: 0;
}

h2 {
	color:#C00000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:19px;
	font-weight:bold;
	padding: 0;
	margin: 0;
}

h3 {
	color:#AAAAAA;
	font-family:Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight:bold;
	padding: 0;
	margin: 0 0 0.3em 0;
}


/************************* STANDARD HTML ******************************/
ul {
	margin: 10px 0px 25px 25px;
	padding: 0px;
}

table ul {
	margin: 10px 0px 25px 50px;
}

ul li {
	list-style-image:url(gfx/li_point.gif);
	padding-bottom: 3px;
}
ul.padded li {
	padding: 0px 0px 10px 10px; 
}
li ul {
	margin: 3px 0 0 25px;
	padding: 0;
}

hr {
	margin: 5px 0px 10px 0px;
	padding: 0;
	border: 0px none;
	border-bottom:1px solid #CCCCCC;
	background-color: #CCCCCC;
	color: #CCCCCC;
	height:1px;
}

a img {
	border: 0px none;
}

/******************** Gallery ****************************/
ul.gallery {
	list-style: none !important;
	margin: auto;
}
ul.gallery li {
	margin-right: 5px;
	float: left;
	list-style-image: none !important;
	overflow: hidden;
}
ul.gallery li a {
	display: block;
	width: 130px;
	height: 150px;
	color: #000;
	border: 0 none;
	text-decoration: none;
	padding: 5px;
}
ul.gallery li a:hover {
	border: 1px solid #c00;
	padding: 4px;
}
ul.gallery li a img {
	border: 0 none;
}
ul.gallery li a span {
	display: block;
	width: 120px;
	margin: auto;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
}



/********************* Startseite ************************************/
#home_news
{
	float: left;
	width: 55%;
	margin: 0;
	padding: 0;
}
	#home_news table
	{
		width:100%;
		margin: 0px;
		padding: 0px;
		border-spacing: 0px;
	}
		#home_news table th
		{
			font-size: 11px;
			font-family: "Trebuchet MS", Verdana, Arial;
			text-align: left;
			padding: 0;
			margin:0;
			border-bottom: 1px dashed #BBB;
			text-align: right;
			background-color: #F0F0F0;
		}
			#home_news table th a {
				text-decoration: none;
				color: #C00000;
			}
			#home_news table th a:hover {
				color: #DD0000;
			}
		#home_news table td
		{
			font-size: 13px;
			font-family: "Trebuchet MS", Verdana, Arial;
			text-align: left;
			padding: 7px 15px 7px 10px;
			margin:0;
			border-bottom: 1px dashed #BBB;
		}
			#home_news table td .datetime
			{
				font-weight: bold;
				letter-spacing: 1px;
				font-size:10px;
				color: #CCCCCC;
			}
			
#home_news_about {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}

#home_news h1 {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #C00000;
	
	border-left: 5px solid #C00000;
	border-bottom: 1px solid #C00000;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 7px 0px;
}

			

#home_products
{
	float: left;
	width: 45%;	
	padding: 31px 0 0 0;
	margin: 0;
}

#home_products .home_box {
	float: left;
	display: inline;
	width: 165px;
	height: 315px;
	
	margin: 0px 0px 10px 10px;
	padding: 110px 14px 0px 14px;
	
	background-repeat: no-repeat;
	
	background-color: #F0F0F0;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color:#666666;
}

#home_products .home_box input {
	padding: 1px;
	font-size: 11px;
	background-color:#EEE;
	border: 1px solid #999;
}


/************************ General classes ************************/
.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.marked {
	color: #c00;
}



/****************************** VIDEO **************************/
#home_video_label {
	position: absolute;
	z-index: 100;
	
	bottom: 10px;
	right: 10px;
	top: auto;
	left: auto;
	
	padding: 5px;
	background-image: url(gfx/home_video/label-trans.png);
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

#home_video_headline {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #C00000;
	
	border-bottom: 1px solid #C00000;
	border-left: 5px solid #C00000;
	
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}


/************************** MEDICA ****************************/
.medica tbody td {
	padding: 0px;
}

/************************** NEWS ******************************/
#newsarchive thead td {
	font-weight: bold;
	color: #555;
	background-color: #E0E0E0;
	border-right: 1px solid #FFF;
}

#newsarchive tbody td {
	border-bottom: 1px solid #CCC;
	padding: 6px 3px;
}

#newsarchive tfoot td {

}



/*************************** TEMP: NEWSTICKER ********************/

#newstickerwrap {
	width: 100%;
	overflow:hidden;
	margin-top: -37px;	
	color: #666666;
	font-weight: bold;	
	background-color:#EEE;	
}

#newsticker {
	text-align: right;
	width:1500px;
	margin:0;
	padding: 5px 0px;
}

#newsticker .highlight {
	color: #C00000;
}

/************************* NEWSTICKER END ************************/











#smart-parameter-table * {
	margin: 0;
	padding: 0;
}

#smart-parameter-table {
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-right: 0 none;
	border-bottom: 0 none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#smart-parameter-table th, #smart-parameter-table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;	
} 

#smart-parameter-table ul { list-style: none !important; }
#smart-parameter-table ul li { list-style: none !important; margin: 1px 0 1px 0 !important; }

#smart-parameter-table .col1,
#smart-parameter-table .col2,
#smart-parameter-table .col3
{
	text-align: center;
	font-weight: bold;
}
#smart-parameter-table th.col1,#smart-parameter-table th.col2  {
	color: #800;	
}
#smart-parameter-table th.col3 {
	color: #080;	
}
#smart-parameter-table .col1
{
	color: #333;
}
#smart-parameter-table .col2
{
	color: #333;
}
#smart-parameter-table .col3
{
	color: #333;
} 


#page_content ul li.lii {
	margin-left: 17px;
}

.packageinsert-warning {
	padding: 14px 10px 0px 80px;
	border: 1px solid #e00;
	height: 56px;
	width: 560px;
	background: url(gfx/warning_whitebg.png) 12px 11px no-repeat;
	color: #d00;
	margin: 1.5em auto;
	font-size: 11px;
}

.testparaminstruction img {
	border: 1px solid #cb0000;
	display: block;
	margin-bottom: 0.3em;
}
.testparaminstruction .left25 {
	width: 22%;
	padding-right: 3%;
}

#corporate-philosophy-names dl {
	float: left;
	width: 250px;
}
#corporate-philosophy-names dl dd, #corporate-philosophy-names dl dt {
	padding: 0;
	margin: 0;
}