@charset "utf-8";

html, body { background: #fff; color: #000 }

/* reset go go go! */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { padding: 0; border: 0; outline: 0; font-size: 100%; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0; }

/* yay normal code time */
html, body { height: 100%; font: normal 12px/1.3 "Lucida Sans Unicode", Arial, Helvetica, sans-serif; }
a { outline: none; text-decoration: none; }
p { margin: 0.5em 0 }



a { color: #00d683 }
a:hover, a:focus { color: #6ea6ca }
a:active {
  outline:none;
}



/* naviii */
#navBar {
	width: 703px; 
	float:left;
	margin-left: 46px;
}
#navBar ul {
	list-style-type: none;
	float: left;
	position: relative;
}
#navBar ul li {
	float: left;
	position: relative;

}
#navBar ul li a { 	color:#fff;	
	border: 0; 
	float: none;
	display: block;
	font-size: 17px;
	margin-top: 5px;
	
	}
#navBar ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	width: 175px;
	background: #ccc url(grad-whi.png) 0 -29px;
	background-color: rgba(11,2,170,0.60);
	top: 34px;
	left: 0;
	border: 2px solid #9497a8;
	border-color: rgba(255,255,255,0.7);
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 5px #696969;
	-moz-border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0 2px 5px #696969;
	-webkit-border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 2px 5px #696969;
}
#navBar li:hover>ul {display: block}
#navBar li:hover>ul	a {
	color:#fff;	
	border: 0; 
	float: none;
	display: block;
	font-size: 17px;
	margin-top: 5px;
	
		}
#navBar li:hover>a, #navBar > ul > li.current_page_item > a {
	color: #fff;
	border: 0; 
	float: none;
	display: block;
	font-size: 17px;
	margin-top: 5px;
}

#navBar ul ul li {display: block; float: none; text-align: left;}
#navBar ul ul a {
	border: 0; 
	float: none;
	display: block;
	font-size: 17px;
	font-family: "Lucida Sans Unicode", Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-shadow: none;
	padding-left: 20px;
	color: #333;
}
#navBar ul ul li:hover > a {
	background: #676975;
	color: #fff;
}
#navBar ul ul li:last-child > a {
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}
#navBar .dropdown > a, #navBar .current_page_item.dropdown > a {
	padding-right:40px;
	padding-left: 18px;
}
#navBar .dropdown:hover > a {
	background-color:#ccc;
	background-color:rgba(180,180,180,0.4);
}

/*BUTTONS HOVER*/

.buttonmenu{ width: 113px; height: 28px; display: block;}
.buttonmenu{ background: url(bilder/button_blue.png) no-repeat }
.buttonmenu:hover { background-position: 0 -28px }

/*slider*/

.pics { height: 151px; width: 227px; padding:0; margin:0; overflow: hidden }
.pics img { height: 151px; width: 227px; padding: 0px; border: 0px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {	
-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

/* Gallery Styling */
.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
    display:none;
}

.gallery
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: none;
}

.gallery ul.images
{
    list-style-type: none;
    border: none;
    padding: none;
}

.gallery ul.images li.image
{
    display: inline;
    line-height: 0;
}

.gallery ul.images li.image a
{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    margin: 14px;
    display: inline-block;
    background: white;
    padding: 3px;
    line-height: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    -moz-box-shadow: 0px 0px 8px #AAA;
    -webkit-box-shadow: 0px 0px 8px #AAA;
    box-shadow: 0px 0px 8px #AAA;
    -webkit-transition: -webkit-box-shadow 0.1s ease-out;
    -moz-transition: -webkit-box-shadow 0.1s ease-out;
    -o-transition: -webkit-box-shadow 0.1s ease-out;
    transition: -webkit-box-shadow 0.1s ease-out;
}

.gallery ul.images li.image a img
{
    border: none;
    padding: none;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
}

.gallery ul.images li.image a:hover
{
    -moz-box-shadow: 0px 0px 8px #222;
    -webkit-box-shadow: 0px 0px 8px #222;
    box-shadow: 0px 0px 8px #222;
}
