/* Dateiname: deejay-style.css */

/*
** CSS-Definition für ALLE Browsergenerationen
**
*/

.browser4 {
	color: red;
}

h1,h2,h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	color: #979777;
}

h2 {
	color: #979777;
	font-size: 12pt;
}

h3 {
	font-size: 11pt;
	color: #979777;
}

p,td,th,u,form {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

acronym {cursor: help; border-bottom: #808080 1px dotted;}

/*
** CSS-Definition für Browsergenerationen ab V.5
**
*/


@media all 
{

.browser4 {
	display: none
}

html, body{ 
        margin: 0px;
        padding: 0px;
} 
 
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#404040;
	background-image: url(/images/layout_v2/hintergrund.jpg); 
	background-position: right bottom; 	
	background-repeat:no-repeat;
}



h1 {
	font-size: 20pt;
	color: #979777;
	font-weight:bold;
}

h2 {
	font-size: 12pt;
	color: #979777;
	text-decoration: underline;
	width: 100%;
	display: block;
}

h3 {
	font-size: 14pt;
	color: #979777;
	font-weight:normal;
	text-align: left;
}

hr {
        /* beide Farben gleich setzen */
        /* und eine "Null-Border" verwenden, */
        /* da die Browser bei der Darstellung */
        /* unterschiedlich vorgehen */
        background-color: #606060;
        color: #606060;
        border: 0 none;

        /* bei Bedarf anpassen, */
        /* Gecko fügt ein Pixel hinzu! */
        height: 1px;

        /* evtl. zusätzlich */
        clear: both;
        display: block;

        /* bei Bedarf anpassen */
        width: 100%;
}


p,div,span,td,th,u,form {
	font-size: 10pt;
}

acronym {cursor: help; border-bottom: #b0b0b0 1px dotted;}

#topmenu
{
	display:block;
	font-size: 9pt;
	text-align: left;
	margin: 0px; 
	padding: 5px 20px 2px 20px;
	border-bottom: #ffffff 1px solid;
	color: #b0b0b0;
}

#topstrip
{
	display:block;
	margin: 0px; 
	padding: 0px;
	background: transparent; 
	background-image: url(/images/layout_v2/toplogo_left.gif); 
	background-position: left; 	
	background-repeat:no-repeat;
	white-space: nowrap;
}


#mainmenu
{
	clear: both;
        margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

#submenu
{
	clear: both;
	white-space: nowrap;
	margin: 0px; 
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	background-color: #202020;
	border-top: 1px #404040 solid;
}

#main
{
	margin: 0px; 
	padding: 0px;
	padding: 20px;
	border-top: 1px #ffffff solid;
	background:transparent;

}


#footnote
{
	clear:both;
	padding: 5px 5px 5px 20px;
	background-color: #000000;
	border-top: 1px #ffffff solid;  
	height:30px;
	background-image: url(/images/layout_v2/top_back.gif);
	background-position:right top; 
	background-repeat:repeat-y;	
}

#quote
{
	font-size: 9pt;
	margin: 0px; 
	margin-bottom: 10px;
	padding: 0px;
 	text-align: right;
 	float:right;
	background:transparent;
}

#content {
	width: auto;
	border:none;
}

#content_left {
	width: auto;
	margin-right: 0px; 
	padding-right: 0px; 
	border:none;
	z-index:0;
}

#content_right {
	position:absolute;
	width:100%;
	z-index:1;
}


/*
** Weblog
**
*/

div.blog {
	text-align: justify;
	padding: 0px;
	margin-bottom: 70px;
}

div.entrylinks {
        margin-top: 0.5em;
        padding-top: 0.5em;
        border-top: 1px #606060 solid; 
        clear:both; 
        font-size: 9pt; 
        color: #d8d8d8;
}

div.blog cite {
	padding: 8px;
	padding-left: 20px;
}

table.blogtable {
	width: 100%;
	border: 0;
        background: #202020;
        padding: 0; 
        margin:0;
        border-top: 2px #c0c0c0 solid;
        border-bottom: 2px #c0c0c0 solid;
}

table.blogtable th {
	color: #ffffff;
	border: 0;
        background: #202020;
	text-align: left; 
        vertical-align: top;
        font-weight: bold;
        border-bottom: 1px #c0c0c0 solid;
}

table.blogtable td {
	color: #ffffff;
	border: 0;
	text-align: left; 
        vertical-align: top;
        font-weight: nomal;
}

table.blogtable tr.odd {
        background: #383838;
}

table.blogtable tr.even {
        background: #282828;
}


iframe {
	width: 100%;
	border: 0;
	margin-right: 200px;
	padding: 0;
	height: 330px; 
	text-align: left; 
	margin-right: 10px;
}

iframe.big {
	width: 100%;
	border: 0;
	margin-right: 200px;
	padding: 0;
	height: 470px; 
	text-align: left; 
	margin-right: 10px;
}

div.blog_right {
      float:right; 
      display:inline;
}

div.blog_right_container {
      width: 220px;
}

/*
** Weblog Panoramabilder mit CSS
**
*/

.pano400 {
clear:both;
padding: 0px;
margin:0px;
text-align: justify;
width: 740px;
height: 460px;
background: #606060;
}
.pad10 {
margin:0px;
padding: 10px;
}
.overflow {
padding: 0px;
margin:0px;
overflow: auto;
width: 720px;
height: 440px;
}
.padside {
padding: 0px;
margin:0px;
padding-bottom: 10px;
}

/*
** Weblog Sidebar
**
*/

.paginate {
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;  
}

.pagecount {
 font-size:			10px;
 color:			#666;
 font-weight:		normal;
 background-color: transparent;  
}

.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #222;
}

