/* General */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: white;
	color: black;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

/* Image-Borders */

img {
	border: none;
}

/* Links */

a {
	color: rgb(30, 130, 160);
	text-decoration: none;
	font-size: 13px;
}

a:hover {
	color: rgb(250, 140, 30);
	text-decoration: underline;
}

/* Elements */

#header {
	width: 100%;
	height: 128px;
	background-color: white;
	white-space: nowrap;
	text-align: left;
	margin: auto;
}

#h_orange {
	width: 100%;
	height: 8px;
	background-image: url('orange_bg.gif');
	background-repeat: repeat-x;
}

#h_logo {
	width: 100%;
	height: 95px;
	background-image: url('header_bg.gif');
	background-repeat: repeat-x;
}

#h_navi {
	width: 100%;
	height: 25px;
	background-image: url('navi_bg.gif');
	background-repeat: repeat-x;
	white-space: nowrap;
}

#content {
	width: 100%;
	background-color: white;
	background-image: url('content_bg.gif');
	background-repeat: repeat-x;
	white-space: nowrap;
	text-align: left;
	margin: auto;
	padding-left: 15px;
	padding-top: 15px;
}

#footer {
	border-top: 1px solid rgb(181, 216, 229);
	width: 100%;
	height: 40px;
	background-color: white;
	white-space: nowrap;
	text-align: center;
	margin: auto;
	padding-top: 6px;
}

#f_text {
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	padding-bottom: 10px;
	padding-left: 15px;
}

#vita {
	padding: 10px;
	margin: 15px;
	text-align: center;
	vertical-align: top;
	border: 1px solid rgb(181, 216, 229);
	
}

#v_text {
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

/* Classes */

.phil {
	text-align: center;
	border: 1px solid silver;
	padding: 5px;
	color: rgb(130, 130, 130);
}

.ref {
	width: 450px;
	text-align: left;
	border: 1px solid silver;
	padding: 5px;
	color: rgb(90, 90, 90);
}

.n_link {
	padding-left: 5px;
	padding-right: 7px;
	border-right: 1px solid rgb(181, 216, 229);
	font-weight: bold;
	white-space: nowrap;
}

.n_link_e {
	padding-left: 5px;
	padding-right: 7px;
	font-weight: bold;
	white-space: nowrap;
}

.n_img {
	padding-left: 7px;
	white-space: nowrap;
}

.n_fl {
	padding-right: 10px;
	white-space: nowrap;
}


.bb {
	font-size: 130%;
	font-weight: bold;
}


.blue {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: rgb(90, 190, 220);
}

/* Headers */

h1 {
	color: rgb(130, 190, 210);
	padding: 0;
	margin: 0;
	font-size: 300%;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
}

h2 {
	color: rgb(90, 190, 220);
	font-size: 150%;
	padding: 0;
	margin: 0;
}

h3 {
	color: rgb(133, 51, 136);
	font-size: 150%;
	padding: 0;
	margin: 0;
}

h4 {
	color: rgb(130, 130, 130);
	padding: 0;
	margin: 0;
	font-size: 130%;
}

h5 {
	color: rgb(120, 120, 120);
	padding: 0;
	margin: 0;
	font-size: 120%;
}

/* Formatting */

.vat {
	vertical-align: top;
}

.al {
	text-align: left;
}

.ar {
	text-align: right;
}

.b3 {
	border: 3px solid rgb(190, 220, 230);
	margin-top: 3px;
}

.b5 {
	border: 5px solid rgb(215, 220, 230);
	margin: 10px;
}