/****************************************************/
/* general
/****************************************************/

body {
	background-color: #00244D;
	color: #89B5DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 4px;
}

a {
	color: #CB003F;
	text-decoration: underline;
}

a:visited {
	color: #CB003F;
	text-decoration: underline;
}

a:hover {
	color: #CB003F;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 0px;
}

h1 {
	color: #89B5DD;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 16px 0px;
	text-transform: uppercase;
}

.subtitle {
	border-bottom: 1px solid #89B5DD;
	color: #89B5DD;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px 0px 16px 0px;
	text-transform: uppercase;
}

.tiny {
	font-size: 10px;
}

.upper {
	text-transform: uppercase;
}

p {
	margin: 0px 0px 16px 0px;
}

.imageleft {
	float: left;
	margin: 0px 16px 16px 0px;
}

#main {
	background-color: #00244D;
	margin: 0px auto;
	position: relative;
	width: 896px;
}

/****************************************************/
/* head
/****************************************************/

#head {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 896px;
}

#language {
	font-size: 10px;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: right;
	width: 896px;
}

/****************************************************/
/* navigation
/****************************************************/

#nav {
	float: left;
	margin: -8px 0px 16px 0px;
	position: relative;
	width: 160px;
}

#menu {
	width: 160px;
}

#kalligraphie {
	margin: 16px 0px 0px 0px;
	width: 160px;
}

/****************************************************/
/* content
/****************************************************/

#contentmain {
	width: 896px;
	z-index: 10;
}

#content {
	float: right;
	margin: 0px 0px 16px 0px;
	position: relative;
	width: 711px;
}

#contentleft {
	float: left;
	position: relative;
	width: 527px;
}

#contentright {
	float: right;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 160px;
}

/****************************************************/
/* foot
/****************************************************/

#foot {
	background:#00244D url(../../image/foot/line.gif) no-repeat 0px 0px;
	clear: both;
	font-size: 10px;
	margin-bottom:32px;
	padding: 4px 0px 0px 0px;
	position: relative;
	width: 896px;
}

#foot #copyright { float:left; }

#foot ul {
	display:inline-block;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
}

#foot ul li {
	float:left;
	height:24px;
	margin:0 5px 0 0;
	position:relative;
	width:24px;
}

#foot ul li a { position:absolute; }

#foot ul li img {
    border:none;
    left:0px;
    overflow:hidden;
    padding:0px;
    position:absolute;
    top:0px;
    width:24px;
}

* html #foot ul { display:none; } /** @note don't display in IE6 */
*+html #foot ul { top:5px; } /** @bugfix increase top position in IE7 */

/****************************************************/
/* fce two columns
/****************************************************/

.columnLeft {
	float: left;
	width: 255px;
}

.columnRight {
	float: right;
	width: 255px;
}

/****************************************************/
/* fce four columns
/****************************************************/

.columnOne {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 119px;
}

.columnTwo {
	float: left;
	margin: 0px 0px 0px 16px;
	width: 119px;
}

.columnThree {
	float: left;
	margin: 0px 0px 0px 16px;
	width: 119px;
}

.columnFour {
	float: left;
	margin: 0px 0px 0px 16px;
	width: 119px;
}

/*.columnOne {
	left: 0px;
	position: absolute;
	width: 119px;
}

.columnTwo {
	left: 135px;
	position: absolute;
	width: 119px;
}

.columnThree {
	left: 270px;
	position: absolute;
	width: 119px;
}

.columnFour {
	left: 405px;
	position: absolute;
	width: 119px;
}*/

/****************************************************/
/* guestbook
/****************************************************/

.entries {
	border-top: 1px solid #89B5DD;
	margin-top: 16px;
	padding-top: 16px;
}

.entry {
	border-bottom: 1px solid #89B5DD;
	margin-bottom: 16px;
}

.pagebrowser {
	font-size: 10px;
	text-align: right;
}

.error {
	color: #CB003F;
	font-weight: bold;
}

.error ul {
	color: #CB003F;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
	padding :0px;
}

.error li {
	margin-left: 32px;
}

#guestbookform input, select, textarea {
	background-color: #FFFFFF;
	border-bottom: 1px solid #89B5DD;
	border-left: 1px solid #00244D;
	border-right: 1px solid #89B5DD;
	border-top: 1px solid #00244D;
	color: #00244D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 16px;
	padding:1px;
}

#guestbookform input:focus, 
#guestbookform select:focus, 
#guestbookform textarea:focus {
	background-color: #89B5DD;
	color: #00244D;
}

#guestbookform input[type=submit], 
#guestbookform input[type=reset], 
#guestbookform input[type=button],
#guestbookform button {
	background-color: #FFFFFF;
	border-bottom: 1px solid #00244D;
	border-left: 1px solid #89B5DD;
	border-right: 1px solid #00244D;
	border-top: 1px solid #89B5DD;
	color: #00244D;
	font-size: 10px;
	margin:10px 0px 0px 0px;
	padding: 1px;
}

#guestbookform .box {
	width: 100%;
}

#formcolumn {
	border-left: 1px solid #89B5DD;
	padding-left: 16px;
}

/****************************************************/
/* newsletter
/* --> error-class taken from guestbook
/****************************************************/

#newsletterform {
	margin-bottom: 16px;
}

#newsletterform input, select, textarea {
	background-color: #FFFFFF;
	border-bottom: 1px solid #89B5DD;
	border-left: 1px solid #00244D;
	border-right: 1px solid #89B5DD;
	border-top: 1px solid #00244D;
	color: #00244D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom: 16px;
	padding:1px;
}

#newsletterform input:focus, 
#newsletterform select:focus, 
#newsletterform textarea:focus {
	background-color: #89B5DD;
	color: #00244D;
}

#newsletterform input[type=submit], 
#newsletterform input[type=reset], 
#newsletterform input[type=button],
#newsletterform button {
	background-color: #FFFFFF;
	border-bottom: 1px solid #00244D;
	border-left: 1px solid #89B5DD;
	border-right: 1px solid #00244D;
	border-top: 1px solid #89B5DD;
	color: #00244D;
	font-size: 10px;
	margin:10px 0px 0px 0px;
	padding: 1px;
}

#newsletterform .box {
	width: 100%;
}