/* Master stylesheet, © Jan Quickels 2008
--------------------------------------------------
	site:	raja-lovejoy.de
	media:	screen
	author:	Jan Quickels, Frank Bordach
	colors:	main_blue (used for logo, menu links)			#06c
			dark_gray (used for copy, texts, headlines) 	#49494d
			light_gray (used for menu links)		#999
-------------------------------------------------- */

#flags {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 243px;
	width: 116px;
	height: 14px;
}
#flags a {
	display: block;
	float: left;
	margin: 2px;
	width: 25px;
	height: 13px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px -13px;
}
#flags a#lang_de {
	background-image: url("../i/de.gif");
}
#flags a#lang_en {
	background-image: url("../i/gb.gif");
}
#flags a#lang_es {
	background-image: url("../i/es.gif");
}
#flags a#lang_fr {
	background-image: url("../i/fr.gif");
}
#flags a:hover  {
	background-position: 0px 0px;
}
#flags a.lang_active {background-position: 0px 0px;}
em { font-style: italic;
}

strong {font-weight: bold;
}

.box_top {
	width: 420px;
	height: 11px;
	padding: 0px;
	margin: 0px;
	background-image: url("../i/box_top.gif");
	background-repeat: no-repeat;
}
.box_main {
	width: 400px !important;
	padding: 10px;
	margin: 0px;
	background-image: url("../i/box_content.gif");
    background-repeat: repeat-y;
}
	
.box_main table {
	margin-top: 10px;
}
	
.box_bottom {
	width: 420px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image: url("../i/box_bottom.gif");
	background-repeat: no-repeat;
}

/* @group Reset CSS ------------------------------ */
/* global reset html  */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	overflow-x: hidden;
	
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* @end */
/* @group Selectors ------------------------------ */
body {
	background: #fff url("../i/i-body-bg.jpg") no-repeat 0 0;
	color: #464646;
	font: normal 0.7512em/1.5em Verdana,Helvetica,Arial,sans-serif;
	text-align: center;
}

html>body {
	font-size: 12px;
	

}

p {
	/* margin: 2.25em 0 0.75em 0; */
	/* padding: 2.25em 0 0.75em 0; */
	padding: 0.25em 0 0 0;
	font-size: 1em;
	line-height: 1.5em;
}


/* h1 for site logo */
h1 a {
	display: block;
	float: right;
	width: 250px;
	height: 73px;
	padding: 2.5em 1em 0 0;
	background: url(../i/i-logo-raja-lovejoy.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* h2 for brand logos */
h2 a {
	display: block;
	float: left;
	height: 72px;
	text-indent: -9999px;
}

/* h2 a.raja {
	padding-left: 1.5em;
	width: 80px;
	height: 95px;
	background: url(../i/i-logo-raja.gif) no-repeat 0 0; 
} 

h2 a.lovejoy {
	width: 109px;
	height: 95px;
	background: url(../i/i-logo-lovejoy.gif) no-repeat 0 0;
}

h2 a.newcool {
	width: 109px;
	height: 95px;
	background: url(../i/i-logo-new_cool.gif) no-repeat 0 0;
} */

h3,h4,h5,h6 {
	font: normal 75%/1.5em Verdana,Helvetica,Arial,sans-serif;
	color: #464646;
	text-align: left;
	letter-spacing: -0.025em;
}

h3 {
	/* margin: 1.125em 0 0.375em 0; */
	/* padding: 1.125em 0 0.375em 0; */
	padding: 0 0 0.375em 0;
	font-size: 2em;
	line-height: 0.75em;
}

h4 {
	padding: 1.6875em 0 0.5625em 0;
	font-size: 1.3333em;
	line-height: 1.125em;
}

h5 {
	padding: 1.9286em 0 0.6429em 0;
	font-size: 1.1667em;
	line-height: 1.2857em;
}

h6 {
	padding: 2.25em 0 0.75em 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
}

a:link, a:visited, a:hover, a:active {
	color:#464646 ; /* #999 */
	text-decoration: none;
}

a:hover {
	color: #06c;
}
/* @end */
/* @group Site structure */
#bg-wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	padding: 0 34px;
/* 	background: transparent url("../i/i-wrapper-bg.png") repeat-y 0 0; */
	text-align:left;
}

a#badge {
	position: absolute;z-index:2;
	top: 0px;
	right: 0;
	width: 34px;
	height: 144px;
	background: url("../i/i-badge.png") no-repeat 0 0;
}



a:hover#badge {
	background-position: 0 -144px;
}

a#badge2 {
	position: absolute;z-index:1;
	top: 124px;
	right: 0;
	width: 34px;
	height: 144px;
	background: url("../i/i-badge-nrs.png") no-repeat 0 0;
}



a:hover#badge2 {
	background-position: 0 -150px;
}

#layout-wrapper {
	position: relative;
	width: 900px;
	margin: 103px auto 0 auto;
	text-align: left;
}

#masthead {
	width: 900px;
	height: 103px;
	background: #fff;
}
.header {float:left;
        position: absolute;
        width: 900px;
    	height: 103px;
    	top:0px;
	    background: #fff;
	    margin-top: -103px;
}

#teaser {
	width: 900px;
	height: 230px;
}
/* @group Main Navigation */
#nav {
	float: left;
	width: 900px;
	background: #dedede;
	color: #ffffff;
}

#nav li {
	display: inline;
}

