
/* ... Allgemeine Formatierung ... */

* html
{	overflow:hidden;
}

table, tr, td, t
{
	font-family:times;
	font-size:15px;
	color:#444444;
}

.text1
{
	font-family:times;
	font-size:15px;
	color:#444444;
}

.text2
{
	font-family:times;
	font-size:15px;
	color:#444444;
	text-align:justify;
}

.mypic
{
	border:solid 1px #444444;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

@media screen, handheld
{
	/* ... Formatdefinitionen Bildschirm ... */

	body
	{	
		font-family:times;
		font-size:15px;
		color:#444444; 
		overflow:hidden;
		background-color:#F8D5B0;
	}
	#cgback
	{
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-505px;
		margin-top:-300px;
		width:1000px;
		height:590px;
		border:solid 5px #F5C38E;
	}
	#cgstart
	{	
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-505px;
		margin-top:-300px;
		width:1000px;
		height:590px;
		border:solid 5px #F5C38E;
	}
	#cgmain
	{	
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-505px;
		margin-top:-300px;
		width:1000px;
		height:590px;
		background:white url(img/back4.jpg) no-repeat left top; 
		border:solid 5px #F5C38E;
	}
	#cghead
	{
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-224px;
		margin-top:-295px;
		width:724px;
		height:79px;
	}
	#cgtext
	{
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-224px;
		margin-top:-216px;
		width:724px;
		height:511px;
		overflow:auto;
		padding:0px;
		text-align:justify;
	}
	#cgnav
	{	
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-500px;
		margin-top:-295px;
		width:276px;
		height:590px;
		padding:0px;
	}
	#noprint
	{
		display:block;
	}

}
@media print
{
	/* ... Formatdefinitionen zum Drucken ... */

	body
	{
		font-family:times;
		font-size:15px;
		color:#444444; 
		overflow:hidden;
		background-color:#FFFFFF;
		zoom:90%;
	}
	#cgback
	{	
		position:absolute;
		left:10px;
		top:0px;
		width:1000px;
		height:590px;
		border:solid 5px #F5C38E;
	}
	#cgstart
	{	
		position:absolute;
		left:10px;
		top:0px;
		width:1000px;
		height:590px;
		background:white; 
		border:solid 5px #F5C38E;
	}
	#cgmain
	{
		display:none;
	}
	#cghead
	{
		position:absolute;
		left:10px;
		top:0px;
		width:724px;
		height:79px;
	}
	#cgtext
	{
		position:absolute;
		left:10px;
		top:79px;
		width:724px;
		padding:0px;
		text-align:justify;
	}
	#cgnav
	{	
		display:none;
	}
	#noprint
	{
		display:none;
	}
}