@import "header.css";
@import "gallery.css";
@import "login.css";
@import "admin.css";

* { margin: 0; padding: 0; outline: none; border: 0; font: normal normal normal 13px/13px Arial, sans-serif; }
a img { outline: none !important; border: 0; }
b { font-weight: bold; }
/* Font-Notation: font-style, font-variant, font-weight, font-size/line-height, font-family */

body {
	color: #3c3c3c;
	background: #3e3e3e url('../gfx/bg.gif') repeat 0 55px;
}

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


a.button {
	display: block;
	background: #eee url('../gfx/b-bg.gif') repeat-x;
	background-position: top left;
	width: 153px;	
	height: 43px;
	
	text-align: center;
	text-decoration: none;
	font: normal normal bolder 13px/43px Arial, sans-serif;
	text-shadow: #c0c0c0 2px 2px 2px;
	color: #fff;
}
a.button:hover { background-position: bottom left; text-shadow: #fff 2px 2px 2px; color: #000; }

#overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../gfx/trans.png'); z-index: 5000; display: none; }


.clearboth { clear: both; }

.videoplayer { padding: 0; margin: 0; }

#projekt-content { background-repeat: no-repeat; }
#projekt-content .projekt-infobar {
	display: block;
	background-image: url('../gfx/trans.png');
	background-repeat: repeat;
	width: 100%;
	height: 38px;
	color: #fff;
	margin-bottom: 0px;
}
#content-title, #content-desc  { 
	display: block;
	float: left;
	margin: 11px 10px 0px 10px;
}



#projekt-content .projekt-infobar #content-title { font-weight: bold; }
#projekt-content .projekt-infobar #content-navi-holder  { 
	display: block;
	margin: 8px 10px 0px 10px;
}


#projekt-content .projekt-infobar #content-navi-holder a { 
	display: block; 
	height: 12px; 
	background: #838383;
	color: #fff; 
	padding: 7px; 
	text-align: center;
	margin: 4px 6px 0 0;
	border: 1px solid #fff;
	text-decoration: none; 
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
#projekt-content .projekt-infobar #content-navi-holder a:hover { 
	background: #a5a5a5 !important;
}
#projekt-content .projekt-infobar #content-navi-holder a.active { 
	background: #6894ff !important;
}
#projekt-content .projekt-infobar #content-navi-holder a img { margin: -3px 0 0 0; }