#nav li a {
	float: left;
	margin-left: 1.0em;
	padding: 0.75em 0.25em;
	font-size: 1.1667em;
}


#nav li a:hover {
	padding: 0.75em 0.25em;
	background: url("../i/i-nav-li-bg.gif") no-repeat 50% 100%;
	color: #06c;
}

#nav li.cur a {
	font-weight: bold;
	padding: 0.75em 0.19em;
	background: url("../i/i-nav-li-bg.gif") no-repeat 50% 100%;
	color: #06c;
}

/* @end */
#pagebody {
	float: left;
	width: 900px;
	padding: 2em 0;
	background: #fff;
}

/* @group Sub Navigation */
#subnav {
	float: left;
	width: 225px;
	margin-right: 15px;
}
.no_padding {
	border: 1px solid #fff;
}

.subnav_0 {
	font-size: 12px;
	font-weight: bold;
        margin-left: 8px;
	color: #0066cc;
	font-weight: bold;
}

.subnav_a_normal {
	background-position: 0px 0px;
}
.subnav_a_normal:hover {
	background-position: 0px -18px;
}
.subnav_a_active, .subnav_a_active:visited {
	background-position: 0px -36px;
	color: #0066cc;
	font-weight: bold;
}

.subnav_1_ul li a {
	font-size: 11px;
        margin-left: 8px;
        padding-left:18px;
	background-image: url("../i/i-subnav-li-1.gif");
	background-repeat: no-repeat;
}

.subnav_2_ul li a {
	font-size: 11px;
        margin-left: 12px;
        padding-left:18px;
	background-image: url("../i/i-subnav-li-2.gif");
	background-repeat: no-repeat;
}

.subnav_2_ul li a.subnav_a_active {
	background-position: 0 -36px;
}

.subnav_3_ul li a {
	font-size: 11px;
        margin-left: 16px;
        padding-left:18px;
	background-image: url("../i/i-subnav-li-3.gif");
	background-repeat: no-repeat;
}

.subnav_3_ul li a.subnav_a_active {
	background-position: 0 -36px;
}

.subnav_4_ul li a {
	font-size: 11px;
        margin-left: 20px;
        padding-left:18px;
	background-image: url("../i/i-subnav-li-4.gif");
	background-repeat: no-repeat;
}


/* @end */

#content {
	float: left;
	width: 410px; /* 420px - 2*6px padding */
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: ;
}
#content p {
	text-align: justify;
}
#content .csc-textpic-text p {
	text-align: justify;
	padding-top: 20px;
}

#content img {
	margin-top: 10px;
	padding-top: 17px;
}

#content ul {
	margin: 10px 0px 0px 20px;
	list-style: disc;
}

#sidebar {
	float: left;
	width: 200px;
	margin-left: 27px; /* 15px + 12px vom padding #content */
}

#sidebar h1 {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	clear: both;
	height: 72px;
	width: 900px;
	margin: 0 auto;
	color:#fff;
/* 	border-top: 1px dotted #ccc; */
/* 	background: #e0e7ef; */
}

#footer p {
	padding: 1em;
}

#footer ul {
	padding: 1em;
}

#footer ul li {
	display: inline;
	margin: 1em 0.5em 1em 0;
	padding: 1em 0;
}

#footer ul li.last {
	margin-right: 0;
}

#footer p  {
	float: left;
	margin: 0;
	color:#fff;
}
#footer a {color:#fff;}
#footer .metas {
	padding-bottom: 2em;
}

#footer .metas, #footer .metas a {
	color: #aaa;
}

#footer .metas a.support {
	display: block;
	float: left;
	margin: 0 0 1.5em 0;
	padding-left: 15px;
	background: url("../i/i_footer_meta_check.gif") no-repeat 0 0;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}

#footer .metas a:hover.support {
	background-position: 0 -18px;
}

#footer address {
	font-size: 0.8em;
	color: #666;
}
/* @end */
/* @group Global classes */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.borderbottom {
	border-bottom: 1px dotted #e3e3e3;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.last {
	margin: 0;
	padding: 0;
}

/*For RAJA-Lovejoy striped tables*/
.contenttable {
	margin: 2em 0;
	border-left: 1px solid #999;
	/* border-right: 1px solid #999; */
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.contenttable th {
	
	padding: 3px 6px;
	background: #0272ba;
	color: #fff;
	font-weight: bold;
	
}

.contenttable td {
	
	border-right: 1px solid #999; 
	padding: 3px 6px;
	
	
}

.contenttable .tr-odd {
	background: #e3e3e3;
	
}

.contenttable .td-last, .contenttable th.td-last {
	
	
	
}
#startcontent {float:left;}
#newsbox {float:left;width:280px;margin-left:10px;}
/* Anpassungen TT-News Aktuelles */
.news-single-item .news-single-timedata {
	display: block;
	float: left;
	width: 400px;
	color: #666;
}

.news-single-item h2 {
	display: block;
}

.news-single-img img {
	margin: 0 0 1em 1em;
}

.news-single-item .news-single-timedata {
	display: block;
	float: left;
	width: 400px;
	color: #666;
}

.news-single-item h2 {
	display: block;
}

.news-single-img img {
	margin: 0 0 1em 1em;
}

.katalog-link dd img {
	display: none;
}
#bottomround {background: url(http://www.raja-lovejoy.de/fileadmin/user_upload/Daten_Startseite/bottom.png);width:100%;float:left;height:89px;margin-top: -20px;}
/* @end */
