/*
	Siriux Gallery 2 Theme
	Copyright 2005-2007 Nico Kaiser.
*/


/* -- Main layout definitions ------------- */



hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	text-align: right;
	float: none;
	color: #333;
	padding-top: 4px;
}

.header {
}

.content {
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 1em;
	color: #999;
	margin-top: 4em;
	padding-bottom: 2px;
}

.gallery h2 {
	margin: 0.5em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #d9e0f0;
	font-size: 1.2em;
}

.gallery h3 {
	margin: 1.5em 0 1em 0;
	font-size: 1.1em;
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 0px 5px -5px 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #d9e0f0;
	border: 1px solid #ddd;
	padding: 0px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #bdcbe5;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #bdcbe5;
	margin: 0;
	-moz-border-radius: 5px;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	margin: 0px 0px -60px 0px;
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #9eb1d9;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background-color: #d9e0f0;
	border: 1px solid #d9e0f0;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 0px 0px 0px 10px;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
	float: left;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 1em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
	border-bottom: 1px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}

.gbBusy {
    background-color: #ae9 !important;
}

/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	border-top: 3px solid #9c9;
	border-bottom: 1px solid #9c9;
	background-color: #efe;
	margin: 1.5em 0;
	padding: 0.5em;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	display: block;
	padding: 0.3em;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border-color: #404040 #404040 #0a0;
    background-color: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}


/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ULU-Site CSS */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */


/* ----------------------------------------------------------------- */
/* Basics */
/* ----------------------------------------------------------------- */

html {
	padding:0;
	height:100.2%;
	margin: 0;
}


body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0; padding: 1em 0;
	background-image:url(../images/bg_white.gif);
	background-repeat:repeat-x;
	background-color: #cccccc;
	}
	
p,td,tr {
	margin: 0; 
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
	}
	
input, select, textarea {
	border: 1px  solid #bdcbe5;
	font-size: 11px;	
	}
	
.Button { background-color:#FFFFFF; 
	color:#003399;
	font-size: 11px;
	width:100px; 
	border:1px solid #bdcbe5; }	
	
	
a:link, a:visited {
	font-size: 12px; 
	color: #003399; 
	text-decoration: none;
	}

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

/* ----------------------------------------------------------------- */
/* Navigation */
/* ----------------------------------------------------------------- */

ul#Navigation {
	width: 100%;
	margin: 0; padding: 0px;
  	}
  
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	width: 100%;
	w\idth: 100%;
	padding-left: 0;
	padd\ing-left: 0;
  }

ul#Navigation li {
	list-style: none;
  }
  
ul#Navigation a {
	display:block;
	padding-left: 4px;
	margin-right: 8px;
	text-decoration: none;
	background: url(../images/menu_ball.gif);
	background-repeat:no-repeat;
	background-position: right;
	color: black; background-color: #FFFFFF;
  }
  
* html ul#Navigation a {  /* Breitenangaben nur fuer IE */
	width: 93%;
	w\idth: 93%;
  }
  
ul#Navigation a:hover {
    color: #003399; 
   	background: url(../images/menu_ball_hover.gif);
    background-repeat:no-repeat;
	background-position: right;
}

ul#Navigation a.active {
    color: #003399; 
   	background: url(../images/menu_ball_hover.gif);
    background-repeat:no-repeat;
	background-position: right;
}

/* ----------------------------------------------------------------- */
/* Aufbau */
/* ----------------------------------------------------------------- */

#body {
	margin: 0 auto;
	width: 950px;
	height: auto;
	padding: 0;
	border: 2px solid rgb(0, 51, 143);
	background-color:#FFFFFF;
	background-image:url(../images/body_bg.jpg);
	
	}
/*	
#body_top {
	width: 950px;
	height: 75px;
	text-align:left;
	background-image:url(../images/banner_ulu_ins_2011.jpg);
	}
*/		

#body_top {
	width: 950px;
	height: 15px;
	text-align:left;
	background-image:url(../images/white_pix.gif);
	}


#body_top_image {
	width: 950px;
	height: 75px;
	background-image:url(../images/head_2.jpg);
	}
	
#body_main {
	width: 950px;
	}

#body_footer_image {
	margin-top: 0;
	width: 950px;
	height: 20px;
	border-top: 1px solid rgb(0, 51, 143);
	background-image:url(../images/foot.jpg);
	}
	
