/**
 * Seite: sh-online.de
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2006
 * Autor: Niels Weber
 ****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}
body {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/****************************************************************************************************
 *
 * H E A D E R
 * ===========
 *
 ****************************************************************************************************/
#header {
	width: 100%;
	height: 90px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #cc0000;
	color: #eeeeee;
}
/****************************************************************************************************
 *
 * N A V I - B A S I S
 * ===================
 *
 ****************************************************************************************************/
fieldset.navi-basis-fieldset {
	width: 100%;
	border: 0;
	border-bottom: 4px solid #ffcc00;
	background-color: #cc0000;
	color: #eeeeee;
	text-align: right;
}
#navi-basis {
	width: 100%;
	background-color: #cc0000;
	overflow: auto;
}
#navi-basis ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#navi-basis a {
	color: #eeeeee;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#navi-basis ul li {
	padding: 3px 10px 3px 10px;
	float: left;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #cc0000;
}
#navi-basis ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#navi-basis ul li.current {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #ffcc00;
}
#navi-basis ul li.current a {
	color: #333333;
}
/****************************************************************************************************
 *
 * N A V I - S U B
 * ===============
 *
 ****************************************************************************************************/
#navi-sub {
	width: 100%;
	overflow: auto;
	/* border-top: 1px solid #333333; */
	background-color: #ffcc00;
}
#navi-sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#navi-sub a {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#navi-sub ul li {
	padding: 2px 10px 0 10px;
	float: left;
}
#navi-sub ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#navi-sub ul li.current {
	background-color: #ffcc00;
}
#navi-sub ul li.current a {
	color: #333333;
}
/****************************************************************************************************
 *
 * N A V I - M A I N
 * =================
 *
 ****************************************************************************************************/
fieldset.navi-main-fieldset {
	width: 245px;
	padding: 0 0 200px 0;
	clear: both;
	float: left;
	border: 0;
	background-color: #3333cc;
	color: #eeeeee;
}
#navi-main h2 {
	width: auto;
	min-width: 220px;
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom: 4px solid #ffcc00;
	color: #ffcc00;
	font-weight: bold;
	font-size: 1.2em;
}
/****************************************************************************************************/
#navi-main .tx-ticshopraesi-pi1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi-main .tx-ticshopraesi-pi1 ul li {
	padding: 0;
	border-bottom: 1px solid #ffffff;
	font-size: 1em;
}
#navi-main .tx-ticshopraesi-pi1 ul li.current {
	padding: 0 0 5px 0;
}
#navi-main .tx-ticshopraesi-pi1 ul li.current a {
	background-color: #ffffff;
	color: #cc0000;
	font-weight: bold;
}
#navi-main .tx-ticshopraesi-pi1 ul li.current a:hover {
	color: #cc0000;
}
#navi-main .tx-ticshopraesi-pi1 ul li a {
	padding: 4px 0 4px 10px;
	display: block;
	color: #eeeeee;
	font-weight: normal;
	text-decoration: none;
}
#navi-main .tx-ticshopraesi-pi1 ul li a:hover {
	color: #ffcc00;
}
/****************************************************************************************************/
#navi-main .tx-ticshopraesi-pi1 ul li ul.level2 {
	margin: 4px 0 0 25px;
	padding: 0;
	list-style: square;
}
#navi-main .tx-ticshopraesi-pi1 ul li ul.level2 li {
	padding: 2px 0 2px 0;
	font-size: 0.9em;
	border: 0;
}
#navi-main .tx-ticshopraesi-pi1 ul li ul.level2 li a {
	padding: 0;
	display: block;
	background-color: #3333cc;
	color: #eeeeee;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
#navi-main .tx-ticshopraesi-pi1 ul li ul.level2 li a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#navi-main .tx-ticshopraesi-pi1 ul li ul.level2 li.current a {
	color: #ffcc00;
	text-decoration: underline;
}
/****************************************************************************************************
 *
 * C O N T E N T
 * =============
 *
 ****************************************************************************************************/
fieldset.content-fieldset {
	margin: 10px 0 0 0;
	border: 0;
	display: block;
	overflow: hidden;
}
#content {
	padding: 10px 20px 30px 20px;
}
#content h1 {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: 1px;
}
#content h2 {
	margin: 0;
	padding: 2em 0 0.5em 0;
	font-weight: bold;
	font-size: 1.2em;
}
#content h3,
.tx-newloginbox-pi1 h3 {
	margin: 0;
	padding: 2em 0 0.25em 0;
	font-weight: bold;
	font-size: 1.2em;
}
#content p.csc-subheader-1 {
	margin: 0;
	padding: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.2em;
}
#content p.bodytext,
.tx-newloginbox-pi1 p {
	line-height: 1.4em;
}
#content a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #3333cc;
	text-decoration: underline;
}
#content fieldset.csc-mailform {
	border: 0;
}
#content .csc-mailform-field label {
	width: 100px;
	display: block;
	float: left;
	/*
	padding: 0 0 0.5em 0;
	display: block;
	*/
}
#content .csc-mailform-field input[type=submit] {
	margin: 0 0 0 100px;
}
#content .csc-mailform-field input[type=text] {
	width: 400px;
	margin: 0 0 0.8em 0;
	padding: 2px;
	border: 1px solid #333333;
	font-size: 1em;
}
#content .csc-mailform-field textarea {
	width: 400px;
	height: 10em;
	margin: 0 0 0.8em 0;
	padding: 2px;
	border: 1px solid #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#content .csc-mailform-field input[type=submit],
