/**
 * CSS-Design einer Unterseite
 *
 * @author Matthias Bandemer http://www.bandemer.net
 */
body {
	padding: 0px;
  	margin: 0px;
  	background-color: #CACACA;
  	background-image: url('../images/debg.jpg');
  	background-repeat: repeat-x;
}
div,td {
	font-family: Arial;
	font-size: 13px;
	color: #68676B;
	line-height: 150%;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #E92225;
	text-decoration: none;
}
a img {
	border: 0;
}
input {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
}
h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #E60003;
	margin: 15px 0 25px 0;
	line-height: 160%;
}
div#pagewrapper {
	width: 970px;
	margin:0 auto;
	padding: 0 10px 20px 10px;
	background-color: #fff;
}
#sitetable {
    width: 950px;
	margin: 0 auto;
}
#headerlogocell {
    background-color: #646464;
    border-width: 0px 1px 0px 0px;
    border-color: #555555;
    border-style: solid;
}
#headerimagecell {
    border-width: 0px 1px 0px 0px;
    border-color: #555555;
    border-style: solid;
}
#navcell {
	border: 0;
    height: 600px;
    vertical-align: top;

}
td#maincell {
	width: 640px;
	vertical-align: top;
	padding: 25px 50px 45px 25px ;

}
td#maincell ul {
	list-style-type: square;
}
td#maincell ul.downloads {
	list-style-type: none;
	list-style-image: url('../images/unterseite/pikto_rot.gif');
}
td#maincell ul.links {
	list-style-type: none;
	list-style-image: url('../images/unterseite/pikto_link.gif');
}
td#maincell ul.none {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}
td#newscell {
	width: 310px;
	vertical-align: top;
	padding: 0px 20px 25px 60px;
	background-image: url('../images/startseite/newsbg.jpg');
	background-repeat: no-repeat;

}
td#newscell h2 {
	font-family: Arial;
	font-size: 13px;
	color: #68676B;
	line-height: 150%;
	font-weight: bold;
	margin: 12px 0 3px 0px;
}
td#footercell {
	padding: 5px 15px 5px 25px ;
	font-size: 12px;
}
td#footercell a {
	color: #68676B;
}
td#footercell a:hover {
	color: #E92225;
}

td#searchcellde {
	height: 31px;
	background-image: url('../images/startseite/de_bgsearch.gif');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
td#searchcellen {
	height: 31px;
	background-image: url('../images/startseite/en_bgsearch.gif');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
td#searchcellde form, td#searchcellen form {
	display: inline;
	margin: 0;
}
input#searchinput {
	width: 70px;
	height: 13px;
	margin: 0 2px;
	border: 0;
	background-color: transparent;
}
input#searchbutton {
	width: 17px;
	height: 13px;
	margin: 0;
	border: 0;
	background-color: transparent;
}
