body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
}
h3, h4 {
	font-size: 12px;
}
p {
	margin: 0;
	padding: 3px 0;
}
	#colRight .bodyText {
		margin: 0 10px;
		font-size: 12px;
	}

table, table tr, table td {
	margin: 0;
	padding: 0;
}

a {
	color: #555;
	text-decoration: underline;
}
	a:hover {
		color: #c00;
		text-decoration: none;
	}
	a.external-link, a.external-link-new-window {
		padding-left: 10px;
		background: transparent url(../glob_img/icons/icon_link_ext.gif) 0 5px no-repeat;
	}
	a.internal-link {
		padding-left: 7px;
		background: transparent url(../glob_img/icons/icon_link_int.gif) 0 5px no-repeat;
	}
	a.mail {
		padding-left: 13px;
		background: transparent url(../glob_img/icons/icon_link_mailto.gif) 0 5px no-repeat;
	}
	a.download-link {
		padding-left: 7px;
		background: transparent url(../glob_img/icons/icon_link_download.gif) 0 5px no-repeat;
	}
	
ul, ol {
	margin: 10px 0 0 0;
	padding: 0;
}

ul li {
	margin: 0 0 2px 20px;
	padding: 0;
	list-style: none;
}
ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}

	#colRight ul li {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
		background: transparent url(../glob_img/icons/icon_list.gif) 0 3px no-repeat;
	}
	
fieldset {
	margin: 1em .5em;
	padding: 1em .5em .5em .5em;
	border: 1px dotted #c00;
	background: #f5f5f5;
}

legend {
	padding: 0 .5em;
	background: #f5f5f5;
	font-weight: bold;
}

dl {
	margin: 0;
	padding: 0;
}
dt, dd { margin: 0; padding: 0 0 .5em 0; float: left; }
dt {
	margin: 0;
	padding: 0 1em .5em 0;
	float: left;
	clear: both;
	font-weight: bold;
	text-align: right;
	width: 34%;
}
dd {
	margin: 0;
	padding: 0 0 .5em 0;
	text-align: left;
	width: 50%;
}
* html dd {
	float: none;
}
dd p {
	margin-top: 0;
	margin-bottom: .5em;
	padding: 0;
}
dd label {
	padding: 0 1em 0 .5em;
}
/*
		.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
		.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
		.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
		.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
		* html .tx-srfeuserregister-pi1 dd { float: none; }
		.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
		.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }
*/

input, textarea, select {
	padding: 1px 2px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555;
	border: 1px solid #999;
	background: #fff;
	width: 230px;
}
input:hover, textarea:hover {
	color: #000;
	background: #fff;
}
input:focus, textarea:focus {
	color: #000;
	background: #fff;
	border: 1px solid #c00;
}

textarea {
	height: 100px;
}

input[type=radio], input[type=checkbox] {
	color: #000;
	border: none;
}

.tx-newloginbox-pi1-submit, input[type=submit] {
	margin: 1em .5em 0 0;
	padding: 2px;
	background: #f6d9db;
	border: 1px solid #c00;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	width: auto;
}


/* IDs */


#frame {
	margin: 10px 0 0 0;
	background: transparent url(../glob_img/frame_bg.gif) 0 0 repeat-y;
	/*overflow:hidden;*/
	width: 745px;
}

#header {
	background: #fff;
	height: 18px;
}
	#headerLeft {
		float: left;
		width: 205px;
		height: 18px;
	}
	#headerRight {
		float: right;
		background: #c00 url(../glob_img/headerRight_bg.gif) 0 0 no-repeat;
		border-bottom: 1px solid #c00;
		width: 540px;
		height: 18px;
	}

#content {
}

	#colLeft {
		margin: 0;
		padding: 0 3px;
		float: left;
		width: 199px;
	}
			#logo {
				margin: 0 0 0 13px;
			}
			
			#mainNavigation {
				margin: 20px 0 20px 0;
				padding: 0;
			}
			#mainNavigation li {
				margin: 0;
				padding: 0;
			}

	#colRight {
		position: relative;
		margin: 0 1px 0 0;
		float: right;
		background: #fcfcfa;
		width: 530px;
	}
	
	#colSub {
		margin: 30px 3px 0 10px;
		float: right;
		background: #fff;
		border: 1px solid #c00;
		width: 220px;
	}
		#colSub h1 {
			margin: 0;
		}
		#colSub p {
			margin: 5px;
			font-size: 10px;
		}
	
