/*J! template CSS file*/

body{
	background: #333;
}

#mainContainer{
	background-color:#FFF;
	min-width:760px;
	max-width:960px;
	border: 1px solid #999;
	margin: 0 auto;
	z-index:1;
	border: #FFF solid 10px;
}

#header{
	background:url(../images/grade.png) top left repeat-x; 
	border-bottom: 10px solid #333;
}

#logo_area{
	width:100%;
	height: 120px;
	position:relative;
	top: -10px;
	left: -5px;
	float:left;
	background:url(../images/aku_logo.png) top left no-repeat;
	
}

#label{
	
	background:url(../images/akupunktur.png);
	width: 212px;
	height: 191px;
	position:relative;
	top: -15px;
	right: -25px;
	float: right;
	
}

#ved{
	margin-top: 50px;
	margin-left: 200px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	line-height: 1.2em;
	text-align:right;
	position: relative;
	right: -100px;
}

.search{
	float:right;
	position:relative;
	right:120px;
	top: -5px;
	border: #E1EBDB solid 2px;
}

#sidebar-left{
	
	float:left;
	width:20%;
	overflow:hidden;
}

#content100{
	
	float:left; 
	width:100%;
	overflow:hidden;
	/*position:relative;
	top: -160px;*/
}

#content80{
	
	float:left; 
	width:80%;
	overflow:hidden;
	/*position:relative;
	top: -160px;*/
}
#content60{
	
	float:left; 
	width:60%;
	overflow:hidden;
	/*position:relative;
	top: -160px;*/
}


#sidebar-right{
	
	float:left;
	width:20%;
	overflow:hidden;
	/*position:relative;
	top: -160px;*/
}

#footer{
	clear:both;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height:50px;
	background:#FFF;
	padding: 5px;

	
}

.inside{
	padding:10px;
}


/* browser reset */
* {
	margin:0;
	padding:0;
}

img{
	border: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{
	margin: 0.5em 0;
}

li, dd{
	margin-left:1em;
}

fieldset{
	padding:0.5em;
}

body{
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin:1em 0;
}
/* reset end*/

h1, .componentheading{
	font-size:1.7em;
	font-weight:bold;
}

h2, .componentheading{
	font-size:1.5em;
	font-weight:bold;
}

.contentheading{
	
	font-weight:bold;
}

h3{
	font-size:1.3em;
}

h4{
	font-size:1.2em;
}

h5{
	font-size:1.1em;
}
h6{
	font-size:1em;
	font-weight:bold;
}

li{
	margin: .9em 1.3em;
	list-style:square;
}

#footer, .small, .createdate, .modifydate, .mosimage_caption{
	font:0.8em Arail, Helvetica, sans-serif;
	color:#999;
}

#footer{
	color:#000;
}
/* style="xhtml" */
.moduletable{
	margin-bottom:1em;
	padding:0 10px;
	border: 1px solid #999;
}

.moduletable h3{
	background:#666 url(../images/grade.png) top left repeat-x;
	color:#000;
	padding:0.25em 0;
	text-align:center;
	font-size:1.1em;
	margin:0 -10px 0.5em -10px;
	/*negative padding to pull h3 back out from the .moduletable padding*/
}



/* menu */
.moduletable-menu
{
background: #c8bce1;/*#a898c6;*/
width: 100%;
margin: 0 auto;
padding: 0;
margin-bottom: 1em;

font-size: .9em;
text-align: center;
text-transform: uppercase;
}

ul.menu
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 98%;
}

ul.menu li
{
display: block;
margin: 0;
padding: 0;
}

ul.menu li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #eae9db;
}

.moduletable-menu>ul.menu li a { width: auto; }

ul.menu li.active a
{
background: #a898c6;
color: #fff;
}

ul.menu li a:hover, ul.menu li.active a:hover
{
color: #342656;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

ul li.active ul li.active a:visited{
	font-weight:bold;
	background: #fff;
	color:#6b559d;
	margin-left:5px;
	border-left:#6b559d groove 5px;
}

ul li.active{
	
	
}

ul li.active ul li.active{
	font-weight:normal;
}
#content .moduletable{
	width: auto;
}


a:link{
	color:#6b559d;/*;#669999*/
	
	text-decoration:none;
}

a:hover{
	
	
	text-decoration:underline;
}

#content60 td, #content80 td, #conent100 td{
	padding: 2px;
	
}


.breadcrumbs{
	text-transform:uppercase;
	font-size:.9em;
}

#jflanguageselection {
float:right;
margin:15px 0 10px 5px;
position: relative;
top: -20px;
right: -80px;
}
