/*-----------------------------------------------------------------------------
Advertime Screen Stylesheet

date:      20.09.07
author:    Alexander Grüneberg
email:     alexander.grueneberg AT trenovis DOT com
website:   http://www.trenovis.de
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

a img {
	border: 0;
}


/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
}

h2 {
	margin-bottom: 1.4em;
	font-size: 1.6em;
}

h3 {
	margin-bottom: 1.3em;
	font-size: 1.4em;
}

h4 {
	margin-bottom: 1.2em;
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
	font-size: 1.0em;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover,
a:active,
a.selected {
	text-decoration: underline;
}


/* Body
-----------------------------------------------------------------------------*/

body {
	font: 85%/1.5  Arial, Verdana, Tahoma, sans-serif;
	color: #000;
}


/* Container
-----------------------------------------------------------------------------*/

#container {
	width: 800px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/

div#header {
	position: relative;
	width: 100%;
	height: 139px;
	margin-bottom: 30px;
	background: url('/UserFiles28/Image/advertime-logo.jpg') no-repeat;
}

div#header h1 {
	position: absolute;
	top: 65px;
	left: 280px;
}


/* Navigation
-----------------------------------------------------------------------------*/

div#navigation {
	float: left;
	width: 145px;
	height: 300px;
}

div#navigation ul {
	margin-left: 0px;
	list-style: url('/UserFiles28/Image/bullet.gif');
}

div#navigation li {
	line-height: 2.5em;
}

/* Content
-----------------------------------------------------------------------------*/

div#content {
	float: right;
	width: 655px;
}

div.title {
	width: 100%;
	font-size: 1.4em;
	text-align: center;
	background: #CCEDFF;
}


/* Footer
-----------------------------------------------------------------------------*/

div#footer {
	width: 100%;
	text-align: center;
}


/* Forms
-----------------------------------------------------------------------------*/

input,
select,
textarea {
	padding: 2px;
	background: #FAFAFA;
	border: 1px solid #DDD;
}

input:focus,
select:focus,
textarea:focus {
	background: #FFF;
}


/* Lists
-----------------------------------------------------------------------------*/

ul,
ol {
	margin-left: 25px;
}


/* Lines
-----------------------------------------------------------------------------*/

hr {
	width: 95%;
	margin: 30px 0 5px 0;
	border-top: 2px solid #CCEDFF;
}


/* Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}

th {
	padding: 2px;
	font-weight: normal;
	text-align: left;
	background: #CCEDFF;
}

td {
	padding: 2px;
	vertical-align: top;
}

table.border th,
table.border td {
	text-align: center;
	border: 1px solid #888;
}