/* ----------------------------------------------------------
	T32 - Stylesheet
---------------------------------------------------------- */

body {
	margin: 10px;
	padding: 4px;
	background-color: #0066B3;
}
p, div, td, th, .text{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
}
.small {
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: marine;
	letter-spacing: -1px;
	line-height: 1em;
}
a:link, a:active, a:visited, a:hover {
	color: #660000;
}


div.teaserThumbnail, div.notepadThumbnail {
	float: left;
	margin-right: 6px;
}

div.teaserThumbnail img, div.notepadThumbnail img{
	border: 1px solid silver;
}

.error {
	color: red;
}



/* IDs */
#copy {
	border-top: 1px solid silver;
	background-color: #f0f0f0;
	font-size: 11px;
	color: silver;
	text-align: center;
	margin: 10px 0 4px 0;
}
#copy a {
	text-decoration: none;
	color: silver;
}
#mainTable {
	/*
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -475px;
	width: 950px;
	background-color: #fff;
	*/
	border-right: 2px solid #333333;
	border-top: 2px solid #333333;
}

#content {
	padding: 10px;

}

#header {
	padding: 8px;
	border-bottom: 1px solid silver;
	height: 70px;
	background-color: #FFD980;

}
#menu {
	margin: 26px 8px 8px 8px;
}
#menu ul, #menu li {
	padding:0 0 0 5px;
	margin:0;
	list-style-type: none;
}

#menu ul li a{
	color: #000;
	padding-left: 6px;
	text-decoration: none;
}
/* /IDs */


/* TeaserListing / Notepad */
table.teaserlisting, table.notepadlisting {
	background-color: #F1F1F1;
	margin-bottom: 1em;
	border: 1px solid silver;
}

table.teaserlisting thead tr, table.teaserlisting thead td, 
table.notepadlisting thead tr, table.notepadlisting thead td {
	background-image: url(/t32Importer/templates/default/images/bg/bg-teaserlistingHeader.jpg);
}
table.teaserlisting tbody, table.notepadlisting tbody {
	background-image: url(/t32Importer/templates/default/images/bg/corner-teaserlisting.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* /TeaserListing / Notepad */


/* Preistabelle */
table.priceTable {
	background-color: #0066B3;
}
table.priceTable thead th {
	background-color: silver;
	text-align: left;
	color: #fff;
}

th.priceTable {
	font-weight: bold;
	font-size: 11px;
	background-color: #80C9FF;
}

td.priceTable {
	font-size: 11px;
	text-align: right;
	background-color: #fff;
	vertical-align: top;
}
div.priceLegend {
	margin-bottom: 2em;
}
/* /Preistabelle */


/* Merkmale -> features */
div.features {
	background-color: #BFCFFF;
	padding: 8px 8px 8px 8px;
	border: 1px solid silver;
	background-image: url(/t32Importer/templates/default/images/bg/corner-teaserlisting.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
div.features h3 {
	margin: 0 0 6px 0; padding: 0;
	font-size: 22px;
	color: #fff;
	line-height:1em;
}
div.features ul {
	margin: 0;
	padding: 0;
}
div.features ul li {
	font-size: 11px;
	display: inline;
	list-style-type: none;
}
/* /Merkmale */



/* Email */
.message {
	padding: 5px 0px 0px 10px;
}

/* /Email */

/* Reuired fields für das Kontaktformular */
input.required {
	border: 1px solid #990000;
	background-color: #ffffec;
}

#priceinfo {
	z-index: 100;
	position: absolute;
	background-color: #D8E5ED;
	border: 2px solid #666;
	padding: 12px; width: 600px;
	height: 500px;
	top: 120px;
	left: 50%;
	overflow: auto;
	margin-left: -300px;
}

.main > #priceinfo {
	position: fixed;
}

.loading {
	background-image: url(/t32Importer/templates/default/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}