/* ------------------------------------------ */ 
/* ---\									 |--- */ 
/*   Theme: Nin'ju-theme (original: bublue)   */
/*    Original Design by: csscreme.com        */
/*     Modified by: DroNix					  */
/*     Modified by: Tyskstuk.de				  */
/* ---\								     |--- */
/* ------------------------------------------ */

body {
	background: #ffffff url(images/background.jpg) top center repeat-x;
	margin: 0px;
	padding: 0px;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #282828;
	line-height: 16px;
}
p{
font-size:11px;
text-align:justify;
line-height:16px;
}
img {
	border-style: none;
}

a {
	color: #2E9FED;
	text-decoration: none;
}
a:hover {
	color: #1471B1;
}
#slogan h3{
padding:5px 0 0 20px;
margin:0px;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}
h3{
font-size:14px;
color: #003366;
}
h4{
font-size:13px;
padding-top:5px;
padding-bottom:5px;
margin:0px;
color: #003366;
}

h6 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}

h2 {
	color: #d70b7d;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom:10px;
	padding-top: 0px;
	line-height: 24px;
}

#lightbox
{
z-index: 500;
}

caption {
	color: #d70b7d;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom:10px;
	line-height: 24px;
}

.borderimg { 
	  border-style:solid;
      border-color: #D6DDE6;
      border-width:0px;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#head {
	width: 960px;
	height: 172px;
	background: #333333 url(images/head.jpg) no-repeat;
}
#head h1 {
	position: absolute;
	margin: 51px 0 0 36px;
	width: 220px;
	height: 80px;

}
#head h1 a {
	width: 220px;
	height: 80px;
	display: block;


}

#head-search {
	float: right;
	margin-right: 50px;
	margin-top: 70px;
	height: 54px;
	width: 300px;
}

#head-search div {
	margin: 0 auto;
	float: right;
}
#head-search input.text {
	float: left;
	padding: 1px 2px;
	margin-top: 20px;
	width: 140px;
	background: #fff;
	color: #8A8A8A;
	border: 1px solid #C8D2D9;

}

#head-search .button {
	float: left;
	font-size: 10px;
	padding: 2px;
	margin-top: 19px;
	margin-left: 5px;
	margin-right: 10px;
	border: 1px solid #C8D2D9;
	background: #fff;
	color: #aaa;

}

#head-search .button * {
	padding: 0;
	margin: 0;
}

#head-search input.button:hover {

	border-color: #aaa;
}
textarea {
	width: 460px;
	border: 1px solid #C8D2D9;
}
input {
	border: 1px solid #C8D2D9;
	border: 1px solid #C8D2D9;
	margin: 10px 0 3px 0;
	cursor:pointer

}
	
	
}
select {
	border: 1px solid #C8D2D9;
}
#nav {
	position: absolute;
	width: 750px;
	top: 150px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}
#nav li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
	padding-left:3px
}
#nav li a {
	padding: 0 0 4px 0;
	height: 22px;
	color: #666666;
}
#nav li a:hover {
color:#000033;
text-decoration: underline;
}

#nav ul li a
{
	padding-right: 3px;

}

#area {
	width: 750px;
	height: 10px;
}

#main {
	margin: auto;
	background: #ffffff;
	width: 960px;
	height: auto;
}

#content {
float:left;
padding:50px 35px 30px 50px;
width: 630px;
height:auto;
border-right: 1px dotted #666666;
min-height: 600px;
}

#menus_right{
float:left;
padding: 50px 20px 20px 0;
width: 150px;
margin-left: 20px;
height:auto;
}

#menus_right h1 {
	font-size: 12px;
}

.spacer{
width:auto; height:0px; clear:both; padding-bottom:0px;}
ul {
	margin: 0 0 20px 0;
	padding: 0px 0px;
	list-style-type: none;
}
#footer {
text-align:left;
font-size:10px;
color:#000033;
width: 960px;
height:85px;
background: #ffffff url(images/footer.jpg) no-repeat;

}
#footer a {
	background: none;
	padding: 0px;

}

#FooterText {
	float:left; 
	padding-left:50px; 
	padding-top:12px;
}

#madeby{
color:#666666;
}

#madeby a:hover{
text-decoration:underline;
color:#666666;
}

/* (?) popup properties */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#2E9FED; 
    color:#000;
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
}

a.info:hover{z-index:90; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    z-index: 90;
    top:2em; left:1em; width:25em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left
}



