/*#############################################################
Description: Based on Lime flavoured template with two columns.
Author: Viktor Persson
Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #af002d;}
a:hover {color: #af002d;}

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font: .9em Geneva, Arial, Helvetica, sans-serif;
}

body {
	background: #000000 url(http://perskamer.theaddfactory.nl/fileadmin/gfx/PRESSROOM/bg.gif) repeat-y center top;
	color: #333;
	height: 100%;
}
input {
	color: #555;
	font-size:0.8em;
}

	
table{
	font-size:13px;
	line-height:18px;
}
	
TD    { vertical-align:top; text-align:left;}
	
p,cite,code,ul,fieldset,{
	font-size: 1 em;
	padding-bottom: 1em;
}

.breadcrumb{
font-size:0.85em;
padding-left:4px;
margin-left:4px;
padding-top:4px;

}
.breadcrumb a { text-decoration:none;}
.breadcrumb a:hover {text-decoration:underline;}

ul {margin-left: 1em;}
h1 {font-size: 1.4em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3,h6 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(http://perskamer.theaddfactory.nl/fileadmin/gfx/PRESSROOM/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 802px;
}

/* top */
.top {
	background: #af002d;
	font: normal 2em Arial,sans-serif;
	font-weight:bold;
	height: 60px;
	margin: 0 auto;
	width: 730px;
	border-bottom:solid;
	border-width:1px;
	border-color: #ffffff;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #9f0002;
	color: #FFF;
}

/* header */
.header {
	background: url(http://perskamer.theaddfactory.nl/fileadmin/gfx/PRESSROOM/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 730px;
}

/* item */
.item {clear: both;}
.item .spacer {
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.2em serif;}
.item .content {
	float: left;
	width: 520px;
}
.item h6 {
	font-size: 1.8em;
	background: #af002d;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
	border-top:solid;
	border-width:1px;
	border-color: #ffffff;
	border-left:#solid;
	border-left-color:#000000;
}

.item h1 
{
	font-weight:bold;
	color: #000;
	background: #ffffff;
	color: #000;
	line-height: 30px;
	padding-left: 0px;
}

.item .body {padding: 12px 18px;}

/* main */
.main {float: left;
height:100%;
}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #d00035;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	padding-left: 12px;
	border-top:solid;
	border-width:1px;
	border-color: #ffffff;
}
.navigation h1 a{
	color: #FFF;
	text-decoration: none;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	font-size: 0.9em;
	border-bottom: 1px solid #bab2a5;
	list-style: none;
}
.navigation li a {
	background: #e2ddd3 url(http://perskamer.theaddfactory.nl/fileadmin/gfx/PRESSROOM/bgnavigation.gif) repeat-x;	
	color: #000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #eeece6;	
	color: #553;
}

.menu1-level2-act {
font-weight:bold;
}


/* footer */
.footer {
	float: right;
	margin-right: 45px;
	padding-right:45px;
	width: 200px;
	color: #666666;
	font-size: 0.8em;
	margin: 0 auto;
	text-align: right;
	width: 500px;
}
.footer a {color: #666666; text-decoration:none;}
.footer a:hover {color: #666666; text-decoration:underline;}

	
/* CSC Mailform Typo3 4.0 */
.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-field {
	margin: 5px 0px 5px 0px;
}
.csc-mailform-field label {
	display: block;
}
.csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}
