@import "news.css";
@import "job_table.css";
@import "banner-ads.css";

/* -------------------------------- Browser vereinheitlichen -------------------------------- */
*	{
	margin: 0;
	padding: 0;
} 

fieldset, a img {
	border: 0;
}


/* -------------------------------- Allgemein -------------------------------- */
body, select, input, textarea	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background: #999;
	padding: 30px;
}

h1, h2, h3, h4, h5 {
         color:#f60;
         font-family: Georgia,"Times New Roman",Times,serif;
         font-weight: normal;
         font-size: 21px;
}
h2 {
         font-size: 19px;
         font-weight: bold;
}
h3 {
         font-size: 16px;
         margin-bottom:2px;
}
h4 {
	font-size: 14px;
}
h5 {
         font-size: 12px;
}
p {
	line-height: 140%;
}
.subline {
         font-family: Verdana, sans-serif;
         color:#244261;
         font-size: 9px;
         font-weight: bold;
}




/* -------------------------------- IDs -------------------------------- */
#page {
	width: 840px; 
	padding: 10px 0 10px 10px;
	border:1px solid #CCC;
	background: #f3f3ef;
}
#header {
	overflow:hidden;
	width:825px;
	background: #fff; /* url(../images/bg_menue.png) repeat-x bottom left;*/
	border: 1px solid #CCC;
}
#header-right {
	width:365px;
	min-height:90px;
	padding: 5px 10px 10px 0;
	float:right;
	background: #FFF;
	text-align:right;
	font-size: 9px;
	line-height: 140%;
}
#searchDiv {
	clear: right;
	padding: 5px 0 0 0;
}
#logo {
	overflow: hidden;
	float:left;
	background: #FFF url(../images/logo.png) no-repeat top left;
}
#logo_slogan {
	font-family:helvetica, sans-serif;
	position:relative;
	top:87px;
	left:10px;
	color:#244261;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 0 0px #1B324A;
}
#content, #content-full, #sidebar {
	min-height: 1px; /* if no content is there */
	overflow: hidden;
}
#content {
	width: 520px;
	background: #fff;
}
#content-full {
	width: auto;
	margin: 10px 15px 0 0;
	overflow: hidden;
	background: #fff;
}
#sidebar {
	float: right;
	width: 300px;
	margin-right: 15px !important;
	margin-right: 5px;
	
}
#columns {
	overflow: hidden;
	margin-top:10px;
}

#header-right ul {
	list-style-type:none;
	overflow:hidden;
	line-height:13px;
	float: right;
}
#header-right li {
	margin: 0 5px 0 0;
	float: left;
}
#header-right li a {
	text-decoration:none;
	color:#244261;
	border-left: 1px solid #244261;
	padding-left: 5px;
}
#header-right li a:hover, #header-right li a:focus, #header-right li a.active  {
	text-decoration:underline;
}
#mainnav {
	clear:both;
	width:825px;
	background: #FFF;
	border-top: 0;
	overflow: hidden;
}
#mainnav ul {
	list-style-type:none;
	line-height:22px;
}
#mainnav li {
	float:left;
	min-width:75px;
}
#mainnav a {
	color:#fff;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	padding:0 5px !important;
	padding: 0 10px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	background:url(../images/bg_menue.png) repeat-x center left;
	background:url(../images/navi-gradient-bg.png) repeat-x center left;
}
#mainnav a:hover, #mainnav a:focus, #mainnav a.active {
	background:url(../images/navi-gradient-active.png) repeat-x center left;
	color:#244261;
	text-decoration:none;
}
#mainnav a.active {
	font-weight: bold;
}
#secondnav, #secondnav-shop {
	background:url(../images/navi-gradient-bottom.png) repeat-x center left;
	min-height: 10px;
	overflow: hidden;
	height: 1%;
}
#secondnav-shop {
	background:url(../images/navi-gradient-bottom-shop.png) repeat-x center left;
}
#secondmenu {
	list-style-type:none;
	line-height:20px;
	overflow:hidden;
}
#secondmenu li{
	float:left;
	min-width:80px;
}
#secondmenu a {
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:0 3px !important;
	padding: 0 10px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	background:url(../images/navi-gradient-bottom.png) repeat-x center left;
	color:#244361;
}
#secondnav-shop #secondmenu a {
	background:url(../images/navi-gradient-bottom-shop.png) repeat-x center left;
	color: #f60;
}
#secondmenu a:hover, #secondmenu a:focus, #secondmenu a.active {
	text-decoration: none;
}
#secondmenu a.active {
	font-weight: bold;
}
#shopmenu {
	background:url(../images/menu-orange.png) repeat-x center left;
	list-style-type:none;
	overflow:hidden;
	height: 1%;
}
#shopmenu li {
	float:left;
}
#shopmenu a {
	background:url(../images/menu-orange.png) repeat-x center left;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	padding:0 5px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	width:67px;			
}

