/*Structure*/
#everything {
	border: 1px solid black;
	background-color: white;
	margin: 5px auto;
	margin-bottom: 15px;
}	

#container {
	position: relative;
	clear: both;
}

#header {
	background-color: #CDD1FF;
	height: auto;
    _height: 90px;
    min-height: 90px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid black;
}

td {
	padding: 3px;
	border-bottom: 1px solid black;
}

th {
	text-align: center;
	background-color: #CDD1FF;
}

#header * {
}

#navigator {
	width: 220px;
	float: right;
	margin: 0px;
	height: auto;
    _height: 440px;
    min-height: 440px;
	padding-left: 5px;
}

#content {
	margin-right: 230px;
	padding: 5px;
	border-right: 1px solid black;
}

div.artikel {
    overflow: auto;
    height: 410px;
    border: 1px solid black;
    padding: 3px;
}

.breadcrumb {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	font-size: 10pt;
	float: left;
}

div.breadcrumb a {
	background-color: white;
	padding: 1px 5px;
}

#footer {
	width: 100%;
	margin: auto auto;
	clear: both;
	text-align: center;
	border-top: 1px solid black;
	height: auto;
    _height: 15px;
    min-height: 15px;
}

.clearall {
	clear: both;
}

#primary_links {
	top: 0px;
	text-align: right;
	font-size: 10pt;
}

#primary_links ul {
	margin-left: 5px;
	margin-right: 10px;
}

#logo {
	margin: 5px;
	float: left;
}

#site-slogan {
	font-size: 18pt;
}

#site_name {
	margin-top: 0px;
}

#feed-icon {
	float: right;
	width: 20px;
}

#primary_links ul.links li {
	display: block;
	float: right;
}

#primary_links ul.links li a {
	width: auto;
    _width: 90px;
    min-width: 90px;
    text-align: center;
    background-color: silver;
    margin-right: 5px;
    padding: 2px 5px;
    border-left: 1px solid black;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
}

#primary_links ul.links li:hover {
	background-color: #DDD;
}

#primary_links ul li a.active {
	background-color: white;
}

div.meta ul li {
	float: left;
}

div.links ul li {
	float: right;
}

div.meta a, a:active, a:visited {
	color: #5a60a2;
}

div.links a, a:active, a:visited {
	color: #5a60a2;
}

.submitted {
	font-size:9pt;
	font-style:italic;
}

#search {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

#navigator ul {
	width: 174px; /* Width of Menu Items */
	left: 2px;
}

#navigator ul li {
	border: 1px solid #777777;
	list-style: none;
	border-top: 0;
	background-color: #685510;
	font-size:   13px;
	line-height: 20px;
	padding-left: 8px;
}

#navigator ul li:hover {
	background-color: #303030;
}

#navigator a {
	display: block;
	color: white;
}

/*Style*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #CCC555;
}

.links li a {
	display: block;
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #800000;
	margin-bottom: 2px;
}

h2 a, h2 a:active, h2 a:visited {
	color: #800000;
}

h2.title {
	margin-top: 0px;
	margin-bottom: 2px;
}

h4 {
	background-color: #CDD1FF;
}

a img {
	border: 0px;
}

blockquote {
	font-style: italic;
}

div.node.teaser {
	border-bottom: 3px double lightgrey;
	margin-top: 5px;
}

.content_footer {
    height: 20px;
}

.messages {
	background-color: #CDD1FF;
	border: 1px solid blue;
}

div.comment h3 {
	margin-top: 0px;
	font-size: 12pt;
}

div.comment {
	padding-top: 5px;
	border-bottom: 3px double lightgrey;
}

div.comment.odd {
}

div.comment.even {
	background-color: #E2E2FF;
}

dt {
	color: #800000;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 2px;
}

dd {
	margin-left: 20px;
}

