/******************/
/* GENERAL STYLES */
/******************/

body {
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #231f20;
}

h1, h2 {
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #231f20;
}

h3 {
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #231f20;
}

a {
	text-decoration: none;
	color: #8d288f;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.6em;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	color: #231f20;
}

hr {
	color: #8d288f;
}

ul {
	padding: 0;
	margin-left: 15px;
	margin-top: 5px;
}

li {
	/*list-style-image: url("/img/purple_arrow.gif");*/
	margin-bottom: 3px;
}

table {
	border-collapse:collapse;
}

td {
	border-bottom: 1px solid #231f20;
}

/***********/
/* COLUMNS */
/***********/

.threecol {
							/* right column background colour */
}
.threecol .colmid {
	right:		27%;		/* width of the right column */
							/* center column background colour */
}
.threecol .colleft {
	right:		58%;		/* width of the middle column */
							/* left column background colour */
}
.threecol .col1 {
	width:		54%;		/* width of center column content (column width minus padding on either side) */
	left:		102%;		/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:		13%;		/* width of left column content (column width minus padding on either side) */
	left:		31%;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:		25%;		/* width of right column content (column width minus padding on either side) */
	left:		93%;		/* please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/*****************/
/* GLOBAL STYLES */
/*****************/

#page {
	width: 886px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.arrow-link a {
	padding-left: 15px;
	background-image: url('/img/purple_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #231f20;
	font-size: 13px;
}

.left-menu-item {
	margin-bottom: 3px;
} 

.left-menu-h2 {
	margin-bottom: 5px;
}

.left-menu-h2 a {
	color: #231f20;
}

.left-menu-item.active {
	font-weight: bold;
}

#header {
	border-bottom: 1px solid #231f20;
	padding-bottom: 5px;	
}

.header-menu-item {
	float: left;
	margin-right: 20px;
	margin-top: 73px;
}

.header-banner {
	float: right;
}

#content-header {
	margin-top: 25px;
	margin-bottom: 15px;
	border: 1px solid #231f20;
	height: 128px;
	width: 884px;
}
 
#content-header-image {
	float: right;
}

#content-header-text {
	float: left;
	margin-left: 100px;
	margin-top: 35px;
}

.black-link a {
	color: #231f20;
}

.portrait {
	margin-right: 10px;
}

#footer {
	margin-top: 15px;
	font-size: 0.8em;
	padding-top: 3px;
	border-top: 1px solid #231f20;
	text-align: center;
}

/********************/
/* FRONTPAGE STYLES */
/********************/

#front-page-content-wrapper {
	margin-top: 25px;
}

#frontpage-content-left {
	float: left;
}

#frontpage-content-left h2 a {
	color: #8d288f;
}

#frontpage-image-left {
	border: 1px solid #7f7f7f;
	width: 420px;
	height: 179px;
	margin-bottom: 5px;
}

#frontpage-content-right {
	float: right;
}

.frontpage-content-left {
	margin-bottom: 15px;
}

#frontpage-image-right {
	border: 1px solid #7f7f7f;
	width: 420px;
	height: 179px;
	margin-bottom: 5px;
}

#frontpage-bottom-content {
	margin-top: 30px;
}

.frontpage-bottom-image {
	float: left;
	margin-right: 15px;
	margin-top: 8px;
}

#frontpage-bottom-image-left {
	margin-right: 20px;
}

#frontpage-bottom-image-right {
	float: right;
	margin-right: 0px;
	margin-left: 1px;
}

/*************************************/
/* CMS & WEBSHOP LANDINGPAGE STYLES */
/*************************************/

#content-headline {
	margin-bottom: 10px;
}
 
.landingpage-content-box {
	height: 179px; 
	width: 420px;
	border: 1px solid #7f7f7f;	
}

.leftsided-image {
	float: left;
}

.rightsided-image {
	float: right;
}

.left-text {
	float: left;
	margin-top: 5px;
	margin-left: 15px; 
}

.right-text {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
}

#content-upper-left {
	margin-top: 25px;
	float: left;
	margin-bottom: 20px;
}

#content-upper-right {
	margin-top: 25px; 
	float: right;
	margin-bottom: 20px;
}

#content-lower-left {
	float: left;
}

#content-lower-right {
	float: right;
}

/***********************/
/* CONTACT PAGE STYLES */
/***********************/

#contact-content {
	margin-top: 30px;
}

#contact-content-left {
	float: left;
}

#contact-image {
	float: right;
}
