html {
	height:100%;
}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:0.9em; 
	text-align:center; 
	margin:0; 
	height:100%;
}

input, textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:0.9em; 
	padding:2px; 
}

input.support, 
textarea.support { 
	width:320px; 
}

th { 
	padding:0 3px 10px 0;
}

td { 
	padding:0 3px 10px 0;
}

a, 
a:visited, 
a:active, 
a:focus, 
a:hover { 
	color:#00f; 
}

h1 { 
	font-size:20px; 
	font-weight:700; 
}

h2 { 
	font-size:16px;
	margin: 0 0 20px 0;
}

h2.change { 
	color:#f00; 
	text-align:center; 
}

p { 
	margin:0 0 5px 0;
}

.fixed { 
	width:300px; 
	font-size:.9em; 
	text-align:left; 
}

br.cb { 
	clear:both; 
}

#logout { 
	position:relative;
	left:650px;
}

#logout a, 
#logout a:visited,
#logout a:active, 
#logout a:focus { 
	text-decoration:none; 
	margin-right:10px;
}

#logout a:hover { 
	color:#000; 
	text-decoration:none; 
}

.header-speechbox {
	background:#39f url(/assets/img/speechbox_header.png) top center no-repeat;
	height:60px;
}

.header-speechbook {
	background:#f15722 url(/assets/img/speechbook_header.png) top center no-repeat;
	height:60px;
}

.header-admin,
.header-speechtools {
	background:#000 url(/assets/img/speechtools_admin_header.png) top center no-repeat;
	height:60px;
}

a.header-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: white;
	text-decoration: none;
	text-shadow: 0 0 5px black;
	font-weight: bold;
	line-height:125%;
	letter-spacing:-5px;
}

#content { 
	width:980px; 
	text-align:left; 
	margin:0 auto;
	padding:0;
}

#content h1 { 
	margin-top:0px; 
}

#tabcontent,
#tabcontent-admin { 
	margin-left: 230px; 
	height:100%; 
	padding-top:20px;
	min-height:400px;
}

#tabcontent {
	min-height:400px;
}

#tabcontent-admin {
	min-height:600px;
}

.impressum { 
	color:#888; 
	font-size:10px; 
	text-align:center; 
	padding:0 0 20px 0; 
}

.impressum a, 
.impressum a:active, 
.impressum a:hover, 
.impressum a:focus, 
.impressum a:visited { 
	color:#888; 
	text-decoration:underline; 
	font-weight:700; 
}

/* Navigation */

#tabs { 
	margin:0; 
	padding:10px 0 0 10px; 
	width:200px; 
	float:left;  
}

#tabs li {
	list-style: none;
}

#tabs li a,
#tabs li a.selected {
	display: block;
	height: 29px;
	margin: 10px 0 10px 0px;
	border: 1px solid #bbb;
	padding: 5px 0 5px 15px;
	background:#fff url(/assets/img/gradient_grey.png) 0 -20px repeat-x;	
	color:#444;
	text-shadow:0 1px 0 rgba(255,255,255,1);
	text-decoration:none;
	font-weight:bold;
	
	border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	-o-border-radius:.3em;
	
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-o-box-shadow:0 1px 5px rgba(0,0,0,.3);
}

#tabs li a.selected,
#tabs li a:hover {
	background-position:0 -100px;
	color:#222;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}

#tabs li a.selected {
	font-weight:700;
}

#tabs .icon {
	display:block;	
	height:32px;
	float:left;
	padding:6px 0 0 40px;
	background-repeat:no-repeat;
}

#tabs .start { background-image:url(/assets/img/icons/start.png); }
#tabs .settings { background-image:url(/assets/img/icons/einstellungen.png); }
#tabs .colors {	background-image:url(/assets/img/icons/farben.png); }
#tabs .smileys { background-image:url(/assets/img/icons/smilies.png); }
#tabs .messages { background-image:url(/assets/img/icons/editieren.png); }
#tabs .code { background-image:url(/assets/img/icons/code.png); }
#tabs .checkout { background-image:url(/assets/img/icons/werbefrei.png); }
#tabs .stats { background-image:url(/assets/img/icons/statistik.png); }
#tabs .support { background-image:url(/assets/img/icons/support.png); }
#tabs .changepw { background-image:url(/assets/img/icons/login.png); }
#tabs .home { background-image:url(/assets/img/icons/home.png); }
#tabs .features { background-image:url(/assets/img/icons/features.png); }
#tabs .signup { background-image:url(/assets/img/icons/signup.png); }
#tabs .blog { background-image:url(/assets/img/icons/blog.png); }
#tabs .admin { background-image:url(/assets/img/icons/admin.png); }
#tabs .support { background-image:url(/assets/img/icons/support.png); } 
#tabs .products { background-image:url(/assets/img/icons/products.png); }
#tabs .ads { background-image:url(/assets/img/icons/ads.png); }
#tabs .contact { background-image:url(/assets/img/icons/contact.png); }

