/* includes */
@import "tt_news_styles.css";

/* Common Elements
---------------------------*/

body {
	color: #222222; /* 2009-06-16 - changed from black */
	background-color: white;
	font-family: Arial,Tahoma,Verdana; /* 2009-06-16 - changed from Verdana,Helvetica,Arial,sans-serif */
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Arial,Tahoma,Verdana; /* 2009-06-16 - changed from Verdana,Helvetica,Arial,sans-serif */
	font-size: 12px;
}

p {
	margin-left: 0px;
	margin-right: 0px;
}


td.sidebar {
	background-color: #FDEAD7; /* 2009-06-18 - changed from #dddddd */
	vertical-align: top;
	padding-top: 20px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:20px;
	width:200px;
}

img.img {
	border: 0px;
}

/* Header */

tr.header_grey {
	background-color: #FDDCBD; /* 2009-06-18 - changed from #dddddd */
	color: #555555;
}

div#header_picture {
	border-top-color: #990033;
	border-top-style: solid;
	border-top-width: 1px;
}

/* Top-Menue */

tr.header_grey {
	background-color: #FDDCBD; /* 2009-06-18 - changed from #dddddd */
	color: #555555;
}

tr.header_grey a{
	background-color: #FDDCBD; /* 2009-06-18 - changed from #dddddd */
	color: #555555;
	text-decoration:none;
}

tr.header_grey a:hover{
	background-color: #FDDCBD; /* 2009-06-18 - changed from #dddddd */
	color: #555555;
	text-decoration:underline;
}

/* Main Menue - level 1 */

div#menue_1 {
	font-weight: bold;
	font-size: 14px; /* 2009-06-18 - changed from 13px */
	color: white;
	background-color: #de7c0c;
	border-top-color: #990033;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #990033;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: middle;
}

div#menue_1 td.active a {
	color: #990033;
	text-decoration:none;
	font-weight: bold;
}

div#menue_1 td.inactive a {
	color: white;
	text-decoration:none;
	font-weight: bold;
}

div#menue_1 td.inactive a:hover {
	color: white;
	text-decoration:underline;
	font-weight: bold;
}

div#menue_1 td.language-selector a {
	color: white;
	text-decoration:none;
	font-weight: bold;
}

div#menue_1 td.language-selector a:hover {
	color: white;
	text-decoration:underline;
	font-weight: bold;
}

div#menue_1 td.spacer {
	color: white;
	font-weight: bold;
}

/* Main Menue - level 2 (left side) */

td#menue_2 li {
	list-style-type:square;
	color: #990033;
	list-style-position:outside;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: bold;
	padding-left:18px;
}

td#menue_2 li.l2_aktiv a{
	color: #990033;
	text-decoration: none;
}

td#menue_2 li.l2_inaktiv a{
	color: #333333;
	/*font-weight: normal;*/
	text-decoration: none;
}

td#menue_2 li.l3_aktiv a{
	color: #990033;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	padding-left: 20px;
}

td#menue_2 li.l3_inaktiv a{
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Footer-Menue */

tr.footer_menue {
	font-size: 12px;
	color: #555555;
}

tr.footer_menue a{
	color: #555555;
	text-decoration:none;
}

tr.footer_menue a:hover{
	color: #555555;
	text-decoration:underline;
}



/* Main Content */

div#content {
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 60px;
	color: #333333;
	vertical-align:top;
}

div#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #990033; 
	margin-bottom:0px;
	margin-top:20px;
}

div#content h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #990033; 
	margin-bottom:0px;
	margin-top:20px;
}

div#content h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333; 
	margin-bottom:0px;
	margin-top:0px;
}

div#content h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333; 
	margin-bottom:0px;
	margin-top:0px;
}


div#content p {
	color: #333333;
	text-align:left; /* 2009-06-16 - changed from justify to left */
	margin-bottom:10px;
	margin-top:8px;
}

div#content li {
	text-align:left; /* 2009-06-16 - changed from justify to left */
	padding-top: 0px;
	margin-bottom:0px;
	margin-top:0px;

}

div#content a{
	/*font-weight: bold; */ /* 2006-06-18 - removed */
	color: #DE7C0C; /* 2006-06-18 - changed from #990033 */
	text-decoration: none;
}

div#content a:hover{
	/*font-weight: bold; */ /* 2006-06-18 - removed */
	color: #DE7C0C; /* 2006-06-18 - changed from #990033 */
	text-decoration: underline;
}

/* Left Sidebar "links" */

td#links {
	color: white;
	font-size: 12px;
}

td#links h1{
	font-weight: bold;
	font-size: 14px;
	color: #990033;
	margin-bottom:6px;
	margin-top:8px;
}

td#links h2{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	margin-bottom:0px;
	margin-top:8px;
}

td#links p {
	color: #333333;
	font-size: 11px;
	text-align:left; /* 2009-06-16 - changed from justify to left */
	margin-bottom:10px;
	margin-top:8px;
}

td#links p a {
	font-weight: bold;
	color: #990033; 
	text-decoration: underline;	
}

td#links p a:hover {
	font-weight: bold;
	color: #990033; 
	text-decoration: none;	
}


/* right sidebar "Infobox" */

td#infobox {
	color: white;
	font-size: 12px;
}

td#infobox h1{
	font-weight: bold;
	font-size: 14px;
	color: #990033;
	margin-bottom:6px;
	margin-top:8px;
}

td#infobox h2{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	margin-bottom:0px;
	margin-top:8px;
}

td#infobox p {
	color: #333333;
	font-size: 11px;
	text-align:left; /* 2009-06-16 - changed from justify to left */
	margin-bottom:10px;
	margin-top:8px;
}

td#infobox p a {
	font-weight: bold;
	color: #990033; 
	text-decoration: underline;	
}

td#infobox p a:hover {
	font-weight: bold;
	color: #990033; 
	text-decoration: none;	
}

/* Footer bar */

td#footer {
	height:3px;
	background-color: #de7c0c;
	border-top-style: solid; 
	border-top-color: #990033; 
	border-top-width: 1px;
}

/* to be used later */

input.input {
	vertical-align:middle;
	font-size: 9px;
	float: left;
	margin: 0px;
	width: 80px;
	height: 17px;
	border-color: #606096;
	border-width: 1px;
	padding: 2px;
}

img.img_float{
	vertical-align:text-top; 
	float: left; 
	padding-right: 5px; 
	padding-bottom: 0px;
	border: 0px;
}

img.img_top{
	vertical-align:text-top; 
	float: left; 
	padding-bottom: 5px; 
}

hr.line {
	border: 0px; 
	border-top: solid 1px #FFFFFF;
	border-bottom: transparent;
}

td#loginblock {
	background-color: #de7c0c;
	vertical-align: bottom;
	border-left-style: solid; 
	border-left-color: #990033; 
	border-left-width: 1px;
	width: 200px;
}	

table#login {
   	text-align: left;
	line-height: 90%;
	width: 175px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 5px;
}

table#login input.input {
	width: 70px;
}