/* default styles */

body {
	font: 12px  'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #000000;     
    	text-align: left; 
    	background-color: #ffffff;
    	margin: 0px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

/* headings */
h1 {
	/*font-size: 2em; /* 24px */
	line-height: 1.5em; /* 36px */
	margin-top: 0.75em; 
	margin-bottom: 0.75em; 
	color: #58585a;
}

h2 {
	font-size: 1.8333em; /* 22px */
	line-height: 1.6364em; /* 36px */
	margin-top: 0.8182em;
	margin-bottom: 0.8182em; 
}

h3 {
	font-size: 1.6667em; /* 20px */
	line-height: 1.8em; /* 36px */
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

h4 {
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-top: 1em;
	margin-bottom: 1em;
}

h1, h5 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-top: 1.125em;
	margin-bottom: 1.125em;
}

h6 {
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em; /* 18px */
	margin-top: 1.2857em;
	margin-bottom: 1.2857em; 
}

/* links */
a {
	color: #000000;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* lists */
ol {
	list-style: decimal;
	list-style-position: outside;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	/*padding-bottom: 5px;*/
	margin-bottom: 1.5em;
}

dt {
	margin-left: 15px;
}

dd {
	margin-left: 30px;
	padding-bottom: 5px;
}

/* forms */

/*form fieldset {
	border: 1px solid #000000;
	background-color:#dddddd;
	padding: 10px;
}

form label, form input, form textarea, form select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

form input, form textarea, form select {
	overflow: auto;
}

form input[type=checkbox], form input[type=radio], form input[type=submit] {
	width: auto;
}
 
form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

form br {
	clear: left;
}*/

/* special classes */
.left {
	float: left;
}

.right {
	float: right;
}


/* message boxes */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('validation.png');
}


/* grid_demo */

.grid_demo p {
	border: 1px solid #000000;
	padding: 10px;
}

/* realstyle */

.toolbox_wrap {
	border-bottom: 1px solid #b2b2b2;
	height: 48px;
}
	
.toolbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.toolbox li {
		float: left;
		margin: 0;
		padding: 0 5px;
		line-height: 40px;
}	

.toolbox a {
	font-size: 10px;
	text-decoration: none;
}

.toolbox a:hover {
	text-decoration: underline;
}

.tx-macinasearchbox-pi1 {
	background: url(../img/search_bg.jpg) no-repeat 0 11px;
}

.tx-macinasearchbox-pi1 form, #search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.tx-macinasearchbox-pi1 .input-text {
	float: left;
	width: 118px;
	margin: 8px 0 0 0;
	padding: 4px 10px 0px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

.tx-macinasearchbox-pi1 .input-submit {
}

.border4p {
	border-bottom: 4px solid #c9c9c9;
}

.m1 {
	border-bottom: 1px solid #c9c9c9;
}

.m1 ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.m1 ul.topnav li {
		float: left;
		margin: 0;
		padding: 0 15px 0 0;
		/*height: 32px;*/
		position: relative;
}

.m1 ul.topnav li a {
	display: block;
	line-height: 16px;
	padding: 8px 0;
	text-decoration: none;
	float: left;
}

.m1 ul.topnav li a:hover, .m1 ul.topnav li a.current {
	padding: 8px 0 4px 0;
	border-bottom: 4px solid #808080;
}

.m1 ul.topnav li span { 
	width: 17px;
	height: 32px;
	float: left;
	background: url(../img/downarrow.png) no-repeat center center;
}

.m1 ul.topnav li span.subhover {
	background: url(../img/downarrows.png) no-repeat center center;
	cursor: pointer;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 32px;
	background-color: #ffffff;
	margin: 0;
	padding: 4px;
	display: none;
	float: left;
	z-index: 9999;
	border: 1px solid #c9c9c9;
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	
}


ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

html ul.topnav li ul.subnav li a {
	display: block;
	padding: 4px;
	border: 0;
}

html ul.topnav li ul.subnav li a:hover {
	padding: 4px;
	border: 0;
	text-decoration: underline;
}




.breadcrumb {
	line-height: 34px;
	color: #b1b3b4;
}

.breadcrumb a {
	color: #b1b3b4;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #cc071e;
	text-decoration: underline;
}

.footer {
	background-image: url(../img/footer_bg.png);
	/*height: 65px;*/
	margin-top: 20px;
	background-color: #ebebec;
}

.footer .grid_12, .footer .grid_4 {
	padding-top: 15px;
}

.tx-indexedsearch-browsebox-SCell * a {
	padding: 0 5px;
}

/* teaserboxen */
.teaser, .teaser_grau {
	/*padding: 1em;*/
	margin-bottom: 20px;
}

.teaser_grau {
	background-color: #cccccc;
}

blockquote {
	text-style: italic;
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-family: Georgia,"Times New Roman",Times,serif;
}

/*
blockquote p:before {
    content: "'' ";
    font-size: xx-large;
    font-weight: bold;    
margin-left: -10px;
}
 
blockquote p:after {
    content: " ''";
    font-size: xx-large;
    font-weight: bold;
    margin-right: -10px;
}
*/

::selection {background:#cc0000;color:#ffffff;}
::-moz-selection{background:#cc0000;color:#ffffff;}
code::selection {background: #333333;color:#ffffff;}
code::-moz-selection {background: #333333;color:#ffffff;}
pre::selection {background: #44ceff;color:#ffffff;}
pre::-moz-selection {background: #44ceff;color:#ffffff;}

/*hr linien */

hr {
	border:none;
	border-top: 1px dotted #87888a;
	background-color: #FFFFFF;
	height: 1px;
}

ul.csc-menu-1 {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

ul.csc-menu-1 li {
	padding-left: 30px;
	background:url('../img/pfeil.gif') no-repeat left; padding-left:15px;
	margin: 0;
	border-bottom: 1px solid #cecec3;
}

ul.csc-menu-1 li a {
	text-decoration: none;
}

ul.csc-menu-1 li a:hover {
	text-decoration: underline;
}

body {
	background-color: #ffffff;
}

.container_16 {
	background-color: none;
}

/*.wrap_4, .wrap_6, .wrap_6, .wrap_10, .wrap_12, .wrap_14, .wrap_16 {
	background-color: #ff0000;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	background-color: #0000ff;
}*/

#mailform label {
	display: block;
}

.csc-mailform-field {
	padding-bottom: 10px;
}

.news-list-item img {
	display: none;
}

.news-list-item h2 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	margin-bottom: 0.125em;
	text-decoration: none;
}

.news-list-item h2 a {
	color: #58585a;
	text-decoration: none;
}

.news-list-container {
	padding: 0;
	margin: 0;
	margin-top: -20px;
	font-size: 90%;
}

.news-list-item {
	padding-bottom: 0px;
	padding: 0;
	margin: 0;
}

.news-single-item h2 {
	font-size: 1em;
}

hr.clearer {
	 height: 1px;
	 margin: 0;
	 padding: 0;
	 display: none;
	 background: #ff0000;
}

/* tagcloud */
.tx-c4ctagcloud-pi1 {
	bottom: 0;
}

.tagcloudpart-1 {
	font-size: 9px;
	color: #b2b2b2;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 11px;
	white-space: normal;
	font-weight: bold;
}

.tagcloudpart-2 {
	font-size: 18px;
	color: #b2b2b2;
	display: inline-block;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 20px;
	white-space: normal;
}

.tagcloudpart-3 {
	font-size: 12px;
	color: #b2b2b2;
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 14px;
	white-space: normal;
	font-weight: bold;
}

.tagcloudpart-4 {
	font-size: 16px;
	color: #b2b2b2;
	display: inline-block;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 18px;
	white-space: normal;
}

.tagcloudpart-5 {
	font-size: 10px;
	color: #b2b2b2;
	display: inline-block;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 12px;
	white-space: normal;
}

.tagcloud a {
	color: #b2b2b2;
	text-decoration: none;
}

.tagcloud a:hover {
	text-decoration: underline;
}

/* bookmarks */
.m1 .grid_4 {
	padding-top: 5px;
}

/* header */
.header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 490px 5px;
}

/* newsletter */
.newsletter {
	position: absolute;
	z-index: 9999;
}

.newsletter .slider {
	list-style: none;
	position: absolute;
	left: -50px;
	top: 5px;
	background-color: #ffffff;
	margin: 0;
	padding: 4px;
	display: none;
	float: left;
	z-index: 9999;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
}

.newsletter .slider .closer {
	padding: 3px 0;
	text-align: right;
}

.footer .container_16 .grid_12, .footer .container_16 .grid_12 a {
	color: #8e8f91;
}

.footer .container_16 .grid_12 a:hover {
	text-decoration: none;
}



/* tabellen */

/* tabelle 1 */

.mediapolis_infotable {
	border: 1px solid #666666;
	border-color: #eed #aaab9c #ccc #eee;
	margin-left: 0px;
	width: 519px;
}

.mediapolis_infotable th {
	padding: 5px;
	text-align: left;
	border: 1px solid;
	border-color: #eed #aaab9c #ccc #eee;
	border-collapse: collapse;
	background-image: url(../img/t1-head2.gif);
	background-repeat: repeat-x;
	background-color: #a0c3e0;
	color: #ffffff;
	white-space:nowrap;
}

.mediapolis_infotable td {
	padding: 5px;
	text-align: left;
	border: 1px solid;
	border-color: #eed #aaab9c #ccc #eee;
	border-collapse: collapse;
}

.mediapolis_infotable .tr-even td {
	background-color: #eeeeee;
}

.mediapolis_infotable .tr-odd td {
	background-color: #fefefe;
}

.mediapolis_infotable .td-0 {
	font-weight: bold;
}

.csc-textpic-caption {
	font-size: 90%;
}

.bodytext a {
	text-decoration: none;
}

.bodytext a:hover {
	text-decoration: underline;
}
