/* base.css - Definitions for main layout objects */
/* so far: everything that resides in template "layout" */

* {
	margin:  0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

body{
	/* der schicke Hintergrundverlauf */
	background:#6F5C31 url(/static/images/layout/verlauf_bg.gif) 0px 0px repeat-x;
	text-align: center; /* IE6 hack for border:auto in div#all, see layout.css */
}

a {text-decoration:none}
a:hover {text-decoration:none}

div.stbutton.horizontal { margin-top: -18px; }
