@charset "utf-8";

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

html		{width; 100% auto;
			 min-height: 100%;
		}
		
body	{
		background-image: url(http://otg-festspiele.ch/templates/oberthurgauerfestspiele/images/background2.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: 12pt;
		}
					
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: white;
			overflow: auto;
			font-size: 11pt;
			}
			
div#component a { 
			text-decoration: none;
			color: white;
			}
			
div#component h1 { 
			font-size: 12pt; 
			font-style: bold;
			font-color: #a4c408;
			}
			
div#component h2 { 
				font-size: 11pt; 
				font-color: #a4c408;
				}
				
div#component h3 { 
				margin-bottom: 10px; 
				font-size: 10pt; 
				font-style: italic; 
				}					
			

#schulklasse{
position: relative;
width: 1px; 
height: 1px; 
margin-top: -50px;
margin-left: 800px;
	}
	
#home{
position: relative;
width: 280px; 
height: 90px; 
margin-top: 110px;
margin-left: 1100px;
	}
	

/*div#contacttitle	{
				width: 190px;
				height: 70px;
				background-color: white;	
				margin-top: -670px;
				margin-left: 780px;
				}
				
div#contact	{
				width: 190px;
				height: 295px;
				background-color: white;	
				margin-top: 15px;
				margin-left: 780px;
				}
				
div#contact a { 
			text-decoration: none;
			}

div#footer 		{ 
				width: 900px;
				height: 30px; 
				margin-top: 50px;
				background-color: #3b64a5; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 10px; color: #ffffff; 
				text-align: right; 
				}
				
div#footer ul li 	{ 
				display: inline; 
				margin-left: 10px; 
				}
				
div#footer a		{ 
				color: #FFFFFF; 
				text-decoration: none; 
				}*/