/* Ende Navigation */

.admin-personal-menu {
	float:right;
}

#news { 
	background:#fff; 
	margin:0; 
	margin-left:-10px; 
	padding:10px; 
	font-size:12px; 
}

#signupbox { 
	width:500px; 
	margin:0 auto 10px auto; 
	text-align:left; 
}

#signupbox td.labelright { 
	text-align:right; 
	padding-right:10px; 
	padding-top:5px; 
}

em.notify { 
	font-size:10px; 
	color:#f00; 
}

#starttext { 
	width:450px; 
	float:left; 
	margin:0; 
}

.testimonial {
	color:#666;
	width:330px;
	float:left;
	padding-top:30px;
}

.signupbutton {
	background: transparent url(/assets/img/signup.png) 0 0 no-repeat;
	display: block;
	height: 100px;
	width: 350px;
	margin:0 auto;
	color:#fff;
	font-size:0px;
	text-decoration:none;
}

#support_past, 
#blog_past { 
	width:200px; 
	float:right; 
	padding-left:20px;
	padding-top:10px; 
	color:#000; 
	text-align:left; 
}

.settings_box {
	margin:20px 0 0 0;
}

.settings_title { 
	display:block; 
	padding-bottom:3px;
}

.settings_title span {
	font-weight:normal;
	color:#888;
}

.settings_change { 
	display:block; 
	text-align:right; 
	padding-bottom:3px; 
}

.settings_status { 
	text-align:right; 
	color:#aaa; 
	padding-top:3px; 
	border-top:1px solid #ddd; 
}

.settings_edit { 
	border-top:1px solid #ddd; 
	padding-top:10px; 
}

.settings_edit div { 
	height:26px; 
}

.settings_edit label,
#colorsform label { 
	width:250px; 
	float:left; 
	text-align:left; 
	color:#888; 
	font-weight:bold; 
	margin-right:10px; 
	padding:5px 0 0 0; 
}

.settings_edit input.cbox { 
	margin-top:6px; 
}

.settings_edit input.itext { 
	padding:0; 
	margin-left:2px; 
}

.save { 
	position: relative;
	left: 260px;
	margin: 20px 0;
}

#disp_email { 
	float:left; 
}

#disp_homepage { 
	float:left; 
}

.box { 
	color:#39f; 
	font-weight:bold;
}

.book { 
	color:#f15722; 
	font-weight:bold;
}

.cancelation-link {
	text-align:right;
}

ul.featurelist {
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
}

ul.featurelist li {
	list-style:none;
	margin:0 0 10px 0;
}

/* Admin: Colors */

#colorsform div {
	height:36px;
	width:430px;
}

#colorsform label {
	padding:10px 0 0 0;
}

#colorsform div div {
	margin-left:230px;
	width:200px;
}

#colorsform div:hover {
	background:#eee;
}

#colorsform div:last-child {
	border-bottom:0;
}

#colorsform {
	width:420px;
}

#colorsform input,
#colorsform select {
	margin:6px 0 0 0;
}

#colorsform input.farbe {
	font-family:monospace;
	width:60px;
	font-size:14px;
}

#colorsform select.fontfamilystyle {
	width:160px;
}

#colorsform input.fontsizestyle {
	width:30px;
}

#colorsform div.preview {
	width:60px;
	height:22px;
	float:left;
	cursor:hand;
	cursor:pointer;
	margin:6px 0 0 0;
	border:1px solid #000;
}

#colorsform input[type=submit] {
	margin:20px 0 0 260px;
}

.cdemo-box {
	float:right;
}

.cdemo-book {
	margin:40px 0 0 0;
}

.floatbox {
	float:left;
}

/* Admin: Colors End */

.important { 
	color:#208d20; 
}

#code { 
	margin:30px 0 0 0; 
	padding:10px;
	background:#eee;
	border: 1px solid #bbb;
	border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	-o-border-radius:.3em;
	
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-o-box-shadow:0 1px 5px rgba(0,0,0,.3);
}

#code p { 
	margin:10px 0 0 0; 
}

#code textarea { 
	font-family: monospace;
	padding: 5px;
	background:white;
	margin-top: 10px;
	width: 710px;
	font-size:12px;
	border:1px solid #444;
}

#code label { 
	display:block; 
	width:80px; 
	float:left; 
	padding-top:6px; 
	font-weight:700; 
}

#code input { 
	width: 50px;  
}

#code .code_info { 
	color:#888; 
	font-size:12px; 
}