#footer {
	clear: both;
	height: 18px;
}
	#footerLeft {
		float: left;
		background: #f6d9db;
		width: 205px;
		height: 18px;
	}
	#footerRight {
		float: right;
		background: #c00;
		width: 539px;
		height: 18px;
	}
	
		#footerRight ul {
			margin: 0;
			padding: 1px 0 0 70px;
			text-align: center;
			list-style: none;
		}
		#footerRight ul li {
			margin: 0;
			padding: 0 0 0 40px;
			float: left;
		}
		#footerRight ul li a {
			color: #f69ea6;
			font-size: 9px;
			text-decoration: none;
		}
		#footerRight ul li a:hover {
			color: #fff;
		}

	
/* ### CLASSES ### */

.csc-textpic-imagewrap dl, .csc-textpic-imagewrap dt, .csc-textpic-imagewrap dd {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.csc-textpic-intext-right {
	padding: 8px 4px 4px 4px;
	float: right;
}
.csc-textpic-intext-left {
	padding: 8px 4px 4px 4px;
	float: left;
}

.small {
	font-size: 10px;
}

.error {
	color: #c00;
}

/* ### EXTENSIONS ### */

/* ### tx-srfeuserregister-pi1 ### */

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	padding: .5em 0 1.5em 1em;
	font-style: italic;
}

.tx-srfeuserregister-pi1 label {
	margin: 0;
	padding: 0;
}
fieldset span {
	color: #c00;
}
#colRight p.error {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	font-weight: bold;
}

.tx-srfeuserregister-pi1-password-again {
	margin: 0;
	padding: 0;
}

	#tx-srfeuserregister-pi1-gender-0, #tx-srfeuserregister-pi1-gender-1, #tx-srfeuserregister-pi1-module_sys_dmail_html, #tx-srfeuserregister-pi1-tx_fpideas_widerrufsrecht, #tx_fpideas_pi1-payment_method-transfer, #tx_fpideas_pi1-payment_method-debit  {
		border: none;
		background: none;
		width: auto;
	}
	#tx-srfeuserregister-pi1-password, #tx-srfeuserregister-pi1-password_again {
		border: 1px solid #767676;
		width: 67px;
	}
	#tx-srfeuserregister-pi1-title {
		width: 60px;
	}
	#tx-srfeuserregister-pi1-date_of_birth {
		width: 80px;
	}
	#tx-srfeuserregister-pi1-zip {
		width: 80px;
	}
	#tx-srfeuserregister-pi1-telephone {
		width: 180px;
	}
	#tx-srfeuserregister-pi1-fax {
		width: 180px;
	}
	
/* ### tx-newloginbox-pi1 ### */

.tx-newloginbox-pi1 {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #c00;
}


.tx-newloginbox-pi1 input {
	width: 100px;
}

/* ### tx-fpideas-pi1 ### */

