/*====================================================
Style-Sheet für Architekt Gerhard Zweier
(c) 2005 by umo <umo@umo.at>
====================================================*/
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:.9em; 
  color: #CCCCCC;
  background-color:#202846;
}
ul { 	list-style-type: none; }
/*----------------------------*/
a:link ,  a:visited {
	color: #ccc;
/*	font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	color: #ffffcc;;
	text-decoration: underline;
}
#nav a:link , #nav a:visited {
	color: #ffffcc;
	text-decoration: none;
}
#nav a:hover {
	color: #ccc;
	text-decoration: underline;
}
/*----------------------------*/
#main {
	width: 656px;
	height:378px;
	text-align: center;
	margin: 130px auto;
}
#box {
	border: 1px solid #666;
	color:#333333;
	text-align:left;
	padding: 3px;
	height:142px;
}
#nav {	
	height: 250px;
	text-align:right;
/*	font-size:.8em;*/
	color:#ffffcc;  
}

.adr1 {
	text-align:left;
	height: 25px;
	min-height:25px;
} 
.adr11 {
	width: 49%;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#ffffcc; 
	font-size: .9em;
	text-align:left;
	font-weight:bold;
	font-size: 12px;
	float:left;
	}
.adr12 {
	width: 49%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:right;
/*	font-weight:bold;*/
	font-size: 12px;
	float:right;
}
.adr13 {
	width: 49%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:left;
/*	font-weight:bold;*/
	font-size: 12px;
	float:left;
}
	
.img {
	padding-right: 4px;
}