/* global */
html{height: 101%;}

body
{ background: #ffffcc;
	color: #003399;
	padding: 0px;
	margin: 0px; 
}

/*colors*/
#links, #footer, #search, #menu, #menu li a
{ background: #ffffcc; /* url(./style/menu.png);*/
	color: #003399;
	border-color: #ff9900;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
	color: #003399;
}

#flags {
	float: left;
	padding: 1px 0 0 0;
	font-size: 0.8em;
}
#flags a {
	text-decoration: none;
	padding: 0 10px 0 0;
}
#flags img {
	border: 0 none;
} 


/* main container */
#main
{ width: 900px;
	margin-left: auto; 
	margin-right: auto;
	background: #ffffcc; /* url(./style/back.png) repeat-y;*/
	color: #003399;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	width: 900px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}

#links{text-align: right;}

#footer {
text-align: center;
	border-top: 1px solid;
	border-color: #ff9900;
}

#links a, #footer a{text-decoration: none;}
#links span.menu-current a{color: #ff9900;} 
#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
	width: 900px;
	height: 120px;
	text-align: left;
	background: #ffffcc url(./style/ringcollageorangelustig760p.jpg) no-repeat right;
	color: #003399;
}
#logo img {
margin-top: -2px;
}
#logo h1
{ margin: 0px;
	padding: 35px 0px 0px 200px;
	font-size: 300%;
	font-weight: bold;
	letter-spacing: .2em;
	background: transparent;
	color: #003399;
}

/* navigation menu */
#menu
{ height: 42px;
	line-height: 34px;
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
	border-bottom: 1px solid;
	border-color: #ff9900;
}
#menu2 {
	padding-bottom: 3px;
	border-bottom: 1px solid;
	border-color: #ff9900;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
	margin: 0px; 
	padding: 0px;
} 

#menu li a 
{ display: block; 
	float: left; 
	height: 37px;
	text-decoration: none; 
	padding: 3px 15px 2px 15px;
	text-transform: uppercase;
} 
#menu li.menu-current a, #menu li.menu-parent a{
	color: #ff9900;
}

/* main content */
#content
{ margin-left: auto; 
	margin-right: auto;
	width: 900px;
	height: auto;
	padding: 0px;
	overflow: hidden;
} 
.spalten a {
border-bottom: none !important;
}
/* column 1 - contains sidebar items */
#column1
{ width: 200px;
	float: left;
	padding: 16px 0px 5px 0px;
}

.sidebaritem
{ text-align: left;
	width: 180px;
	float: left;
	margin: 0px 0px 5px 0px;
}

.sbihead
{ height: 14px;
	width: 180px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
	margin: 0px; 
	font-weight: bold;
	font-size: 112%;
}

.sbicontent{padding: 14px 0px 8px 0px;}

.sbicontent p
{ line-height: 14px;
	padding: 0px 0px 5px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
	float: left; 
	list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
	height: 16px;
	text-decoration: none; 
	padding: 5px 0px 4px 10px;
	width: 170px;
	border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: left;
	width: 700px;
	float: right;
	padding: 12px 0px 15px 0px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	border-color: #ff9900;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	color: #ff9900;
}
#column2 h2
{ padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	color: #ff9900;
	border-color: #ff9900;
}
#column2 img
{ border-top: #3399cc 5px solid;
 border-bottom: #3399cc 5px solid;
}
.lupe {
	cursor: url('http://waruwora.org/media/lupe.cur'), pointer;
}
#lightbox{
	background-color:#fff;
	/*-webkit-box-shadow: 0px 4px 20px #111;
	-moz-box-shadow: 0px 4px 20px #111;
	box-shadow: 0px 4px 20px #111;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 30px 10px;
	cursor: url('http://waruwora.org/media/lupeminus.cur'), pointer;
/*	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out; 
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;*/
}
#lightboxCaption {
	background-color:#fff;
	font-size: 12px;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	padding: 6px 0 6px 0;
	/*border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;*/
}
#lightbox img { 
	border: none; 
}
#overlay img { 
	border: none; 
}
#overlay { 
	text-align: left;
	background-image: url(style/overlay.png);
	/*background-color: #000;
	opacity: 0.65;*/
	/*background: url(/bilder/foto-bg-schatten.png) no-repeat; 
	background-position: 52% 64%;*/
} 
#waiting {
	display:none;
	background-image: url(style/overlay_white.png); 
	position: fixed; 
	z-index: 999; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
* html #waiting{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('style/blank.gif');
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/overlay_white.png", sizingMethod="scale");*/
}
#spinner {
	display:none;
	background-image: url(style/loading.gif); 
	position:fixed;
	width:60px;
	height:60px;
	top:50%;
	left:50%;
	z-index:2100;
}

.searchbox
{	float: right;
}
.searchbox form
{	height: 42px;
}
.searchbox input
{	width: 100px;
	height: 16px;
	margin-top: 8px;
	border: #ff9900 1px solid;
}
.searchbox input.button
{	width: 18px;
	background: transparent;
	height: 16px;
	cursor: pointer;
}
/*
#searchbox input#suchtext
{ width: 100px;
text-align: left;
}
*/
.sidebaritem a, #column2 a
{ padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
.sidebaritem form
{	margin-top: 0px;
}

.sidebaritem div.row
{ clear: both;
	width: 548px;
}

.sidebaritem div.row span.formlabel
{ float: left;
	width: 150px;
	text-align: left;
}

.sidebaritem div.row span.forminput
{ float: right;
	text-align: right;
} 

.sidebaritem div.spacer
{ clear: both;
	width: 160px;
}

.sidebaritem input, textarea
{ width: 130px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px;
}

.sidebaritem submit
{ font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 70px;
	height: 22px;
	cursor: pointer;
	font-size: 100%;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #ffffcc; /*url(./style/menu_hover.png);*/
	color: #ff9900;
} 

#content, #column2 a, #column2 a:hover
{ background: transparent;
	color: #003399;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
	color: #003399;
}

.sbihead
{ background: #ffffcc; /*url(./style/sbi_header.png);*/
	color: #ff9900;
}

.sbihead h1
{ background: transparent;
	color: #ff9900;
}

.sbilinks li a
{ background: #ffffcc; /*url(./style/link.png);*/
	color: #003399;
} 

.sbilinks li a:hover
{ background: #ffffcc;
	color: #ff9900 !Important;
} 
.sbilinks li.menu-current a{
	color: #ff9900;
} 
.highlight {
	background-color: #ffff00;
} 