/* rechtssemiotik.de */
* {
	margin: 0px;
	padding: 0px;
}

body, textarea {
	color: #6D675F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #2B4388;
}

h2 {
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #2B4388;
}

img {
	border: 0px;
}

a {
	color: #6D675F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	text-decoration: underline;
}

a.top {
	width: 79px;
	height: 19px;
	display: block;
	background: transparent url(/images/buttons/top.gif);
}

a:hover.top {
	background: transparent url(/images/buttons/top_over.gif);
}

input, select, textarea {
	border: 1px solid #E6E6E6;
	font-size: 11px;
}

ul {
	list-style-type: none;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.clear_left {
	clear: right;
}

.clear_left {
	clear: right;
}

.bold {
	font-weight: bold;
}

/*** Main Frame ***/
#frame {
	width: 615px;
	margin: 20px auto;
}

/*** Logo ***/
#logo {
	
}

#logo a {
	text-decoration: none;
}

/*** Meta Navigation ***/
#metanavi {
	margin-bottom: 8px;
	font-size: 10px;
	float: right;
}

#metanavi ul {
	list-style-type: none;
}

#metanavi ul li {
	padding-left: 2px;
	display: inline;
	float: left;
}

#metanavi ul li a {
	padding: 0px 2px;
	font-size: 11px;
}

/*** Main Navigation ***/
#navigation {
	height: 26px;
	margin-bottom: 2px;
	background-color: #2B4388;
	clear: both;
}

#navigation ul {
	list-style-type: none;
	float: left;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	height: 26px;
	display: block;
	float: left;
}

#navigation ul li a span {
	display: none;
}

#navigation ul li#navi1 a {
	width: 86px;
	background: url(/images/navigation/navi1.gif) no-repeat 0px 0px;
}

#navigation ul li#navi2 a {
	width: 69px;
	background: url(/images/navigation/navi2.gif) no-repeat 0px 0px;
}

#navigation ul li#navi3 a {
	width: 66px;
	background: url(/images/navigation/navi3.gif) no-repeat 0px 0px;
}

#navigation ul li#navi4 a {
	width: 62px;
	background: url(/images/navigation/navi4.gif) no-repeat 0px 0px;
}

#navigation ul li#navi5 a {
	width: 55px;
	background: url(/images/navigation/navi5.gif) no-repeat 0px 0px;
}

#navigation ul li#navi6 a {
	width: 160px;
	background: url(/images/navigation/navi6.gif) no-repeat 0px 0px;
}

#navigation ul li#navi1 a:hover, #navigation ul li#navi1 a.active {
	background: url(/images/navigation/navi1.gif) 0px 25px;
	text-decoration: none;
}

#navigation ul li#navi2 a:hover, #navigation ul li#navi2 a.active {
	background: url(/images/navigation/navi2.gif) 0px 25px;
	text-decoration: none;
}

#navigation ul li#navi3 a:hover, #navigation ul li#navi3 a.active {
	background: url(/images/navigation/navi3.gif) 0px 25px;
	text-decoration: none;
}

#navigation ul li#navi4 a:hover, #navigation ul li#navi4 a.active {
	background: url(/images/navigation/navi4.gif) 0px 25px;
	text-decoration: none;
}

#navigation ul li#navi5 a:hover, #navigation ul li#navi5 a.active {
	background: url(/images/navigation/navi5.gif) 0px 25px;
	text-decoration: none;
}

#navigation ul li#navi6 a:hover, #navigation ul li#navi6 a.active {
	background: url(/images/navigation/navi6.gif) 0px 25px;
	text-decoration: none;
}

/*** Textsizer ***/
#textsizer {
	margin: 3px 0px;
	padding-right: 7px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}

#textsizer ul {
	list-style-type: none;
}

#textsizer ul li {
	display: inline;
}

#textsizer ul li a {
	font-size: 11px;
}

#textsizer ul li a:hover {
	text-decoration: none;
}

/*** Intro ***/
#top {
	padding: 10px 15px;
	text-indent: 10px;
	background-color: #DBDBDB;
	line-height: 1.4em;
}

#top.begriffe, #top.sachen, #top.namen {
	width: 600px;
	padding-right: 0px;
	text-indent: 0px;
	overflow: auto;
}

#top ul.first {
	margin-left: 50px;
}

#top table td {
	padding-right: 35px;
	vertical-align: top;
}

#top table td.last {
	padding-right: 0px;
}

#top ul {
	float: left;
	width: 110px;
}

#top ul li a.active {
	font-weight: bold;
	text-decoration: underline;
}

#top div {
	margin-bottom: 16px;
}

#top div.last {
	margin-bottom: 0px;
}

div.begriffe {
	background: url(/images/background/begriffe_icon.gif) no-repeat 15px 10px;
}

div.sachen {
	background: url(/images/background/sachen_icon.gif) no-repeat 15px 10px;
}

div.namen {
	background: url(/images/background/namen_icon.gif) no-repeat 15px 10px;
}

/*** Content ***/
#content_home, #content {
	margin-top: 20px;
	line-height: 1.5em;
}

#content_home {
	padding: 0px;
	background: url(/images/background/background_home.gif);
}

#content {
	margin-bottom: 30px;
	padding: 0px 10px;
	clear: both;
}

#content div {
	margin-bottom: 16px;
	text-indent: 10px;
}

#content h1 {
	font-size: 1.6em;
}

#content div.literatur, #content div.einzeiler, #content div.ohne_einrueckungen {
	text-indent: 0px;
}

#content ul {
	margin-left: 10px;
	list-style-type: none;
}

#content ul li {
	margin-bottom: 5px;
}

#content a {
	text-decoration: underline; 
}

#content a:hover {
	text-decoration: underline;
}

#left, #center, #right {
	width: 174px;
	margin-right: 2px;
	padding: 15px;
	float: left;
	display: inline;
}

#left ul, #center ul, #right ul {
	margin-top: 60px; 
}

/*** Left ***/
#left {
	background: #DBDBDB url(/images/buttons/begriffe.gif) no-repeat 0px 10px;
}

/*** Center ***/
#center {
	background: #DBDBDB url(/images/buttons/sachliches.gif) no-repeat 0px 12px;
}

/*** Right ***/
#right {
	width: 173px;
	background: #DBDBDB url(/images/buttons/namen.gif) no-repeat 0px 12px;
	margin-right: 0px;
}

/* Footer */
#footer {
	padding: 0px 10px 10px 10px;
	border-bottom: 1px #2B4388 solid;
}

#footer a {
	text-decoration: none;
}

/* Schriftgroessen-Veraenderung */
.small {
	font-size: 10px !important;
}
.normal {
	font-size: 12px !important;
}
.large {
	font-size: 14px !important;
}
.x-large {
	font-size: 16px !important;
}
.xx-large {
	font-size: 20px !important;
}
