/*************
 ** Commons **
 *************/

* {
	font-family: arial, Helvetica, sans-serif;
}

html {
    padding:0px;
    margin:0px;
}

body {
	text-align: center;
	font-size:12px;
	padding:0px;
    margin:0px;
}
body.frontend {
    background: #fff url('/img/bg_page.gif') repeat-x top;
}

a {
	color:#005DB0;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	line-height:16px;
	margin:0;
	padding:0;
	text-align:justify;
}

img {
	border: 0;
}

h1 {
    font-size:40px;
    line-height:1em;
    font-family: Helvetica,Arial,sans serif;
    letter-spacing: -0.07em;
    margin:10px 0;
    color: #000;
}
h2 {
    font-size:17px;
    color: #606060;
    margin: 14px 0 12px 0;
}

h2.subtitle {
	padding-bottom: 4px;
	border-bottom: 1px solid #606060;
}

h3 {
    color:#005DB0;
    font-size:14px;
    font-weight:bold;
    margin-bottom:9px;
}

h4 {
	border-top:1px solid #ccc;
	padding-top:4px;
	font-size:11px;
	color:#808080;
	margin: 0px 0 6px 0;
}

.clear {
	clear: both;
}

ul.pdf li {
	list-style-image:url('/img/pdf4.gif');
    margin-bottom:4px;

}

pre.cake_debug, .cake-stack-trace {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	font-family: monospace;
	text-align: left;
	margin: 10px;
	padding: 10px;
	color: #000;
}

table.cakeSqlLog {
	background-color: #f0f0f0;
}

table.cakeSqlLog tr {
	vertical-align: top;
}

table.cakeSqlLog tr td {
	text-align: left;
	padding: 5px;
}

div.message_error {
	margin: 10px 0 10px 0;
	background-color: #990000;
	font-weight: normal;
	color: #fff;
	padding: 10px;
}
div.message_error h3 {
	font-weight: bold;
	font-size: 15px;
	color: #d59797;
	padding: 0;
	margin: 0;
}
div.message_error p {
	padding: 5px 0 0 0;
}


div.error_box {
	margin: 10px 0px;
	border: 5px solid #bb5544;
	padding: 0px 10px 12px 10px
}

div.message_ok {
	margin: 10px 50px 10px 50px;
	background-color: #55bb44;
	text-align: center;
	font-weight: bold;
	color: #f8f8f8;
	padding: 5px;
}

div.message_email {
	white-space: pre;
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 0px 5px;
	margin: 0px 30px;
}

/******************
 ** Basic layout **
 ******************/

div#outer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

div#header {
	background-color: #003366;
	#background-color: #00285a;
	background-repeat: no-repeat;
	width: 100%;
	height: 120px;
}

div#header p {
	display: block;
/*	position: absolute;*/
	margin: 0px;
	margin-left: 250px;
	vertical-align:middle;
}

div#header-title {
	font-size:16px;
	font-style:italic;
	width:175px;
	/*margin-left: 280px;
	margin-top:30px;*/
	vertical-align:middle;
}

div#header-right {
	padding-top:14px;
	color:#fff;
    float: right;
    padding-right: 30px;
	font-size:11px;
	font-family:verdana !important;
}
div#header-right a {
	text-decoration:underline;
	color: #fff;
}

div#header-right fieldset {
    border:0;
    margin:0;
    padding:0;
}

div#header-right fieldset label {
    width: 60px;
    display:block;
    float:left;
}

div#header-right fieldset input {
    width: 90px;
    margin-top:-3px;
    border:1px solid #999;
    font-size:11px;
}

div#header-info {
	margin-top:11px;
	float:left;
	margin-left:110px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	width:220px;
}

div#header-credit {
	vertical-align:middle;
	padding-top:11px;
	margin-top:11px;
	float:left;
	margin-left:110px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	width:180px;
	height:32px;
	border: 1px dashed black;
}

div#header-credit a {
	color:green;
}

div#container-top {
	font-size: 1px;
    background-color: #808080;
    height: 10px;
    padding-left: 215px;
}

