/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * imbrium3.css:
 * Styles for imbrium.de
 * Uwe Beutin, 2005-09-13
 * uwe@imbrium.de
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
html, body {
	margin: 0;
	padding: 0;
	background-color: #ffc;
	background-image: url(http://www.imbrium.de/img/netbluesmall.png);
	background-repeat: 	no-repeat;
	background-position: top right;
	color: #000;
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
	margin-bottom: 0;
	padding: 0;
	color: #066;
	text-align: left;
}

hr {
	height: 3px;
	color: #066;
	background-color: #066;
}

p {
	line-height: 1.2em;
	padding-left: 10px;
}

img {
	border: none;
}

img.floatleft {
	padding-right: 10px;
	float: left;
}
img.floatright {
	padding-left: 10px;
	float: right;
}

.right {
	text-align: right;
}

.rev {
	background-color: #000066;
	color: #ffc;
	font-weight: bold;
	padding: 10px;
}

p.impressum {
	font-size: 100%;
	color: #000;
}

a {
	font-size: 100%;
	font-weight: 600;
}

a:link { color: #666; }
a:visited { color: #066; }
a:active { color: red; }
a:hover { background-color: #cff; }

.small {
	font-size: 70%;
}

pre {
	margin-left: 10px;
}

li {
	font-size: 0.8em;
	margin-left: -20px;
	margin-bottom: 5px;
}

table {
	min-width: 300px;
	border-collapse: separate;
	border-spacing: 10px;
	text-align: center;
	vertical-align: center;	
	empty-cells: show;
	margin: 20px 10px 20px 10px;
}

table.footer {
	margin: 0 auto;
	text-align: center;
	width : 100%;
	margin: 0;
	border: 1px;
}

td {
	text-align: center;
	vertical-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   Layout for 3 columns, should be compatible with all browsers:
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.top	{
	color: #000;
	border-bottom: 3px solid #066;	
}

#toppadding {
	padding: 20px;
	text-align: left;
}

/* -21px for Netscape 4 */
.columns {
	margin: 1px;
	margin-top: -21px;
	padding: 10px;
	color: #000;
	background-color: #ffc;
}

/*/*/
.columns {
	margin-top: -18px;
	font-family: "\"}\"";
	font-family: inherit;
	margin-top: 1px;
	}
/* */

/* required for IE5: */
#empty{}

.navleft {
	float: left;
	left: 20px;
	width: 230px;
	margin: 0px;
	margin-top: -11px;
	padding: 0px;
	color: #000;
}
	
.navleft {
/*/*/
	margin-top: 0px;
/* */
}

.navright {
	position: static;
	float: right;
	width: 10px;
	z-index: 3;
	color: #000;
}

.content {
	padding: 20px;
	color: #000;
	z-index: 4;
}

.content {
	margin: -1px, 0, 0, -25px;
}

/*/*/
.content {
	margin-right: 11px;
	margin-left: 231px;
	margin-top: 29px;
	font-family: "\"}\"";
	font-family: inherit;
	margin-top: 0px;
}
#empty{}

/*  */
.footer	{
	clear: both;
	margin-top: -11px;
	width: 100%;
	border-top: 3px solid #066;
}
.footer	{
/*/*/
	margin-top: 0px;
/* */
}

/* This clears the footer and other things */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}

.padding {
	margin: 0px;
	padding: 10px;
}
					
/* filled box with round corners */
.roundbox { background: url(css/fill.gif) repeat; }
.roundtop div { background: url(css/topleft.gif) no-repeat top left; }
.roundtop { background: url(css/topright.gif) no-repeat top right; }
.roundbottom div { background: url(css/bottomleft.gif) no-repeat bottom left; }
.roundbottom { background: url(css/bottomright.gif) no-repeat bottom right; }

.roundtop div, .roundtop, .roundbottom div, .roundbottom {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.roundcontent  { margin: 0 7px; }
.roundbox {
	width: 100%; 
	margin: 1em auto;
}
				
