@charset "utf-8";
/*
  
	Stylesheet
	==========
	Page			www.domain.de
	Author			Architekt Winfried Goebel
	Copyright		Architekt Winfried Goebel

	Colors
	======
	#ffffff			white
	#000000			black
	#ffaf2c			yellow
	#5f5f5f			anthrazid
	#eaeaea			grey
	
	MEASURES
	========
	Width			800

*/



/* GENERAL */

body
{
	background-color: #5f5f5f;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
}
h1
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 20px;
}
h2
{
	color: #ffaf2c;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0px;
}
hr
{
	background-color: #5f5f5f;
	margin-bottom: 0px;
	border: 0px;
	height: 1px;
}
ul
{
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	line-height: 2.5em;
}
li
{
	list-style-type: disk;
	color: #000000;
}
li span
{
	color: #000000;
}	

/* end of general */



/* DIV */

	/* Layout */
		div.layout
		{
			background-color: #ffffff;
			margin-top: 0px;
			margin: 0 auto;
			width: 800px;
		}
		div.top
		{
			height: 150px;
			width: 800px;				
		}
		div.main
		{
			/*min-height: 600px;
			max-height: 900px;*/
			clear: both;
			width: 800px;	
		}
		div.bottom
		{
			clear: both;
			height: 35px;
			width: 800px;
		}

	/* Top */
		div.top_left
		{
			float: left;
			height: 100px;
			width: 600px;
			padding-top: 10px;
		}
		div.top_right
		{
			float: right;
			height: 105px;
			width: 135px;
			padding-top: 5px;
			padding-left: 60px;
			padding-right: 5px;
			text-align: right;
		}
		div.top_bar
		{
			background-color: #5f5f5f;
			clear: both;
			height: 10px;
			width: 800px;
		}
		div.top_navi
		{
			background-color: #ffaf2c;
			font-size: 9pt;
			height: 30px;
			width: 800px;
		}

	/* Navigation */

	/* Bottom */
		div.bottom_left
		{
			float: left;
			color: #5f5f5f;
			font-size: 7pt;
			padding-top: 5px;
			padding-left: 5px;
			width: 255px;
			height: 25px;
		}
		div.bottom_center
		{
			float: left;
			padding-top: 5px;
			padding-left: 12px;
			padding-right: 12px;
			text-align: center;
			width: 255px;
			height: 25px;
		}
		div.bottom_right
		{
			float: right;
			font-size: 7pt;
			padding-top: 5px;
			padding-right: 5px;
			text-align: right;
			width: 255px;
			height: 25px;
		}
	/* Content */
		div.content
		{
			float: left;
			width: 780px;
			padding-top: 20px;
			padding-bottom: 10px;
			padding-left: 10px;
			padding-right: 10px;
		}
		div.content_left
		{
			float: left;
			width: 260px;
			text-align: center;
		}
		div.content_center
		{
			float: left;
			width: 260px;
			text-align: center;
		}
		div.content_right
		{
			float: left;
			width: 260px;
			text-align: center;
		}
		div.left
		{
			background-image: url(../images/balloon_large.png);
			background-repeat: no-repeat;
			float: left;
			padding-left: 140px;
			padding-right: 50px;
			height: 800px;
			width: 200px;
		}
		div.right
		{
			background-image: url(../images/balloon_large.png);
			background-repeat: no-repeat;
			float: right;
			padding-left: 140px;
			padding-right: 50px;
			height: 800px;
			width: 200px;
		}
		div.image_left
		{
			float: left;
			width: 390px;
		}
		div.gallery
		{
			float: right;
			padding-left: 5px;
			width: 385px;
		}
		div.gallery_header_old
		{
			background-color: #ffaf2c;
			float: left;
			height: 17px;
			padding-left: 5px;
			width: 380px;
		}
		div.gallery_header_new
		{
			background-color: #ffaf2c;
			float: left;
			height: 17px;
			padding-top: 3px;
			padding-left: 5px;
			width: 380px;
		}
		div.gallery_images
		{
			float: left;
			padding-top: 10px;
			padding-bottom: 10px;
			width: 385px;
		}
		div.spacer
		{
			float: left;
			height: 80px;
			width: 50px;
		}
/* end of div */



/* TABLE */
	th
	{
		text-align: left;	
	}
	td.spacer
	{
		width: 15px;	
	}
	td.data_left
	{
		width: 50px;	
	}
	td.mini_spacer
	{
		width: 10px;
	}
	td.copra
	{
		color: #5f5f5f;
		text-align: left;
		font-weight: bold;
		letter-spacing: 2px;
	}
/* end of table */



/* LISTS */
	ul.about_us
	{
		list-style-position: inside;
		margin: 0px;
		padding-left: 10px;
		padding-bottom: 10px;
		line-height: 2.0em;		
	}
/* end of lists */



/* SPAN */
	span.gallery_name
	{
		font-weight: bolder;
		font-size: 11pt;
	}
/* end of span */



/* LINKS */

	/* Standard-Link */
		A, A:link, A:visited
		{
			cursor: hand;
			color: #5f5f5f;
			text-decoration: none;
		}

		A:hover, A:visited:hover, a:focus, a:active
		{
			color: #ffaf2c;
			text-decoration: underline;
		}
		
	/* Bottom-Link */
		A.bottomlink, A.bottomlink:link, A.bottomlink:visited
		{
			cursor: hand;
			color: #5f5f5f;
			text-decoration: none;
		}
		A.bottomlink:hover, A.bottomlink:visited:hover, a.bottomlink:focus, a:active
		{
			color: #5f5f5f;
			text-decoration: underline;
		}
		
	/* Navigation-Main-Link (unselected) */
		A.navi_main, A.navi_main:link, A.navi_main:visited, A.navi_main:active
		{
			color: #000000;
			text-decoration: none;
			font-weight: bold;
		}

		A.navi_main:hover, A.navi_main:visited:hover, A.navi_main:focus
		{
			color: #5f5f5f;
			text-decoration: none;
			font-weight: bold;
		}

	/* Navigation-Main-Link (selected) */
		A.navi_main_sel, A.navi_main_sel:link, A.navi_main_sel:visited, A.navi_main_sel:active
		{
			color: #000000;
			text-decoration: underline;
			font-weight: bold;
		}

		A.navi_main_sel:hover, A.navi_main_sel:visited:hover, A.navi_main_sel:focus
		{
			color: #5f5f5f;
			text-decoration: underline;
			font-weight: bold;
		}
		
	/* copra-link */
		A.copra_link, A.copra_link:link, A.copra_link:visited
		{
			cursor: hand;
			color: #5f5f5f;
			text-decoration: underline;
		}
/* end of links */



/* FORM-ELEMENTS */

/* end of form-elements */



/* MISCELLANEOUS */
	img.detail
	{
		border: 1px solid #5f5f5f;
		height: 289px;
		width: 385px;	
	}
	img.preview_sel
	{
		border: 1px solid #ffaf2c;
		height: 60px;
		width: 80px;
	}
	img.preview
	{
		border: 0px;;
		height: 60px;
		width: 80px;	
	}
/* end of miscellaneous */