div#container-top ul {
	height:10px;
	margin:0;
	padding:0;
}
div#container-top li {
	display:block;
	float:left;
	padding:6px 5px 3px;
	text-align:center;
	font-size:12px;
	color:#555;
	margin:-14px 0 0 0;
	background: #f1f1f1;
	width: 82px;
	cursor:pointer;
	background:url('/img/button-navi.gif');
}
div#container-top li a {
	text-decoration: none;
	color:#222;
}
div#container-top li a:hover {
	text-decoration: none;
	color:#000;
}
div#container-top li.active a {
	font-weight:bold;
}

div#container-top li.w120 {
	background:url('/img/button-navi120.gif');
	width: 110px;
}
div#container-top li.w150 {
	background:url('/img/button-navi150.gif');
	width: 140px;
}

div#container-top li.active {
    display:block;
    float:left;
    padding:6px 5px 3px;
    text-align:center;
    font-weight:bold;
    color:#000;
    margin-top:-14px;
    background:url('/img/button-navi-sel.gif');
}

div#container-top li.active.w120 {
	background:url('/img/button-navi120-sel.gif');
	width: 110px;
}

div#container-top li.active.w150 {
	background:url('/img/button-navi150-sel.gif');
	width: 140px;
}

div#container {
/*	background-color: #ffffff;*/
}

div#container-bottom {
	width: 970px;
	height: 10px;
/*	background-image: url(../img/container-bottom.gif);*/
}


div#menu {
	width: 205px;
	float: left;
	height: 500px;
}

div#content-main {
	margin: 5px;
	width: 725px;
	float: left;
}

div#content {
	background-color: #ffffff;
	margin: 15px 20px 0 20px;
	float: left;
	font-size:12px;
	width:95%;
	position:relative;
}

div#footer {
	border-top: 10px solid #003366;
	font-size:12px;
	clear: both;
	margin-top: 15px;
	padding: 10px 0 20px 0px;
	color:#808080;
}

div#footer ul {
	float: left;
	text-align: left;
	list-style-type: none;
}

#footer h4 {
	color: #B8AE9C;
	margin-top: 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	text-decoration:underline;
	color: #000;
}
#footer a:hover {
	text-decoration:underline;
}


/****************************************
 ** info-window: blue, rounded corners **
 ****************************************/