#code .red { 
	color:#f00; 
	font-weight:700; 
}

/* fuer jQuery Accordion*/
h3 { 
	margin:0; 
	padding:3px; 
	border:none;
	outline:none;
}

h3 a { 
	font-weight:500; 
	font-size:14px;
	border:none;
	outline:none; 
}

#accordion div { 
	background:#efefef; 
	margin-bottom:5px; 
}

#accordion div div, 
#faq div { 
	background:#fff; 
	margin:0; 
}

#faq div { 
	padding:10px 0 10px 0; 
}

#accordion div div p { 
	margin:0; 
	padding:10px; 
}
/* ende jQuery */

#premium_help { 
	background:#eaeaea; 
	padding:10px; 
	margin:10px; 
	width:400px; 
}

.formBox {
	width:500px;
	margin:0 auto;
}

.formBox label {
	font-size:12px;
	font-weight:700;
	color:#000;
	margin:20px 0 0 0;
	display:block;
}

.formBox div.inputB {
	border: 1px solid #aaa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	height:43px;
	background:url('/assets/img/input_back.jpg') top left repeat-x;
}

.formBox div.inputB input,
.formBox div.inputB textarea {
	width: 480px;
	margin: 0 auto;
	line-height: 27px;
	color: black;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
	outline: none;
	padding: 8px;
	font-size:20px;
}

.formBox #textbox_box {
	height:220px;
}

.formBox #textbox_box textarea {
	height:200px;
}

.formBox div.focus {
	border-color:#666;
}

#signupbox #protocol {
	width: 60px;
	line-height: 27px;
	margin: 8px 0 8px 8px;
	font-size:20px;
}

#signupbox div.inputB #homepage {
	width:418px;
}

.formBox .submitCont {
	text-align:center;
}

.formBox input[type=submit] {
	margin: 20px 0;
	font-size: 26px;
	background-color:#f79c00;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.39, rgb(247,156,0)),
		color-stop(0.7, rgb(255,119,0))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(247,156,0) 39%,
		rgb(255,119,0) 70%
	);
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding: 8px 0;
	width: 240px;
	border: 1px solid #888;
	color:#fff;
	text-shadow:0 0 2px #000;
	font-weight:700;
}

.formBox input[type=submit]:hover {
	background:#eee;
	cursor:pointer;
	hand:pointer;	
	background-color:#ff9900;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.05, rgb(255,213,0)),
		color-stop(0.53, rgb(255,153,0))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,213,0) 5%,
		rgb(255,153,0) 53%
	);
}

.formBox div.wrong {
	border:1px solid #f00;
	background:url('/assets/img/input_back_error.jpg') top left repeat-x;	
}

.formBox div.right {
	border:1px solid #009f16;
	background:url('/assets/img/input_back_right.jpg') top left repeat-x; 	
}

.formBox label span.hint {
	color:#aaa;
	font-style:italic;
	font-size:10px;
	font-weight:normal;
	padding:0 0 0 2px;
}

.formBox label span.hover {
	color:#000;	
	font-style:italic;
	font-size:10px;
	font-weight:normal;
	padding:0 0 0 2px;	
}

.formBox label span.hint_error {
	color:#f00;
	font-style:italic;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 2px;
}

p.note {
	color:#666;
}

p.space-top {
	margin:20px 0 0 0;
}

.error {
	font-weight:700;
	color:#f00;
}

.notification {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px; 	
	padding:10px;
	margin:0 0 20px 0;	
}

.notification-right {
	border:1px solid #009f16;
	background:url('/assets/img/input_back_right.jpg') top left repeat-x;
}

.notification-wrong {
	border:1px solid #f00;
	background:url('/assets/img/input_back_error.jpg') top left repeat-x;		
}

.notification span.headline {
	font-weight:bold;
}

h1.space {
	margin:20px 0 0 0;
}

a.lost-password-link {
	display:block;
	text-align:right;
}

table.feature-list {
	margin:20px 0 0 0;
}

table.feature-list td.b {
	font-weight:bold;
}

table.feature-list td.d {
	font-size:12px;
}

table.feature-list th {
	padding:6px 10px;
	background:#ddd;
}

table.feature-list td {
	background:#f6f6f6;
	vertical-align:middle;
	line-height:100%;
	margin:auto;
	padding:2px 10px;	
	height:26px;
}

table.feature-list td.check, 
table.feature-list td.uncheck {
	width:50px;
	background-color:#eee;
	text-align:center;
}

table.feature-list td.hover {
	background:#fdf1d8;
}

/** Begin Speechbox **/

.demo { 
	padding:0;
	text-align:center;
}

.demo-box {
	width:170px;
	float:right;
}

.demo-book {
	
}

