@charset "UTF-8";

/*	------------------------------------------------------------------------
	Type
------------------------------------------------------------------------- */


* { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4 { font-weight: bold; }

h1 { font-size: 15px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }

#main h1 {
	height: 35px;
	padding-top: 12px;
	margin: 0;
}
.col2 #main .ce_headline {
	background-image: url(../tl_files/img/rsc_bg_h1_700.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.col3 #main .ce_headline {
	background-image: url(../tl_files/img/rsc_bg_h1_460.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 !important; padding-top: 0px !important; padding-bottom: 14px; }
p img.left  { float: left; }
p img.right { float: right; }

#main .ce_text,
#main .ce_headline,
#main .comment_default { padding-left: 10px; }

a:focus,
a:hover     { color: #e2001a; }
a           { color: #000 ; text-decoration: underline; }

blockquote  { color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 20px; width:100%; text-align: left; }
th          { font-weight: bold; }
thead th    { background: #eee; }
th,td,caption { padding: 4px 10px 4px 5px; text-align: left; }
tr.even td  { background: #d9d9d9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/*	------------------------------------------------------------------------
	Layout handling
------------------------------------------------------------------------- */

body {
	background-image: url(../tl_files/img/rsc_header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 30px;
}

#header {
	padding-bottom: 1px;
	margin-bottom: 17px;
}

#footer {
	background: url(../tl_files/img/rsc_bg_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 40px;
	font-size: 11px;
}

#footer .inside { padding-left: 10px; padding-top: 5px;}

#left {
	background: url(../tl_files/img/rsc_nav_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 50px;
	width: 220px;
}

#right {
	background: url(../tl_files/img/rsc_right_termine.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 50px;
	font-size: 11px;
}


/*	------------------------------------------------------------------------
	Misc
------------------------------------------------------------------------- */
	
input, 
textarea {
	font-family: Helvetica, Arial, sans-serif;
	margin: 3px 10px 3px 10px;
}
