/* Rettinger & Etzel Webseite : Stylesheet
 * Erzeugt am: 26.03.2009
 * Autor: Heiko Rettinger
 * Versionskontrolle: $Id: rue.css 12 2009-04-16 09:06:27Z heiko $
 */

body, p, tr, td, div {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

body {
	margin: 5px;
	padding: 5px;
	background: #E0E0E0;
	color: #000000;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	border: none;
}
a:hover {
	border-bottom: 1px dotted #006600;
}
a.comm:link, a.comm:active, a.comm:visited, a.comm:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	padding: 0px 14px 0px 0px;
	background: url(img/icon_mail.gif) no-repeat right center;
}
a.comm:hover {
	border-bottom: 1px dotted #006600;
}

/* Design Test Formate */
#site {
	width: 840px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #339933;
	background: #FFFFFF url(img/rue_logo.png) 20px 5px no-repeat;
	color: #000000;
	text-align: left;
}
#logospace {
	height: 135px;
}
#info {
	margin: 0px;
	width: 550px;
	height: 16px;
	padding: 0px;
	line-height: 12px;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}
#nav {
	margin: 0px;
	width: 550px;
	height: 50px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
}
#nav a:link, #nav a:active, #nav a:visited, #nav a:hover , a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	background: #006600;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#nav a:hover, a.nav:hover {
	background: #33CC33;
	color: #000000;
}
#stats {
	margin: 0px;
	width: 550px;
	height: 30px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
}
#main {
	margin: 0px;
	padding: 0px 40px 5px 40px;
	text-align: left;
}
#footer {
	margin: 0px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #339933;
	font-size: 11px;
	color: #808080;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	border: none;
}
#footer a:hover {
	border-bottom: 1px dotted #333333;
}

/* Überschriften und Absätze für Inhaltsbereiche */
#main h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}
#main h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin: 16px 0px 8px 0px;
}
#main h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 12px 0px 6px 0px;
}
#main h4 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin: 11px 0px 5px 0px;
}
#main p {
	color: #000000;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin: 4px 0px 4px 0px;
	line-height: 18px;
}
#main p.justify {
	text-align: justify;
}

/* AGB Formate */
#main .terms p {
	text-align:justify;
	line-height: 18px;
}

/* News Formate */
div.news p {
	border-top: 1px dotted #339933;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	line-height: 18px;
}
div.news p:first-child {
	border: none;
}
/* Hyperlinks im Inhaltsbereich */
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	border: none;
}
a:hover {
	border-bottom: 1px dotted #006600;
}

#main a.int, #main a.intsel, #main a.ext {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	padding: 0px 14px 0px 0px;
}
#main a.intsel {
	background-color: #DDDDDD;
}

#main a.int:hover, #main a.intsel:hover, #main a.ext:hover {
	border-bottom: 1px dotted #006600;
}

#main a.int, #main a.intsel {
	background-image: url(img/icon_lint.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#main a.ext {
	background: url(img/icon_lext.gif) no-repeat right center;
}

.hidden {
	display: none;
}

/* Quellcode ausgabe */
#sourcecode {
	margin: 5px 50px 5px 50px;
	padding: 2px;
	border: 1px solid #808080;
}
#sourcecode h4 {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dotted #808080;
	font-size: 12px;
	font-weight: bold;
}
#sourcecode code {
	margin: 0px;
	padding: 0px;
	font-family: monospace;
	font-size: 11px;
}

#quote {
	margin: 5px 50px 5px 50px;
	padding: 2px;
	border: 1px dashed #808080;
}
#quote h4 {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dashed #808080;
	font-size: 12px;
	font-weight: bold;
}
#quote p {
	font-size: 12px;
}

#list ul {
	margin: -10px 0px 0px 0px;
	padding: 0px;
}

#list li {
	margin: 0px;
	padding: 0px;
}