body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, luci, "Lucida Grande";
}

h1 { font-size: 16px; font-weight: normal; }
h2 { font-size: 16px; }
h3 { font-size: 12px; font-weight: bold; margin-bottom: 0px;}

p { margin-top: 0px; }

a { color: #000; }

.list li { line-height: 2em; }


input, textarea, select {
	background-color: #e5f2fb;
	border: 1px inset #ccc;
}

input, textarea { 
	padding: 4px; 
	font-size: 12px;
	font-family: verdana;
}

textarea { overflow: auto; }

#header {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 820px;
	clear: both;
}

#minimenu {
	padding-right: 13px;
	float: right;
}

#minimenu a {
	text-decoration: none;
	color: #000;
}

#minimenu a:hover {
	text-decoration: underline;
}

#PageHolder {
	margin: auto;
	width: 820px;
}

#footer {
	color: #C0C0C0;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	clear: both;
	text-align: center;
}

.content {
	float: left;
	width: 445px;
	text-align: justify;
	line-height: 1.5em;
	padding-left: 15px;
	margin-bottom: 10px;
	min-height: 350px;
}

.shadow_top {
	width: 819px;
	height: 18px;
	background: url("/img/shadow_top.gif") no-repeat #fff;
	clear: both;
}

.shadow_bottom {
	width: 819px;
	height: 27px;
	background: url("/img/shadow_bottom.gif") no-repeat top #fff;
	float: left;
}

.shadow_bg {
	width: 820px;
	background: url("/img/shadow_bg.gif") repeat-y #fff;
	overflow: hidden;
}

.box_holder {
	font-size: 0px;
	float: right;
	width: 241px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 55px;
}

.boxheader {
	width: 241px;
	height: 33px;
	background: url('/img/infobox_top.gif') no-repeat #fff top;
}


.boxfooter {
	height: 31px;
	width: 241px;
	background: url('/img/infobox_bottom.gif') no-repeat #fff top;
}

.boxheader_aupair {
	width: 241px;
	height: 33px;
	background: url('/img/infobox_top.gif') no-repeat #fff top;
}

.boxheader_bloggar {
	width: 241px;
	height: 33px;
	background: url('/img/infobox_top_bloggar.gif') no-repeat #fff top;
}

.boxcontent {
	font-size: 12px;
	border-left: 1px solid #d9d9d9; 
	border-right: 1px solid #d9d9d9; 
	margin: auto;
	color: #000;
	padding: 10px;
}
.boxcontent a{
	color: #0088cc;
}

.boxdivider {
	width: 215px;
	margin: auto;
	height: 1px;

}

.boxline {
	height: 15px;
	width: 215px;
	border-top: 1px solid #d9d9d9;
	margin: auto;
}


.right {
	margin-top: 15px;
	clear: right;
	float: right;
}

.right img {
	margin-right: 15px;
}

.table {
	margin: 0px;
	width: 445px;
	background: url("/img/table_grad.jpg") repeat-x #e5f2fb;
	border: 1px solid #ccc; 
	text-align: justify;
	line-height: 1.5em;
	clear: both;
	
}

.table span {
	line-height: 2.5em;
	width: 49%;
	float: left;
	border-bottom: 1px solid #ccc;
}
	
.table td { padding: 5px; vertical-align: top; }

.tr { 
	background: url("/img/menu_gradient.gif") repeat-x #f2f2f2; 
	font-weight: bold;
}

.td1 { background-color: #f2f2f2; }
.td2 { background-color: #f6f6f6; }
.td3 { background-color: #daecf9; }

.tableLines {
	margin: auto;
	width: 790px;
}

.tableLines td {
	border-bottom: 1px solid #C0C0C0;
}