div.info-window {
	margin: 10px;
	width: 185px;
	background-color: #cbd2e0;
	background-image: url(../img/window_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}



div.info-window h2 {
	margin: 0px;
	padding: 10px 5px 2px 10px;
	background-image: url(../img/window_start.gif);
	background-repeat: no-repeat;
	font-size: 16px;
}

div.info-window p {
	margin: 3px 10px 3px 10px;
	font-size: 11px;
	line-height: 17px;
}

div.info-window a {
	font-weight: bold;
	color: #000;
}

/**** campaign list table ***/

table.campaign-list a.campaign-id {
	display: block;
	padding:4px 8px 3px 8px;
	background:#808080;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	-moz-border-radius:5px;
	text-align:center;
	text-decoration:none;
}


table.campaign-list td {
	line-height: 18px;
}

table.campaign-list a {
	padding:2px 4px;
	background:#f1f1f1;
	-moz-border-radius:5px;
}

/************************************
 ** menus: yellow, rounded corners **
 ************************************/

div.menu-box {
	margin: 10px;
	width: 185px;
	background-color: #f8f8f8;
/*	background-position: bottom;
	background-image: url(../img/window_end_navi.gif);*/
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

div.menu-box h2 {
	margin: 0px;
	padding: 10px 5px 0px 5px;
	background-image: url(../img/window_start_navi.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #687794;
	text-transform: uppercase;
}

div.menu-box h2 img {
	vertical-align: middle;
	margin-right: 2px;
}

div.menu-box ul {
	margin: 5px 5px 5px 15px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}

div.menu-box ul li {
	border-bottom: 1px dotted #c0c0c0;
	padding: 5px;
}

div.menu-box a {
	text-decoration: none;
	color: #687794;
	font-weight: bold;
}

div.menu-box a:hover {
	text-decoration: underline;
}

div.menu-box a:before {
	content: "» ";
}

/****************
 ** menu links **
 ****************/

a.menu-link {
	display: block;
	margin: 5px 10px 5px 20px;
	text-decoration: none;
	color: #687794;
}

a.menu-link img {
	border: none;
}

a.menu-link:hover {
	text-decoration: underline;
}

/************************
 ** standard paragraph **
 ************************/

div.paragraph {
	margin: 10px;
	color: #404040;
}

div.paragraph h2 {
	font-size: 25px;
	padding-bottom: 5px;
	color: #336699;
}

div.paragraph p {
	font-size: 12px;
	line-height: 19px;
	padding: 0px 20px;
}

div.paragraph a {
	color: #336;
}

/*************
 ** columns **
 *************/

div.col-1-2 {
	width: 50%;
	float: left;
}

div.col-1-3 {
	width: 30%;
	float: left;
	margin: 0px 3% 0px 0px;
}

/******************
 ** default-form **
 ******************/

form.default-form {
	margin: 10px;
	color: #404040;
	font-size: 12px;
}

form.default-form input,
form.default-form select,
form.default-form textarea {
	border: 1px solid #687794;
	font-size: 12px;
	padding: 1px;
	/*width: 200px;*/
	background-color: #f8f8f8;
}

form.signup-form div.form-line {
	float:left;
	clear:both;
	margin:2px 0;
	width:100%;
}

form.signup-form select,form.signup-form input {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#666666;
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size:1.1em;
	margin-left:15px;
	padding:3px 5px;
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
}

form.signup-form input:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #EF9E4D;
}

form.signup-form legend {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C4D3EA;
	color:#336699;
	font-size:1.2em;
	font-weight:bold;
	margin:0 -0.4em;
	padding:5px 10px;
	text-transform:capitalize;
}
form.signup-form label {
	color:#555555;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:9px;
	text-align:right;
	text-transform:capitalize;
	width:30%;
}
form.signup-form fieldset {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEF3F8 none repeat scroll 0 0;
	border:1px solid #C4D3EA;
	clear:both;
	margin:0 0 20px 0.3em;
	padding:0.3em 1.4em 0.9em 1.4em;
}

form.default-form .short {
	width: 175px;
}

form.default-form .extra-short {
	width: 90px;
}

form.default-form fieldset {
	border: none;
/*	border-top: 1px dashed #687794;*/
}

form.default-form fieldset legend {
	font-weight: bold;
	padding: 5px;
/*	border: 1px dashed #687794;
	background-color: #f8f8f8;*/
}

/*
form.default-form fieldset legend:before {
	content: url(../img/pfeil.gif)" ";
}
*/

form.default-form div.form-line {
	padding: 6px;
	clear: left;
}

form.default-form p.required {
	background-color: #ececec;
	padding: 3px;
	width: 175px;
	text-align: center;
	font-size: 11px;
}

form.default-form p.required {
	float: right;
	width: auto;
	margin: 0px;
}

form.default-form div.required input,
form.default-form div.required select,
form.default-form div.required textarea {
	background-color: #ececec;
	width:250px;
}
form.default-form div.preNumber select {
	background-color: #ececec;
	width:100px;
}

form.default-form div.checkbox-line input {
	width: auto;
	border: none;
	vertical-align: middle;
}

form.default-form div.text-line label,
form.default-form div.checkbox-line label,
div.static-text-line span.label {
	float: left;
	width: 150px;
}

form.default-form div.checkbox-first label {
	display: inline;
	float: none;
}

form.default-form div.button-line input {
	width: auto;
	margin-left: 150px;
}

form.default-form div.button-first input {
	margin-left: 0px;
}

form.default-form div.error-message, form.signup-form div.error-message {
	font-weight: bold;
	background-color: #cc5544;
	color: #f8f8f8;
	margin: 3px;
	padding: 3px;
	text-align: center;
}

form.default-form input.form-error {
	border: 1px solid #cc5544;
}

form.default-form fieldset.button {
	border: none;
}

form.default-form label.heading {
	font-weight: bold;
}

form.default-form input.date {
	width: 90px;
	float: left;
}

/*******************
 ** default-table **
 *******************/

table.default-table {
    width: 100%;
    margin: 0px 0px 5px 0px;
    color: #404040;
    font-size: 90%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    empty-cells:show;
}

table.default-table tr {
    vertical-align: top;
}

table.default-table tr th {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #aaa;
    background: #f1f1f1;
    text-align: left;
}

table.default-table tr td {
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #aaa;
}

table.default-table a {
	color: #336;
}

table.default-table td.actions {
	text-align: left;
}

/******************
 ** Welcome page **
 ******************/

ol#steps {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

ol#steps li.step {
	background-repeat: no-repeat;
}

ol#steps li.step h3 {
	padding: 5px 0px 0px 40px;
	margin: 0px;
}

