/*
-----------------------------------------------
Theme Name: Lawyer (one)
Theme URI: http://www.salm-olk.de/
Author: Payoffmarketing
Author URI: http://www.payoffmarketing.de/
Version: 1.00
Date: 24 November 2009
----------------------------------------------- */
* {
	margin: 0; padding: 0;
}

body {
	text-align: center;
	font: 11px Verdana, Helvetica, Arial, Sans Serif;
	color: #333333;
	background: url(/tpl/images/site-background.jpg) repeat-x #ffffff;
}

a {
	text-decoration: none;
	color: #B00;
}

a:hover {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
}

p {
	line-height: 130%;
	margin-bottom: 5px;
}

h2, h3, h4, h5, h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}

#content ul, #sidebar ul {
	margin-bottom: 7px;
}

#content li, #sidebar li {
	list-style: url(/tpl/images/pfeil.gif);
	margin-left: 20px;
	margin-bottom: 2px;
}

.plus li {
	list-style: url(/tpl/images/plus.gif) !important;
}

.minus li {
	list-style: url(/tpl/images/minus.gif) !important;
}

.break, .clear {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.hidden {
	display: none;
}

.noimage img {
	display: none;
}

.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("/img/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("/img/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("/img/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("/img/ico-delete.gif") 10px 50% no-repeat;}
.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}

#wrapper {
	width: 950px;
	margin: auto auto;
	text-align: left;
}

/** BEGIN header **/

#header {
	height: 100px;
}

#header .logo {
	margin-top: 2px;
	margin-bottom: 1px;
	height: 97px;
	width: 300px;
	float: right;
	background: url(/tpl/images/logo.gif) 0 25% no-repeat;
}

#header .title {
	position: absolute;
	top: 45px;
	margin-left: 10px;
	font-size: 25px;
	color: #666;
}

#header .subtitle {
	position: absolute;
	top: 75px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

#header a {
	color: #666;
}

#header h1, #header h2 {
	margin: 0;
}

/** END header **/

/** BEGIN Navigation **/

#navigation {
	width: 980px;
	font-size: 13px;
	height: 42px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: -18px;
	padding-left: 17px;
	background: url(/tpl/images/navbar.jpg) repeat-y;
	margin-bottom: 30px;
}

#navigation ol {
	clear: both;
}

#navigation ol li {
	float: left;
	list-style: none;
	padding: 15px 0 7px 0;
}

#navigation ul li {
	float: left;
	list-style: none;
	padding: 15px 0 7px 0;
	background: url(/tpl/images/navigation-begrenzer.gif) no-repeat top right;
}

#navigation ul li a, #navigation ol li a {
	height: 40px;
	padding: 15px 18px 7px 18px;
}

#navigation li a .active{
	background: url(/tpl/images/navigation-begrenzer-active.gif) repeat-x;
}

/** END Navigation **/


/** BEGIN content **/

#content {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 660px;
	padding: 0;
}

#content .single {
	padding: 10px;
}

#content .single-text {
}

#content .single-text p {
	line-height: 170%;
}

#content .single h2 {
	padding-bottom: 15px;
}

#content .single-text h3 {
	margin-top: 18px;
	border: 0px;
}

#content .single h2 a {
	text-decoration: none;
	color: #231F20;
}

#content .single h2 a:hover {
	text-decoration: none;
	color: #333;
}

#content .single h3 {
	color: #B00;
	margin-bottom: 15px;
}

#content .single ul {
	padding-left: 15px;
	margin-bottom: 10px;
}

#content .single ul li {
	padding: 2px 0;
}

#content .single ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

#content .single ol li {
	padding: 2px 0;
}

#content .date {
	font-size: 10px;
	color: #C00;
	margin-top: -5px;
}

/** END content **/


/** BEGIN sidebar **/
#sidebar {
	margin-right: 4px;
	width: 280px;
	float: right;
	padding-top: 10px;
}

#sidebar .box {
	background: #FFF !important;
}

#sidebar .video {
padding: 10px 0 10px 5px;
width: 292px;
}
#sidebar .video img {
border: 0;
}

#sidebar .l {
width: 49%;
float: left;
padding-top:0px;
}

#sidebar .r {
width: 49%;
float: right;
padding-top:0px;
}

/** END sidebar **/
/** BEGIN footer **/
#footer {
clear: both;
padding: 40px 0 0;
font-size: 0.9em;
color: #808080;
height: 50px;
text-align: center;
}
#footer div {
width: 946px;
margin: auto auto;
text-align: left;
}
#footer .l {
float: left;
}
#footer .r {
float: right;
}
#footer a {
color: #6699cc;
}
/** END footer **/
/** BEGIN misc **/

.bold {
	font-weight: bold;
}

