/************* Textstyles *************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#353535;
}

p {
	margin-bottom:10px;
	margin-top:10px;
}

a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0;	
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #936300;
	font-size: 20px;
	font-weight: normal;
	margin-top:15px;
	margin-bottom:10px;
}

h2 {
	padding: 0;	
	font-family: "Times New Roman",  Times, Georgia, serif;
	color: #936300;
	font-size: 16px;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:10px;
}

h3 {
	padding: 0;	
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #936300;
	font-size: 14px;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:10px;
}

#termine h2 {	
	padding: 0;	
	padding-left: 10px;
	margin: 0;	
	text-align: center;
	margin-bottom: 10px;
}



#topNavi li a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
}
#topNavi li a:hover,
#topNavi li a.active {
	color: #6699ff;
}

#navi li a {
	font-weight: bold;
	color: #936300;
	text-decoration: none;	
}
#navi li a:hover,
#navi li a.active {
	color: #4F3600;
}

#bcNavi li a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
#bcNavi li a:hover {
	text-decoration: underline;
}

#bottomNavi li a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
}
#bottomNavi li a:hover {
	text-decoration: underline;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}

.csc-textpic-caption {
	font-size:10px;
	padding-bottom:5px;
}


/************ tabellen styles **********************************/

tr, td, th, tr p, td p, th p {
	padding:0px;
	margin:0px;
}


/************ bilder styles ************************************/
img.right {
	float: right;
	border: 1px solid #003399;
	margin-left: 5px;
	margin-bottom: 5px;
}

img.left {
	float: left;
	border: 1px solid #003399;
	margin-right: 5px;
	margin-bottom: 5px;
}

/************ Seitenlayout und layer definitionen **************/
body {
	background: #fffdf9;
	background-image: url(bilder/ver-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;	
}

#page {
	position:absolute;
	top: 0;
	left: 0;
	background-image: url(bilder/hor-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;	
	min-height: 550px;
}

#head {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 205px;
	top: 0;	
	z-index: 10;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:url(bilder/tt-logo.gif);
	background-repeat: no-repeat;
	width: 267px;
	height: 205px;
	text-indent: -10000px;
}

#eyecatcher {
	position: absolute;
	left: 288px;
	top: 0px;
	width: 620px;
	height: 180px;
	text-align:right;
} 

#content {
	position: absolute;		
	background-image: url(bilder/content-bg.jpg);
	background-repeat: no-repeat;
	top: 180px;
	width: 960px;
	left: 50%;
	margin-left: -480px;	
	min-height: 550px;
}

#text {	
	margin-left: 280px;
	margin-top: 80px;
	width: 600px;
}

#text.narrow {
	width: 420px
}

#termine {
	float: right;
	margin-right: 70px;
	margin-top: 48px;
	background-image: url(bilder/navi-balken-oben.gif);
	background-repeat: no-repeat;
	width: 170px;
	background: #fff1d5;
}

#termine ul {
	padding: 0;
	margin: 0;
}

#termine li {
	list-style-type: none;
	text-align:left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-top: 1px dashed #936300;
}

/************* runde ecken ************************************/

.roundTop {
	background-image: url(bilder/runde-box-oben.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	padding-top: 7px;	
}

.roundBottom {
	background-image: url(bilder/runde-box-unten.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}

.roundSubTop {
	background: #fffdf9;
	background-image: url(bilder/runde-box-hell-oben.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 7px;
	width: 149px;
}

.roundSubBottom {
	background-image: url(bilder/runde-box-hell-unten.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;	
}

/************* Navigation *************************************/

#topNavi {
	position: absolute;
	left: 86px;
	top: 18px;
	background-image: url(bilder/navi-balken-oben.gif);
	background-repeat: no-repeat;
	width: 802px;
	height: 29px;
	text-align: center;
	z-index: 100;
	padding-top: 5px;
}

#topNavi ul {
	padding: 0;
	margin: 0;
	left: 0;
}

#topNavi li {
	list-style-type: none;		
	display: inline;
}

#navi {
	float: left;
	margin-left: 86px;
	margin-top: 65px;
	background-image: url(bilder/navi-balken-oben.gif);
	background-repeat: no-repeat;
	width: 170px;
	background: #fff1d5;
}

#navi ul {
	padding: 0;
	margin: 0;
}

#navi li {
	list-style-type: square;
	padding-left: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #936300;
}

#bcNavi {
	position: absolute;
	left: 280px;
	top: 65px;
	width: 500px;
	height: 29px;
}

#bcNavi ul {
	padding: 0;
	margin: 0;
	left: 0;
}

#bcNavi li {
	list-style-type: none;		
	display: inline;
}

#bottomNavi {
	clear: both;
	margin-left: 86px;	
	width: 802px;
	text-align: center;
	padding-top: 30px;
}

#bottomNavi ul {
	background-image: url(bilder/navi-balken-unten.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	padding-top: 4px;
	height: 29px;
	left: 0;
}

#bottomNavi li {
	list-style-type: none;		
	display: inline;
	margin-top: 5px;
}


/************* Zusaetze fuer Extensions und Co. ***************/

.losungen-header {
	display:none;
}


/************* Twitter auf der Startseite *********************/

#twitter {
	position:absolute;
	top:221px;
	left:86px;
}

#twitter p {
	font-size:11px;
}

#twitter h3 {
	font-family:arial,sans-serif;
	font-size:9px !important;
}

#twitter p i a {
	font-weight:normal;
}

#twitter .twtr-join-conv {
	display:none;
}


/************* Neue Startseite mit Uebersicht *****************/

#c357, #c367, #c356, #c366, #c368, #c352 {
	width:400px;
}

#twitter_div ul {
	padding:0px;
	margin:0px;
}

#twitter_div ul li {
	list-style-type:none;
	padding:0px 0px 10px 0px;
}

#twitter_div a i {
	font-size:75%;
}


.tx-wecdiscussion-forumPreview,
.tx-wecdiscussion-forumPreviewEntry {
	border:0px;
	padding:0px;
	margin:0px;
	width:400px;
}

.tx-wecdiscussion-forumPreviewInfo,
.tx-wecdiscussion-forumPreviewEntryHeader,
.losungen-main {
	padding:0px;
	margin:0px;
}

.tx-wecdiscussion-forumPreviewInfo {
	padding-bottom:10px;
}

#c369 {
	position:absolute;
	top:83px;
	left:703px;
}


#c359 {
	position:absolute;
	top:385px;
	left:703px;
	width:177px;
}

#c359 dt.even {
	background-color:#ffffff;
	border-top:1px dotted #888888;
	border-bottom:1px dotted #888888;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}

#c359 h1,
#c359 .found,
#c359 dd,
#c359 br,
#c359 br + br + span.V9G div,
.tx-cal-controller > p.pagebrowser:first-child {
	display:none;
}

#c359 dt a {
	display:block;
}

#c359 .csc-header h1 {
	display:block;
}

#c359 .pagebrowser {
	display:none;
}

#c357 h1,
#c356 h1,
#c359 h1,
#c367 h1,
#c358 h1,
#c366 h1,
#c368 h1 {
	background-color:#003399;
	color:#ffffff;
	padding:3px 5px 3px 5px;
}
