/*
client:          Restaurant Krishna
website:         www.krishna-muenchen.de
version:         1.0
date:            2008-10-06
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

/*
							document
*/

body {
	width: 950px;
	font: 12px/1.4 verdana, sans-serif;
	color: #000;
	background-color: #a2daf4;
}

/*
							layout
*/

#header {
	float: left;
	width: 230px;
	padding: 20px;
}

#content {
	float: left;
	width: 640px;
	padding: 28px 20px 20px 20px;
	color: #000;
	background-color: #fff;
}

#footer {
	clear: both;
	margin-left: 270px;
	padding: 2em 20px;
}

/*
							typography
*/

h1 {
	font-size: 24px;
	margin-bottom: 1.5em;
	font-family: georgia, serif;
	text-transform: uppercase;
	color: #e75113;
	background-color: inherit;
}

h2 {
/*	color: #9d0d15;*/
	color: #e75113;
	font-size: 18px;
	font-family: georgia, serif;
/*	text-transform: uppercase;*/
}
	
h3 {
	font-size: 15px;
}

a:link, a:visited {
	color: #e75113;	
}

a:hover, a:focus {
	color: #9d0d15;
}

em {
	font-family: georgia, serif;
	color: #9d0d15;
	font-style: normal;
	font-weight: bold;
}

strong {
	color: #9d0d15;
	font-style: normal;
	font-weight: bold;	
}

#footer {
	color: #9d0d15;
	font-size: 10px;
}

/*
							navigation
*/

.news
{
	padding: 18px;
	background-color: #fff;
}

ul#nav {
	margin: 0;
	padding: 18px 0 18px 18px;
	list-style-type: none;
	font-family: georgia, serif;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
}

#nav li {
	display: inline;
}

#nav a, #nav .current-page {
	display: block;
	text-decoration: none;
	padding: 0.4em 0;
}

#nav a:link, #nav a:visited {
	color: #9d0d15;
	background-color: inherit;
}

#nav a:hover, #nav a:focus {
	color: #e75113;
	background-color: inherit;
}

/*
							content
*/

.download-item {
	float: right;
	width: 105px;
	margin: 0.5em 0 0.5em 20px;
}

.download-item p {
	margin-top: 0.5em;
}

.lageplan {
	float: right;
}

.gallery a {
	float: left;
	margin: 0 10px 10px 0;
	width: 140px;
	height: 140px;
	padding: 5px;
	background-color: #e5e5e5;
}

.gallery img {
	float: left;
	margin: 0;
}

/*
							tables
*/

table {
	border-collapse: collapse;
	font-size: 12px;
}

th, td {
  	text-align: left;
}
