/**
 * Styles for Archimed
 * Oliver Walkhoff, oliver.walkhoff [at] sappari [dot] com
 * Julian Ackermann, j.ackermann [at] pixelwerk [dot] ch
 *
 * 2008/12/29
 */

/**
 * Generic elements
 */
body {
	background:url(images/background.jpg) repeat-x;
	background-color:#309d88;
	font-family:Century Gothic, sans-serif;
	color:#333;
	font-size:13px;
}

a {
	color:#017e68;
	text-decoration:none;
}

a:hover {
	color:#000;
}

h1 {
	color:#017E68;
	font-size:16px;
}

h2 {
	color:#017E68;
	font-size:14px;
	padding:0;
}

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Center everything in browser window */
#main {
	margin:0 auto;
	width:960px;
}

/**
 * Logo
 */
#logo {
	float:left;
	margin:0 0 10px 0;
	width:300px;
}

/**
 * Service-navigation
 */
#service {
	float:right;
	margin:53px 0px 0px 0;
}

#service ul {
	font-size:12px;
	margin-top:0px;
}

#service li {
	color:#000;
    margin:0;
    padding:0 1px 0 0px;
    display:inline;
}

/**
 * Header
 */
#header {
	float:left;
	width:960px;
	height:210px;
	background:url(images/header_home.jpg);
}

/**
 * Sidebar
 */
#sidebar {
	margin:20px 0 0 0;
	float:left;
	width:200px;
}

/* The navigation list */
div#sidebar ul {
	list-style-type: none; /* get rid of the bullets */
	padding:0;             /* no padding */
	margin:0;              /* no margin for IE either */
}

div#sidebar ul li {
	margin: 0;
	padding: 0;
	display:block;
	background-color:#FFF;
	line-height:15px; /* IE */
	/* border-bottom:1px solid;
	border-bottom-color:#333; */
}

/* Links in navigation list */
div#sidebar ul li a {
	display:block;         /* lines extend to right, make area clickable */
	padding:3px 3px 3px 15px;
	margin:0;
	color:#333;
	text-decoration: none;
    height:15px;          /* hint for IE, alternatively remove whitespace from HTML */ 
}

/* Level 2 indent */
div#sidebar ul ul li a {
	margin-left: 20px;
}
/* div#sidebar ul ul li {
	padding-left: 20px;
} */

/* Level 3 indent */
div#sidebar ul ul ul li a {
	 margin-left: 40px;
}

div#sidebar ul li a:hover {
	color:#017e68;
}

div#sidebar ul li.active {
	/* background-image:url(images/dot.png);  list-style-type: square; */
	background-color:#017e68;
}

/* Level 2 active list item */
div#sidebar ul ul li.active {
	background-color:#ddd;  /* 0099FF blue */
	background-image: url(images/dot_sml.png);
	background-repeat: no-repeat;
	background-position: 15px .6em;
}

/* Level 3 active list item */
div#sidebar ul ul ul li.active {
	background-color:#ddd; /* gray */
	background-position: 35px .6em;
}

/* Level 1 */
div#sidebar ul li.active a { 
	color:#FFF;
}

/* Level 2 */
div#sidebar ul li.active ul li a { 
	color:#333;
}


/**
 * Content
 */
#content {
	float:right;
	width:740px;
	height:600px;
	font-size:12px;
	margin:20px 0 0 0;
}

#contentPage2 {
	float:right;
	width:670px;
	min-height:480px;
	margin:20px 0 0 0;
	padding:20px 40px 10px 30px;
	background:url(images/bg_content.jpg) repeat-x;
	background-color:#FFF;
	background-position: bottom center;
	text-align:justify;
	line-height:140%;
}

/* exception: white background for content with large image */
#contentPage2White {
	float:right;
	width:670px;
	min-height:480px;
	margin:20px 0 0 0;
	padding:20px 40px 10px 30px;
	background-color:#FFF;
	/*background:url(images/bg_content.jpg) repeat-x;
	background-position: bottom center;*/
	text-align:justify;
	line-height:140%;
}

div#contentPage2 ul, div#contentPage2White ul {
	list-style-type: none; /* get rid of the bullets */
	padding:0;             /* no padding */
	margin:0;              /* no margin for IE either */
}

div#contentPage2 ul li, div#contentPage2White ul li {
	padding:0 0 0 15px;
	background-image: url(images/dot_sml.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}

.print {
	float:right;
	margin:8px 0px 0 0;
}


/**
 * Boxes
 */
.box {
	float:left;
	width:350px;
	height:126px;
	background:#fff;
	margin:0 0 20px 20px;
}

.box ul {
	padding:0;
	margin:0;
}

.headline {
	float:left;
	width:204px;
	height:24px;
	background:#017e68;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:6px 0 0 20px;
}

.headline a { color:#fff; }
.headline a:hover { color:#fff; }

.txt {
	float:left;
	font-size:12px;
	width:199px;
	height:90px;
	padding:3px 10px 0 15px; 
	/* background:#fff; */
	/* margin:6px 0 0 0; */
}

.txt a { color:#000;}
.txt a:hover { color:#017e68;}


/* Lists inside boxes */
.txt ul {
	padding:0;
	margin:6px 0 0 0px;
	list-style-type: none; /* get rid of the bullets */
}

.txt ul li {
	line-height:14px;
	padding:0 0 0 10px;
	background-image: url(images/dot_sml.png);
	background-repeat: no-repeat;
	background-position: 0px .4em;
}

.thumbnail {
	float:right;
	width:126px;
	height:126px;
	background:#000;
}

/******************Content Page2**********************/
#content2 {
	float:left;
	width:403px;
	height:530px;
	background:url(images/bgContent.png) repeat-x;
	margin:30px 0 0 30px;
	padding:20px 20px 20px 20px;
	font-size:12px;
}

/******************Box Right**********************/

.boxRight {
	float:left;
	width:230px;
	margin:30px 0 0 30px;
}

.pixRight {
	float:left;
	width:230px;
	height:170px;
}

.pixTxt {
	float:left;
	width:230px;
	font-size:10px;
	color:#fff;
	margin:3px 0 30px 0;
}


/**
 * IE6
 */
* html #navigation ul {
	margin:6px 0 0 0px;
}

* html .print {
	float:right;
	margin:0px 0px 0 0;
}

* html #content {
	margin:0px 0px 0 0px;	
	width:760px;
	padding:0;
}

* html .box {
	float:left;
	margin:20px 0px 0 20px;	
}

* html #contentPage2 { height:480px; }
* html #contentPage2White { height:480px; }