/*
Theme Name: Musik Wettstein
Theme URI: http://musikwettstein.ch
Description: Musik Wettstein Site Template
Version: 1.0
Author: Patrick Honegger
*/

* {
	font-family:Verdana,Arial,Helvetica,sans-serif;	
}

body {
	background:#999988;
	color:black;
	font-size:10pt;
}

a,a:visited {
	color:#0091d6;
	text-decoration:underline;	
}

a:hover {
	color:black;
}

img {
	border:0;	
}

h1 {
	padding-top:0;
	margin-top:0;	
}

#thepage {
	position:absolute;
	top:16px;
	left:50%;
	width:768px;
	margin-left:-384px;	
}

#head {
	width:768px;
	height:192px;
	margin-bottom:28px;
}

#navigation, #address {
	background:url('images/navi.png') no-repeat center;
	width:768px;
	height:36px;
	margin-bottom:28px;
	padding-top:14px;;
	text-align:center;
	overflow:hidden;
}

#navigation * {
	vertical-align:center;	
}

#navigation ul {
	position:relative;
	top:1px;
	left:-10px;
	list-style-type: none;
	list-style-position:inside
	padding:0;
	margin:0;
}

#navigation ul li {
	display: inline;
	padding:0 6px 0 0;
	margin:0 6px 0 0;
}

#navigation a, #navigation a:visited {
	text-decoration:none;
}

#address a, #address a:visited {
	text-decoration:none;
	color:black;	
}

#navigation a:hover {
	text-decoration:underline;;
} 

*.current_page_item, *.current_page_item *, *.current_page_item *:visited {
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

#containerA {
	background:url('images/navi.png') no-repeat top;
	width:768px;
	height:16px;
	margin:0;
}

#containerB {
	background:url('images/navi.png') no-repeat bottom;
	width:768px;
	height:16px;
	margin:0 0 28px;	
}

#container {
/*	width:768px;*/
	background:white;
	padding:12px;
	margin:0;
}

img.alignleft {
	float:left;	
}

img.alignright {
	float:right;	
}

img.aligncenter {
	text-align:center;	
}