table.formtable tr td input.button,
table.formtable tr td input[type=submit],
table.formtable tr td input[type=reset] {
	padding: 0 1em 0 1em;
	border: 1px solid #333333;
	background-color: #ffcc00;
	font-weight: bold;
	cursor: pointer;
}
#content table tr td.label {
	width: 120px;
	vertical-align: top;
}
#content table tr td.label span {
	color: #cc0000;
}
#content table tr td div.error {
	padding: 0 0 5px 0;
	color: #cc0000;
}
table.formtable {
	width: 100%;
	background-color: transparent;
}
table.formtable tr td {
	padding: 2px 2px 2px 0;
	font-size: 11px;
}
table.formtable tr td input.middle,
table.formtable tr td select {
	width: 400px;
	padding: 2px;
	border: 1px solid #333333;
	color: #333333;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
table.formtable tr td select {
	height: 20px;
	padding: 2px;
}
table.formtable tr td textarea {
	width: 400px;
	height: 10em;
	line-height: 12px;
	padding: 2px;
	border: 1px solid #333333;
	color: #333333;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
/****************************************************************************************************/
.tx-srfeuserregister-pi1 h3 {
	padding: 0 0 1em 0;
}
.tx-srfeuserregister-pi1 h4 {
	padding: 0 0 1em 0;
}
.tx-srfeuserregister-pi1 p {
	padding: 0 0 2em 0;
}
.tx-srfeuserregister-pi1 fieldset,
#content .tx-newloginbox-pi1 fieldset {
	border: 0;
}
.tx-srfeuserregister-pi1 legend,
#content .tx-newloginbox-pi1 legend {
	display: none;
}
.tx-srfeuserregister-pi1 label span,
	span.redstar {
	color: #cc0000;
}
p.tx-newloginbox-pi1-forgotP {
	padding: 20px 0 0 0;
}
/****************************************************************************************************
 *
 * C O L 0 1  +  C O L 0 2
 * =======================
 *
 ****************************************************************************************************/
fieldset.content-fieldset table,
fieldset.content-fieldset table tr,
fieldset.content-fieldset table tr td {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#col01 {
	width: 245px;
	vertical-align: top;
	padding: 0 10px 0 20px;
}
#col02 {
	vertical-align: top;
	padding: 0 20px 0 10px;
}
#col01 h1,
#col02 h1 {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: 1px;
}
/****************************************************************************************************/
#col01 .tx-ticshopraesi-pi1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#col01 .tx-ticshopraesi-pi1 ul li {
	padding: 0 0 0 5px;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
#col01 .tx-ticshopraesi-pi1 ul li a {
	padding: 2px 0 2px 0;
	display: block;
	color: #3333cc;
	font-weight: bold;
	text-decoration: none;
}
#col01 .tx-ticshopraesi-pi1 ul li a:hover {
	color: #cc0000;
}
#col01 .tx-ticshopraesi-pi1 ul li.current {
	padding: 0 0 0 5px;
	background-color: #eeeeee;
}
#col01 .tx-ticshopraesi-pi1 ul li.current a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
#col01 .tx-ticshopraesi-pi1 ul li.current a:hover {
	color: #cc0000;
}
/****************************************************************************************************/
#col01 .tx-ticshopraesi-pi1 ul li ul.level2 {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
}
#col01 .tx-ticshopraesi-pi1 ul li ul.level2 li {
	padding: 1px 0 1px 10px;
	font-size: 0.9em;
	border: 0;
	border-top: 1px solid #eeeeee;
	background-color: #ffffff;
}
#col01 .tx-ticshopraesi-pi1 ul li ul.level2 li a {
	padding: 0;
	display: block;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#col01 .tx-ticshopraesi-pi1 ul li ul.level2 li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#col01 .tx-ticshopraesi-pi1 ul li ul.level2 li.current a {
	color: #cc0000;
	font-weight: bold;
	letter-spacing: 1px;
}
/****************************************************************************************************/
#col02 hr {
	display: none;
}
#col02 div.praesi {
	margin: 0 0 15px 0;
	padding: 5px;
	border: 1px solid #cccccc;
}
#col02 div.company {
	background-color: #eeeeee;
}
#col02 div.company h3 {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 1em;
}
#col02 div.praesi-description {
	padding: 0 0 4px 0;
}
#col02 div.praesi-daten {
	padding: 2px 0 0 5px;
}
#col02 div.praesi-anbieter {
	padding: 2px 0 0 5px;
}
#col02 div.praesi-url {
	padding: 2px 0 0 5px;
}
#col02 div.praesi-email {
	padding: 2px 0 0 5px;
}
#col02 a {
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;
}
#col02 a:hover {
	color: #3333cc;
	text-decoration: underline;
}
