/* @override http://www.magicthegathering.ch/style.css */

/*
www.magicthegathering.ch
2008 Edition
© trilogic.ch
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */

html{
	margin:0;
	padding:0;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

a:hover {
	border-bottom: 1px solid white;
}

a.fire {
	background: url(images/link_fire.gif) no-repeat left center;
	text-decoration: none;
	padding: 2px 5px 2px 18px;
	border-color: gray;
}

a.fire:hover {
	background: url(images/link_fire1.gif) no-repeat left center;
	color: red;
	border-color: red;
}

a.sun {
	background: url(images/link_sun.gif) no-repeat left center;
	text-decoration: none;
	padding: 2px 5px 2px 18px;
	border-color: gray;
}

a.sun:hover {
	background: url(images/link_sun1.gif) no-repeat left center;
	color: yellow;
	border-color: yellow;
}

a.water {
	background: url(images/link_water.gif) no-repeat left center;
	text-decoration: none;
	padding: 2px 5px 2px 18px;
	border-color: gray;
}

a.water:hover {
	background: url(images/link_water1.gif) no-repeat left center;
	color: #597efb;
	border-color: #597efb;
}

a.tree {
	background: url(images/link_tree.gif) no-repeat left center;
	text-decoration: none;
	padding: 2px 5px 2px 18px;
	border-color: gray;
}

a.tree:hover {
	background: url(images/link_tree1.gif) no-repeat left center;
	color: #5fae27;
	border-color: #5fae27;
}


a.skull {
	background: url(images/link_skull.gif) no-repeat left center;
	text-decoration: none;
	padding: 2px 5px 2px 18px;
	border-color: gray;
}

a.skull:hover {
	background: url(images/link_skull1.gif) no-repeat left center;
	color: #5fae27;
	border-color: #5fae27;
}

body {
	color: #fff;
	font: 12px Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
    background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/bkgd_fire.jpg);
	background-color: #000;
}

h1 {
	padding-bottom: 10px;
	font-size: 21px;
	margin-top: 4px;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3 {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 10px;
}

p {
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 10px;
}

.floatright {
	float: right;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}

#header {
	width: 970px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/magic_banner1.jpg) no-repeat;
}

#main {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	height: 100%;
	text-align: left;
}

#left {
	width: 200px;
	float: left;
}

#content {
	width: 560px;
	float: left;
	margin-top: 0;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0;
	color: silver;
}

#right {
	width: 200px;
	float: right;
	margin-top: 0;
	padding-top: 10px;
}

#titel {
	height: 40px;
	margin: 0;
	padding-top: 10px;
}

.banner {
	margin: 10px;
	border-style: none;
}

.noborder, .noborder:hover {
	border-style: none;
}

.content {
	margin-right: 30px;
	margin-bottom: 30px;
}

#inhalt {
	padding-top: 10px;
	height: auto;
}

table.t_reseller, table.t_kalender {
	width: 750px;
}

table.t_reseller td {
	border-bottom: 1px solid gray;
}

td.border-b{
	border-bottom: 1px solid gray;
}

.tr_titel {
	font-weight: bold;
	background-color: #1a1a1a;
	color: white;
	line-height: 1.5;
}

#youtube {
	float: left;
	width: 430px;
}

#youtubemenu {
	float: left;
	width: 280px;
	margin-right: 10px;
}

.active {
	font-weight: bold;
	margin-left: 50px;
}

/* START FORM */

.left {
	float: left;
	width: 340px;
}

.right {
	float: left;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 3px;
}

.right label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 60px;
	padding-top: 5px;
}

input {
	padding: 2px;
	margin: 0px 0px 10px;
	border: 2px solid #444;
	color: white;
	background-color: #5e5e5e;
}

textarea {
	padding: 2px;
	margin: 0px 0px 10px;
	border: 2px solid #444;
	color: white;
	background-color: #5e5e5e;
	width: 400px;
}

input.inputbig {
	width: 400px;
}

input.inputbig_ol {
	width: 400px;
	border-style: solid;
	border-color: orange;
	background-color: #333;
}


input.inputsmall {
	width: 150px;
	float: left;
}

.right input {
	width: 150px;
}

select {
	float: left;
	background-color: #5e5e5e;
	border: 2px solid #444;
	color: white;
	padding: 0;
	margin: 2px 0 10px 5px;
}

select.selectsmall {
	width: 150px;
}

select.selectbig {
	width: 400px;
}

textarea {
	height: 90px;
}

textarea:focus, input:focus {
	border: 2px solid silver;
}

label.formhelp {
	float: left;
	text-align: left;
	margin: -8px 0 0;
	padding: 0 0 0 170px;
	font-size: 12px;
}

.einschubform {
	padding: 0 0 0 170px;
}


label.formhelp2 {
	float: left;
	text-align: left;
	padding: 3px 0 0 10px;
	font-size: 12px;
}

input.submit-button {
	width: 150px;
	margin-left: 170px;
	border: 2px outset #e47b19;
	color: black;
	background-color: orange;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 160px;
	width: 420px;
	border: 1px solid #444;
}

/* END FORM */


/* START Navigation */

#navwrap {
	width: 195px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

#nav {
}