#legal {
	margin: 0 auto;
	width: 950px;
	height: auto;
	padding: 0;
	}	

	
#left {
	float: left;
	width: 175px;
	padding: 0px;
	text-align: left;
	}
	
#right {
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	float: right;
	width: 175px;
	padding: 0px;
	}
	
#middle {
	margin-left: 176px;
	margin-right: 176px;
	padding: 0px;
	}
	
#middle_and_right {
	min-height:630px;
	height:auto !important;  /* für moderne Browser */
	height:630px;  /*für den IE */
	margin-left: 176px;
	margin-top:0px
	padding: 0px;
	background-image:url(../images/white_pix.gif);
	}
	
/* ----------------------------------------------------------------- */
/* Content */
/* ----------------------------------------------------------------- */	
	
#news 	{
	float: none;
	padding-left: 6px;
	padding-right: 4px;
	/*background-image:url(../images/lakersgrey.gif);*/
	/*background-repeat:no-repeat;*/
	/*background-position: top right;*/
	}
	
#content 	{
	float: none;
	padding-left: 6px;
	padding-right: 4px;
	}
	
#container {
	float: none;
	/* min-height: 200px;*/	
	/* height:auto !important;  für moderne Browser */
	/* height:200px;  für den IE */	
	padding-left: 4px;
	background-image:url(../images/white_pix.gif);
	}
	
#sponser {
	float: none;
	padding-left: 6px;
	padding-bottom: 5px;
	text-align: center;
	}
	
#rss_news 	{
	float: none;
	padding-left: 6px;
	padding-right: 4px;
	}	
	
#footer {
	float: none;
	text-align: center;
	padding-left: 6px;
	padding-bottom: 4px;
	}	


/* ----------------------------------------------------------------- */
/* Tabs */
/* ----------------------------------------------------------------- */	

#tab  {padding-top:15px; background-image:url(../images/white_pix.gif);}
#tab .tabBar { background: #ffffff; height: 22px; margin:0; padding: 0 0 0 0; }
#tab .tabBar ul { list-style: none; margin-left: 15 px;}
#tab .tabBar li { float: left; }
#tab .tabBar li a { display:block; padding: 4px 15px; margin: 0 1px 0 0; text-decoration: none; color: #003399; background:#bdcbe5; }
#tab .tabBar li a:hover { color: #003399; background:#d9e0f0; }
#tab .tabBar li.active a { color: #003399; font-weight: bold; background:#d9e0f0; }
#tab .tabBarLine { border-bottom: 1px solid #d9e0f0; margin: 0 0 0 0; }
	

/* ----------------------------------------------------------------- */
/* Formate */
/* ----------------------------------------------------------------- */	
 	
#h1{
 	font-size: 15px;
 	padding-top: 15px;
 	color: #003399;
 	font-weight: bold;
 	height: 25px;
 	text-align: left;
 	background: url(../images/h1_bg.gif);
 	background-repeat:no-repeat;
 	background-position:bottom left;
    }
    
.desc{
	font-size: 95%;
	color:#9eb1d9;
	padding-bottom: 2px; 
    }
    
.contentheading{
	font-size: 15px;
	color:#000000;
	padding-bottom: 2px; 
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
    }	    	
#spacer{
	float: none;
	height:5px;
	background-image:url(../images/white_pix.gif)
	}
	
    	
 #portlet_titel{
 	font-size: 14px;
 	margin-top: 15px;
 	padding-top: 3px;
 	padding-left: 3px;
 	color: #003399;
 	font-weight: bold;
 	height: 25px;
 	background: url(../images/titel_bg.jpg);
 	background-repeat: no-repeat;
 	}
 	
  #portlet_content{
 	display:block;
 	font-size: 12px;
 	padding: 3px;
 	}  	
 	
  .clr {
	clear:both;
	} 
	
	.important {
		width:170px;
		height: 120px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 5px 8px 5px 0px;
		border: 2px solid #bdcbe5;
		background: #fff;
		;
	}
	
	span.important-title {
		position: absolute;
		display: block;
		margin-top: -15px;
		/*background: #fff;*/
		padding: 3px 10px;
		font-weight: normal;
		font-size: 150%;
	}
	
	span.important-title {color: #003399;}
	
	
		

