/* ====================================================================================== */
/*  Stylesheet AKJ 2008 für die Bildschirmausgabe                                         */
/* ====================================================================================== */

/* ====================================================================================== */
/*  1. Allgemeine Styles                                                                  */
/* ====================================================================================== */

html {
	overflow-y: scroll;
}

body, html, div, img {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
}

a {
	color: #498693;
	text-decoration: none;
}

a.bullet, a.bullet_revert {
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 18px;
	color: #498693; 
	text-decoration: none;
}

a.bullet_adminpanel {
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 18px;
	color: #C5433C; 
	text-decoration: none;
}

a.bullet, a.bullet_adminpanel {
	background-image: url(/themes/djlp/images/bullet_on.gif);
}

a.bullet_revert {
	background-image: url(/themes/djlp/images/bullet_revert.gif);
}

/* ====================================================================================== */
/*  2. Layout DIVs                                                                        */
/* ====================================================================================== */

#logo_overlay {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 15px; 
	left: 0px;
	width: 550px;
	height: 55px;
}

#page_background {
	width: 920px;
	margin: 0px auto;
	background-image: url(/themes/djlp/images/page_bg.gif);
}
#admin_panel {
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
}
#page {
	padding-left: 9px;
}

#header {
	position: relative;
}

#top_navi {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: -1px;
}

#top_navi a {
	/* position: relative; */
	/* top: -2px; */
	color: #333333;
	text-decoration: none;
}

#top_navi a:hover, #top_navi a.active {
	text-decoration: none;
	color: #ffffff;
}

#top_navi a.wako {
	padding-left: 15px;
	background: transparent url(/themes/djlp/images/wako.gif) no-repeat 0px 2px;
}

#content {
	/*position: relative;*/
	margin-bottom: 20px;
}

#content_left {
	/*position: relative;*/
	top: 15px;
	width: 270px;
	float: left;
	margin-top: 10px;
}

#content_nav {
	position: relative;
	background: #FFFFFF url(/themes/djlp/images/dotted.gif) repeat-x bottom;
	padding: 0px 0px 10px 0px;
	margin-bottom: 30px;
	color: #498693;
}

#content_nav a {
	text-decoration: none;
}

#content_main {
	padding-bottom: 20px;
}

#navigation {
	position: relative;
	background-image: url(/themes/djlp/images/navi_bg_left.gif);
	background-repeat: no-repeat;
	line-height: normal;
}

#arbeitskreis {
	font-size: 11px;
	margin-left: 30px;
	padding-bottom: 20px;
}

#bundesministerium {
	font-size: 11px;
	margin-left: 30px;
	padding-bottom: 20px;
}

#navigation ul {
	position: relative;
	padding: 0px;
	margin: 0px;	
}

#navigation ul li {
	position: relative;
	list-style: none;
	background-image: url(/themes/djlp/images/nav_bg.gif);
	background-repeat: no-repeat;	
	height: 26px;
	padding-top: 1px;
}

#navigation ul li a {
	position: relative;
	display: block;
	font-weight: bold;	
	color: #333333;
	text-decoration: none;
	margin-left: 14px;	
}

#navigation ul li.sub a {
	font-weight: normal;
	background-color: #F6F6F6;
}

#navigation ul li a span {
	position: relative;
	display: block;
	background-image: url(/themes/djlp/images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	padding: 5px 0px 5px 18px;
	margin-left: 10px;
}

#navigation ul li.active a, #navigation ul li a:hover{
	position: relative;
	background-image: url(/themes/djlp/images/bg_navielem.gif);
	background-repeat: repeat-y;
}

#navigation ul li.sub a, #navigation ul li.sub_selected a {
	background-image: url(/themes/djlp/images/bg_navisubelem.gif);
}


#navigation ul li.sub_selected a span {
	position: relative;
	display: block;
	background-image: url(/themes/djlp/images/bullet_on.gif);
	color: #C5433C;
	font-weight: normal;
}

