/* ----- Standard colors: #E3E3BA #96967B #E3C8BA #96847B #1C1C1C #E3E3E3 ----- */
body {
	background-color:#E3E3BA;
	background-image:url(pics/back.gif);
	padding:/*2*/0px;
	margin:0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#inhalt { 	
	text-align: left;
	vertical-align: middle;	
	margin: 25px auto auto;
	padding: 0px;
	width: 660px;
	background-color: #fff;
/*	border-left:1px solid #666;
	border-right:1px solid #666;
	min-height: 800px; 
	height: auto;
	_height: 800px;  underscore hack... */
	border: 1px solid #666; /*  no border on top and bottom anymore... */
/*  min-height:600px; --- wird vom IE nicht interpretiert... */ 
}
#head {
	float:left;
	width:660px;
	border-bottom:1px solid #666;
	margin-bottom:7px;
}
#text {
	padding:7px 30px;
	line-height:150%
}
#footer {
	font-size:10px;
	border-top:1px solid #666;
	position: relative;  /* Needed for Safari */
	padding:15px 7px 7px 30px;
	width: 623px;
}
/* ----- CV-tags ----- */
#column_left {
	width: 100px;
	float:left;
}
#column_right {
	margin-left: 100px;
	float:left;
}
#column_right_short {
	margin-left: 47px;
	float:left;
}
/* ----- redesigned HTML-tags ----- */
a:link { 
	text-decoration:underline; 
	color:#96847B; 
}
a:visited {
	text-decoration:underline; 
	color:#96847B; 
}
a:hover { 
	text-decoration:none; 
	color:#96847B; 
}
a:active { 
	color:#96847B;
	text-decoration:none; 
	background-color:#e3c8ba/*#cfdfeb*/;
}
a:focus { 
	text-decoration:none;
}
img {
	border:none;
	background-color:#FFF;
	vertical-align:text-bottom;
}
h2 {
	margin-top:0px;
}
hr {
	height:1px;
	width:200px;
	color:#96847B;
}
ul {
	list-style-image:url(pics/arrow.gif);
	list-style-type:disc;
	vertical-align:text-bottom;
}
li {
	margin: 10px;
}
abbr, span.abbr {
border-bottom: 1px dashed #96847B;
cursor: help;
}
table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
/*	background-color: white;*/
/*	margin:5px;*/
}
td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
/*	background-color: white;*/
	/*-moz-border-radius: 0px;*/
}
/* ----- format tags ----- */
.breads {
	width:300px;
	float:left;
	padding-left:30px;
	margin:0px;
	font-size:10px;
	vertical-align:top;
}
.fontsize {
	text-align:right;
	width:300px;
	float:left;
	padding-right:30px;
}
.code {
	font-family:"Courier New", Courier, monospace;
	/*font-size:12px;*/
	font-size:0.86em;
	line-height:150%;
	/*width:450px;*/
	margin-left:50px;
	margin-right:50px;
	margin-top:15px; /* for IE */
	padding: 10px 42px;
	border:1px dashed #96847B;
	background-color:#e3c8ba;
}
.code_archiv {
	font-family:"Courier New", Courier, monospace;
	/*font-size:12px;*/
	font-size:0.86em;
	line-height:150%;
	/*width:450px;*/
	margin-left:50px;
	margin-right:50px;
	margin-top:15px; /* for IE */
	padding: 10px 42px;
	border:1px dashed #96847B;
	background-color:#E3E3BA;
}
.TODO { /* #1C3745 #3C7591 #45371C #91663C #BABABA #454545  */
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bolder;
	font-size:small;
	/*width:450px;*/
	margin-left:50px;
	margin-right:50px;
	margin-top:15px; /* for IE */
	padding: 10px 42px;
	border:1px dashed #1C3745;
	background-color:#3C7591;
}
.smalltext {
	margin-top:5px;
	margin-bottom:5px;
	font-size:50%;
}
.footnotes {
	margin-top:5px;
	margin-bottom:5px;
	font-size:80%;
	color:#96847B; 
}
/*  Drop shadow  */
.out {
  float:right;
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0 2em 0;
  top:12px;
  }
.in2 {
  float:right;
  display:block; 
  background:#777; 
  border:1px solid #999; 
  position:relative;
  padding:1px;
  margin:1px;
  }
.in {
  float:right;
  text-align:left; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }

.ltin {
  left:-2px;
  }
.tpin {
  top:-2px;
  }
.rtin {
  left:5px;
  }
.narrow {
	width:8em;
}
.normal {
	width:180px;
}
.wide {
	width:18em;
}
.image {
	width:163px; padding:0;
}
#info {
	text-align:left;
}
/*  ----- works in FF/Moz only ----- */
::-moz-selection{
	background-color: #e3c8ba;
	color: #96847B;
}
