/*  
Theme URI: http://www.tusli.de/
Description: tusli.de theme
Version: 1.0
Author: Sebastian Bosse
*/
/* 00275B > 5189AA      F0F5F8  	BFBFBF   */

/* === Structure ==================================== */

	body
	{
		font-family: Arial, Verdana, Tahoma, sans-serif;
		text-align: center;
		color: #333;
		background-color: #FAFAFA;
	}

	#container 
	{
		background: #fff url(../../images/bg_white.png) repeat-y;
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 773px !important;
		width /**/: 775px;
  	border-left: 1px solid #BFBFBF;
  	border-right: 1px solid #BFBFBF;
  	border-bottom: 1px solid #BFBFBF;
  	background-color: #fff;
  	color: #000;
	}
		
	#top
	{
		background-image: url();
		background-color: #F5F5F5;
		padding: 1px 0;
		height: 8px;
		margin-bottom: 0px;
	}


	#bottom
	{
		background-image: url(../../images/topb.jpg);
		background-color: #FFF;
		padding: 0px 0;
		height: 20px;
		margin-bottom: 0px;
	}


	#banner
	{
		height: 142px;
		background-image: url(../../images/top.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 0px solid #BFBFBF;
		border-top: 0px solid #BFBFBF;
		position: relative;
	}



	#menu
	{
		float: left;
		width: 135px;
		padding-top: 10px;
		padding-left: 0px;
	}
	
	#contents	
	{
		width: 550px;
		margin: 20px 20px 20px 180px;
	}
	
	#footer
	{
		clear: both;
		background-color: #00275B;
		text-align: right;
		padding: 5px 5px 5px 0;
	}

/* === Typographie ==================================== */

	*
	{
		padding: 0;
		margin: 0;
	}
	
	a:link, a:visited
	{ 
		color: #00275B;  
		text-decoration: underline;
	}
	
	a:hover, a:active
	{
		text-decoration: none;
	}
	
	/* Für ein MAILTO-ICON bei mailto:-Links */
	a[href ^="mailto:"] {
		background: url(/images/mailto.png) center left no-repeat;
		padding-left: 19px;
		text-decoration: none;
	}
	
	/* Für ein PDF-ICON bei PDF-Downloadlinks */
	a[href $=".pdf"], a[href $=".PDF"],
	a[href *=".pdf#"], a[href *=".PDF#"],
	a[href *=".pdf?"], a[href *=".PDF?"] {
		background: url("/images/pdf.png") center left no-repeat;
		padding-left: 19px;
	}


	h1 /* Für den Seitentitel mit Linie */
	{
		color: #00275B;
		font-size: 16px; 
		font-family: georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 10px 0;
		border-bottom: 1px dotted #00275B;
	}
			
	h2 /* Für den Titel bei einer News in der Übersicht */
	{
		color: #00275B;
		font-size: 16px; 
		font-family: georgia, times, "times new roman", serif;
		font-weight: bold;
	}
	
	h3 /* Für eine große Überschrift im Text */
	{
		color: #00275B;
		font-size: 13px; 
		font-family: georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 15px 0 10px 0;
	}
	
	h4 /* Für die News-Untertitel mit Abt., Datum und Linie */
	{
		color: #000;
		font-size: 11px;
		font-weight: normal;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		margin-left: 140px;
		border-bottom: 1px dotted #00275B;
	}

	h5 /* Für eine mittlere Überschrift im Text */
	{
		color: #00275B;
		font-size: 11px; 
		font-family: georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 15px 0 10px 0;
	}
	
	.rot
	{ color: #FF0000; }
	
	.abstand
	{
		clear: both;
	}
	
	table, tr, td, p
	{
		color: #000;
		font-size: 12px; 
		font-family: Arial, Verdana, Tahoma, sans-serif;
	}		

	textarea, input, select {
		background: #f4f4f4;
		border: 1px solid #b2b2b2;
		color: #000;
		font:  13px Verdana, Arial, Helvetica, sans-serif;
		margin: 1px;
		padding: 3px;
	}

	input:focus, textarea:focus {
		background: #fff;
		border: 1px solid #686868;
	}	

	input.submit {
		border: 3px double #999;
		border-left-color: #ccc;
		border-top-color: #ccc;
		color: #333;
	}
	
	 input:active.submit, input:focus.submit, input:click.submit {
		border: 3px double #ccc;
		border-left-color: #999;
		border-top-color: #999;
	}

	.imageright
	{
		padding: 2px;
		border: 1px solid #00275B;
		float: right;
		margin: 0 0 10px 0;
	}

	.image
	{
		padding: 2px;
		border: 1px solid #00275B;
	}
	
	table.small {
		table-layout: fixed;
		width: 400px;
	}
	
	table.small .col1 {
		width: 150px;
	}
	
	table.small .col2 {
		width: 250px;
	}
	
	table.small td {
		padding: 0 0 5px 0;
	}

	p.center
	{ text-align: center; }
	
	p.tab
	{	margin-left: 50px; }
	
/* === Footer ==================================== */

	.footer
	{
		color: #FFF;
		font-size: 11px;
	}	

	#footer a:link, #footer a:visited
	{
		color: #FFF;
		text-decoration: none;
	}
		
	#footer a:hover, #footer a:active
	{	text-decoration: underline;	}
	
/* === Menü ==================================== */


	#menu ul
	{
		list-style-type: none;
	}
	
	#menu li
	{
		line-height: 25px;
		list-style-type:none; 
	}

	#menu li.titel
	{
		color: #FFF;
		background-color: #00275B;
		width: 135px;
		padding-left: 15px;
		font-size: 13px;
		font-weight: bold;
		line-height: 25px;
		list-style-type:none; 
	}
	
	#menu li.counter
	{
		color: #000;
		width: 135px;
		padding-left: 15px;
		font-size: 11px;
		font-weight: bold;
		line-height: 25px;
		list-style-type:none; 
		font-family: Verdana, Arial, Tahoma, sans-serif;
	}

	#menu a:link, #menu a:visited
	{
		width: 135px;
		display: block;
		color: #000;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		line-height: 25px;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		padding-left: 15px;
	}

	#menu a:hover, #menu active
	{
		width: 135px;
		display: block;
		color: #fff;
		background-color: #00275B;
	}

	#menu a.fsj:hover 
	{
		background-color: #fff;
	}

/* === Start ==================================== */
	
	#contents p.start_titel
	{
		text-align: center;
		color: #00275B;
		font-size: 16px;
		font-family: georgia, times, "times new roman", serif;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
		
	#contents p.start_teaser
	{
		font-size: 12px;
		font-family: Arial, Verdana, Tahoma, sans-serif;
	}

	.start_image
	{
		padding: 4px;
		border: 1px solid #C0C0C0;
	}
	
	#contents p.impression
	{
		text-align: center;
		font-style: italic;
		font-size: 11px;
	}	
	
	table.piktotab
	{	text-align: center;	}
	
	.pikto
	{	border: 0; }
	
	/* === View Bericht ==================================== */
	
	.blogviewinfo
	{
		color: #000;
		font-size: 11px;
		font-weight: normal;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		border-bottom: 1px dotted #00275B;		
	}
	
	.imagefloatblog
	{
		float: right;
		padding: 2px;
		border: 1px solid #00275B;
		margin: 20px 0px 5px 10px;
	}

	.blogviewtext
	{
		width: 300px;
		margin: 20px 0 0 0;
	}



	/* === Meldungen ==================================== */
	.blogentry
	{ 
		width: 550px;
		float: left;
		margin: 0 0px 5px 0;
	}

	.imagefloat
	{
		float: left;
		padding: 2px;
		border: 1px solid #00275B;
		margin: 0 20px 5px 0;
	}
	
	#contents h2 a:link, #contents h2 a:visited
		{ text-decoration: none; }
	
	#contents h2 a:active, #contents h2 a:hover
		{ text-decoration: underline; }
	
	#contents h4 a:link, #contents h4 a:active, #contents h4 a:visited 
		{ text-decoration: none; }

	#contents h4 a:hover
		{ text-decoration: underline; }
	
	#contents p.blogtext
	{	
		margin: 3px 0 0 0; 
	}


	/* === Weitere Meldungen ==================================== */

	.smallblog
	{ 
		width: 550px;
		float: left;
		margin: 15px 0px 15px 0;
	}

	.smallblog p.title
	{
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		background-color: #00275B;
		margin: 3px 0 0 0;
		padding: 2px 2px 2px 5px;
	}

	.smallblog p.blogs
	{
		margin: 3px 0 0 0;
	}

	.smallblog p.blogs a:link, .smallblog p.blogs a:visited
	{	text-decoration: none; }

	.smallblog p.blogs a:active, .smallblog p.blogs a:hover
	{	text-decoration: underline;	}

/* === Anmelden ==================================== */

	table.login
	{	padding: 10px 0 10px 0; }

	table.login td
	{	
		padding: 2px 2px 0;
		text-align: right;
	}

	table.login input
	{	width: 100px; }

	table.login .bt_login
	{	width: 100px; }

	p.error 
	{
		font-weight: bold;
		color: #FF0000;
	}

/* === Alle Abteilungen ==================================== */

	table.abt	{ 
		width: 550px;
		border: 0;
	}

	table.abt td	{ 
		width: 250px;
		vertical-align: top;
		padding: 0 0 20px 0;
	}

	.abt
	{
		float: left;
		width: 250px;
		font-size: 12px; 
		border-top: 1px solid #00275B;
		border-right: 1px solid #00275B;
		border-bottom: 10px solid #00275B;
		border-left: 1px solid #00275B;
	}
	
	.abt p
	{	margin: 0 0 10px 80px; }
	
	.piktofloat
	{
		border: 0px;
		float: left;
		padding: 2px;
		margin: 0 20px 5px 0;
	}

	.abt h4
	{
		font-size: 12px;
		margin: 0 0 10px 80px;
		border-bottom: 1px dotted #00275B;
	}

/* === Abteilung ==================================== */

	.subabt
	{
		margin: auto auto;
		width: 250px;
		font-size: 12px; 
		border-top: 1px solid #00275B;
		border-right: 1px solid #00275B;
		border-bottom: 10px solid #00275B;
		border-left: 1px solid #00275B;
	}
	.subabt p
	{	margin: 0 0 10px 80px; }
	.subabt h4
	{
		font-size: 12px;
		margin: 0 0 10px 80px;
		border-bottom: 1px dotted #00275B;
	}



	table.zeiten
	{ 
		border:0;
		width: 550px;
	}

	table.zeiten td.zeit
	{ 
		width: 120px;
	}

	table.zeiten td.datum
	{ 
		color: #FFF;
		background-color: #00275B;
	}


	table.zeiten td.info	
	{ 
		color: #FF0000;
	}

	table.zeiten td.line	
	{ 
		width: 550px;
		border-bottom: 1px dotted #00275B;
		padding: 1px;
		line-height: 1px;
	}

/* === Schwarze L ==================================== */

	.heftaktuell {
		float: left;
		width: 220px;
		border: 1px;
		text-align: center;
	}
	.heftarchiv {
		float: right;
		width: 300px;
	}
	.heftalt {
		width: 200px;
		clear: both;
		float: right;
	}
	.heftinfo {
		float: left;
	}
	table.heft
	{
		text-align: center;
	}
	table.heft td
	{
		padding: 0 0 15px 0;
	}
	.imageheft
	{
		padding: 2px;
		border: 1px solid #C0C0C0;
	}
	table.heftpreise
	{
		width: 300px;
		text-align: center;
	}
	table.heftpreise th
	{
		background-color: #00275B;
		color: #FFF;
	}

/* === Suche ==================================== */

	table.suche td
	{ width: 120px; }

	input.checkbox
	{ margin-right: 5px; }


/* === Ueberuns ==================================== */

p.ueberuns_titel {
	font-size: 11px;
}
table.ueberuns { 
	width: 500px;
}

table.ueberuns td.bildl { 
	font-size: 11px; 
	vertical-align: top;
	text-align: left;
	width: 200px;
	vertical-align: middle;
}

table.ueberuns td.bildr { 
	font-size: 11px; 
	vertical-align: middle;
	text-align: right;
	width: 200px;
}

table.ueberuns td.text { 
	font-size: 11px; 
	vertical-align: middle;
	width: 300px;
}

	/* === Comic ==================================== */
	
	.imagecomicthumb
	{
		padding: 2px;
		border: 1px solid #00275B;
		margin: 20px 0 5px 0;
	}
	
	table.comic_thumb { 
		width: 500px;
	}
	
	table.comic_thumb td { 
		font-size: 11px; 
		vertical-align: middle;
		text-align: center;
	}

	table.comic_thumb td p { 
		font-size: 11px;
	}


	/* === Admin Start ==================================== */
	
	fieldset
	{
		padding: 3px;
		color: #000;
		font-size: 12px; 
		font-family: Arial, Verdana, Tahoma, sans-serif;
	}
	legend
	{
		padding: 3px;
		font-weight: bold;
		color: #AA0000;
		font-size: 14px; 
		font-family: Arial, Verdana, Tahoma, sans-serif;
	}
