html { overflow-y	: scroll; }

body {
	font-family : Verdana;
  font-size   : 0.8em;
  color       : #333333;
  text-align  : center;
  background	: url(images/bg.gif) repeat-x #E2E2E2;
  margin			: 0;
}

/* Farben
blau     : #1B4A95;
hellblau : #D2DCEA #A2B6D4
*/

td {
  font-family : Verdana;
  font-size  	: 0.8em;
  color 			: #333333;
  vertical-align : top;
}

div {
  text-align : left
}
div.all {
	margin-left : auto;
	margin-right: auto;
	width				: 1008px;
	background	: url(images/bg2.gif) repeat-y;
	min-height	: 880px;
}
* html div.all {
	height : 100%;
}
#get {
	background			: url(http://http-get.de/get.gif) no-repeat;
}
div.all2 {
	margin-left	: auto;
	margin-right: auto;
	padding			: 40px 40px 10px 20px;
	width				: 948px;
	background	: url(images/bg3.gif) no-repeat;
}

div#menu {
	float:left;
	width:170px;
	margin-left:25px;
}
* html div#menu {
	margin-top:20px;
}

h1 {
  font-size : 1.4em;
  color			: #1B4A95;
}
h2 {
  font-size : 1em;
  color			: #1B4A95;
  margin-bottom : 0px;
}
h3 {
  font-size : 1.8em;
  color			: #1B4A95;
  margin-top: 10px;
}

a {
  color 			: #1B4A95;
  font-weight : bold;
  text-decoration : none;
}
a:hover { color : #A2B6D4; }
a.link {
	background			: url(images/pfeil.gif) no-repeat;
  padding-left 		: 10px;
}
a.menu {
  font-size : 12px;
  margin    : 0 8px;
  background: url(images/pfeil.gif) no-repeat;
  padding-left : 10px;
}
a.submenu {
	display		: block;
  font-size : 10px;
  background: url(images/pfeil.gif) no-repeat;
  padding-left : 10px;
  margin		: 4px 0;
  font-weight : normal;
}

img {
  border : none;
}

textarea, input {
  font-family : Verdana;
  color  			: #333333;
  border			: 1px solid #D2DCEA;
  background  : #FFFFFF;
  margin			: 1px 0;
}