.demo strong {
	font-size: 1.2em;
	color: #444;
	text-shadow: 0 1px 0 white;
	margin: 0 0 20px 0;
	display: block;
}

.demo iframe {
	box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
}

/** End Speechbox **/

/** Begin Admin **/

.advantages {
	margin:0 0 20px 0;
	padding:0;
}
.advantages,
.advantages li {
	list-style:none;
}
.advantages li {
	padding:0 0 10px 20px;
}
.advantages li img {
	margin:0 10px 0 0;
}

#checkout-container p {
	padding:0 0 0 20px;
	margin:0 0 30px 0;
}
#checkout-container .green {
	color:#0F5C19;
}

#checkout-container #paypal {
	margin-left:20px;
	width:280px;
	float:left;
}
#checkout-container #rechnung {
	width:280px;
	margin-left:360px;
}
#checkout-container .paybox {
	padding:10px 20px;
	border:1px solid #eee;
	-webkit-box-shadow:0 0 10px #000;
	margin:0 0 20px;
}

#checkout-container .paybox a,
#checkout-container #paypalimage {
	width:100%;
	display:block;
	text-align:center;
}
#checkout-container .hinweise {
	margin-top:20px;
	color:#aaa;
}
#bank-container p {
	margin:10px 0;
}
#bank-container label {
	display:block;
	float:left;
	width:160px;
	text-align:right;
	padding:12px 20px 4px 0;
}
#bank-container input {
	margin:8px 0;
}

#bank-container input.short {
	width:80px;
}
#bank-container input.medium {
	width:120px;
}
#bank-container input.long {
	width:160px;
}
#bank-container input.submit {
	margin:10px 0 0 180px;
}
#bank-container a.backlink {
	display:block;
	margin:20px 0 0 180px;
}
#checkoutform {
	margin:0 0 32px 0;
}
#checkoutform ul {
	margin-left:186px;
}
#checkoutform ul,
#checkoutform ul li {
	list-style:none;
}
#checkoutform li em {
	color:#888;
	padding-left:20px;
}
#checkoutform li {
	height:20px; 
	border:1px solid #ccc;
	padding:5px;
	margin:0 0 16px 0;
	width:280px;
	border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	-o-border-radius:.3em;
	
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-o-box-shadow:0 1px 5px rgba(0,0,0,.3);
}
#checkoutform li input[type=radio] {
	float:left; 
	margin-right:10px;
}
#checkoutform li .duration {
	float:left;
	display:block;
	width:100px;
}
#checkoutform li img {
	display:block;
	position:relative;
	top:-35px;
	left:176px;
}
.paymethods {
	text-align:center;
}
.paymethod-info {
	display:block;
	color:#444;
	font-style:italic;
	margin:4px 0 12px 0;
	padding:0;
}

/* Support */

.newquest { 
	margin:20px 0;
}

.newquest textarea {
	width:745px;
	height:100px;
}

.supportquest {
	padding:10px;
	margin:0 0 20px 0;
	background:#eee;
	border: 1px solid #bbb;
	border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	-o-border-radius:.3em;
	
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-o-box-shadow:0 1px 5px rgba(0,0,0,.3);
}

.supportquest strong {
	display:block;
	margin:0 0 10px 0;
}

.supportcomment {
	margin:10px 0 0 40px;
	padding:10px;
	background:white;
	border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	-o-border-radius:.3em;
	
	box-shadow: 0 1px 5px rgba(0,0,0,.6);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.6);
	-o-box-shadow:0 1px 5px rgba(0,0,0,.6);
	
}

.supportcomment strong {	
	display:block;
	margin:0 0 10px 0;
}

.supportcomment span.date {
	display:block;
	float:right;
	text-align:right;
	color:#888;
	font-weight:normal;
	font-size:.9em;
}

.supportcomment textarea {
	width:660px;
	height:60px;
}

/* Support End */

/* Messages */

#messagebox {

}

.message {
	padding:5px 10px;
	background:#f8f8f8;
	border: 1px solid #bbb;
	margin:0 0 10px 0;
	border-radius:.3em;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	-o-border-radius:.3em;
	
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.3);
	-o-box-shadow:0 1px 5px rgba(0,0,0,.3);
}

.message p.link {
	cursor:pointer;
	cursor:hand;
}

.message p span.name {
	color:#444;
	font-weight:bold;
	text-shadow:0 1px 0 #ddd;
}

.message p span.message-text {
	color:#888;
}

.message span.info {
	display:block;
	float:right;
	text-align:right;
	color:#888;
	font-size:12px;
}

.message span.info img {
	position:relative;
	top:3px;
}

.center {
	text-align:center;
}

.rightend {
	display:block;
	float:right;
	text-align:right;
}

/* Messages End */

/** End Admin **/

