/* Start of CMSMS style sheet 'website' */
/* ---------------------- typo / general ---------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #d1d3d4;
	font-family: arial, helvetica, "sans serif";
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

a:link      { color: #333333; text-decoration: none;  }
a:visited   { color: #333333; text-decoration: none;  }
a:active    { color: #00707e; text-decoration: none;  }
a:hover      {color: #00707e; text-decoration: none;  }

h1 {
	font-size: 28px;
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 28px;
	color: #999;
	border-bottom: #cccbc5 1px solid;
	margin: 0;
	padding: 10px 0 5px 0;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin: 5px 0 0 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0;
}

/* ---------------------- layout ---------------------- */

#notice {
	display: none;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 666px;
	margin: 10px 0 10px -325px;
	background-image: url("uploads/images/content_back.gif");
}

#header  {
	position: relative;
	top: 0;
	left: 0;
	width: 666px;
	height: 140px;
	margin: 0;
	padding: 0;
	border: 0;
}

#header img {
	border: 0;
}

#breadcrumbs {
	position: relative;
	top: 0;
	left: 0px;
	margin: 0 8px;
	padding: 0px;
	width: 666px;
	voice-family: "\"}\""; /* avoid IE bug */
	voice-family:inherit;
	width: 648px;
	height: 28px;
	border: 1px solid;
	border-color: #bcbec0;
	background-image: url("images/navi_back.gif");
	z-index: 3;
}

html>body #breadcrumbs { /* be kind to opera */
	width: 648px;
} 

#lang {
	position: relative;
	top: 0px;
	left: 0;
	margin: 0 8px;
	padding: 0;
	width: 666px;
	voice-family: "\"}\""; /* avoid IE bug */
	voice-family:inherit;
	width: 650px;
	height: 25px;
	background-image: url("images/subnavi_back.gif");
	z-index: 3;
}

html>body #lang { /* be kind to opera */
	width: 650px;
} 


#main {
	position: relative;
	top: 0;
	left: 0;
	padding: 0px;
	width: 666px;
}

#teaser {
	position: relative;
	float: left;
	padding: 0 10px 10px 10px;
	margin: 10px 0 10px 20px;
	display: inline; /* be kind to IE */
	width: 210px;
	voice-family: "\"}\""; /* avoid IE bug */
	voice-family:inherit;
	width: 170px;
	color: #999;
}

html>body #teaser { /* be kind to opera */
	width: 170px;
} 

#content {
	position: relative;
	float: right;
	padding: 0;
	margin: 10px 30px 10px 10px;
	display: inline; /* be kind to IE */
	width: 425px;
	voice-family: "\"}\""; /* avoid IE bug */
	voice-family:inherit;
	width: 385px;
        min-height: 300px;
}

html>body #content { /* be kind to opera */
	width: 385px;
} 

#footer {
	position: relative;
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 666px;
	height: 55px;
	background-image: url("uploads/images/footer_back.gif");
	background-repeat: no-repeat;
	text-align: center;
}

/* ---------------------- breadcrumbs en detail ---------------------- */

#breadcrumbs ul {
	margin: 0;
	padding: 8px 0 0 4px;
}

#breadcrumbs ul li {
	display: inline;
	list-style: none;
}

#breadcrumbs ul a:link, #navi ul a:visited {
	margin: 5px;
	padding: 0;
}

#breadcrumbs ul a:hover, #navi ul a:active {
	color: #00707e;
	margin: 5px;
	padding: 0;
}

/* ---------------------- lang en detail ---------------------- */

#lang ul {
	margin: 0;
	padding: 4px 0 0 4px;
}

#lang ul li {
	display: inline;
	list-style: none;
	letter-spacing: 1px;
}

#lang ul a:link, #subnavi ul a:visited {
	color: #fff;
	padding: 0;
	margin: 5px;
}

#lang ul a:hover, #subnavi ul a:active {
	color: #333;
	padding: 0;
	margin: 5px;
}



/* ---------------------- teaser en detail ---------------------- */

#teaser img {
	margin: 0;
	padding: 5px;
	border: 1px solid;
	border-color: #bcbec0;
}

/* ---------------------- footer en detail ---------------------- */

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;	
}

#footer ul li a {
	margin: 0 20px 0 0;
	padding: 0;
}

#footer img {
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

/* ---------------------- other stuff ---------------------- */

.notice {
	width: auto;
	margin: 20px 0 ;
	padding: 5px;
	color: #fff;
	background-color: #666;
}

table {
	width: 400px;
}

address {
	margin: 0;
	padding: 30px 10px 10px 10px;
	border: #ddd 1px solid;
	font-style: normal;
	background-image: url("uploads/images/icon_address.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

.example {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: #ddd 1px dotted;
}
/* End of 'website' */

