/*
================================
start.css

murtenschiessen.ch Template for Joomla!
designed ©2008 by projekteins.ch
feel free to edit and copy, but:
declare the bases in your work!!

projekteins.ch - solgan:
people too weak to follow their
own dreams, will always find a
way to discourage yours!

Muntelier, 19.04.2008 / ch
================================
*/


/* Normalisieren  (margin, padding) */
body, div, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	} 

/* Normalisieren  (Überschriftsgrössen) */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
	
/* Normalisieren  (list-style) */
ol, ul {
	list-style: none;
	}
	
/* Normalisieren  (font-style, font-weight) */
adress, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}

/* Normalisieren  (list-style) */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Normalisieren  (border) */
fieldset, img {
	broder: 0;
	}

/* Normalisieren (Linksausrichtung) */
caption, th {
	text-align: left;
	}

/* Normalisieren (Anführungszeichen) */
q:before, q:after {
	content:'';
	}


/*
================================
So, jetzt aber!
================================
*/



html {
	text-align:	center;
	background: #ccc;
		font: 90%/1.7 "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;

	}
	
body {
	position:relative;
	width: 500px;
	margin: 0 auto;
	text-align:left;
	border: 0px solid #FFFF99;
	
	}
	
	
div#centerrow {
	position:absolute;
	top:20px;
	left:0px;
	width: 500px;
	height: 475px;
	background: #b8b7b7 url(bubenberg-intro.jpg) top left no-repeat;
	border: 1px solid #600;
	}
	
div#language {
	position:absolute;
	top:500px;
	left: 0px;
	background: #b8b7b7;
	width: 500px;
	text-align:center;
	border-top: 1px solid #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	}

#language a:link, #language a:active, #language a:visited {
	display: block;
	background: #b8b7b7;
	line-height:1.8em;
	color: #660000;
	font-size:95%;
	text-decoration: none;
	border-bottom: 1px solid #600;
	}

#language a:hover {
	background: #660000;
	color: #ccc;
	border-bottom: 1px solid #600;
	}


/*
================================
end start.css

murtenschiessen.ch
designed ©2008 by projekteins.ch

================================
*/