.calendarHeader { 
 font-weight: bold; 
 color: #aaa; 
 text-align: center;
 background-color: #633; 
}

.calendarMonthLinks {
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #444; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #808080;
 background-color: 	#ffa200;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #888;
 background-color:  #333;
}

.calendarCell a {
 color:             #fff;
font-weight:		bold;
text-decoration:   none;
 background-color:  transparent;
}
 
.calendarCell a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   underline;
 background-color: transparent;
}

.calendarToday a {
 color:             #fff;
font-weight:		bold;
text-decoration:   none;
 background-color:  transparent;
}

.calendarToday a:visited {
 color:             #fff;
font-weight:		bold;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarToday a:hover {
 color:             #fff;
font-weight:		bold;
 text-decoration:   underline;
 background-color: transparent;
}

/*
** Linkdefinitionen & Menüs (Schriftstile, Farben, Ränder, Hintergründe, ...)
**
*/

a {
	font-weight:bold;
	color: #FFA200; 
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline}
a:active {text-decoration: underline}

a.menu1 {
	font-weight: normal;
	color: #b0b0b0;
}

a.menu2 {
	font-weight: normal;
	color: #b0b0b0;
}

a.menu_top {
	font-size: 9pt;
	font-weight: normal;
	color: #b0b0b0;
}

a.entry_menu {
	font-weight: normal;
	color: #d8d8d8;
}


a.menu1:link { text-decoration:none }
a.menu1:visited { text-decoration:none }
a.menu1:hover { color: #ffffff; text-decoration:underline }
a.menu1:active { text-decoration:none }
a.menu1:focus { color: #ffffff; text-decoration:underline }

a.menu2:link { text-decoration:none }
a.menu2:visited { text-decoration:none }
a.menu2:hover { color: #ffffff; text-decoration:underline }
a.menu2:active { text-decoration:none }
a.menu2:focus { color: #ffffff; text-decoration:underline }

a.entry_menu:hover { color: #ffffff; text-decoration: underline }


/*
** Layout Navigation Menu1
**
*/

#navlist {
	margin: 0px;
	padding: 0px;
	padding: 7px 0px 20px 20px; 
	background-color: #000;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a.menu1:link, #navlist a.menu1:visited
{
	display:block;
	float: left;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #b0b0b0;
	margin: 0px 10px 0px 0px;
	padding-bottom:2px;
	border-bottom: 4px solid #000000;
}

#navlist a.menu1:link#current, #navlist a.menu1:visited#current, #navlist a.menu1:hover
{
	border-bottom: 4px solid #ffa000;
	padding-bottom: 2px;
	background: transparent;
	color: #ffffff;
}

#navlist a.menu1:hover { color: #ffffff; }


/*
** Linkliste
**
*/

ul.linklist{
 	margin: 0;
	padding: 0px;
	text-indent: 0px;
	list-style-type: none;
	margin-bottom:10px;
}

ul.linklist li.title {
	font-weight: bold;
	text-indent: 0px;
	margin: 0;
	padding: 4px 0px 4px 10px;
	background-color: #000000;
	border-left: 5px #ffa000 solid;
}

ul.linklist li.cat {
	display:block;
	font-weight: bold;
	text-indent: 0px;
	margin: 0;
	padding: 4px 0px 4px 15px;
	color: #b0b0b0;
	background-color: #202020;
}

ul.linklist li{
	display:block;
	text-align: left;
	text-indent: 0px;
	margin: 0;
	padding: 0px 10px 0px 15px;
	background-color: #303030;
}

ul.linklist a {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/*
** Textbausteine
**
*/


blockquote {
	display: block;	
	text-indent: 0px;
	color: #ffffff;
	background-color: #282828;
	border: 1px #a0a0a0 solid; 
	padding: 10px;
}

cite {
	display: block;	
	text-indent: 0px;
	color: #ffffff;
	background-color: #282828;
	border: 1px #a0a0a0 solid; 
	margin-left: 10px;
	padding-left: 10px;
}

ul {list-style: square; }

/*
** Bilder
**
*/


img {
	padding: 0px;
	margin: 0px;
	border: 0;
}


img.panorama {
	padding: 15px;
	margin: 0px;
	background-color: #ffffff;
	border: 2px #000000 solid;
}

img.left {
	float: left;
	margin: 0px;
	margin-right: 10px; 
	margin-bottom: 5px;
	padding: 10px;
	border: 1px #666 solid;
	background: #222;
}

img.right {
	float: right;
	padding: 4px;
	margin: 0px;
	margin-left: 10px; 
	margin-bottom: 5px;
}


img.framed{
	padding: 10px;
	margin: 0px;
	border: 1px #666 solid;
	background: #222;
}


img.extern_link {
	margin-bottom: -4px; 
	margin-right: 2px;
}


img.foto
{
	padding: 2px;
        margin: 0px;
        margin: 10px 0px 10px 0px;
        border: 0px;
        background-color: #000;
	border: 6px #505050 solid;
}

td.content { 
	padding:0px;
}

td.contenta { 
	text-align: justify;
	padding-right: 20px;
}

td.contentb { 
	text-align: justify;
	border-left: 2px #484848 dotted; 
	padding: 0px;
}

td.contentc { 
	text-align: justify;
	padding-left: 0px;
}


/*
** Filmdatenbank
**
*/


.input {
border-top:        1px solid #444;
border-left:       1px solid #444;
background-color:  #222;
color:             #fff;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
} 

.textarea {
border-top:        1px solid #444;
border-left:       1px solid #444;
background-color:  #222;
color:             #fff;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #444;
font-size:         10px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
color:             #fff;
}  


/* Main table cell colours and backgrounds */

p.code {
	text-align: left;
	background-color:#303030; 
	font-size: 9pt;
	padding:4px; 
}


p.quote {
	border:1px #757555 solid; 
	background-color:#282828; 
	padding:4px; 
	margin-left:20px; }
	
p.fquote {
	text-align: left;
	border:1px #757555 solid; 
	background-color:#282828; 
	padding:4px; 
	margin-left:20px; }

p.codepiece1 {
	text-align: left;
	font-size: 8pt;
	border:1px #757555 solid; 
	background-color:#282828; 
	padding:4px; }

p.codepiece2 {
	text-align: left;
	font-size: 8pt;
	border:1px #757555 solid; 
	background-color:#282828; 
	padding:4px; }

	
/* Textstile */

	
.txtboldred {
	font-weight:bold;
	color:rgb(160,44,53)
	}

/*
Formatting Buttons
------------------------------------------------------ */

.buttonMode {
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
color: #73769D;
background-color: transparent;
white-space: nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
background-color: #f6f6f6;
padding: 0;
border-top: #333 1px solid;
border-right: #333 1px solid;
border-bottom: #333 1px solid;
}
.htmlButtonOuterL {
border-left: #333 1px solid;
}
.htmlButtonInner {
background-color: transparent;
text-align: center;
padding: 0 3px 0 3px;
border-left: #fff 1px solid;
border-top: #fff 1px solid;
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
.htmlButtonOff {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOff a:link {
color: #000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOff a:visited {
text-decoration: none;
}
.htmlButtonOff a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOff a:hover {
background-color: #fff;
text-decoration: none;
color: #999;
}
.htmlButtonOn {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 11px;
font-weight: bold;
background: #f6f6f6;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOn a:link {
color: #990000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOn a:visited {
text-decoration: none;
}
.htmlButtonOn a:active {
text-decoration: none;
color: #999;
}
.htmlButtonOn a:hover {
background-color: #fff;
color: #999;
text-decoration: none;
}

/* Plugin: Search Highlight */

 .hilite { background-color: #ff0; color: #000; }
}
