html 								{
											min-height: 100%;
										}
* 									{
											margin: 0;
											padding: 0;
										}
a 									{
											color: #9f8f80;
											text-decoration: none;
											font-weight: bold;
										}
a:hover 						{
											color: #B5747C;
										}
body 								{
											background: #CEB0CE url(images/bg-roses.jpg) repeat top;
											color: #444;
											font-family: Helvetica,Geneva,Swiss,Sans-Serif;
											font-weight: normal;
										}
p,code,ul 					{
											padding-bottom: 1.2em;
										}
li 									{
											list-style: none;
										}
h1 									{
											font-size: 18pt;
											margin-bottom: 4px;
										}
blockquote 					{
											background: url(images/quote.gif) no-repeat;
											display: block;
											font-weight: bold;
											padding-left: 28px;
										}
h1,h2,h3 						{
											padding-top: 6px;
										}
/* misc */
.clearer 						{
											clear: both;
										}
.left 							{
											float: left;
										}
.right 							{
											float: right;
										}
/* structure */
.container 					{
											background: #FFF;
											font-size: 14pt;
											margin: 0 auto;
											padding: 0 10px 10px;
											margin-bottom: 10px;
											border-bottom: 1px solid #CCCCCC;
											border-left: 1px solid #CCCCCC;
											border-right: 1px solid #CCCCCC;
											width: 780px;
										}
/* header */
.top 								{
											padding: 10px 10px 0;
										}
/* title */
.header 						{
											background: #FFF;
											font-size: 14pt;
											height: 250px;
											margin: 0 auto;
											border-top: 1px solid #CCCCCC;
											border-left: 1px solid #CCCCCC;
											border-right: 1px solid #CCCCCC;
											padding: 10px 10px 5px;
											width: 780px;
										}
.header .left 			{
											background: #B3C2C7 url(images/header.jpg) no-repeat;
											font-size: 16pt;
											line-height: 150px;
											width: 780px;
											height:250px;
										}
/* navigation */
.navigation 				{
											background: #D9E1E5 url(images/nav.gif);
											height: 41px;
											margin:0 auto;
										}
.navigation a 			{
											background: #D9E1E5 url(images/nav.gif);
											border-right: 1px solid #ffffff;
											color: #456;
											display: block;
											float: left;
											font: bold 15px sans-serif;
											line-height: 41px;
											padding: 	0px 20px;
											text-decoration: none;
										}
.navigation a:hover {
											background-position: left bottom;
											color: #B5747C;
										}
/* main */
.main 							{
											border-top: 4px solid #FFF;
											background: url(images/bgmain.gif) repeat-y;
										}
/* sub navigation */
.sidenav 						{
											float: right;
											width: 210px;
											margin-top: 10px;
											padding-bottom: 0px;
										}
.sidenav h2 				{
											color: #ffffff;
											font-size: 12px;
											line-height: 30px;
											margin: 0;
											padding-top: 0px;
											padding-bottom: 0px;
											text-align:center;
										}
.sidenav .image 		{
											width:210px;
										}
.image 							{
											width:100%;
										}
/* content */
.content						{
											float: left;
											margin: 10px 0;
											padding: 0 16px;
											width: 500px;
										}
.content strong			{
											color: #9f8f80;
											font-weight: bold;
										}
.content .descr 		{
											color: #664;
											font-size: 12px;
											margin-bottom: 6px;
										}
.content li 				{
											list-style: url(images/li.gif);
											margin-left: 18px;
										}
.content h1 				{
											font-weight: bold;
											font-size: 30px;
											margin-top: 15px;
											margin-bottom: 20px;
											color: #456;
										}
.content h2 				{
											font-weight: bold;
											font-size: 18px;
											margin-top: 15px;
											margin-bottom: 15px;
											color: #456;
										}
.content p 					{
											font-size: 18px;
											font-weight: normal;
										}
.content td					{
											font-size: 18px;
											padding-bottom: 10px;
										}
.content .smalltext	{
											font-size: 15px;
											padding-left: 15px;
											padding-right: 15px;
}
.content .agb	td		{
											font-size: 16px;
										}
.image							{
											margin-top: 30px;
											margin-left: 30px;
										}
.detailimage				{
											margin-top: 30px;
											text-align: center;
										}
.detailimage p			{
											text-align: center;
											margin-left: 0px;
											margin-top: 10px;
											margin-right: 0px;
										}
.detailimage .link	{
											font-size: 18px;
											font-weight: bold;
										}
/* footer */
.footer 						{
											background: url(images/bgfooter.gif) repeat-x bottom;
											color: #FFF;
											font: bold 12px sans-serif;
											line-height: 15px;
											text-align: center;
										}
.footer p						{
											padding-top:20px;
										}
.footer a 		{
											color: #FFF;
										}
.footer a:hover 		{
											color: #B5747C;
										}

