/* CSS Document */

/* ---------- COLORS ----------

 	Hintergrundfarben: 
	gelb:	#4D4D00 
	gruen:	#034B00 
	blue:	#03F 
	cyan:	#00464B
	
	Vordergrundfarben:
	blue:	#6080FF 
	gelb:	#FF0 
	gruen:	#0F0 
	cyan:	#0FF
	

   ---------- LITTLE HELPERS ----------

	border: 1px solid #FFF;

/*

/* ---------- ALLGEMEIN ---------- */

body
{
	border: 0;
	background: #000 url(../ximg/content/content_bg.gif) 0px 0px repeat-y;
	padding: 0 0 33px 0;
}

body, div, table
{
	line-height: 1.4em;
	margin: 0;
	font-size: 12px;
}

div
{
	padding: 0;
}

img
{
	border: 0;
}

body, div, table, h1, h2, h3, h4
{
	color: #D7D7D7;
	font-family: Geneva, MS Sans Serif, Arial;
}

h1, h2, h3, h4
{
	padding-top: 3;
	margin: 0;
	
}

table {
	margin: 0;
	padding: 2px 2px 2px 0px;
}

a
{
	text-decoration: underline;
}

#distanceblock
{
	width: 100px;
	height: 28px;
}

/* ---------- COLORS ---------- */

.blue a, 
.blue h1, 
.blue h2, 
.blue h3
{ 
	color: #6080FF;
}

.yellow a, 
.yellow h1, 
.yellow h2,
.yellow h3
{ 
	color: #FF0; 
}

.green a, 
.green h1, 
.green h2,
.green h3
{ 
	color: #0F0; 
}

.cyan a, 
.cyan h1, 
.cyan h2,
.cyan h3,
.cyan b
{ 
	color: #0FF; 
}

.white
{ 
	color: #D7D7D7; 
}

.cyan .headrow
{
	background: url(../ximg/stuff/hatching_lcyan.gif) #333;
	letter-spacing: 0.05em;
	color: #0FF; 
	font-weight: bold;
}
.cyan .showtable
{
	width: 100%;
	border: 1px solid #292929;
}

.cyan .showtable td
{
	padding: 7px;
}

.yellow .showtable
{
	width: 100%;
	border: 1px solid #292929;
}

.yellow .showtable td
{
	padding: 7px;
}

.lgrey
{
	background-color: #292929;
} 

/* ---------- TEXT ---------- */

h1
{
	font-size: 24px;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

.subtitle
{
	font-weight: bold;
}

.subtitle .cyan
{
	color: #0FF; 
}
.cyan .h5_klein
{
	font-size: 9px;
	font-weight: normal;
	color: #0FF;
	line-height: 160%;
	
}
/* ---------- COLUMN ---------- */

#col22_left,
#col22_right,
#col40,
#col31_left,
#col31_right
{
	margin: 33px 33px 0px 70px;
}

/* ---------- COLUMN 22 ---------- */
#col22_left,
#col22_right
{
	position: absolute;
	width: 410px;
}

#col22_left
{
	top: 0;
	left: 0;
}

#col22_right
{
	top: 0;
	left: 452;
}

/* ---------- COLUMN 40 ---------- */
#col40
{
	width: 862px;
}

/* ---------- COLUMN 31 ---------- */
#col31_left
{
	width: 640px;
}
#col31_right
{
	width: 184px;
	position: absolute;
	top: 0;
	left: 678;
}


/* ---------- FORMATIERUNG ---------- */

#contentframe
{
	margin: 0px 14px 0px 37px;
	width: 925px;
} 

/* ---------- CHECKPATTERN ---------- */

#checkpattern
{
	margin: 14px 14px 14px 33px;
} 


/* ---------- LIST 31 ---------- */

#list31
{
	width: 640px;
	margin: 14px 14px 14px 37px;
}


/* ---------- LISTEN ---------- */

#sitemap li {
  display: inline;
  padding: 0px;
  margin: 4px;
} 











