/*@import url(positions.css);
@import url(right.css);
@import url(footer.css);
@import url(extensions.css);
@import url(print_over.css);*/
@import url(content.css);
body, html {

	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
	line-height: 20px;
}

* {
	margin: 0;
	padding: 0;
}

.both {
	clear: both;
}

a {
	color: #004A99; /*7c7c7c*/
	text-decoration: none;
}

a:hover {
	color: #CB121B;
	text-decoration: none;
}

.csc-textpic img{
	padding: 13px 0 0 0;
}


#header_print{
  margin: 0;
  width: 100%;
  height: 100px;
}
#logo{
  float: left;
  padding: 0px;
  margin: 0 0 0 0;
}
#breadcrump{
  float: right;
  margin: 20px 0 0 0;
}
#container_print{
  margin: 20px;
}
#seitentitel{
  font-size: 14px;
  font-weight: bold;
}
#con_0{
  margin: 20px 0 0 0;
}
#footer{
  clear: both;
  margin: 20px 0 0 0;
  border-top: 5px solid #023B76;
}

