/*
Theme Name: Saite an Saite
Theme URI: http://saiteansaite.ch
Description: Saite an Saite Site Template
Version: 1.0
Author: Patrick Honegger
*/

* {
	font-family:Georgia,serif;
	border:0;
}

body {
	background:#8a181a;	
	color:black;
}

body,p,td,input,select {
	font-size:12pt;	
}

a,a:visited {
	color:#8a181a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

#container,#container_home,#container_kontakt {
	position:absolute;
	
	left:50%;
	top:110px;
	
	margin-left:-250px;
	
	width:500px;
	height:500px;	
	
	background:#eeeeee url(images/ornament.gif) no-repeat center;
	
	overflow:hidden;
	
	z-index:100;
}

#container_home {
	background:url(images/home.jpg) no-repeat center;
}

#container_kontakt {
	background:url(images/kontakt.jpg) no-repeat center;
}

#scrolling {
	position:absolute;
	
	left:50%;
	top:110px;
	margin-left:-275px;
	
	text-align:right;
	
	width:550px;
}

#page {
	position:relative;
	left:5px;
	top:5px;
	width:490px;
	height:490px;
}

#container_kontakt #page {
	left:24px;
	width:452px;
}

#shadow {
	position:absolute;
	
	left:50%;
	top:100px;
	
	margin-left:-260px;
	
	width:520px;
	height:520px;
	
	background:url(images/shadow.gif) no-repeat;	
}

#navigation {
	position:absolute;
	
	left:50%;
	top:650px;
	
	margin-left:-350px;
	
	width:700px;
	
	text-align:center;
}

*.nextpage {
	text-align:right;
	font-weight:bold;
}

*.alignleft {
	margin-right:4px;
	float:left;	
}

*.alignright {
	margin-left:4px;
	float:right;	
}

*.aligncenter {
	display:block;
	text-align:center;	
}
