@charset "UTF-8";

/************************************************

Event-Corp.de

http://www.franzschmidt.de
Author: tim@franzschmidt.de
Create Date: 08.03.09

************************************************/

@import url("cnt.css");
@import url("boxes.css");
@import url("xt_crap.css");

/************************************************
  CLEARING
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	color: black;
	background: white;
	}
	
ol, ul {
	list-style: none;	
	}

/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}*/

/************************************************/
	
body, div {
	margin-left: auto;
	margin-right:auto;
	}
	
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background: #fff url(../img/bg_body.jpg) top no-repeat; /*url(../img/bg.gif) top left repeat-y;*/
	line-height: 16px;
	}
	
img {border:none;}
strong { font-weight: bold; }

.rl {position::relative;}
.clr {clear:both;}
.lt {float:left;}
.rt {float: right;}

p {margin:8px 0 8px 0;}

#box_nojava {
	border:1px solid red;
	color:#BC100E;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:1px 0 20px 0;
	padding:4px;
	width: 940px;
	}
	
#box_nojava a {
	color:#BC100E;
	text-decoration:underline;
	}	

/* HEADLINES */
	
h1 {
	color:#333;
	font-weight:bold;
	font-size:22px;
	margin:6px 0 15px 0;
	padding:0;
	}
h2 {
	color:#333; 
	font-weight:bold;
	font-size:16px;
	margin:15px 0 8px 0;
	padding:0;
	}
	
h3, h4, h5 {
	color:#333; 
	font-weight:bold;
	font-size:14px;
	margin:0 0 8px 0;
	padding:0;
	}	
	
/* ANCHORS */	

a,a:link,a:hover {color:#333; text-decoration:underline;cursor:pointer}
a,a:link {background:transparent;}
a:link {color:#003f8f;}
a:visited {color:#003f8f;}
a:hover,a:active {color:#003f8f;}
a img {border:none}