#shopmenu a:hover, #shopmenu a:focus, #shopmenu a.active {
	background:url(../images/menu-orange-hover.png) repeat-x center left;
	color: #f60;
	text-decoration:none;
}

#mainnav li ul {
	overflow: hidden;
	position: absolute;
	left: -999em;
	z-index: 999;
	background: #d7e4f2;
	padding: 5px;
	line-height: 16px;
	width: 150px;
}
#mainnav li:hover ul {
	left: auto;	
}
#mainnav li ul li {
	float: none;
	padding: 0 0 4px 0;
}
#mainnav li ul li a {
	background: none;
	color: #244261;
	display: block;
	text-align: left;
	padding: 3px 0;
	text-transform: none;
}
#mainnav li ul li a:hover,
#mainnav li ul li a:focus,
#mainnav li ul li .active {
	background: none;
	text-decoration: underline;
}
#mainnav li ul li .active {
	font-weight: bold;
}
#shopmenu li ul {
	background: #f60;
}
#shopmenu li ul li a, #shopmenu li ul li a:hover, #shopmenu li ul li a:focus, #shopmenu li ul li a.active {
	color: #fff;
}

#footer {
	text-align:center;
	margin: 10px 0px;
	color:#a0a0a0;
}
#footer ul {
	list-style-type:none;
	margin: 10px auto;
	width:90%;
	line-height:13px;
}
#footer li {
	display:inline;
	padding:0px 5px;
	border-left:1px solid #a0a0a0;
}

#footer li:first-child {
	border-left:0;
}
#footer a {
	text-decoration:none;
	color:#a0a0a0;
}
#footer-bottom{
	text-transform:uppercase;
}
#footer a:hover, #shopmenu a:focus {
	text-decoration:underline;
}
.column {
	float: left;
}

.box {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom:5px;
	overflow: hidden;
	height: 1%;
}
.box-no-bottom {
	border-bottom: 0;
	margin-bottom: 0;
}
.box-no-top {
	border-top: 0;
	margin-top: 0;
	clear: both;
}
.box-no-all {
	border: 0;
}
.box-border-r {
	border: 0;
	border-right: 1px solid #ccc;
	margin-bottom: 0;
}
.smalltext {
	font-size: 9px;
	color: #244261;
}
.news-list-container h4, .news-single-item h4 { font-family: Verdana; font-size: 11px; font-weight:bold; }
#sidebar .box h3.boxhead, #sidebar .box h4.boxhead, #sidebar h3.boxhead a {
	background: url(../images/box-header-blue.png) repeat-x center left;
	height: 16px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-family: Verdana,Geneva,sans-serif;
	padding: 4px 5px 0 10px;
	
}
#sidebar h3.boxhead a { padding:0; }
#content .box h1.boxhead,
#content-full .box h1.boxhead,
#content .box h2.boxhead,
#content-full .box h2.boxhead {
	background: none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	color: #f60;
	padding: 5px 10px;
	font-weight:bold;
	height: 16px;
}
.box .innerbox, 
.box .csc-image, 
.box .tx-sriframe-pi1,
.csc-linkToTop,
.csc-uploads,
.tagcloud,
.tiplink,
.tx-it24depdates, 
.tx-dropdownsitemap-pi1,
.tx-thmailformplus-pi1,
.tx-it24specials-pi1-singleView,
.tx-srfeuserregister-pi1,
.tx-newloginbox-pi1,
.tx-fesearchintable-pi1,
.tx-it24gallery-pi1,
.tx_tipafriend  {
	margin: 10px;
}
.box .csc-textpic-text .innerbox {
	margin: 0; /* Text mit Bild */
}
.innerbox ul, .innerbox ol {
	margin: 5px 20px;
}
.tx-newloginbox-pi1 > h3 {
	display: none;
}
.tx-it24depdates-pi1-listrow {
	margin-top: 10px;
}
.tx-it24depdates-pi1{
	text-indent: 10px;
}
.it24depdates-text {
	font-size: 10px;
}
.it24depdates-flag {
	display: inline;
	margin-right: 3px;
}

.it24depdates-countryname {
	font-size: 14px;
	font-weight:bold;
	display: inline;
}

.it24depdates-time {
	font-size: 10px;
	clear: both;
}

