/*
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; 
		font-size: 15px; 
		color: #000; 
		text-align: left;
        }
		

.page	{
		width: auto;
		height: auto;
		}
		
table	{
		border: 0px;
		}
		
td		{
		border: 0px;
		}
		
/* Content
----------------------------------------------------*/

.content{
		width: 484px;
		height:	auto;
		text-align: justify;
		float: left;
		}
		
.content p {
		margin: 10px;
		}
		
.content h1 {
		margin: 10px;
		border-bottom: 1px solid #000;
		font-size: 18px;
		}
		
.content h2 {
		font-size: 18px;
		}
		
.content b {
		margin: 10px;
		}
				
.content img {
		margin: 10px;
		}

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

a:link, a:visited, a:hover, a:active {	
		text-decoration: none;
		font-weight: bold;
		color: #cc3300;
		cursor: default;
		}		
		
/* Navigation
----------------------------------------------------*/

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

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

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