.tx-fpideas-pi1-idea {
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
	clear: both;
	float: none;
	background: #f6f3f4;
	height: 17px;
	width: 520px;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea_title {
	margin: 0 0 0 5px;
	padding-left: 13px;
	float: left;
	overflow: hidden;
	font-size: 11px;
	background: transparent;
	background-image: url(../glob_img/icons/icon_arrow_no.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	width: 320px;
	height: 1.5em;
}
.tx-fpideas-pi1-idea.active .tx-fpideas-pi1-idea_title {
	background-image: url(../glob_img/icons/icon_arrow_act.gif);
	background-position: 0 5px;
}
.tx-fpideas-pi1-idea.active .tx-fpideas-pi1-idea_title a {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
.tx-fpideas-pi1-idea.header, .tx-fpideas-pi1-idea.header .tx-fpideas-pi1-idea_title {
	font-weight: bold;
	background: #f6eff0;
}

.tx-fpideas-pi1-idea h4 {
	font-size: 12px;
}

.tx-fpideas-pi1-uncertified .tx-fpideas-pi1-idea .tx-fpideas-pi1-idea_title {
	width: 220px;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea_crdate {
	float: left;
	text-align: center;
	width: 100px;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea_tstamp {
	float: left;
	text-align: center;
	width: 120px;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea_certificate_start {
	float: left;
	text-align: center;
	width: 120px;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea_certificate_expiry {
	float: left;
	text-align: center;
	width: 120px;
}

	#tx-fpideas-pi1-idea_description {
		width: 400px;
		height: 250px;
	}
	#tx-fpideas-pi1-order_type-1, #tx-fpideas-pi1-order_type-2 {
		border: none;
		background: none;
		width: auto;
	}

	/* options */
	
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options {
	float: left;
	text-align: center;
	width: 55px;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a {
	display: block;
	float: right;
	margin: 0 0 0 3px;
	line-height: 1px;
	font-size: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a:hover {
	background-position: -14px 0;
}

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-edit {
	background-image: url(../glob_img/icons/icon_edit.gif);
}
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-delete {
	background-image: url(../glob_img/icons/icon_delete.gif);
}
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-request {
	background-image: url(../glob_img/icons/icon_request.gif);
}
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-evidence {
	background-image: url(../glob_img/icons/icon_evidence.gif);
}
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-renew {
	background-image: url(../glob_img/icons/icon_renew.gif);
	width: 16px;
	height: 16px;
}
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-renew:hover {
	background-position: -16px 0;
}
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-renew-early {
	background-image: url(../glob_img/icons/icon_renew_early.gif);
	width: 16px;
	height: 16px;
}
.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-options a.tx-fpideas-pi1-idea-renew-early:hover {
	background-position: 0 0;
}
	/* details */

.tx-fpideas-pi1-idea .tx-fpideas-pi1-idea-details {
	display: none;
}

	/* active */
 
.tx-fpideas-pi1-idea.active {
	height: auto;
}
.tx-fpideas-pi1-idea.active .tx-fpideas-pi1-idea-details {
	margin: 5px 0 10px 0;
	padding: 5px;
	clear: both;
	display: block;
	border-bottom: 1px dotted #666;
}

.tx-fpideas-pi2 textarea {
	width: 300px;
	height: 250px;
}
.tx-fpideas-pi2 input {
	width: 300px;
}
#colRight .tx-fpideas-pi2-delete-icon {
	margin: 1px 0 0 3px;
	padding: 0;
	width: 11px;
	height: 11px;
	border: none;
}

.tx-fpideas-pi2 .tx-fpideas-pi2-idea_files-0.active {
	display: none;
}

.tx-fpideas-pi2 #tx-fpideas-pi2-idea_files_ani {
	display: none;
	background: transparent url(../glob_img/ani_upload.gif) 0 0 no-repeat;
}

.tx-fpideas-pi2 #tx-fpideas-pi2-idea_files_ani.active {
	margin: 10px 0 0 0;
	display: block;	
	width: 300px;
	height: 20px;
}

	/* key (legende) */
	
.tx-fpideas-pi1 .tx-fpideas-pi1-key {
	margin: 0;
	padding: 3px;
	background: #f0f0f0;
	border-top: 1px dotted #ddd;
}
	
.tx-fpideas-pi1 .tx-fpideas-pi1-key h3 {
	margin: 0;
	padding: 0 0 5px 4px;
	font-size: 11px;
}


	/* request */
	
.tx-fpideas-pi1-payment {
	display: none;
}
.tx-fpideas-pi1-payment.active {
	display: block;
}


/* ### tx-irfaq-pi1 ### */

.tx-irfaq-pi1 dl, .tx-irfaq-pi1 dt, .tx-irfaq-pi1 dd {
	float: none;
	text-align: left;
	width: auto;
	height: auto;
}
.tx-irfaq-pi1 dd {
	margin: 0 0 10px 0;
}

.tx-irfaq-pi1 .additional-info {
	margin-top: 4px;
	border-top: 1px dotted #666;
}