/**
* Style Sheet for "INDIKA, Iris Challande-Kathmann"
*
* @link			www.indika.ch
* @file			ccedesign.css
* @media		screen
* @date			January 2011
* @author		Virtual Unit AG
* @copyright	Virtual Unit AG
* @note			
* Table of Contents:
*				1. Reset Styles
*				2. ID Styles
*				3. Class Styles
*				4. Other Styles
*/


/* ===============
* 1. Reset Styles
* ================ */

/* Kalibrierung, Abstände auf null setzen */
html
{
	padding: 0;
	margin: 0;
}

/* ===============
* 2. ID Styles
* ================ */

/* Gestaltung des div mit id="CCEBody" */
#CCEBody
{
	background: #e5f5ff url(CCEDesignImg/bg_body.png) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}

/* Gestaltung des div mit id="wrapper" */
#wrapper
{
	color: #005b8b;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Gestaltung des div mit id="topline" */
#topline
{
	height: 18px;
	width: auto;
}
/* Gestaltung des div mit id="metanav" */
#metanav
{
	float: left;
	height: 18px;
	width: 57%;
}
/* Gestaltung des div mit id="languageswitch" */
#languageswitch
{
	float: right;
	height: 18px;
	width: 40%;
}

/* Gestaltung des div mit id="header" */
#header
{
	background: transparent url(CCEDesignImg/bg_header.png) no-repeat right;
	color: #ffffff;
	height: 250px;
	padding: 5px;
	margin: 0;
}

/* Gestaltung der Grafik mit id="logo" */
img#logo
{
	height: 110px;
	padding: 25px 0 0 50px;
}

/* Gestaltung des div mit id="treenav" */
#treenav {
	float: left;
	font-size: 110%;
	min-width: 170px;
	max-width: 20%;
}

/* Gestaltung des div mit id="maincontent" */
#maincontent
{
}

/* Gestaltung des div mit id="content" */
#content
{
	min-height: 400px;
	padding: 20px 5px 20px 5px;
}
#content :link:focus, #content :visited:focus
{
	color: #5c594d;
	outline-color: #5c594d;
}
#content :link, #content :visited
{
	color: #5c594d;
	text-decoration: none;
}
#content :link:hover, #content :visited:hover
{
	color: #5c594d;
	text-decoration: underline;
}
#content :link:active, #content :visited:active
{
	background-color: #5c594d;
	color: #ffffff;
	text-decoration: underline;
}
/* Gestaltung der Überschriften im Content-Bereich */
#content h1
{
	font-size: 160%;
}
#content h2
{
	font-size: 140%;
}
#content h3
{
	font-size: 130%;
	margin: 0 0 0.5em 0;
}
#content address
{
	font-style: normal;
	line-height: 1.5;
}
#content img
{
	border: none;
}

/* Gestaltung des div mit id="footercontainer" */
#footercontainer
{
	clear: both;
}
/* Gestaltung des div mit id="footer" */
#footer
{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 2px solid #5c594d;
	margin-top: 20px;
}
/* Gestaltung des HTML-Elements mit dem Namen address */
#footer address
{
	text-align: center;
	color: #5c594d;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 1.5;
}
#footer :link:focus, #footer :visited:focus
{
	color: #005b8b;
	text-decoration: underline;
}
#footer :link, #footer :visited
{
	color: #005b8b;
	text-decoration: none;
}
#footer :link:hover, #footer :visited:hover
{
	text-decoration: underline;
}
#footer :link:active, #footer :visited:active
{
	text-decoration: underline;
}

/* Gestaltung des div mit id="VU" */
#VU {
	bottom:0;
	color:#5c594d;
	font-size:85%;
	line-height:1.5;
	padding:5px 15px 5px 5px;
	position:fixed;
	right:0;
}

/* ===============
* 3. Class Styles
* ================ */

.clearing
{
	clear: both;
}
.twocol_isleft
{
	margin-right: 20%;
}
.twocol_isright
{
	margin-left: 20%;
}

/* Skip-Link ausblenden */
.skiplink
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* ===============
* 4. Other Styles
* ================ */
/* Der Kern von Clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* IE-Patch für IE 7*/
*:first-child + html .clearfix
{
	min-height: 0;
}

/* IE-Patch für IE 6*/
* html .clearfix
{
	height: 1%;
}


/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */
