/* CSS Document */


@import url("layout.css");
@import url("navigation.css");
@import url("subnavigation.css");
@import url("modules.css");

@import url("teaser.css");
@import url("content.css");
@import url("quicklinks.css");
@import url("anzeige.css");

body {
	background: #CCCCCC;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

* {
    border: 0;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #C11919;
}

h1 {
	margin: 0 0 11px 0;
	font: bold 1.5em Arial, Helvetica, sans-serif;
}

h2 {
	margin: 15px 0 9px 0;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

h3 {
	margin: 15px 0 7px 0;
	font: bold 0.95em Arial, Helvetica, sans-serif;
}

h4 {
	margin: 15px 0 5px 0;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}

h5 {
	margin: 15px 0 5px 0;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}

h6 {
	margin: 15px 0 5px 0;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
    color: #C11919;
	outline: 0 !important;
}

a:hover,
a:focus,
a.active {
	color: #721E1E;
	text-decoration: none;
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {
	text-decoration: none;
    color: #C11919 !important;
}

a:hover > h1,
a:hover > h2,
a:hover > h3,
a:hover > h4,
a:hover > h5,
a:hover > h6,
a:focus > h1,
a:focus > h2,
a:focus > h3,
a:focus > h4,
a:focus > h5,
a:focus > h6,
a.active > h1,
a.active > h2,
a.active > h3,
a.active > h4,
a.active > h5,
a.active > h6 {
	text-decoration: none;
    color: #721E1E !important;
}

input,
text,
textarea,
select {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #C11919;
}

input:hover,
input:focus,
input:active,
text:hover,
text:focus,
text:active,
textarea:focus,
textarea:hover,
textarea:active,
select:hover
select:focus,
select:active {
    border: 1px solid #721E1E;
}

input[type=radio],
input[type=checkbox] {
    background: #FFFFFF;
    border: 0;
}

* html * {
    behavior: url("themes/itnews/iepngfix.htc")
}

* html img {
    behavior: url("themes/itnews/iepngfix.htc")
}

* html a {
    behavior: url("themes/itnews/iepngfix.htc")
}


.box {
	float: right;
	height: auto !important;
	min-height: 120px;
	height: 120px;
	width: 210px;
	padding: 0px 0px 15px 0px;
}

.box_title{
	float:left;
	width: 210px;
	height:auto !important;

	color: #666666;
	font-size:12px;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
}


.box_title_expand {
	float:left;
	width: 188px;
	height:auto !important;
	color: #666666;
	font-size:12px;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
	background: #E2E2E2 url("images/verlauf_top.gif") repeat-x top left;
	cursor: pointer;
}

.box_title_collapse {
	float:left;
	width: 190px;
	height:auto !important;
	color: #666666;
	font-size:12px;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
	background-color: #F8F8F8;
        background-position: right center;
	background-repeat:repeat-x;
	background-image:url(images/verlauf_top.gif);
	cursor:pointer;
}

.box_title_collapse:hover {
	background-position: right center;
	background-repeat:repeat-x;
	background-image:url(images/verlauf_top.gif);
	cursor:pointer;
	color: #999999;
}

.box_title_collapse h3, .box_title_expand h3, .box_title h3 {
	font-size:12px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.box_content {
  	float:left;
	height:auto !important;
	min-height: 1px;
	width: 188px;
	color: #000000;
	font-size:11px;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.box1_list_style {
  	float:left;
	height:auto !important;
	min-height: 1px;
	width: 181px;
	padding: 0 0 0 7px;
	margin: 0 0 2px 0;
    background: url("images/arrow.jpg") no-repeat left 4px;
    border-bottom: 1px solid #DDDDDE;
}


#no_border {
    margin: 5px 0 0 0 !important;
    border: 0 !important;
}

#box7 {
    padding: 6px 0 !important;
    width: 208px !important;
}

#box1 ul,
#box2 ul,
#box4 ul {
    padding: 0 !important;
}

.box_spacing {
    float: left;
    margin: 10px 0 0 0 !important;
}

.box_content ul {
    padding: 0 0 0 7px;
    margin: 0 !important;
}

.box_content ul li {
    list-style-type: none !important;
}

.box_content h2 {
	font-size:12px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.box_footer {
	float:left;
	width: 210px;
	height:8px;
	color: #000000;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #CCCCCC;
	background-image:url(images/box_footer_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.box_content input {
    margin: 2px 0 0 0;
    width: 188px;
}

.box_content .button {
    width: auto !important;
}

#skyscrapper {
	float: left;
	width: 120px;
	height:auto !important;
	color: #000000;
	padding: 15px 0px 15px 0px;
}


/* REMOVE DEFINITIONS */

.remove_all {
	margin: 0 !important;
    border: 0 !important;
	padding: 0 !important;
}

.remove_margin {
    padding: 0 !important;
}

.remove_border {
    border: 0 !important;
}

.remove_padding {
    padding: 0 !important;
}

.remove_visibility {
    display: none !important;
}