ol#steps li.step p {
	margin: 5px 0px 10px 20px;
}

ol#steps li#step1 {
	background-image: url(../img/no1.gif);
}

ol#steps li#step2 {
	background-image: url(../img/no2.gif);
}

ol#steps li#step3 {
	background-image: url(../img/no3.gif);
}

ol#steps li.step ul {
	background-color: #e6e6f4;
	list-style-type: none;
	margin: 0px 20px 20px 40px;
	padding: 5px;
}

ol#steps li.step ul li {
	background-image: url(../img/icon_plus.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
	margin: 10px;
	font-size: 12px;
}

div#support h3 {
	font-size: 12px;
	font-weight: bold;
}

div#support address {
	font-size: 12px;
	font-style: normal;
}

div#support p#terms {
	clear: left;
	padding: 15px 0px 0px 0px;
}

/*******************
 ** advanced-menu **
 *******************/

ul#advanced-menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

ul#advanced-menu li {
	width: 345px;
	margin: 10px;
	float: left;
	border: 1px solid #bbbbbb;
	background-color: #f9f9f9;
	height: 14em;
	font-size: 80%;
	color: #404040;
}

ul#advanced-menu li h3 {
	margin: 3px;
}

ul#advanced-menu li p {
	margin: 3px;
}

ul#advanced-menu li p a {
	text-decoration: none;
	font-weight: bold;
	color: #687794;
}

/* Activity Bar auf Startseite */

.activity {
	height: 24px;
	background: url(../img/activityindex_bg.gif) 0 0 repeat-x;
	float: left;
	width: 80%;
	border: 1px solid #666;
}
.activity img {
	height: 24px;
	border-right: 1px solid #666;
}
.activity_status {
	float:left;
	color: #a8b83c;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
}


.cb1_1Cols {
	width: 98%;
	text-align: left;
}
.cb1_2Cols {
	float:left;
	width: 48%;
}
.cb1_3Cols {
	float:left;
	width: 32%;
}
.cb2_3Cols {
	float:left;
	width: 64%;
}
.cb1_4Cols {
	float:left;
	width: 23%;
}
.cb3_4Cols {
	float:left;
	width: 72%;
}

.cb3_8Cols {
	float:left;
	width: 36%;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background-color:#FFF;
	text-align:left;
	background-image: url(../img/leiste_links.png);
	background-repeat: no-repeat;
	background-position: 102% 28%;
	z-index:9999;

}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#lightbox h2{
	margin:0 0 1em 0;
}

#lightbox h3{
	color:#FF713F;
}

#lightbox.done p{
	color:#333;
}

.definition{
	margin:25px;
}

.definition a{
	color:#B6153E;
}

.ajax_update{
	position: absolute;
	top:50%;
	left:50%;


	z-index:9999;
}

.activity {
	height: 14px;
	background: url(../img/activityindex_bg.gif) 0 0 repeat-x;
	float: left;
	width: 70%;
	border: 1px solid #666;
}
.activity img {
	height: 14px;
	border-right: 1px solid #666;
}