#navigation ul li.active a span, #navigation ul li a:hover span {
	position: relative;
	display: block;
	background-image: url(/themes/djlp/images/bullet_on.gif);
	color: #C5433C;
}

#content_main {
	padding-top: 30px;
	margin-left: 300px;
	margin-right: 60px;
}

#content_footer {
	margin-top: 20px;
	font-size: 11px;
	background-color: #EAEAEA;
	margin-left: 15px;
	margin-right: 26px;
	padding: 5px 0px;
	text-align: center;
	clear: both;
}

#content_footer a {
	color: #333333;
	text-decoration: none;
}

#content_footer a:hover, #content_footer a.active {
	color: #C5433C;
}

#page_footer {
	width: 920px;
	margin: 0px auto;
	background-image: url(/themes/djlp/images/page_footer.gif);
	background-position: 1px 0px;
}

div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/* ====================================================================================== */
/*  3. News                                                                               */
/* ====================================================================================== */

div.news {
	width: 545px;
	background-image: url(/themes/djlp/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	margin-bottom: 30px;
	position: relative;
}

div.news h2 {
	margin-bottom: 2px;
}

div.news span.subtitle {
	display: block;
	padding-bottom: 15px;
}

div.news div.news_image {
	width: 120px;
	position: absolute;	
	left: 0px;
}

div.news div.news_image img {
	position: absolute;	
	left: 0px;
}


/* ====================================================================================== */
/*  4. Veranstaltugen                                                                     */
/* ====================================================================================== */

div.event {
	width: 520px;
	background-image: url(/themes/djlp/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

div.event div.more {
	text-align: right;
}

div.event div.more a {
	background-image: url(/themes/djlp/images/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 18px;
	color: #C5433C; 
	text-decoration: none;
}

/* ====================================================================================== */
/*  5. Pressemitteilungen                                                                 */
/* ====================================================================================== */

div.pressreport {
	width: 520px;
	background-image: url(/themes/djlp/images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

div.pressreport div.more {
	text-align: right;
}

div.pressreport div.more a {
	background-image: url(/themes/djlp/images/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 18px;
	color: #C5433C; 
	text-decoration: none;
}

/* ====================================================================================== */
/*  5. Newsletter                                                                         */
/* ====================================================================================== */

#newsletter_messages, #unsubscribe_messages {
	padding: 5px 0px 0px 0px;
	color: #C5433C;
}

/* ====================================================================================== */
/*  6. Titellisten                                                                        */
/* ====================================================================================== */

img.cover {
	border: 1px solid #D8D8D8;
}

span.new {
	font-weight: bold;
	color: #C5433C;
}

table.titelliste {
	width: 540px;
	position: relative;
}

table.titelliste td.cover {
	width: 125px;
}

div.hr {
	background-image: url(/themes/djlp/images/dotted.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin: 5px 0px 5px 0px;
	line-height: 0px;
	font-size: 0px;
}

a.black {
	text-decoration: none;
	color: #333333;
}
a.black:hover {
	color: #C5433C;
}

/* ====================================================================================== */
/*  7. Detailansicht                                                                      */
/* ====================================================================================== */

td.person_balken {
	background-color: #498693;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

/* ====================================================================================== */
/*  ??. Formulare                                                                         */
/* ====================================================================================== */

input.text, textarea.text, select.text {
	border: 1px solid #D8D8D8;
}

input.text, textarea.text {
	width: 250px;
}

input.text_highlight  {
	border: 1px solid #C5433C;
}

strong.highlight {
	border: 1px solid #C5433C;
	display: block;
}

input.button {
	background-color: #EFEFEF;
	border: 1px solid #D8D8D8;
}

input.button:hover {
	background-color: #D8D8D8;
	border: 1px solid #C0C0C0;
}


#search_form_messages, #member_form_messages , #book_advert_messages, #book_event_messages {
	color: #C5433C;
}

table.searchform {
	width: 540px;
	margin-bottom: 20px;
}

table.searchform td, table.searchform th {
	background: none;
}

table.searchform th {
	text-align: left;
	vertical-align: top;
}

