/*
 * CSS-File for
 * emaildruck.de
 * Copyright (c) CLICKSPORTS
 * $Rev: 18 $
 * $Author: cs $
 * $Date: 2009-08-07 09:48:15 +0200 (Fr, 07 Aug 2009) $
 *
 */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../layout/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #838383;
	position: relative;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
a img { border: none; }

/* Layout Section */
h1#logo {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
}
h1#logo span { text-indent: -5000px; display: block; }

div#site {
	width: 1003px;
	padding: 35px 0px;
	margin: 0px auto;
	position: relative;
	z-index: 5;
}

h2#support {
	width: 229px;
	height: 53px;
	margin-left: 583px;
	padding-top: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../layout/bg_support.jpg);
	background-repeat: no-repeat;	
}
h2#support span { font-size: 24px; }

div#sidebar {
	width: 225px;
	margin-top: 162px;
	position: relative;
	z-index: 10;
	float: left;
}

div#content {
	width: 771px;
	left: -115px;
	position: relative;
	z-index: 5;
	float: right;
}

/* Navigation Section */
ul#navigation {
	margin-bottom: 22px;
	padding-bottom: 15px;
	background-image: url(../layout/bg_navigation_ul.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	list-style: none;
}

ul#navigation li a {
	width: 117px;
	padding: 9px 0px 5px 17px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../layout/bg_navigation.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 10;
}

ul#navigation li.active a,
ul#navigation li a:hover {
	width: 165px;
	margin-bottom: -13px;
	padding-bottom: 18px;
	background-image: url(../layout/bg_navigation_active.png);
	background-repeat: no-repeat;
	font-weight: 800;
	z-index: 15;
}

/* Quick Navigation Section */
ul#quicknavigation {
	margin-bottom: 35px;
	list-style: none;
}

ul#quicknavigation li a {
	padding-left: 14px;
	color: #000000;
	font-size: 13px;
	background-image: url(../layout/arrow_right_green.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}
ul#quicknavigation li.active a { text-decoration: underline; }

/* Content Area */
div#content_top {
	height: 30px;
	background-image: url(../layout/bg_content_top.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#content_center {
	min-height: 625px;
	padding: 38px 0px 38px 150px;
	background-image: url(../layout/bg_content_center.jpg);
	background-repeat: repeat-y;
}

div#content_inset {
	min-height: 435px;
	padding-right: 145px;
	background-image: url(../layout/bg_content_inset.jpg);
	background-position: 496px 125px;
	background-repeat: no-repeat;
}

div#content_new { margin-bottom: 20px; }

div#content_inset h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #7CA800;
}

div#content_inset h3,
div#content_inset p,
div#content_inset ul {
	margin-bottom: 15px;
	line-height: 1.6em;
}

div#content_inset ul {
	padding-left: 15px;
	list-style: square;
}

div#content_bottom {
	height: 10px;
	text-align: center;
	background-image: url(../layout/bg_content_bottom.png);
	background-repeat: no-repeat;
}
div#content_bottom a { top: -10px; color: #999999; position: relative; }

/* New Content Section */
div#content_new h1 { margin-bottom: 20px; color: #7CA800; font-size: 18px; line-height: 20px; }
div#content_new p { margin-bottom: 18px; }

/* Content Header */
ul#breadcrumb {
	padding: 7px 0px 0px 11px;
	font-size: 11px;
	list-style: none;
}

ul#breadcrumb li { display: inline; }
ul#breadcrumb li a {
	margin-left: 3px;
	padding-right: 12px;
	color: #000000;
	background-image: url(../layout/arrow_right_green.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

a#info_link {
	top: 5px;
	right: 6px;
	position: absolute;
}

/* Rounded Boxes */
div.rounded {
	padding: 10px 0px;
	background-image: url(../layout/bg_rbox_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.rounded_content {
	padding: 0px 0px 10px 17px;
	background-image: url(../layout/bg_rbox_content.png);
	background-repeat: repeat-y;
}

div.rounded_footer {
	height: 10px;
	background-image: url(../layout/bg_rbox_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.rounded_content h3 {
	margin-bottom: 20px;
	padding-top: 14px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7CA800;
}

.clearer { clear: both; }

/* Form Elements */
form.form table td { padding: 6px; }

/* Admin Stuff */
form.inplacericheditor-form { margin-bottom: 20px; padding-bottom: 9px; border-bottom: 1px solid #7AA500; }
.editable { min-height: 17px; display: block; }
.inplace_hover, .inplace_textarea_hover { background-image: url(../layout/icon_edit.gif); background-position: top right; background-repeat: no-repeat; cursor: pointer; }


input.editor_field,
textarea.editor_field { width: 50%; margin-right: 10px; padding: 2px; }
textarea.editor_field { height: 26px; }
input.editor_field { height: 13px; }

a.editor_ok_link,
a.editor_cancel_link {
	margin-top: 1px;
	height: 17px;
	background-image: url(../layout/bg_inplace_controls.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	vertical-align: top;
	display: inline-block;
}

a.editor_ok_link { width: 19px; background-position: top left; }
a.editor_cancel_link { width: 20px; background-position: top right; }

table.adminedit { width: 100%; margin-bottom: 20px; background-color: #FFFFFF; }
table.adminedit th, table.adminedit td { padding: 5px; border: 1px solid #7AA500; }
table.adminedit th { font-weight: 800; }
div.inplace_editable { padding-right: 25px; }
form.inplaceeditor-form input { height: 16px; padding: 3px; border: 1px solid #7AA500; }

/* Admin Navigation */
ul#admin_navigation { top: 20px; right: 35px; list-style: none; position: absolute; }
ul#admin_navigation li  { margin-right: 20px; float: left; }
ul#admin_navigation li a {
	padding-left: 14px;
	color: #000000;
	font-size: 13px;
	background-image: url(../layout/arrow_right_green.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}

/* TinyMCE */
div.mceExternalToolbar {
	width: 474px !important;
	margin-top: 80px !important;
	position: fixed !important;
	background-color: #F0F0EE !important;
	border-bottom: 1px solid #DADADA !important;
	opacity: 0.6;
}
div.mceExternalToolbar:hover { opacity: 1.0; }

/* New Content Formats */
div#content_new a { color: #7CA800; }
div#content_new em { font-style: normal; }

/* Rounded Corners */
div#content_new p.notice,
div#content_new ul li {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

div#content_new p.notice {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: 800;
}

div#content_new ul { padding: 0px; list-style: none; }
div#content_new ul ul { margin: 0px 0px 0px 15px; list-style: square; }

div#content_new ul li {
	margin: 10px 0px;
	padding: 5px 10px;
	background-color: #FFFFFF;
}
div#content_new ul li ul li { margin: 0px; padding: 1px 2px; }

div#content_new ul li h2 { font-weight: 800; }
div#content_new ul li h3 { margin-bottom: 0px; color: #000000; }

div#content_new table { width: 100%; margin-bottom: 15px; background-color: #FFFFFF; }
div#content_new table th, div#content_new table td { padding: 5px; border: 1px solid #9999A0; }
div#content_new table th { font-weight: 800; }
div#content_new table td.noBorder {border:none;}
