/* Standardvorgaben um Unterschiede zwischen den Browsern zu umgehen */
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background-color:#1e599c;
background-image:url(bg.png);
background-repeat:repeat-x;
}
body, h2, h3, h4, h5, h6, div, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
margin: 0;
padding: 0;
}
p { margin-bottom:20px; }
p, li, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

h1 {
font-size:26px;
margin-top:0;
}

.box {
	border:1px solid #1369CC;
	padding:20px;
	text-align:center;
	font-size:14px;
	background-color:#E4F1FF;
	width:630px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	position:relative;
	top:0;
}

.boxlinks {
	width:451px;
}

.boxrechts {
	width:160px;	
	float:right;	
}




.box2 {
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#1369CC;
	background-color:#E4F1FF;
	padding:10px 6px 6px 6px;
	margin:20px 0 0 0;
	text-align:center;
	width:479px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top:0;

}
.tabellezentriert {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


a[href^="http://www.amazon.de"], a[href^="http://www.amazon.com"], .extern {
padding-right: 15px;
background-image: url(extern.gif);
background-position: right;
background-repeat: no-repeat;
}

a:link {text-decoration: none; color:#000099;}
a:visited {text-decoration: none; color:#000099;}
a:active {text-decoration: none; color:#000099;}
a:hover {text-decoration: underline; color: red;}