/*
Theme Name: JackpotBaby!
Theme URI: http://www.jackpotbaby.de
Description: WordPress Theme fÃ¼r JackpotBaby! online.
Version: 0.9
Author: Steffen Herndl
*/

body {
	/*background: #fff;
	border: solid 2px #565;
	border-bottom: solid 1px #565;
	border-top: solid 3px #565;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	*/
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin : 0px;
	padding : 0px;
	background-color : #ffffff;
	background-image : url(images/background.jpg);
	background-repeat : repeat;

}


p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-transform: none; 
	font-weight: normal;
}


/* ÜBERSCHRIFTEN */
h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold; 
	text-align: left; 
	vertical-align: top; 
	text-transform: none; 
	padding:0px;
	margin:0px;
}

.page_heading1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #99CC00; 
	line-height: 18px; 
	font-weight: bold; 
	text-transform: none
}

.page_heading2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	line-height: 18px; 
	text-transform: none; 
	font-weight: bold
}

/* HEADING-CONTENT */
.content_heading1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #99CC00; 
	line-height: 18px; 
	font-weight: bold; 
	text-transform: none
}
.content_heading2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	/*line-height: 18px; */
	text-transform: none; 
	font-weight: bold;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-transform: none; 
	font-weight: normal;
	line-height: 18px;
}

.text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-transform: none; 
	font-weight: normal;
}


/* TABELLEN */
table  {
	border-style : none;
	border-width : 0px;
}

td {
	padding : 2px 2px 2px 2px;
	vertical-align : top;
	text-align : left;
	
	
}
td.text_spacer {
	/* background-image:url(http://localhost/local/Doc/SelfHTml/css/eigenschaften/anzeige/background3.jpg); */
	background-image:url(http://localhost/blogs/jackpotbaby2/images/linielangneu2punkt.gif);
	background-repeat : repeat-x;
	line-height:25px;
}

td.page_spacer {
	background-image : url(images/page/line_spacer.gif);
	background-repeat : repeat-x;
	padding-bottom: 25px;
	padding-top: 25px;
}

td.page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
td.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000000;
	padding : 4px 0px 0px 2px;
}

td.header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal; 
	text-align: left; 
	/*clip: rect( ); 
	top: 2px */
	vertical-align: top; 
	text-transform: none; 
}


/* FORMFIELDS */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border : 1px solid Gray;
	background-color : transparent;
}


/* LINKS */

	/* LINKS IM HEADER */
		a.header {
			font-size: 14px; 
			line-height: 16px; 
			color: #000000;
			text-decoration:none;
		}
		a.header:visited {
			font-size: 14px; 
			line-height: 16px; 
			color: #000000;
			text-decoration:none;
		}
		a.header:hover {
			font-size: 14px; 
			line-height: 16px; 
			color: #000000;
			text-decoration:underline;
		}
	
	
	/* LINKS IN NAVI */
		a.navi {
			color: #000000;
			text-decoration:none;
		}
		a.navi:visited {
			color: #000000;
			text-decoration:none;
		}
		a.navi:hover {
			color: #000000;
			text-decoration:underline;
		}

	/* LINKS AUF DIE ARTIKEL */
		a.bookmark {
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 18px; 
			color: #99CC00; 
			line-height: 18px; 
			font-weight: bold; 
		}
		a.bookmark:visited {
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 18px; 
			color: #99CC00; 
			line-height: 18px; 
			font-weight: bold; 
		}
		a.bookmark:hover {
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 18px; 
			color: #99CC00; 
			line-height: 18px; 
			font-weight: bold; 
			text-decoration: underline;
		}
		
		
	/* LINKS ALLGEMEIN */
		a {
			/*color: #675;*/
			color: #808080;
			font-size: 12px;
			text-decoration: none;
		}
		
		a img {
			border: none;
		}
		
		a:visited {
			/*color: #342;*/
			color: #808080;
			font-size: 12px;
			text-decoration: none;
		}
		
		a:hover {
			/*color: #9a8;*/
			color: #808080;
			font-size: 12px;
			text-decoration: underline;
		}

