@charset "utf-8";
/* Stylesheet of dörnberger Goldschmied, Switzerland
Status: Structured Stylesheet
File: main.css
Date: 21.03.2010
Author: Nicole Suzanne Schmaus, Hawaii Honu
Structure:	1. Calibration and Restauration
			2. Styles in General
			3. Styles for Layout
			4. Classes and IDs
			5. more Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.	Calibration and Reestauration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	margin-bottom: 1px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2.	Styles in General
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-color: #002395;
	background-color: #FFFFFF;
}

h1 {
	font-size: 24px;
	font-style: bold;
	color: #002395;
}

h2 {
	font-size: 16px;
	font-style: normal;
	color: #3AB6D3;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

h3 {
	font-size: 9px;
	font-style: oblique;
	text-transform: uppercase;
	color: #003399;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h4 {
	font-size: 12px;
	font-style: bold;
	color: #3AB6D3;
}

p {
	font-size: 12px;
	color:#003399;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}


td {
	color: #002395;
	height: 20px;
	padding-top: 5px;
	padding-left: 20px;
}

ul {
	list-style: none;
	color: #99CCFF;
	padding-left: 5px;
	padding-top: 5px;
}

#navigation a:link {
color: #99CCFF;
}

a:link {
color: #002395;
}

a:visited {
	color: #CC9900;
}

a:hover, a:focus{
color: #99CCFF;
text-decoration: underline;
}

a:active {
color: #6FBC21;
}

a {
	text-decoration: none;
	padding-left: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.	Styles for Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#wrapper {
	width: 980px;
	margin: auto;
}

#header {
	background-color: #FFFFFF;
	height: 100px;
	padding-top: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}

#navigation {
	width: 980px;
	height: 50px;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
}

#navigation ul li{
	float: right;
	display: inline;
	width: 150px;
	text-align: center;
	font-size: 12px;
}

#content {
	width: 766px;
	float: right;
	border-left-style: none;
	color: #59ccdf;
	min-height:500px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#box1 {
	height: 230px;
	width: 200px;
	float: left;
	margin-bottom: 40px;
	margin-left: 40px;
	border: thin solid #003399;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	line-height: 24px;
}
#subnavi {
	height: 500px;
	width: 200px;
	float: left;
	margin-top: 25px;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin solid #003399;
}
#subnavi p {
	color: #003399;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.imageleft {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	float: left;
}
#balken {
	height: 25px;
	font-size: 16px;
	text-transform: none;
	color: #99CCFF;
	background-color: #003399;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
#subnavi ul li {
	padding-top: 20px;
	font-size: 14px;
	color: #003399;
	padding-left: 20px;
}

#footer {
	clear: both;
	width: 980px;
	height: 20px;
	font-size: 12px;
	color: #777;
	margin-top: 600px;
	padding-left: 0px;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #99CCFF;
	padding-top: 10px;
}

.footertext {
	clear: both;
	color: #777;
	font: 12px Verdana, Arial, sans-serif;
	font-weight: normal;
	padding-top: 10px;
}

.imageright {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5.	more Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#breadcrumbs {
	width: 970px;
	height: 20px;
	font-size: 10px;
	clear: both;
	padding-top: 10px;
	color: #002395;
	text-align: right;
}

#box2 {
	height: 230px;
	width: 200px;
	float: left;
	margin-bottom: 40px;
	margin-left: 40px;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin solid #003399;
	text-align: center;
	line-height: 24px;
}
#box3 {
	height: 230px;
	width: 200px;
	float: right;
	margin-bottom: 40px;
	margin-left: 40px;
	border: thin solid #003399;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	line-height: 24px;
}
#box4 {
	height: 230px;
	width: 720px;
	float: right;
	margin-bottom: 25px;
	margin-left: 40px;
	border: thin solid #003399;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#box5 {
	height: 500px;
	width: 720px;
	float: right;
	margin-bottom: 25px;
	margin-left: 40px;
	border: thin solid #003399;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
}
hr {
	clear: both;
	color: #002395;
}

