body {
	margin: 0px;
	padding: 0px;
	background:#ffe;
	color:#322;
	font-family: "Trebuchet MS", sans-serif;
}

span {
	font-size: 90%;
	color:#988;
	font-weight: normal;
}

span.mandatory {
	color: #b44; 
	vertical-align:top;
}

html span.mandatory {
	margin-left: 3px;
	margin-right: 3px;
}

p.match {
	color: #766; 
	font-size: 90%;
}

p.matchown,
p.matchother,
p.matchboth {
	background-color: #ffe;
/*	background-repeat: no-repeat; 
	padding: 0px 0px 0px 28px; */
	text-align: center;
	min-height: 12px;
	color: #766; 
	font-size: 90%;
}

/*
p.matchown {
	background-image: url("/sw/images/match_own.gif");
}

p.matchother {
	background-image: url("/sw/images/match_other.gif");
}

p.matchboth {
	background-image: url("/sw/images/match_both.gif");
}
*/

/*******************/
/* common settings */
/*******************/

h1 {
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

h2,
p,
table,
dl,
li {
	margin-left: 15px;
	margin-right: 15px;
}

h1 {
	font-size: 180%;
	color: #433;
}

h2 {
	font-size: 130%;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #433;
}

p,
dl,
ul {
/*	text-align: justify; */
/*	max-width:40em; */
}

em {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style: normal;
}

p.infoline {
	margin: 20px;
	text-align: center;
}

p.quote {
	margin-left: 5em;
	font-style: italic;
}

.numeric {
	text-align:right;
}

input.submit {
	width:120px;
}

img { 
	border: none; 
}

a:link,
a:visited {
	background-color: #ffe;
	color: #944;
	text-decoration: underline;
}

a:hover,
a:active,
a.profile:visited {
	background-color: #ffe;
	color: #b85;
	text-decoration: underline;
}

/***************/
/* input forms */
/***************/
.inputform table,
.inputform table td {
	padding: 0px;
	margin: 0px;
}

.inputform td {
	padding: 5px;
}

.inputform tr.error td {
	color: #d00;
	background: inherit;
}

.inputform tr.error input,
.inputform tr.error textarea,
.inputform tr.error select {
	color: #d00;
	background: #fff;
}

.inputform input.full,
.inputform select.full {
	width: 100%;
}

.inputform .inputformsubmit {
	text-align: center;
}

.form {
	text-align: center;
}

/******************/
/* error messages */
/******************/

p.error,
ul.inputerror li {
	color: #944;
	background-color: #ffe;
	background-image: url("/images/error.gif");
	background-repeat: no-repeat;
	padding: 8px 0px 0px 28px;
	min-height: 23px;
}

p.info {
	background-color: #ffe;
	background-image: url("/images/info.gif");
	background-repeat: no-repeat;
	padding: 8px 0px 0px 28px;
	min-height: 23px;
}

ul.inputerror li {
	list-style-type: none;
	margin: 0px 0px 5px -24px;
}

ul.fatalerror li {
	margin: 8px;
}

ul li {
	margin: 0; /* NN4 work-around */
}

/*******************/
/* header & footer */
/*******************/

div.logoheader {
	border: none; /* NN4 work-around */
	margin-left: 0px; /* NN4 work-around */
	background-color: #ebd59d;
}

div.logoheader img,
div.logoheader a:link,
div.logoheader a:visited,
div.logoheader a:hover,
div.logoheader a:active {
	background-color: #ebd59d;
	display:block;
	width: 180px;
	height: 39px;
}

div.header {
	margin: 0px;
	padding: 5px;
	background-color: #944;
	color: #ebd59d;
	text-align: center;
	font-weight: bold;
	border-color: #430;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

div.header a:link,
div.header a:visited {
	background-color: #944;
	color: #ebd59d;
	font-weight: bold;
	text-decoration: underline;
} 

div.header a:hover,
div.header a:active {
	background-color: #944;
	color: #db8;
	font-weight: bold;
	text-decoration: underline;
}

.logofooter span {
	color: #944;
}       

div.footer {
	margin: 0px;
	padding: 5px 25px 5px 25px;
	background-color: #ffe;
	color: #766;
	text-align: center;
	border-color: #888;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

div.footer a:link,
div.footer a:visited {
	background-color: #ffe;
	color: #544;
	text-decoration: underline;
} 

div.footer a:hover,
div.footer a:active {
	background-color: #ffe;
	color: #988;
	text-decoration: underline;
} 

div.logofooter {
	padding: 5px 25px 5px 25px;
	margin: 0px 25px 5px 25px;
	background-color: #ffe;
	color: #988;
	text-align: center;
	font-size: 90%;
}

div.main {
	padding: 25px;
	min-height: 300px;
	background-color: #ffe;
	color: #322;
}

/******************/
/* tables (lists) */
/******************/

table {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 3px;
	border-color: #888;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

.show-profile table {
	margin-top: 0px;
}

.show-profile table {
	width: 40em;
}

table.inputform {
	border-bottom: none;
}

table.image { 
	text-align: center;
	border: none;
}

table.image td {
	vertical-align: middle; /* baseline */
}

table.image p.image,
table.image p.description {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-align:center;
}

table.image img {
	margin: 15px;
	padding: 10px;
	border-color: #888;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

td {
	vertical-align: top;
	padding: 3px 5px;
}

td.match {
	vertical-align: middle;
}

th,
td.description {
	padding: 3px 5px;
	padding-right: 25px;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	color: #433;
}

th p,
td.description p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 90%;
}

tr.inputform {
	margin: 7px;
}

.profile tr {
	margin: 3px;
}

tr.even {
}

tr.odd {
}

td.inputformsubmit {
	padding: 25px 5px 5px 5px;
	border-top: 1px solid #888;
}

.search-results td { 
	padding: 3px 25px 3px 5px;
}

.search-results td.pic {
	text-align: center;
}

.edit-pictures table table {
	border: none;
}

.edit-pictures td{
	padding: 8px;
}

/********************/
/* dl/dt/dd - lists */
/********************/

dt {
	padding-top: 10px;
	font-weight: bold;
}

html dd {
	padding: 5px;
}

dt.odd,
dd.odd {
}

dt.even,
dd.even {
}

.edit-answers dd,
.edit-like dd {
	text-align: center;
}

/**********/
/* profil */
/**********/

.show-profile h1,
p.picture,
p.motto {
	margin:0px;
	padding:5px;
	background-color:#ffe;
	text-align:center;
}

.show-profile h2 {
	margin-top: 30px;
	text-align: center;
	font-size: 130%;
}

.show-profile p.motto {
	font-style: italic;
}


p.subnavi strong {
	color: #944;
}

p.subnavi {
	margin: 15px 22px 0px 22px;
	padding: 5px;
	background-color:#ffe;
	color:#b85;
	text-align:center;
	font-weight: bold;
	border-color: #888;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

p.subnavi a:link,
p.subnavi a:visited {
	background-color:#ffe;
	color:#b85;
	font-weight: bold;
}

p.subnavi a:hover, 
p.subnavi a:active {
	background-color:#ffe;
	color:#db8;
	font-weight: bold;
}

p.searchnavi {
        margin: 15px 22px 0px 22px;
        padding: 5px;
        background-color: #ffe;
        color: #988;
        text-align: center;
        font-weight: normal;
}

p.searchnavi a:link,
p.searchnavi a:visited {
        background-color: #ffe;
        color: #853;
        font-weight: normal;
}

p.searchnavi a:hover,
p.searchnavi a:active {
        background-color: #ffe;
        color: #b85;
        font-weight: normal;
}

/*************/
/* landkarte */
/*************/

img.map-austria {
	background: url("/images/austria.png");
	width: 820px;
	height: 425px;
}

