@charset "iso-8859-1";

/* CSS Document */

body {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Geneva, Arial, sans-serif;
	font-size: small;
	background: #FFFFFF;
	margin-top: 50px;
}

#globalWrapper {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

/* Style fuer Kopf */

#header {
	float: right;
	width: 	430px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Style fuer Hauptmenu */

div#sitewideMenuWrapper {
	width: 200px;
	background: #1A1A1A url("Alrik-Logo.gif") no-repeat center top;
	padding-top: 108px;
	padding-bottom: 0px;
	float: left;
}

ul#sitewideMenu {
	background:  url("menuBottom.gif") no-repeat center bottom;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	list-style-type: none;
}

	
ul#sitewideMenu li {
 	margin-left: 0px;
	padding-left: 0px;
 	font-weight: bold;
 	line-height: 1.5em;
 	display: inline
}

ul#sitewideMenu li a {
	color: #EFEFEF;
	text-decoration: none;
	margin: 0.2ex 10px;
	display: block;
}

ul#sitewideMenu li a:hover {
	color: #FF3300;
	text-shadow: red 0px 0px 5px ;
}

ul#sitewideMenu li ul {
	margin: 0px 0px 1em 1em;
	padding-left: 0px;
	list-style-type: none;

}

ul#sitewideMenu li ul li {
	font-weight: normal;
	margin: 0px;
}

/* Styles fuer Breadcrumbs */

div#breadcrumb {
	color: #999 !important;
	font-size: x-small !important;
	margin: -1em 0px 2em 0px;
}

div#breadcrumb a {
	color: inherit !important;
}

/* Styles fuer den Inhalt */

div#content {
	line-height: 1.8em;
	float: right;
	width: 430px;
	margin: 0px 0px 3em 0px;
}

#content h2, #content h3, #content h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top: 1px solid #F30;
	font-size: medium;
	margin-top: 2em;
	clear: both;
	
}

#content h2 a:link, #content h3 a:link, #content h2 a:hover, #content h3 a:hover, #content h2 a, #content h3 a, #content sup a, #content sup a:link, #content a[id], #content a.bild, #content a.bild:link, #links li a, #links li a:link, #links li a:hover, #breadcrumb a, #breadcrumb a:link, #breadcrumb a:hover {
	background: none !important;
	padding: 0px !important;
}

#content h3 {
	font-size: small;
}

#content h4 {
	border-top: none;
	margin-bottom: 0px;
	font-size: small;
}

#content h5 {
	border-top: none;
	margin-bottom: 0px;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

#content a, #content a:link {
	text-decoration: none;
	color: #000;
	padding-left: 12px;
	background: url("pIntern.gif") no-repeat left center;
}

#content a.extern, #content a.extern:link {
	background: url("pExtern.gif") no-repeat left center;
}

#content a.mail, #content a.mail:link {
	background: url("pMail.gif") no-repeat left center;
}

#content a:hover {
	color: #C70D00;
	background: url("pInternHover.gif") no-repeat left center;
}

#content a.extern:hover {
	background: url("pExternHover.gif") no-repeat left center;
}

#content a.mail:hover {
	background: url("pMailHover.gif") no-repeat left center;
}

#content dt {
	font-weight: bold;
	margin-top: 2em;
}

#content abbr, #content acronym {
	font-size: 90%;
	letter-spacing: 0.2ex;
	font-style: inherit;
	cursor: help;
	border-bottom: none;
}

#content ul {
	list-style-type: square;
}

#links ul {
	list-style-image: url('pExtern.gif');
}

#links li {
	margin-bottom: 1em;
}

#links li a {
	font-weight: bold;
}


#content img.links {
	float: left;
	margin: 0px 1em 1em 0px;
	padding: 0px;
	background: none;
}

#content img.rechts {
	float: right;
	margin: 0px 0px 1em 1em;
	width: auto;
	background: none;
}

#content img.block {
	float: none;
	margin: 1em 0px;
	display: block;
}

#content blockquote {
	margin: 1em;
	padding: 1em;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-style: italic;
	border: 1px solid #CCC;
	background: #EEE;
}

#content blockquote em {
	font-style: normal;
}

#content blockquote p {
	margin-top: 1em;
	margin-bottom: 0px;
}

#content blockquote p:first-child {
	margin-top: 0px;
}

#content cite
{
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 0.2ex;
}

#content a img {
	border: none;
}

#content p {
	margin-top: 0px;
}

#content div.meta {
	color: #666;
	font-size: 80%;
}

/* Styles fuer die Seitenleiste */

div#sidebar {

}

#sidebar h1 {
	font-size: medium;
	color: #FFF;
	background: #1a1a1a url("sidebarTop.gif") no-repeat center top;
	margin: 0px;
	padding: 10px;
}

#sidebar div {
	float: left;
	clear: left;
	width: 200px;
	margin: 6px 0px 0px 0px;
	background: #1a1a1a url("menuBottom.gif") no-repeat center bottom;
	color: #CCCCCC;
	padding-bottom: 10px;
}

#sidebar div p, #sidebar div ul, #sidebar dl {
	margin: 0px 10px;
	padding: 0px;
}

#sidebar a, #sidebar a:link {
	color: #fff;
	text-decoration: none;
	background: none;
}

.warnung {
	color: red;
}

#sidebar form {
	margin: 0px 10px;
}

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

#sidebar input {
	margin: 0.5em 0em;
}

/* Styles fr das Copyright */

div#copyright {
	clear: both;
	margin: 3em 0px 0px 0px;
	border-top: 1px dotted #1a1a1a;
	padding-top: 1ex;
	color: #333;
	font-size: x-small;
}

#copyright p {
	margin: 0px;
}

#copyright a {
	color: #333;
}

/*
 * BBCode Styles
 */

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { }
a.gen,a.genmed,a.gensmall { }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ }

/* The content of the posts (body of text) */
.postbody { }
a.postlink:link	{ }
a.postlink:visited {}
a.postlink:hover { }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}