#hauptnav ul, #hauptnav_f ul, #sprachnav ul {
	padding: 0;
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#hauptnav li, #hauptnav_f li, #sprachnav li {
	height: 30px;
	list-style-type: none;
}

#hauptnav li a {
	height: 29px;
	width: 170px;
	overflow: hidden;
	background: url(images/nav.jpg) no-repeat;
	float: left;
	font-size: 1px;
	color: black;
	text-decoration: none;
	border-style: none;
}

#sprachnav li a {
	height: 29px;
	width: 170px;
	overflow: hidden;
	background: url(images/n_sprache.jpg) no-repeat;
	float: left;
	font-size: 1px;
	color: black;
	text-decoration: none;
	border-style: none;
}

#hauptnav_f li a {
	height: 29px;
	width: 170px;
	overflow: hidden;
	background: url(images/nav_f.jpg) no-repeat;
	float: left;
	font-size: 1px;
	color: black;
	text-decoration: none;
	border-style: none;
}

#nav li#n_home a {
	background-position: 0 0;
}

#nav li#n_magic a {
	background-position: 0 -29px;
}

#nav li#n_kaufen a {
	background-position: 0 -58px;
}

#snav li#n_turniere a, #snav_f li#n_turniere a {
	background-position: 0 -87px;
}

#nav li#n_kalender a {
	background-position: 0 -116px;
}

#nav li#n_newsletter a {
	background-position: 0 -145px;
}

#nav li#n_download a {
	background-position: 0 -174px;
}

#nav li#n_gallery a {
	background-position: 0 -203px;
}

#nav li#n_links a {
	background-position: 0 -232px;
}

#nav li#n_kontakt a {
	background-position: 0 -261px;
}


#nav li#n_home a:hover {
	background-position: -170px 0px;
}

#nav li#n_magic a:hover {
	background-position: -170px -29px;
}

#nav li#n_kaufen a:hover {
	background-position: -170px -58px;
}

#snav li#n_turniere a:hover, #snav_f li#n_turniere a:hover {
	background-position: -170px -87px;
}

#nav li#n_kalender a:hover {
	background-position: -170px -116px;
}

#nav li#n_newsletter a:hover {
	background-position: -170px -145px;
}

#nav li#n_download a:hover {
	background-position: -170px -174px;
}

#nav li#n_gallery a:hover {
	background-position: -170px -203px;
}

#nav li#n_links a:hover {
	background-position: -170px -232px;
}

#nav li#n_kontakt a:hover {
	background-position: -170px -261px;
}

#nav li#n_fr a {
	background-position: 0 -29px;
	margin-top: 20px;
}

#nav li#n_fr a:hover {
	background-position: -170px -29px;
}

#nav li#n_de a {
	background-position: 0 0px;
	margin-top: 20px;
}

#nav li#n_de a:hover {
	background-position: -170px 0px;
}

/* END Navigation */
/* START Subnavigation */

#snavkalender ul, #snav ul{
	list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#snavkalender li, #snav li {
	height: 30px;
	list-style-type: none;
	margin-left: -10px;
	float: left;
	margin-right: 10px;
}

#snavkalender li a, #snav li a {
	height: 29px;
	width: 170px;
	overflow: hidden;
	background: url(images/n_kalender.jpg) no-repeat;
	float: left;
	font-size: 1px;
	color: black;
	text-decoration: none;
	border-style: none;
}

#snav li a {
	background: url(images/nav.jpg) no-repeat;
}


#snavkalender li#n_allevents a {
	background-position: 0 0;
}

#snavkalender li#n_addevent a {
	background-position: 0 -29px;
}

#snavkalender li#n_allevents a:hover {
	background-position: -170px 0;
}

#snavkalender li#n_addevent a:hover {
	background-position: -170px -29px;
}

#snavkalender_f ul, #snav_f ul{
	list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#snavkalender_f li, #snav_f li {
	height: 30px;
	list-style-type: none;
	margin-left: -10px;
	float: left;
	margin-right: 10px;
}

#snavkalender_f li a, #snav_f li a {
	height: 29px;
	width: 170px;
	overflow: hidden;
	background: url(images/n_kalender_f.jpg) no-repeat;
	float: left;
	font-size: 1px;
	color: black;
	text-decoration: none;
	border-style: none;
}

#snav_f li a {
	background: url(images/nav_f.jpg) no-repeat;
}

#snavkalender_f li#n_allevents a {
	background-position: 0 0;
}

#snavkalender_f li#n_addevent a {
	background-position: 0 -29px;
}

#snavkalender_f li#n_allevents a:hover {
	background-position: -170px 0;
}

#snavkalender_f li#n_addevent a:hover {
	background-position: -170px -29px;
}

/* END Subnavigation */

#accordion {
	margin-right: 20px;
}

h2.toggler {
	cursor: pointer;
	font-size: 14px;
	background: #262626 url(images/bkgd_toggler.jpg) no-repeat;
	color: white;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 5px 5px 0 20px;
	height: 24px;
}

h2.toggler:hover {
	color: #ff9900;
}

div.element {
	background-color: #1a1a1a;
	margin-left: 2px;
	padding-left: 15px;
	line-height: 1.4;
	border-left: 5px solid #444;
}

div.element ul {
	list-style-position: outside;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1.4;
}


.clear {
	clear: both;
}