img.headerbubble { behavior: url("../../file/header/pngbehavior.htc"); }

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

body *{
	font-size: 12px;
}

div{
/*	border: solid silver 1px;*/
}

li{
	color: rgb(243, 146, 0 );
}
ul{
	padding-left: 15px;
}

.box{
	-webkit-border-radius: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 5px;
	-moz-background-clip:padding;
}

.box2{
	-webkit-border-radius-bottomleft: 5px;		 /* Round each corner of the created rectangle */
	-webkit-border-radius-bottomright: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-background-clip:padding;
}

#page{
	text-align: left;
	width: 900px;
	margin: auto;
}

#header{
	height: 145px;
	position: relative;
	border: 0px solid red;
}

#bubble1 { position: absolute; top: 25px; left: 345px; width: 75px; height: 75px; border: none; }
#bubble2 { position: absolute; top: 5px; left: 431px; width: 122px; height: 122px; border: none; }
#bubble3 { position: absolute; top: 45px; left: 562px; width: 89px; height: 89px; border: none; }
#bubble4 { position: absolute; top: 5px; left: 650px; width: 75px; height: 75px; border: none; }
#bubble5 { position: absolute; top: 45px; left: 725px; width: 89px; height: 89px; border: none; }

#header .servicenav{
	padding: 10px 0 0 10px;	
}
#header .servicenav a{
	padding: 0 10px 0 0px;
	color: gray;
	font-size: 11px;
	font-weight: none;
}


#mainnav{
/*	font-family: Comic Sans MS, Arial, Helvetica, sans-serif; */	
/*	background-color: rgb(255, 115, 0);*/
	background-color: rgb(245, 203, 87);
	height: 24px;
}


#mainnav .link{
	float: left;
	height: 20px;
	padding: 4px 10px 0px 10px;
}


#mainnav .link.selected{
	background-color: rgb(252, 233, 141);
}


#mainnav a{
	color: rgb(90, 90, 90);
	text-decoration: none;
}

#mainnav a:hover {
	background-color: rgb(252, 233, 141);
	color: rgb(243, 146, 0 ); !important;
}

#mainnav .selected a{
	color: rgb(243, 146, 0 ); !important;
}

/******************/

#nav{
	margin-top: 5px;
	float: left;
	width: 175px;
}
#nav *{
	font-size: 11px;
}
#nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#nav ul ul{
	margin: 0px;
	padding: 0px;
}
#nav li{	
	border-top: 1px solid rgb(255, 255, 255);
	font-weight: bold;
	font-size: 11px;
}
#nav a{
	background: rgb(252, 233, 141);
	padding: 3px 0px 3px 10px;
	width: 155px;
	color: rgb(90, 90, 90);
	display: block;
	text-decoration: none;	
	overflow: hidden;
}
#nav a.selected{
	color: rgb(243, 146, 0 );;
}

#nav ul ul li a{
	background: rgb(245, 203, 87);
	padding-left: 18px;
	padding-right: 3px;
	width: 144px;
}
#nav ul ul li.createpage{
	padding-left: 18px;
	padding-right: 3px;
	width: 144px;
}



#evergreens{
	margin-top: 2px;
	background: #fff;
	float: left;
	width: 175px;
	padding-bottom: 1px;
	
}
#evergreens *{
	font-size: 11px;
}
#evergreens ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#evergreens ul ul{
	margin: 0px;
}
#evergreens li{
	border-top: 1px solid rgb(255, 255, 255);
	font-weight: bold;
	font-size: 11px;	
}
#evergreens a{
	background: rgb(245, 203, 87);
	padding: 3px 0px 3px 10px;
	width: 155px;
	color: rgb(90, 90, 90);
	display: block;
	text-decoration: none;		
}

#evergreens a:hover {
	color: rgb(243, 146, 0 ); !important;
}

#evergreens a.selected{
	color: rgb(243, 146, 0 );;
}
#evergreens ul ul li a{
	background: rgb(245, 203, 87);
	padding-left: 18px;
	padding-right: 3px;
	width: 144px;
}
#evergreens ul ul li.createpage{
	padding-left: 18px;
	padding-right: 3px;
	width: 144px;
}


#subnav {
}

#subnav a:hover {
	color: rgb(243, 146, 0 ); !important;
}


#sitesearch {
	background: rgb(245, 203, 87);
	padding: 5px 0px 5px 10px;
	margin-bottom: 3px;
	width: 155px !important;
}
#sitesearch * {
/*	padding-bottom: 0;*/
	margin-bottom: 0;
}
#sitesearch button {
/*	padding: 3 !important;
	margin: 3 !important;	*/
}

#login{
	background: rgb(245, 203, 87);
	
	padding: 5px 0px 5px 10px;
	margin-bottom: 3px;
	width: 155px;	
}
#login * {
/*	padding: 0;*/
	margin-bottom: 0;
}
#login form {
	display: inline;		
}
#login a {
	font-weight: bold;
	text-decoration: none;
	color: red;
	width: auto;	
	background: none;
}
/*#login button {
	padding: 3 !important;
	margin: 3 !important;				
}*/

/******************/

#content-wrapper{
	margin: 5px 0 5px 0px;	
}
#content-without-teaser{
	float: right;
	width: 725px;	
}
#content{
	float: left;
	width: 530px;	
}
.teaser{
	/*float: right;*/
	width: 175px;
	background: rgb(245, 203, 87);
	padding: 5px;	
	margin-bottom: 5px;
}
.teaser *{
	color: black !important;
}

