/***************************************************/
/*  
Theme Name: lucawaldner.com - Main Theme
Description: theme for lucawaldner.com
Version: 2.2
Author: Luca Waldner <luca@lucawaldner.com>
Author website: http://www.lucawaldner.com
Thanks to Gaelle (http://www.onsitus.it) for help!
Created: January 2007
Modified: august 2008
Copyright: no copyright
*/
/***************************************************/

html {
	margin: 0;
	padding: 0;
	background-color: black;
}

body {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 76%;
	text-align: center;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: justify;
	background-color: white;
	border-left: 1px solid white;
	background: url(photos/IMG_0325.jpg) repeat-y right top;
}

#header {
	text-align: left;
}

#main {
	margin-right: 169px;
	margin-bottom:0;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}

#menu {
	position: absolute;
	overflow: visible;
	text-align: left;
	right: 0;
	top: 0;
	width: 170px;
}

#footer {
	color: black;
	margin-right: 169px;
	text-align: center;
	font-size: x-small;
	padding-top: 1px;
	padding-bottom: 15px;
	background-color: white;
}

img {
	border: 0;
}

h1 {
	font-weight: bold;
	margin: 0;
	font-size: 27px;
	padding: 0;
	color: black;
}

h2 {
	border-bottom: 1px solid black;
}

#header p {
	font-weight: bold;
	margin: 0;
	font-size: 28px;
	padding: 0;
	padding-top: 5px;
	color: white;
}

#main a:hover {
	color: red;
}

#menu li {
	padding: 3px 2px 3px 4px;
}

#menu a:link, #menu a:visited {
	display: block;
	text-decoration: none;
	color: black;
	width: 100%;
	font-size: small;
}	

#menu a:hover {
	background: #5d0048;
	color: #ff76ed;
	font-size: small;
}

#menu ul {
	padding: 8px 0 0 0;
	margin: 8px 0 0 0;
	list-style-type: none;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000cff;
	width: 100%;
}

#footer img {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
}

#footer a:hover {
	color: red;
}

#rorf a:link {
	text-decoration: none;
	color: white;
}

#rorf a:hover {
	color: white;
}

#rorf a:visited {
	text-decoration: none;
	color: green;
}

#language {
	font-size: 85%;
}

#sitemap {
	margin-left: 80px;
}

#sitemap ul{
	font-weight: bold;
	list-style-type: disc;
	margin-left: 10px;
}

#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
	color: #801467;
	width: 100%;
}

#sitemap a:hover {
	color: red;
}

.news {
	color:#ae2f29;
	font-size:30px;
	line-height:27px;
	font-style: italic;
}

#gallerie {
	margin-left: 200px;
}

#gallerie ul{
	font-weight: bold;
	list-style-type: disc;
	margin-left: 10px;
	font-size: 17px;
}

#gallerie a:link, #gallerie a:visited {
	text-decoration: none;
	color: #0000FF;
	width: 100%;
}

#gallerie a:hover {
	color: red;
}