@CHARSET "UTF-8";

html,
body																		{	width: 100%;
																					height: 100%;
																					margin: 0px;
																					padding: 0px;
																					/*	background-color: #08090d;	*/
																					font-family: Tahoma, Verdana, Arial, sans-serif;
																					color: #cccccc;
																					
}
#site																		{	margin: 0 auto;
																					width: 1050px;
																					/*	background-color: #ffbbbb;	*/
																					/*	background-image: url(../imagesBG/trans-75.png);	*/																					
																					/*	color: #444444;		*/																			
																					/*	border: 1px solid #ff3333;	*/
}
#container															{	position: absolute;
																					width: 1050px;
																					min-height: 500px;	
																					/*	max-height: 1000px;	*/
																					top: 5px;
																					bottom: 5px;
																					/*	border: 2px solid #ffff44;	*/
}
#head																		{ position: absolute;
																					left: 0px;
																					right: 0px;
																					top: 0px;
																					background-image: url(../img/trans-75.png);
																					height: 130px;
																					border: 1px solid #0074a1;	
																					color: #444444;
}
#head h1																{	vertical-align: middle;
																					text-align: center;
																					font-size: 22px;
																					letter-spacing: 2px;
}
#head p																	{	vertical-align: middle;
																					text-align: center;
																					font-size: 16px;
																					letter-spacing: 2px;
																					margin-bottom: 0px;
}
#head a																	{	color: #444444;
																					text-decoration: underline;
}
#head a:hover														{	color: #fb8f03;
																					text-decoration: underline;
}
#contentAll															{	position: absolute;
																					top: 140px;
																					left: 0px;
																					right: 0px;
																					bottom: 5px;
																					border: 1px solid #0074a1;
																					overflow: auto;
}
#contentAll a														{	color: #cccccc;
																					text-decoration: underline;
}
#contentAll a:hover											{	color: #fb8f03;
																					text-decoration: underline;
}
#contentLeft														{	position: absolute;
																					top: 0px;
																					left: 0px;
																					bottom: 0px;
																					width: 700px;
																					/*	right: 700px;	*/
																					overflow: auto;
																					/*	border: 1px solid #0074a1;	*/
																					padding: 5px;
}
#contentRight														{	position: absolute;
																					top: 0px;
																					/*	left: 300px;	*/
																					width: 320px;
																					right: 0px;
																					bottom: 0px;
																					overflow: auto;
																					/*	border: 1px solid #0074a1;	*/
																					padding: 10px;
}
iframe																	{	width: 680px;
																					height: 472px;
																					margin: 0px;
																					padding: 0px;
}
img																			{	/*	margin-bottom: 10px;	*/
}
.vorschau				{	width: 300px;
									height: 200px;
									margin-bottom: 10px;
	
}



