* {
    margin: 0;
    padding: 0;
}

/* body */
body {
    background-color: #FFF;
    color: #4b4b4b;
    font-size: 12px;
    line-height: 1.4;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}
*html body {
	yfont-size: 75%;
}
img{
	border:none;
	float:left;
	clear:both;
}

/* headlines */

h1 {
	font-size:20px;
	font-weight:normal;
}

h2 {
    font-size: 12px;
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 7px;
    padding:0;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}
strong {
    font-style: normal;
    font-weight: bold;
}

p {
	yfont-size: 75%;
	margin-bottom: 7px;
	margin-top: 0px;
	clear:both;
}
p, h1, h2, h3, h4, h5, h6 {
	float:left;
	clear:both;
}
div{
	/* only for IE with enlarged display option */
	word-wrap:break-word;	
}

/* text - inline */
abbr, acronym {
    border-bottom: 1px dotted #4b4b4b;
    font-style: normal;
}
em {
    font-style: italic;
    font-weight: inherit;
}
code, kbd, pre, samp, var {
    font-family: "Courier New", Courier, monospace;
    font-size: 110%;
    font-weight: bold;
}
q, cite {
    font-style: italic;
    quotes: "\201E" "\201C" "\201A" "\2018"; /* german punctuation */
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}


/* text - block */
address {
    display: block;
    font-style: normal;
}
blockquote {
    font-style: italic;
}

/* links - specificity: "LVHAF"! */
a {
    text-decoration: none;
    background-color: transparent;
    font-weight:bolder;
}
a:link, a:visited {
    color: #D20017;
}
a:hover {
    color: #F58220;
}
a:active, a:focus {

}




/* horizontal rule */
hr {
    display: none;
}

/* lists */
ol {
  	list-style-type: decimal;
}
ul {
    list-style-type: disc;
}
li { 
	list-style-position:outside;
}

/* forms */
fieldset {
    border: 0 solid; /* required by opera 7 */
}
legend {
    display: block;
    xfont-weight: bold;
}
label, input, select, textarea {
	font-size:100%;
	font-family: arial;
    font-weight: normal;
    line-height: normal;
}

optgroup {
    font-style: normal;
    font-weight: bold;
}

/* tables */
table {
    xborder-collapse: collapse;
    xborder-spacing: 0;
    caption-side: top;
    empty-cells: show;
}
caption {
    font-weight: bold;
    text-align: left;
}
th, td {
   vertical-align: top;
    text-align: left;
}

div.paging {
  clear: both;
  margin-left: 0px;
  padding-left: 30px;
}



/* T3 tweaks */
div.tx-ttnews-browsebox {
  clear: both;
  margin-left: 0px;
  padding-left: 30px;
}
