@charset "utf-8";

*		{margin: 0px; padding: 0px; border: 0px;}

html		{width; 100% auto;
			 min-height: 100%;
		}
		
body	{
		background-image: url(/templates/oberthurgauerfestspiele/images/background.jpg);
		background-attachment: fixed;
		/*position: relative;*/
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		/*overflow-x: hidden;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0pt;
		}
					
div#menu 	{
			position: relative;
			width: 850px;
			height: 30px;
			margin-left: 400px;
			margin-top: 20px;
			font-color: black;
			font-weight: bold;
			}	


div#component {
			position: relative;
			width: 1000px;
			height: 420px;
			margin-left: 410px;
			margin-top: 120px;
			color: transparent;
			overflow: auto;
			font-size: 0pt;
			}
			
div#component a { 
			text-decoration: none;
			color: white;
			}
			
div#component h1 { 
			font-size: 0pt; 
			font-style: bold;
			font-color: #a4c408;
			}
			
div#component h2 { 
				font-size: 0pt; 
				font-color: #a4c408;
				}
				
div#component h3 { 
				margin-bottom: 0px; 
				font-size: 10pt; 
				font-style: italic; 
				}