div#wastebin {
	height: 150px;
	background-image: url(../img/garbage_big.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*******************
 ** custom config **
 *******************/

p#mainpage_media_types {
	font-size:24px;
	color: #000;
}

p#mainpage_media_types img {
	width:30px;
	height:30px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.highlight {
	background: #FEFFAF;
	padding: 2px 5px;
}

.main_highlight {
	margin: 10px 0 30px 0px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	line-height: 1.2em;
	background: #f1f1f1;
	color: #444444;
	
}

div#main_right {
	position:absolute;
	left:675px;
	top:133px;
	width:300px;
}

a#main_button {
	font-size:14px;
	font-weight:bold;
	background:url('/img/button-bg-green.png');
	width:280px;
	height: 50px;
	padding: 10px 10px 0 10px;
	line-height:1.3em;
	color: #fff;
	display:block;
	text-align:center;
}
a#main_button_r {
	font-size:14px;
	font-weight:bold;
	background:url('/img/button-bg-short.png');
	width:140px;
	height: 50px;
	padding: 10px 5px 0 5px;
	line-height:1.3em;
	color: #fff;
	display:block;
	text-align:center;
	margin-left:150px;
}
div.grey_button,
a#main_button_l {
	font-size:14px;
	font-weight:bold;
	background:url('/img/button-bg-short-green.png');
	width:120px;
	height: 50px;
	padding: 10px 10px 0 10px;
	line-height:1.3em;
	color: #fff;
	display:block;
	text-align:center;
	float:left;
}
a.grey_button,
div.grey_button {
	background:url('/img/button-bg-short-grey.png') !important;
	color: #ddd !important;
}

input#main_button{
	font-size:14px;
	font-weight:bold;
	background:url('/img/button-bg-green.png');
	width:300px;
	height: 55px;
	line-height:1.3em;
	color: #fff;
	display:block;
	text-align:center;
	border:0;
}

input#main_button_l{
	font-size:14px;
	font-weight:bold;
	background:url('/img/button-bg-short-green.png');
	width:140px;
	height: 60px;
	color: #fff;
	text-align:center;
	cursor: pointer;
	border: 0;
	white-space: normal;
	text-decoration: underline;
	padding: 0px 10px 5px 10px;
	float:left;
}

input#main_button_r{
	font-size:14px;
	font-weight:bold;
	background:url('/img/button-bg-short.png');
	width:150px;
	height: 60px;
	color: #fff;
	text-align:center;
	cursor: pointer;
	border: 0;
	white-space: normal;
	text-decoration: underline;
	padding: 10px 0px 15px 0px;
	float:left;
}

.quote {
	font-family: tahoma;
	font-size: 15px;
	letter-spacing: 0px;
	color: #222;
	text-align: center;
}

.grey {
	color: #808080;
}

.bg_red {
	background: #ffcfcb;
	padding: 1px 2px;
}
.bg_orange {
	background: #ffdeb7;
	padding: 1px 2px;
}

.bg_green {
	background: #d1ffb7;
	padding: 1px 2px;
}

.bg_yellow {
	background: #fefcc1;
	padding: 1px 3px;
	color: #000;
}

.img_link {
	vertical-align: top;
	margin-right:7px;
	border:0;
}

ul.checklist {
	list-style-image: url('/img/icons/tick.png');
}
ul.checklist li {
	font-size:16px;
	margin-bottom:3px;
}

div#CounterContainer{
	width: 315px;
}
div#smsCounter{
	float: left;
}
div#charCounter{
	float: right;
}
div.wrap-label label{
/*	display: block; */
	float: none !important;
}


