/*
 * definition des generellen aussehens der seite
 */

/*dieser div wir dwahrscheinlich nie benutzt und könnte daher bald entfernt werden*/
#page {
	border: 1px solid #000000;
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background-color: #990000;
}


body 
{
	font-family:Verdana, sans-serif;
	font-size: 12px;
	background-color: #d1d1da;
	/*background-image: url(background.jpg);
	background-attachment:fixed;*/
	color: black;
	text-align: center;
	margin: 10px;
	margin-bottom: 10px;
}

h1 
{
	font-size: 18px;
	color: #000000;
	background: transparent;
	margin-bottom: 0px;
}


#title
{
	position: absolute;
	left: 280px;
	top: 100px;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}


span.stressedtitle
{
	color: #ff0000;
	font-family:Comic Sans MS, sans-serif;
	font-size: 24px;
	font-style:italic;
}

a.menu
{
	display:block;
	padding:3px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	background-color: transparent;
	text-align:left;
	color:#eeeeee;
	text-decoration:none;
	margin-bottom: 5px;
}

a.menu:link, a.menu:visited
{ 
	color:#ffffff;
	text-decoration:none; font-weight:bold;
}

a.menu:active, a.menu:hover
{
	color:#000099;
	font-weight:bold;
}

img
{
	border: 0px;
}

img.center, table.center
{
	display: block;
    	margin-left: auto;
    	margin-right: auto;
	border: none;
	margin-top: 0px;
}

#head
{
	height: 120px;
	width: 760px;
	position: relative;
	/*top: -10px;*/
	background-color: transparent;
	background-image: url("head.gif");
	color: #ffffff;
}

#body
{
	display: table-cell;
	width: 760px;
	min-height:518px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #004080;
}

#foot
{
	height: 25px;
	width: 750px;
	padding-top: 5px;
	padding-right: 10px;
	margin: 0px;
	background-color: transparent;
	background-image: url("foot.gif");
	color: #ffffff;
	position: relative;
	bottom: 0px;
	text-align: right;
}

#internals
{
	position: absolute;
	right: 5px;
	bottom: 2px;
	text-align: left;
	margin: 0px;
}

.title
{
	float: left;
}

.centerbox
{
	/*border: 1px solid #000000;*/
	margin: 0px auto; 
	width: 760px;
	height: auto;
	margin-bottom: 0px;
	text-align: left; 
	background-color: transparent;
	position: relative;
}

.wc3
{
	float: right;
}

#left
{
	position: relative;
	background-color: transparent;
	color: black;
	width:130px;
	min-height:505px;
	float:left;
}

.menutitle
{
	font-weight:bold;
	text-align:center;
	margin:2px;
}

.menucontainer
{
	border:0px solid #000;
	border-top:0px solid #000;
	color:black;
	background-color: transparent;
	width: 109px;
	margin: 10px;
	margin-top: 0px;
	position: relative;
}

#whitelinearound
{ 
	background:#ffffff;
	color: black;
	width:630px;
	min-height:518px;
	float:left;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#content
{ 
	/*display: none;*/
	background:#ffffff;
	color: black;
	width:549px;
	min-height:515px;
	/*float:right;*/
	
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 39px;
	padding-right: 40px;
	padding-bottom: 29px;
	padding-top: 29px;
	border-left: 1px solid #004080;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
}

table#mailbox 
{
	background: transparent;
	color: black;
	margin-top:12px;
}

table#mailbox #even
{
	background-color:#CCCCCC;
	color: black;
}

table#mailbox #odd
{
	background-color:#efeff7;
	color: black;
}

.unread 
{
	font-weight:bold;
}

.read
{
}

fieldset
{
	margin-top:12px;
}

ul
{
	list-style-type:none;
	font-weight:bold;
}


/*
 * ueberschreiben einiger farbwerte, die an verschiedenen stellen festgelegt werden,
 * jedoch später einheitlich geändert werden können;
 * könnte evtl. der klarheit halber oben auskommentiert werden...
 */

/*legt die farbe des hervorgehobenen "Juz Ihn"-Schriftzugs und die der menue-eintraege fest*/
a.menu:link, a.menu:visited
{
	color: #ffffff;
	border-color: #ffffff;
}
a.menu:active, a.menu:hover
{
	color: #ff0000;
	border-color: #ff0000;
}

/*farbliche formatierung von links*/
a:link, a:visited, a:active, a:hover
{ 
  /*text-decoration:underline;*/
  text-decoration:none;
  font-weight:bold;
  color:#004080;
  background-color: transparent;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff0000;
}

/*farbliche formatierung von links rechts oben*/
a.internallink:link, a.internallink:visited, a.internallink:active, a.internallink:hover
{ 
  /*text-decoration:underline;*/
  text-decoration:none;
  font-weight:normal;
  color:#ffffff;
  background-color: transparent;
  font-size:12px;
}
a.internallink:active, a.internallink:hover
{ 
  /*color:#ff0000;*/
  text-decoration:line-through;
}

/*farbliche formatierung des hintergrundes fuers content und andere gleichgefaerbte dinge*/

