@import url(accordion.css);

/********************************/
/**********Allgemeines***********/

.onlyprint {
	display:none;
}

.noprint {}

html{
	height:100%;
}

img{
	border:0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height:100%;
	margin:0px;
	
	background-image:url('/templates/ttclenzburg/images/dotspot_hg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	
}

a:link,
a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#336699;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#336699;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a:focus {
	outline: none;
}
td,
tr,
th,
h1,
h2,
h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
sub{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}
hr{
	border-top: 1px solid #CCC;
	border-right: 1pt solid #fff;
	border-bottom: 1pt solid #fff;
	border-left: 1pt solid #fff;
}


/********************************/
/**********Schriften*************/




.schriften {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
	text-decoration: none;
}

.schriftenklein {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
	text-decoration: none;
}

.titel{
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#000;
	text-decoration:none;
	
	/**background-color:#d5dcdf;**/
	background-color:#d5dcdf;
	border-bottom:1px solid #336699;
	
	padding-left:3px;
	padding-top:3px;
	width: 618px;
	max-width: 625px;
	height:16px;
	max-height:19px;
}

.header{
	width: 1035px;
	padding-top:5px;
	padding-bottom:5px;
}


#Content {
	max-width: 625px;
}
.AgendaTab{
	width: 625px;
	max-width: 625px;
}
/**
#Content table,
#Content td{
	margin:0px;
	padding:0px;
	border:0px;
}
**/


/********************************/
/***********Subnavi**************/
.servicelinks a:link,
.servicelinks a:hover,
.servicelinks a:active,
.servicelinks a:visited{
	float:right;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#336699;
	text-decoration:none;
	padding-left:10px;
}











/********************************/
/**********Containers************/
.containerlinks {
	width:185px;
	margin:0px;
	margin-bottom: 4px;
}
.containertitlelinks {
	border-bottom:1px solid #336699;
	padding-left:7px;
	padding-top:3px;
	width: 178px;
	max-width: 185px;
	height:16px;
	max-height:19px;
	cursor: pointer;
}






.container {
	width:200px;
	margin:0px;
	margin-bottom: 4px;
}
.containertitle {
	border-bottom:1px solid #336699;
	padding-left:7px;
	padding-top:3px;
	width: 193px;
	max-width: 200px;
	height:16px;
	max-height:19px;
	cursor: pointer;
}
.containercontent {
	/**background: url('/templates/ttclenzburg/images/container_bg.gif');**/
	background-color:#d5dcdf;
}
.containercontentText {
	padding: 4px;
}
.containerfoot {
	text-align: right;
	padding: 4px;
	border-bottom:1px solid #336699;
}
.containerfoot span {
	cursor: pointer;
}

.containerclosed {
	background: #eaedef url('/templates/ttclenzburg/images/container_open.gif');
	background-repeat:no-repeat;
	background-position:top right;
	
}
.containeropen {
	background: #eaedef url('/templates/ttclenzburg/images/container_close.gif');
	background-repeat:no-repeat;
	background-position:top right;
	
}

.containerclosed .containercontent {
	display:none;
}
.containerclosed .containerfoot {
	display:none;
}