p.info { background: #fefff5 url(/img/icons/information.png) no-repeat 5px 10px; padding: 10px 10px 10px 25px !important; }


/* Center Page */
div#page { width: 1000px; margin: 0 auto; text-align: left; }

.negnum {
	color: #900;
}
.posnum {
	color: #090;
}

/* Buttonline */
div.buttonline a {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #003366;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	font-size: 11px !important;
}
div.buttonline a:hover {
	background: #365f7e;
}


/** Template-Selector **/
div.template-preview-click { float: right; }

div.template-preview { padding: 10px; background: url(/img/templates/preview.png); height: 129px }
div.template-preview-box { float: right; width: 330px; height: 100px; }
div.template-preview-box p { text-align: left; padding: 4px 0; }
div.template-preview-box div.mailclient { background:url(/img/templates/mailclient.png) no-repeat left top; padding: 70px 70px 10px 5px }
div.template-preview-image { float: right; margin: 5px; }
div.template-preview-image img { width: 50px; }
div.template-preview div.template-preview-text-notext { display: none; }
div.template-preview div.template-preview-text-notext, 
div.template-preview div.template-preview-text { font-size: 11px; padding:4px 7px; -moz-border-radius:5px; background:#fff }

div#full-text-form h5 { margin: 0; padding: 0 0 5px 0; font-size: 13px; }
form.default-form div#full-text-form div.form-line { padding: 0; }

fieldset.template-selection label { width: 80px !important; }
fieldset.template-selection label img { vertical-align: middle; }

div.template-preview.tpl4 { background-color: #ffc973; color: #FF9305; }
div.template-preview.tpl3 { background-color: #e1ffe5; color: #1d9900; }
div.template-preview.tpl2 { background-color: #e1e9ff; color: #005699; }
div.template-preview { background-color: #ccc; color: #373737; }


div.preview-large div.mailclient { background:url(/img/templates/mailclient-big.png) no-repeat left top; padding: 207px 24px 5px 14px; text-align: left; height: 360px; }
div.preview-large div.template-preview { height:332px; overflow:auto; }
div.preview-large div.template-preview div.template-preview-notext, div.preview-large div.template-preview div.template-preview-text { margin:30px 50px 0 50px; padding:14px 17px; font-size: 2em; font-family:georgia; line-height:1.25em; }
div.preview-large div.template-preview div.template-preview-image img { width: auto; margin:0px 0px 15px 15px }

p#imgLinkInActive { opacity: .3; }



table.order-sumery {
	border:1px solid #ccc; width:720px; background: #f1f1f1; margin-top:10px; padding:8px 10px 0 10px; line-height: 18px; 
}
table.order-sumery tr td.title {
	background: #bed4ea;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	color: #003366;
}
table.order-sumery tr td DIV.editbutton a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#255686;
float: right;
color: #fff;
padding:2px 4px;
}
table.order-sumery tr td.padding { padding: 2px 5px; }
table.order-sumery tr td DIV.editbutton a { color: #fff; text-decoration: none; }
table.order-sumery tr td DIV.editbutton a:hover { background: #4474a3; }
table.order-sumery div.messagetext { padding: 5px; background: #fff; margin: 5px 0 0 20px; }

abbr { cursor: help; }


/** PayPal **/
table.kontostand { padding-left: 10px; }

table.kontostand tr td { padding: 5px; }
ul.paypal {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	height: 200px;
}
p.paypal { padding-left: 10px; padding-bottom: 10px; font-weight: bold; }

ul.paypal li { float: left; background: no-repeat left top; width: 130px; padding: 0 10px; }
ul.paypal li.paypal-20 { background-image: url(/img/paypal-20eur.png); }
ul.paypal li.paypal-50 { background-image: url(/img/paypal-50eur.png); }
ul.paypal li.paypal-100 { background-image: url(/img/paypal-100eur.png); }
ul.paypal li.paypal-ind { background-image: url(/img/paypal-ind.png); padding-top: 100px; padding-bottom: 20px; }
ul.paypal li.paypal-ind input#PaypalLogpriceInd { padding: 5px; width: 85px; text-align: right; font-size: 20px; margin-bottom: 10px; }

ul.paypal li.paypal-20, ul.paypal li.paypal-50, ul.paypal li.paypal-100 { padding-top: 150px; margin-right: 10px; padding-bottom: 20px; }
