/* Copyright (c) 2007 by viando.de */

@import url(layout.css);
@import url(images.css);
@import url(forms.css);
@import url(lists.css);

/* Text */

p {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.SmallText {
	font-size: 11px;
}

p.List {
	background-image: url(/ep/img/bluebox.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #7B7B7B;
}

h1.DetailTitle {
	font-size: 12px;
	display: inline;	
}

h1.Bar {
	border-bottom: 1px dashed #A7ACB0;
}

h2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dashed #A7ACB0;
	padding-top: 20px;
	padding-left: 6px;
	margin-bottom: 12px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #7B7B7B;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #7B7B7B;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	margin: 1px 12px 0px 3px;
	padding: 0px;
}

/* Tables */

td {
	text-align: left;
	vertical-align: top;
}

/* Links */

a:link, a:visited, a:active, a:focus {
	color: #2268A8;
	text-decoration: none;
	font-weight: normal;
}


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


a.EditLink:link, a.EditLink:visited, a.EditLink:active, a.EditLink:focus {
	color: red;
	text-decoration: none;
	font-weight: normal;
}

a.EditLink:hover {
	text-decoration: underline;
}


/* LEXIKON */

div.ArticlesMenuHeadline {
	height: 17px;
	width: 193px;
	margin: 25px 0 0 0;
	background-image: url(/ep/img/menubar.gif);
	background-color: #2268A8;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 9px;
}

div.ArticlesMenuContent {
	width: 192px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #A7ACB0;
	border-left-color: #A7ACB0;
	padding: 4px;
	font-size: 11px;
	color: #666666;
}

div.ArticlesMenuBottom {
	width: 202px;
	height: 2px;
	border-top: 1px solid #A7ACB0;
	display: block;
	margin-bottom: 20px;
}
