/* --- general --- */

body {
	background-color: #00224A;
	margin: 0 30px;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #ffffff;
}

h3 {
	color: #9cb5cd;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 0.7em;
	line-height: 1.6;
}

p.error {
	color: #ff0000;
}

p.webinfo {
	margin-top: 0;
	margin-bottom: 2em;
}


/* --- links --- */

a:link, a:visited {
	color: #ffc154;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}


/* --- forms --- */

label {
	color: #ffc154;
	font-size: 1.1em;
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
}

input {
	background: #00224A;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #00152D;
	padding: 2px;
	width: 32em;
	color: #fff;
}

textarea {
	background: #00224A;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #00152D;
	padding: 2px;
	width: 32em;
	color: #fff;
}

p.submit input{
	width: 10em;
	margin-right: 1em;
}

form {
	background-image: url("images/envelope.png");
	background-repeat: no-repeat;
	background-position: top right;
}


/* --- frames --- */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#contentframe {
	background-color: #003068;
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 4px #00152D;
	margin-top: 10px;
	padding: 0;
}

#contactframe {
	background-color: #003068;
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 4px #00152D;
	margin: 20px 0 0 0;
	padding: 0;
}

.contentbox {
	padding: 100px 40px 10px 40px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 40px 30px;
}

.contentbox h2 {
 	display: none; 
}

#contactframe .contentbox {
 	background-image: url("images/head-about.jpg");
}

#contentframe .contentbox {
 	background-image: url("images/head-webdesign.jpg");
}


/* --- website portfolio --- */

.portfolio-box {
	margin: 0 0 20px 0;
	border-bottom: solid 2px #00255b;
	padding-bottom: 20px;
	clear: both;
}

.portfolio-box img {
	border: 3px #00152D solid;
}

.portfolio-text {
	float: right;
	width: 480px;
}

.portfolio-box br {
	height: 0;
	clear: both;
}


/* --- other --- */

#feedback {
	padding-top: 10px;
}


/* --- header & footer --- */

#header {
	background-image: url("images/title.jpg");
	background-position: center 20px;
	background-repeat: no-repeat;
	width: 100%;
	height: 169px;
	padding: 0;
	margin: 0;
}

#header h1 {
	display: none;
}

#footer {
	font-size: 0.8em;
	color: #bbbbbb;
	text-align: right;
	margin: 0;
	padding: 0px 10px 0 0;
}