/*   
Theme Name: Tine Melzer
Author: arno
Author URI: http://www.samage.net/~arno
Version: 0.3
*/

body, table, tr, td, div, p, ul, li{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
body{
	background-image: url('./background2.gif');
	background-repeat: no-repeat;
	background-position: top left;
	/*
	background-image: url('./background4.gif');
	background-repeat: repeat-y;
	background-position: left;
	*/
	background-color: #ffffff;
}
table{
	border-collapse: collapse;
}
td{
	vertical-align: top;
}
img{
	display: block;
}
li{
	list-style: none;
}

#menu{
	padding-top: 45px;
}
#mainmenu{
	width: 125px;
	color: #707070;
}
#mainmenu li{
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 10px;
}
#mainmenu .spacer{
	width: 125px;
	height: 1px;
}
#submenu{
	width: 320px;
	color: #707070;
}
#submenu li{
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 65px;
	padding-bottom: 11px;
}
#submenu .spacer{
	width: 320px;
	height: 1px;
}

#content{
	padding-top: 45px;
}
#top-center{
	width: 400px;
	height: 270px;
}
#top-center-wide{
	width: 585px;
	height: 260px;
}
#top-center .container, #top-center-wide .container{
	padding: 10px;
	padding-top: 0px;
	padding-left: 0px;
}
#top-center img, #top-center-wide img{
	height: 250px;
	padding-left: 20px;
}
#top-right{
	width: 200px;
	height: 250px;
}
#top-right .container{
	padding: 10px;
}
#top-right img{
	height: 230px;
}
#page{
	width: 450px;
	height: 270px;
}
#longpage{
	width: 450px;
	max-height: 930px;
}
#page .container, #longpage .container{
	padding-left: 0px;
	max-height: 525px;
	overflow: auto;
}
#page p, #longpage p{
	padding: 10px;
	padding-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
#middle-right{
	width: 185px;
}
#middle-right img{
	padding-left: 10px;
	max-width: 175px;
}
#bottom{
	width: 600px;
	height: 270px;
}
#bottom .container{
	padding: 10px;
	padding-left: 0px;
}
#bottom img{
	height: 250px;
	padding-left: 20px;
}
.current_page_parent, .current_page_item{
	color: #000000;
}
a{
	color: inherit;
	text-decoration: inherit;
}
