body {
	background:#efefef url('/fileadmin/templates/html/media/back-bottom.jpg') center top repeat-x;
	font-family:Verdana, sans-serif;
	font-size:13px;
	color:#eee;
	margin:0;
}

div#container {
	background:#000;
	width:56em;
	margin:0 auto;
	padding:2em 4em;
}

h1 {
	color:#fff;
	margin:0.25em 0 0.75em 0;
	font-size:1.8em;
	line-height:1.5em;
}

h2 {
	color:#fff;
	font-size:1.4em;
	margin:0.5em 0 0 0;
}


h3 {
	color:#fff;
	font-size:1em;
	margin:0.5em 0 0 0;
}

hr {
	height:1px;
	border:none;
	border-bottom:1px solid #333;
	margin:1em 0;
}

td {
	vertical-align:top;
	padding:0;
}


td.plugin {
	text-align:center;
	width:270px;
	vertical-align:middle;
}

td { 
	padding:1em 0;
}

p {
	line-height:130%;
	margin:0 0 1.5em 0;
}

img {
	border:0;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#e00;
	text-decoration:none;
}

p a, li a {
	background:transparent url('/fileadmin/templates/html/media/anchor-icons/link-internal.gif') right center no-repeat;
	padding-right:16px;
}

ul.list {
	list-style-type:none;
	padding:0;
	margin:0;
}


ul li, ol li {
	margin-bottom:1em;
}


ul.list li {
	margin:0;
}


input {
	border:1px solid #ccc;
	margin:0.5em 0 0 0;
}

.small {
	font-size:85%;
}

.grey {
	color:#ccc;
}

.intro {
	width:65%;
}

.error, .important {
	color:#f00;
}

.success {
	font-weight:bold;
}

.footer {
	text-align:right;
}

dt {
	font-weight:bold;
	font-style:italic;
}

dd {
	margin-bottom:1em;
}