/*
Theme Name: Schweikhof
Theme URI: http://www.restaurant-schweikhof.ch
Description: Theme of the Schweikhof-Website
Author: Armand Patrice Hofstetter
*/

/* Main
----------------------------------------------------*/

body	{
		font-family: arial; 
		background: url(bg.gif);
		font-size: 15px; 
		color: #000; 
		text-align: center;
        }
		

.page	{
		margin: auto;
		padding: 0px 0px 0px 0px;
		background: url(design.gif) no-repeat;
		width: 941px;
		height: 753px;
		}
		
table	{
		border: 0px;
		}
		
td		{
		border: 0px;
		}
		
		
/* Content
----------------------------------------------------*/

.content{
		margin: 85px 48px 0px 0px;
		width: 484px;
		height:	631px;
		float: right;
		overflow: auto;
		text-align: justify;
		}
		
.content p {
		margin: 10px;
		}
		
.content h1 {
		color: #5f4b41;
		margin: 10px;
		border-bottom: 1px solid #000;
		font-size: 18px;
		}
		
.content h2 {
		color: #5f4b41;
		font-size: 18px;
		}
		
.content strong {
		color: #5f4b41;
		}


/* Hyperlinks
----------------------------------------------------*/

a:link, a:visited {	
		text-decoration: none;
		font-weight: bold;
		color: #cc3300;
		cursor: pointer;
		}

a:hover, a:active {
		color: #FF0000;
		cursor: pointer;
		}		
		
/* Navigation
----------------------------------------------------*/

div.navi { 
		width: 200px;
		height:	616px;
		float: left;
		}

a.navi, a.navi:visited { 
		color:#000;
		font-size: 21px;
		text-decoration: none;
		font-weight: normal;	
		}

a.navi:active, a.navi:hover	{ 
		color:#AC9393;
		}


