@CHARSET "UTF-8";

body {
	background-color: #000;
	background-repeat: no-repeat;
	color: #FFF;
	margin: 0px;
	width: 100%;
}

H1 {
	background-color: #333;
	color: #00F;
	margin: -9px -9px 0.5em;
	padding-bottom: 5px;
	text-align: center;
}

IMG {border: 0px;}

INPUT			{border: 1px solid #FF0;}
INPUT:focus		{border: 1px solid #00F;}
TEXTAREA		{border: 1px solid #FF0;}
TEXTAREA:focus	{border: 1px solid #00F;}
INPUT[type^='button'], INPUT[type^='submit'], INPUT[type^='reset'] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#COUNTER {
	color: #00F;
	width: 125px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

#CONTENT {
	background-color: #223;
	border: 5px solid #444;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	min-height: 400px;
	padding: 10px;
	position: absolute;
	left: 130px;
	right: 0px;
}

#CONTENT a:link				{ color: #FFF; }
#CONTENT a:visited			{ color: #BBC; }
#CONTENT a:link:hover		{ color: #FF0; }
#CONTENT a:visited:hover	{ color: #CC0; }

a[href^='http://'] {
	padding-right: 10px;
	background: url(/gfx/gif/external_link.gif) right no-repeat;
}
a[rel^='external_no_icon'], a[rel^='lightbox'], a[href^='http://www.ringoleese.de'], a[href^='http://ringoleese.de'] {
	padding-right: 0px;
	background: none;
}

#LEFT_SIDE {
	float: left;
	left: 0px;
	position: relative;
	width: 110px;
	z-index: 100;
}

#LEFT_SIDE a.menu, div.menu {
	background-color: #444;
	border-right: 5px solid #505050;
	border-width: 0 5px 0 0;
	color: #FFC;
	cursor: pointer;
	display: block;
	margin: 0 0 1px;
	padding: 5px 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#LEFT_SIDE div.menu {
	cursor: default;
}
#LEFT_SIDE div.sub_menu {
	position: relative;
}
#LEFT_SIDE div.sub_sub_menu {
	position: absolute;
	left: 86px;
	top: 0px;
}

#LEFT_SIDE a.selected {
	color: #88F;
}

#LEFT_SIDE a.menu:hover, div.menu:hover {
	color: #411;
	background-color: #AAA;
	border-right: 5px double white;
}

#LEFT_SIDE div.LIST {
	display: none;
	position: absolute;
	padding-right: 25px;
}

#Sub_DVDCollection, #Sub_CarCollection, #Sub_LinksCollection, #Sub_ProjectCollection, #Sub_BilderCollection, #Sub_DataFactsCollection {
	width: 200px;
}

#Sub_BookCollection {
	width: 300px;
}

#search {
	margin-top: 5px;
	margin-left: 2px;
}

#ajax_loader {
	background-image: url(/gfx/gif/ajax-loader.gif);
	width: 32px;
	height: 32px;
	position: fixed;
	left: 500px;
	top: 300px;
}