.it24depdates-right {
	float: right;
	width: 331px;
	overflow: hidden;
}
.it24depdates-left {
	float: left;
	text-indent: 5px;
}
.darkrow, .lightrow {
	clear: both;
	overflow: hidden;
	padding: 5px 5px 10px 5px;
}
.csc-form-labelcell {
        padding: 4px 10px;
}
.it24depdates-ical {
	margin-top: 16px;
}

.it24depdates-ical a{
	color: #fff;
	font-weight:bold;
	padding:0px;
	background: url(../images/button_bg.png) no-repeat center left;
	width:100px;
	font-size: 10px;
}

.it24depdates-ical a img {
	background-image:url(../images/addToCal.png);
}
.it24depdates-ical a:first-child {
	background-image: none !important;
}
.tx-it24specials-pi1 th {
	font-weight: bold;
	font-size: 14px
}
.tx-it24specials-pi1 td {
	padding: 5px 10px;
}
.tx-it24_specials-title {
	color: #FF6600;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
}

.tx-it24_specials-event {
	font-size: 12px;
	padding:0px;
	color: #FF6600;
}
.it24depdates-title {
	font-size: 14px;
	text-indent: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.it24depdates-listItem {
	margin-bottom:15px;
}
.tx-dropdownsitemap-pi1 div {
	margin: 0;
	padding: 0;
}
.tx-dropdownsitemap-pi1 .expAll {
	margin-bottom: 20px;
}
.tx-dropdownsitemap-pi1 li div {
	margin-left: 20px;
}
.pollanswer {
	float: left;
	margin: 0 5px 5px 0;
}
.pollquestion {
	display: none;
}
.pollmain {
	line-height: 19px;
}
.polltitle h2 {
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #244261;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 9px !important;
}
.tx-quickpoll-pi1 {
	margin: 10px;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 9px !important;
}
.pollresulttext br {
	display: none;
}
.pollresulttext {
	margin: 15px 0 0 0;
}
.tx-dvzstellenmarkt-pi2, .tx-dvzstellenmarkt-pi1 {
	margin: 10px;
}
.tx-dvzstellenmarkt-list h2, .tx-dvzstellenmarkt-pi2-latest h2, .tx-dvzstellenmarkt-pi2 .csc-header{
	display: none;
}

#date {
	color:#244261;
	float:left;
	font-weight: bold;
	display: block;
	padding-right: 5px;
}
.tx-fesearchintable-pi1 ul, .tx-fesearchintable-pi1 ol {
	list-style-type: none;
}
.tx-fesearchintable-pi1 h3 {
	padding: 10px 0 5px 0;
}
#submit {
	border: 1px solid #ccc;
}
#siteSearch {
	margin: 8px 0 0 0;
}
#TextBox1 {
	position: relative;
	top: -7px;
	left:-5px;
	width: 200px;
	border: #dee3e5; 
  	border-style: solid; 
  	border-top-width: 1px; 
  	border-right-width: 1px; 
  	border-bottom-width: 1px; 
  	border-left-width: 1px;
  	padding:4px;
  	color:#6d6e6f;
}
.pubcontainer {
	margin: 10px 0;
	border: 0 !important;
	width: auto !important;	
}
div.searchFormFull input#DC_SearchText {
	height: auto !important;
	font-size: inherit !important;
}
.tx-thmailformplus-pi1 table td ul {
	margin-left: 20px; /* fehler einruecken */
}
.tx-thmailformplus-pi1 table td > li {
	margin-left: 20px; /* teilw. li nicht in ul */
}
div.tagcloud {
	background-color: #fff;
	padding: 0;
	border: 0;
}
div.tagcloud a {
	color:#f60;
}
div.tagcloud a:hover {
	text-decoration:none;
	text-shadow: 0;
}
.tx-it24specials-pi2 {
	padding-top:5px;
}
.it24depdates-location {
	padding-top:10px;	
}
.it24depdates-right {
	line-height:1.4em;
}
.tx-timtabsociable-pi1 {
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
	width: 130px;
}
.tiplink {
	float: right;
}
.tx_tipafriend_formfield {
	margin: 0 0 5px 0;
	overflow: hidden;
}
.tx_tipafriend_formfield label {
	display: block;
	float: left;
	clear: left;
	width: 170px;
}
.tx_tipafriend_text, .tx_tipafriend_codetext, .tx_tipafriend_werbemail {
	float: right;
	width: 328px;
}
.tx_tipafriend_error_box {
	color: #f00;
	margin: 0 0 10px 0;
}
.tx_tipafriend h1 {
	display: none;
}
#Advertisement {
	display: block;
	margin: 0 auto;
}
.imagelist {
	list-style:none;
}
.imagelist li{
	float:left;
	padding:5px;
}
.banner {
margin: -10px;
}

