body 		{
			font-family: sans-serif;
			background: white;
			color:black;
			font-size:10px;
			margin:10px;
			}
			
img 		{
		  	border: 0px;
			}
			
table		{ 
			padding:0;
			margin:0;
			}

td 			{
		  	vertical-align: top;
		  	padding: 0px;
			}

p, div, td {
		  	color: #666666;
		  	font-family: sans-serif;
		  	font-size: 10px;
			}


.pagetitle	{
		 	font-size:24px;
			padding-bottom:0px;
			text-decoration: none;
		  	font-weight: normal;
		 	height: 50px;  /* */
			vertical-align: bottom;			
			}

.pagesubtitle
			{
		 	font-size:11px;
			margin:0px;
			text-decoration: none;
		  	font-weight: normal;
		  	height: 15px;
			padding-bottom:2px;
			vertical-align: bottom;			
			}


.title 		{
		  	height: 17px;;  /* änderungen hier müssen bei "projekt.php" in der gesamthöhe angepasst werden! */
		  	font-size: 14px;
		  	font-weight: bold;
			vertical-align:top;
			margin-top:0px;
		  	}
.subtitle 	{
		  	height: 17px; /* änderungen hier müssen bei "projekt.php" in der gesamthöhe angepasst werden! */
		  	font-size: 10px;
			color:#999999;
			vertical-align:bottom;
			padding-bottom:4px;
			/*
			  */
		  	}
.text		 {
		  	font-size: 11px;
			vertical-align:top;
			margin-top:0px;
		  /*	line-height: 14px; */
		  	line-height: auto; 
			}

		  
.pictlink 	{ 
			width:55px;
			height:55px
			}
			
			
a:link 		{ font-size: 13px;  color: #ff6600; text-decoration: none;  line-height:17px }				/* a:link = Verweise zu noch nicht besuchten Seiten */
a:visited 	{ font-size: 13px;  color: #ff6600; text-decoration: none;  line-height:17px }				/* a:visited = Verweise zu bereits besuchten Seiten */
a:active 	{ font-size: 13px;  color: #ff6600; text-decoration: none;  line-height:17px }				 /* a:hover = Verweise, die gerade gehovert werden */
a:hover 	{ font-size: 13px;  color: black; text-decoration: none;  line-height:17px }				 /* a:hover = Verweise, die gerade gehovert werden */


a.sub:link 		{ font-size: 11px;  color: #ff6600; text-decoration: none;  }				/* a:link = Verweise zu noch nicht besuchten Seiten */
a.sub:visited 	{ font-size: 11px;  color: #ff6600; text-decoration: none;  }				/* a:visited = Verweise zu bereits besuchten Seiten */
a.sub:active 	{ font-size: 11px;  color: #ff6600; text-decoration: none;  }				 /* a:hover = Verweise, die gerade gehovert werden */
a.sub:hover 	{ font-size: 11px;  color:black; text-decoration: none;  }				 /* a:hover = Verweise, die gerade gehovert werden */

  
a.textlink:link 	{ font-size: 11px;  color: #ff6600; text-decoration: none; }				/* a:link = Verweise zu noch nicht besuchten Seiten */
a.textlink:visited 	{ font-size: 11px;  color: #ff6600; text-decoration: none;  }				/* a:visited = Verweise zu bereits besuchten Seiten */
a.textlink:active 	{ font-size: 11px;  color: #ff6600; text-decoration: none;  }				 /* a:hover = Verweise, die gerade gehovert werden */
a.textlink:hover 	{ font-size: 11px;  color: black; text-decoration: none;  }				 /* a:hover = Verweise, die gerade gehovert werden */





/* ------------------------------   administrationsbereich   ------------------------------    */
input, textarea  {
			font-family: sans-serif;
			color: #666666; 
			font-size: 11px;
			line-height: 13px;
}



.eingabe 	{
			border:1px solid #AAAAAA;
			background-color: #BBDFFF;
			}

.submit 	{
			color:blue;
			}

		  
  
.border 	{
			border-top: 0px; /* drin lassen, damit mit PC keine linie erscheint*/
			border-left: 0px;  /* drin lassen, damit mit PC keine linie erscheint*/
			border-right: 0px;  /* drin lassen, damit mit PC keine linie erscheint*/
			border-bottom: 1px; 
			border-style: solid;
		  	border-color: #666666;
			}
			
.admin		{	
			margin-top:11px;
			color:red;
		  	font-weight: normal;
			}
			
.admininfo	{	
			margin-top:11px;
			color:#5588FF;
		  	font-weight: normal;
			}

  
a.admin:link 		{ font-size: 11px;  color: blue; text-decoration: none; font-weight:normal;  }				/* a:link = Verweise zu noch nicht besuchten Seiten */
a.admin:visited 	{ font-size: 11px;  color: blue; text-decoration: none; font-weight:normal;}				/* a:visited = Verweise zu bereits besuchten Seiten */
a.admin:active 		{ font-size: 11px;  color: blue; text-decoration: none; font-weight:normal;}				 /* a:hover = Verweise, die gerade gehovert werden */
a.admin:hover 		{ font-size: 11px;  color: black; text-decoration: none; font-weight:normal; }				 /* a:hover = Verweise, die gerade gehovert werden */

	