.button-middle {
	height: 24px;
	width: 150px;
	padding: 6px 0 0 0;
	background: url(/tpl/images/button150x30.gif) 0 0 no-repeat;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.button-middle a {
	height: 100%;
	width: 100%;
}

.button-middle:hover {
	background-position: 0 -37px;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
}
.bild-rechts {
	width: 250px;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1pt solid #EEE;
	text-align: left;
}
.bild-links h4 {
	line-height: 20px !important;
}

.bild-links {
	font-size: 10px;
	line-height: 11px;
	width: 250px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1pt solid #EEE;
	text-align: left;
}
.highlight {
	color: #6699CC;
}
.overview-date {
	font-size:9px;
	color: #C00;
}
.overview-teaser {
}
.produkt {
	font-size: 10px;
	float: left;
	height: 205px;
	width: 30%;
	margin: 4px;
	padding: 10px 4px 10px 4px;
	border: 1pt solid #EEE;
}

.quelle {
	font-size: 9px;
	color: #CCC !important;
}
.right {
	float:right;
}

.teaser-image {
	padding: 3px;
	border:1pt solid #EEE;
	margin: 0 20px 5px 5px;
	float:left;
}

.box {
	background: url(/tpl/images/box-schatten.jpg) repeat-x #FFF;
	border: 1pt solid #E1E1E1;
	padding: 5px;
	margin-bottom: 10px;
}

.box h2, .box h3 {
	margin-top: 2px;
	border-bottom: 1pt dotted #CCC;
}

.box .zum-angebot a {
	float: right;
	margin: 10px 0px;
	padding: 0;
	display: block;
	height: 32px;
	width: 150px;
	background: url(/tpl/images/zum-angebot.gif) top left no-repeat;
}

.box .zum-angebot a:hover {
	background-position: bottom left;
}

.readmore {
	text-align: right;
}

.long-button {
	float: right;
	width: 500px;
	height: 35px;
	background: url(/tpl/images/long-button.jpg) top left no-repeat;
}

.long-button a {
	outline:none;
	text-align: left;
	display:block;
	height: 27px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 50px;
}

.long-button:hover {
	background-position: center left;
}

.long-button:active {
	background-position: bottom left;
}

.short-button {
	width: 150px;
	height: 35px;
	background: url(/tpl/images/button150x35.gif) top left no-repeat;
}

.short-button a {
	outline:none;
	text-align: left;
	display:block;
	height: 25px;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 15px;
}

.short-button:hover {
	background-position: bottom left;
}

.halb1 {
	clear: both;
	float: left;
	width: 47%;
}

.halb2 {
	float: right;
	width: 47%;
}

.fan-werden-ad {
	position: relative;
	background: url(/img/fan-werden-ad.gif) top left no-repeat;
	padding: 10px 2px 0px 5px;
	margin-bottom: -15px;
	font-size: 10px;
	color: #FFF;
	height: 40px;
	width: 280px;
	z-index: 1000;
}

/** END misc **/
#blog-pager-newer-link{padding-left:20px;float:left}
#blog-pager-older-link{padding-right:20px;float:right}
#blog-pager{text-align:center}

/* CSS FÜR DIE DEMO */

#tg_output {
	color: #444;
}

#tg_output table {
	width: 100%;
}

#tg_output td {
	vertical-align: top;
	padding: 13px 0;
}

#tg_output .c2aButton a {
	display: block;
	font-weight: bold;
	color: #FFF;
	padding: 10px 8px;
	margin: 0 5px;
	background: #1697d0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#tg_output .c2aButton a:hover {
	background: #1697d0;
	color: #333;
}

#tg_output .c2aButton {
	
}

#tg_output .num2 {
	
}

#tg_output .num3 {
}

#tg_output .num3 a {
	color: #1697D0;
	text-decoration: none;
}

#tg_output .num4 {
	text-align: center;
}

#tg_output .num5 {
	text-align: center;
	font-weight: bold;
	width: 120px;
}

#tg_output .num6 {
	text-align: right;
}

#tg_output .td_first {
	font-weight:bold; text-align:center; font-size: 18px;
}

#tg_output .td_last {
	text-align: center;	
	vertical-align: bottom;
}

#tg_output .tr_head1 {
	background: url(/tpl/images/box-schatten.jpg) repeat-x #FFF;
	border-top: 1pt solid #E1E1E1;
	color: #333;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

#tg_output .tr_head2 td {
	background: url(/tpl/images/box-schatten.jpg) repeat-x #FFF;
	border-top: 1pt solid #E1E1E1;
	font-weight: bold;
	padding: 3px 5px;
}

#tg_output .tr_odd {
	background: #f9f9f9;
}

#tg_output .tr_even {
	background: #fff;
}

#tg_output .tr_even td, #tg_output .tr_odd td {
	border-bottom: 1pt dotted #CCC;
}
