/*
	Galaxy Angel MINT Theme v0.4
	Mai 2005 Lars
	beta.animanga.de

	v0.4: img-Tag
*/
body {
	color :black ;
	font-family:verdana, helvetica, sans-serif;
	font-size:13px;
	background:#d2daed;
	background-image: url(./mint_bg.jpg);
	background-repeat:no-repeat;
}
a{
	text-decoration:none;
}
.topmenue{
	font-size:10px;
	text-decoration:none;
	background: #5cbeef;
	position:absolute;
	padding:0 10px 0 10px;
	height:25px;
	line-height:25px;
	width:400px;
	text-align:right;
	border: 1px solid black;
	/* margin: oben rechts unten links ;*/
	margin:125px 5px 0 300px;
}
.textbox{
	min-height:75%;
	position:absolute;
	padding:10px;
	border: 1px solid black;
	width:70%;
	/* margin: oben rechts unten links ;*/
	margin:174px 15px 0px 165px;
}
.leftbox {
  width: 100px;
  height: 100px;
	position:absolute;
	margin:450px 0px 0px 10px;
}
blockquote {
	color: #000000;
	background-color: #5cbeef;
	border-style: inset;
	border-color: #000066;
	border-width: 1px;
	margin: 1px;
	padding: 1px;
}
table {
  font-family:verdana, helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	border: inset 1px #000000;
	background-color: #5cbeef;
	width:100%;
}
td{
	border: dotted 1px #000000;
}
ul{
	list-style-type:disc;
}
ol{
	list-style-type:decimal-leading-zero;
}
h1{
	color: #000849;
}
h2{
	color: #000849;
}
h3{
	color: #000849;
}
h4{
	color: #000849;
}
dl {
	border-style: solid;
	border-color: #5cbeef;
	border-width: 1px;
	padding: 2px;
}
dt {
	font-weight: bold;
}
img{
  float: left;
	/* margin: oben rechts unten links ; */
	margin:0px 10px 0px 0px;
}