.clear{
	clear: both;
}


.sitemap ul{
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.sitemap li{
	border-top: 1px solid rgb(255, 255, 255);
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.sitemap a{
	color: gray;
}

/******************/

#footer{
	border-top: solid silver 1px;
	margin-top: 10px;
}

#footer, #footer *{
	font-size: 11px;
	color: gray !important;
	text-align: center;
}

.lucene-highlight{
	background-color: yellow;
}

.searchresult .result{
	background-color: rgb(252, 233, 141);
	border: solid gray 1px;
	margin-bottom: 10px;
	padding: 10px;
}

#pathnav{
	border-bottom: solid gray 1px;
	margin-bottom: 3px;	
	padding-bottom: 3px;
}

.collection .post{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid silver 1px;
}
.collection .post-footer{
	text-align: right;
}
.collection .post-footer a{
	color: silver !important;
}

/* webdav content types: */
.webdav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.webdav li{
	padding: 5px 5px 5px 5px;
	cursor:pointer;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.webdav li img {
	padding-left: 3px;
	margin-top: -3px;		
	margin-bottom: -3px;
}

.webdav li.folder{
	background-image:url(../../plugin-wga-app-framework/file/icons/folder.png);
}
.webdav li.folder_up {
	background-image:url(../../plugin-wga-app-framework/file/icons/arrow_up.png);
}
.webdav li.folder_up {
	color:black;
	font-weight: bold;
}

.webdav li a {
	font-weight:none;
	color: black;	
}

.webdav li.folder a{
	color: black;
	font-weight: bold;
}

.webdav li.file{
	background-image:url(../../plugin-wga-app-framework/file/icons/page_white.png);
}
.webdav li.file.doc{
	background-image:url(../../plugin-wga-app-framework/file/icons/page_white_word.png) !important;
}
.webdav li.file.pdf{
	background-image:url(../../plugin-wga-app-framework/file/icons/page_white_acrobat.png) !important;
}
.webdav li.file.jpg, li.file.jpeg, .webdav li.file.png, .webdav.li.gif {
	background-image:url(../../plugin-wga-app-framework/file/icons/page_white_picture.png) !important;
}
.webdav li.file.xls{
	background-image:url(../../plugin-wga-app-framework/file/icons/page_white_excel.png) !important;
}
.webdav li.file.pps{
	background-image:url(../../plugin-wga-app-framework/file/icons/page_white_powerpoint.png) !important;
}
.webdav li.file.zip, li.file.rar, li.file.gz, li.file.tar {
	background-image:url(../../plugin-wga-app-framework/file/icons/page_white_compressed.png) !important;
}
.webdav li.file.mp3, li.file.wav, li.file.mid {
	background-image:url(../../plugin-wga-app-framework/file/icons/music.png) !important;
}

.webdav li.zipandgo {
	background-image:url(../../plugin-wga-app-framework/file/icons/email_go.png) !important;
	font-weight: bold;
	text-decoration: none;
}

.webdav li.event {
	background-image:url(../../plugin-wga-app-framework/file/icons/calendar_view_day.png) !important;	
}
.webdav li.event a {
	padding: 0 !important;
	text-decoration: none;	
	color: white;	
}

.webdav li.pressrelease {
	background-image:url(../../plugin-wga-app-framework/file/icons/newspaper.png) !important;
}
.webdav li.pressrelease a {
	padding: 0 !important;
	text-decoration: none;	
	color: white;	
}


.webdav a {
	padding-left: 16px;
	text-decoration: none;	
}

.webdav hr {
	border: 0;
	border-bottom: 1px solid white;	
}


.authoring-msg {
	font-size: 11px;
	font-family: courier;
	color: red !important;
	text-style: italic;
}



.google-map {
	
	border: 2px solid  rgb(252, 233, 141); 
	width: 500px; 
	height: 400px	
	
}


.google-map-big {
	
	border: 2px solid  rgb(252, 233, 141); 
	width: 700px; 
	height: 550px	
			
}

.formular .line {
	padding: 2px;	
}


.formular .headline {
	padding: 2px;	
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}



.formular input {
	width: 200px;
	border: 1px solid rgb(243, 146, 0 );
	background: rgb(252, 233, 141); 
}

.formular .check input {
	border: 0;
	width: 16px !important;	
}

.formular table {
	width: 380px;	
}

.formular table td {
	width: 125;
}

.formular table th {
	width: 125;
	padding: 2px;
}

.formular table td input {
	width: 125;
	padding: 2px;	
}


.preform {
	width: 180px;
	float: left;
}


.copyright {
	color: black;
}

.copyright_icon {
	background-image:url(../../plugin-wga-app-framework/file/icons/key.png) !important;
}


.restricted_access_warning {
	color: red !important;
	font-weight: bold;
	text-align: center;	
}


#country {
	float: left;	
	padding-left: 320px;
	padding-top: 20px;
}

#country_form {
	padding:0;
	margin:0;
}

#slogan {
	float: left;
	padding-top: 83px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: green;
	width: 430px;
}

.form-validation {
	color: red !important;	
}
.form-validation * {
	color: red !important;
}

.intro {
	font-weight: bold !important;
}

.file-intro {
	font-style: italic;
	color: black;
	padding-bottom: 10px;
	padding-left: 20px;
}

.disabled {
	color: #888 !important;
}

.disabled * {
	color: #888 !important;
}

#teasercolumn {
	width:185px;
	float:right
}