/**
 * Style sheet xBasic
 */
#header
{
	margin-bottom:30px;
	padding:5px;
}

#main
{
	margin:0px 0px 10px 0px;
	padding:0;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-image:url("/tl_files/traegerkonferenz/layout/tk-logo-wasser.jpg");
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100.1%;
	background-position: 0px 0px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:14px;
	color:#666966;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:15px;
	color:#666966;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}


/**
 * Navigation
 */
.mod_navigation
{
	width:175px;
	overflow:hidden;
}

.mod_navigation .block
{
	overflow:hidden;
}

.mod_navigation ul
{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.mod_navigation a,
.mod_navigation p
{
	width:100%;
	height:30px;
	display:block;
	margin:2px 0px;
	padding:0px;
	text-align:center;
	background-color:#F93;
	background-image:url("/tl_files/traegerkonferenz/layout/bar1.gif");
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000;
	line-height:30px;
	white-space:nowrap;
	background-position: 0px 0px;
	letter-spacing:-0.075em;
}

.mod_navigation a:link,
.navlist a:visited
{
	text-decoration:none;
	color:#EEE;
}

.mod_navigation a:hover
{
	background-color:#FC3;
	color:#fff;
}
