/* generelle elemente */
body {
	background-image: url("images/t24_bg.jpg");
	background-repeat:repeat-x;
	background-color: #000000;
	margin: 0;
	padding: 0;
	vertical-align: top;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}


html		{ height: 100%; }
td 		{ vertical-align: top; }
div 		{ margin: 0; padding: 0; }
p 		{ margin: 0; padding: 0; }
img 		{ border: 0; padding: 0; margin: 0; display: inline; }
object 		{ margin: 0; padding: 0; }
A		{ color: #3399FF;text-decoration: none; }
A:visited 	{ color: #3399FF; text-decoration: none; }
A:hover 	{ color: #99FF66; text-decoration: none; } 
h1 	 	{ margin: 0; padding: 0; font-size: 16pt; font-weight: bolder; letter-spacing: 2px; }
h2 	 	{ margin: 0; padding: 0; font-size: 13pt; font-weight: bolder; letter-spacing: 1px;}
h3 	 	{ margin: 0; padding: 0; font-size: 12pt; font-weight: bold; letter-spacing: 1px; font-style: italic; }

h4 	 	{ margin: 0; padding: 0; font-size: 10pt; font-weight: bolder; letter-spacing: 1px; font-style: italic;}
h5 	 	{ margin: 0; padding: 0; font-size: 8pt; font-weight: bolder; letter-spacing: 1px; font-style: italic;}
h6 	 	{ margin: 0; padding: 0; font-size: 8pt; font-weight: bolder; }



/* helpers */
.blind 		{ display: none; } 

.content 	{
		width:	733px;
		background-image: url("images/t24_main_bg.jpg");
		}

.outside	{
		width:21px;
		vertical-align: top;
		}


.menu 	{
	width: 691px;
	float: left;
	height: 39px;
	background-image: url("images/t24_menu_bg.jpg");
	background-repeat:repeat-x;
	color: #cccccc;
	font-size: 11px;
	vertical-align: bottom;
	}

.menu_button1	{
		border-right: 1px solid #1E1E1E; 
		width: 75px; 
		height: 39px; 
		text-align:center; 
		vertical-align: bottom; 
		float: left;
		}

.contentpart  	{
		background-image:url("images/t24_content_bg.jpg");
		background-repeat:repeat-x;
		}


.support 	{
		padding-top: 17px;
		padding-left: 29px;
		color: #985705;
		}


#menu div a:link 	{color: #cccccc;text-decoration: none;	}


#menu div a:visited 	{color: #cccccc;text-decoration: none;}


#menu div a:hover  	{
			color: #99FF66;
			}


.menu_button2 {
			border-right: 1px solid #1E1E1E; 
			width: 75px; 
			height: 39px; 
			text-align:center; 
			vertical-align: bottom; 
			float: left;
			background-color:#2b2c2c
			}

.stern { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000; 
font-size: 6px;
}

table.meinung {
	border-width: 0px 0px 0px 0px;
	border-spacing: 6px;
	border-style: outset outset outset outset;
	border-color: #303030;
	border-collapse: separate;
}
table.meinung th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: #303030 #303030 #303030 #303030;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.meinung td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: #303030 #303030 #303030 #303030;
	color: #303030;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.meinung td:hover
{
color: #985705;
}