TABLE.CENTER { margin-left: auto; margin-right: auto; }
.BOLD		{ font-weight: bold; }
.ITALIC		{ font-style: italic; }
.CENTER		{ text-align: center; }
.DARK_RED	{ color: #C00; }
.RED		{ color: #F00; }
.GREEN		{ color: #0F0; }
.BLUE		{ color: #00F; }
.ERROR		{ background-color: #FF0; }
.ERROR2		{ background-color: #F00; }
.LEFT		{ float: left; }
.RIGHT		{ float: right; }
.CLEAR_FLOAT_BOTH	{clear: both;}

table.border {
	border: 2px solid #00F;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.GB_Pages {
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.GB_Pages span {
	padding-left: 3px;
	margin-top: 2px;
}
.guestbook {
	background-color: #666;
	color: #FFF !important;
	float: left;
	width: 12px;
	height: 18px;
	border: 1px solid #DDD;
	margin: 2px;
	padding-top: 2px;
	padding-left: 3px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.guestbook:hover {
	background-color: #99F;
}
.gb_selected {
	background-color: #AAA !important;
}

TABLE.Links, TABLE.Witze, TABLE.Projects, TABLE.DVD, TABLE.Kennzeichen, TABLE.Cars {
	border-collapse: collapse;
}
TABLE.Links tbody tr:nth-child(odd), TABLE.Witze tbody tr:nth-child(odd), TABLE.Projects tbody tr:nth-child(odd), TABLE.DVD tbody tr:nth-child(odd) {
	/*background-color: #444;*/
}
TABLE.Links tbody tr:nth-child(even), TABLE.Witze tbody tr:nth-child(even), TABLE.Projects tbody tr:nth-child(even), TABLE.DVD tbody tr:nth-child(even) {
	/*background-color: #222;*/
}

TABLE.Links THEAD, TABLE.Witze THEAD, TABLE.Projects THEAD, TABLE.DVD THEAD, TABLE.Kennzeichen THEAD, TABLE.Domains THEAD {
	color: #00F;
	font-weight: bold;
	font-size: 16px;
}

TABLE.Links TR.PROTECTED {
	background-color: #F00;
}

TABLE.Links TD, TABLE.Witze TD, TABLE.Projects TD, TABLE.DVD, TABLE.Kennzeichen TD {
	padding-left: 5px;
	padding-right: 5px;
}
TABLE.Witze TD, TABLE.Projects TD, TABLE.Links TD
{
	border: 1px solid #00F;
}

TABLE.JOKES TD {
	padding-top: 5px;
	padding-bottom: 5px;
}

TABLE.Cars TD.Type {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

P.Cars {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

UL.BOOKS, UL.CARS {
	list-style-type: none;
	padding: 0px;
}

UL.KENNZEICHEN {
	list-style: none;
	padding: 0px;
	text-align: center;
}
UL.KENNZEICHEN LI {
	display: inline;
	margin: 0 3px;
}

SPAN.MONTHJOKE {
	font-size: 20px;
	color: #CC4;
}

SPAN.SEARCH_CAT {
	font-size: 16px;
	font-weight: bold;
	color: #F0F;
}

SPAN.MARKED {
	background-color: #FFA;
	color: #000;
}

.Pictures DIV {
	float: left;
	margin: 0pt 5px 10px;
	width: 150px;
	height: 150px;
}

.INFOBOX {
	background-color: transparent;
	color: #000;
	position: absolute;
	z-index: 10000;
}
.INFOBOX .CLOSE_BUTTON {
	background-image: url(/gfx/png/info_box/info_box.png);
	background-position: 0px -6px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: right;
}
.INFOBOX .INFO_ICON {
	background-image: url(/gfx/png/info_box/info_box.png);
	background-position: -18px -6px;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}
.INFOBOX .TITLE {
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.INFOBOX .HEAD {
	height: 22px;
}
.INFOBOX .BOX_CONTENT {
	margin: 6px;
	background-color: #FFFFE1;
}
.INFOBOX .CONTENT {
	padding: 0 5px 0px 5px;
}

.INFOBOX IMG {
	position: absolute;
}
.INFOBOX DIV.CORNER {
	position: absolute;
	width: 6px;
	height: 6px;
}
.INFOBOX DIV.TOP_LEFT {
	background: url(/gfx/png/info_box/info_box.png) -8px 0px;
	top: 0px;
	left: 0px;
}
.INFOBOX DIV.TOP_RIGHT {
	background: url(/gfx/png/info_box/info_box.png) -14px 0px;
	top: 0px;
	right: 0px;
}
.INFOBOX DIV.BOTTOM_RIGHT {
	background: url(/gfx/png/info_box/info_box.png) -26px 0px;
	bottom: 0px;
	right: 0px;
}
.INFOBOX DIV.BOTTOM_LEFT {
	background: url(/gfx/png/info_box/info_box.png) -20px 0px;
	bottom: 0px;
	left: 0px;
}
.INFOBOX DIV.POINTER {
	background: url(/gfx/png/info_box/info_box.png) -34px 0px;
	position: absolute;
	left: 10px;
	width: 20px;
	height: 21px;
}
.INFOBOX #BORDER_TOP {
	background: url(/gfx/png/info_box/info_box_borders_top_bottom.png) repeat-x 0px 0px;
	position: absolute;
	top: 0px;
	left: 6px;
	height: 6px;
}
.INFOBOX #BORDER_RIGHT {
	background: url(/gfx/png/info_box/info_box_borders_left_right.png) repeat-y -1px 0px;
	position: absolute;
	top: 6px;
	right: 0px;
	width: 6px;
}
.INFOBOX #BORDER_BOTTOM {
	background: url(/gfx/png/info_box/info_box_borders_top_bottom.png) repeat-x 0px -1px;
	position: absolute;
	bottom: 0px;
	left: 6px;
	height: 6px;
}
.INFOBOX #BORDER_LEFT {
	background: url(/gfx/png/info_box/info_box_borders_left_right.png) repeat-y 0px 0px;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 6px;
}

.LOCR_PHOTO {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	width: 100px;
	height: 120px;
}
.PHOTOS_MAP {
	float: right;
	margin-top: 10px;
	width: 385px;
	height: 398px;
}

#dhtmlgoodies_tooltip
{
	background-color:#333;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}
#dhtmlgoodies_tooltipShadow
{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
.Tooltip
{
	font-weight: bold;
	color: #33BBBB;
}
