/* General Styles */
html 
{
	background:url(Images/background.png) repeat-x;
}

body 
{
	margin:0;
	padding:0;
	font:12px Verdana, Arial, Sans-Serif;
	color:#000000;
	line-height:1.4em;
}

table, form, input, select, p, h1, h2, h3, h4, h5, h6 
{
	padding:0;
	margin:0;
}

a
{
	text-decoration:none;
	color:#993333;
}
a:hover, a:active
{
	background-color:#e3e3e1;
}

/* Link Styles */
a.externallink 
{
	font-family:Verdana,Arial,Sans-Serif; 
	border-bottom:1px dashed;
}

a.pagelink 
{
	font-family:Verdana,Arial,Sans-Serif; 
	border-bottom:1px dashed;
}

a.systemlink
{
	font-family:Verdana,Arial,Sans-Serif;
	border-bottom:1px dashed;
}

a.internallink
{
	/* text-decoration:none;
	color:#ff9702;
	*/
	font-family:Verdana,Arial,Sans-Serif;
	border-bottom:1px dashed;
}

a.editsectionlink 
{
	float:right;
	color:#666666; 
	margin-top:10px;
	border:thin dotted;
	padding:2px 28px 2px 10px;
	height:17px;
	background:#FFFFFF url(Images/edit_back.png) top right no-repeat;
}
a.editsectionlink:hover {
	text-decoration:underline;
	background-position:bottom right;
	background-color:#FFFFFF;
}

/* Structure Elements */

#topRedLine {
	background-color:#b81222;
	border:solid medium #b81222;
}

/* Surrounding Page Div */
#PageDiv 
{
	position:relative;
	width:821px;
	margin:0 auto 0 auto;
}
#PageContentDiv img {
	padding:10px;
	border:solid 1px #666666;
	background-color:#ffffff;
}

/* Shadow Regions left and right */
#Shadow_leftDiv 
{
	position:absolute;
	left:-26px;
	top:109px;
	width:27px;
	height:106px; 
	background:url(Images/shadow_left.png) no-repeat left top;
}

#Shadow_rightDiv 
{
	position:absolute;
	left:821px;
	top:109px;
	width:27px;
	height:106px;
	background:url(Images/shadow_right.png) no-repeat left top;
}

/* Search Box */
#SearchDiv 
{
	position:relative;
	width:201px;
	height:32px;
	background:url(Images/suchleiste.png);
	margin:-3px 0 0 597px;
}

.SearchInput
{
	border:0px #fff solid;
	position:absolute;
	width:150px;
	height:16px;
	margin:8px 0 0 12px;
	z-index:2;
	padding-top:1px;
	font:11px/14px Verdana,Arial,Sans-Serif;
	color:#999999;
}

.SearchButton
{
	position:absolute;
	margin-left:173px;
	margin-top:6px;
	z-index:2;
	width:20px;
	height:21px;
	border:none;
	padding-left:20px;
	background:url(Images/suchknopf.png) no-repeat left top;
	cursor:pointer;
	font-size:0;
}
.SearchButton:hover, .SearchButton:focus
{
	background-position:left bottom;
}

#HeaderDiv 
{
	position:relative;
	width:821px;
	height:102px;
	background:url(Images/shadow_top.png) left bottom no-repeat;
}
	#HeaderDiv a#logo 
	{
		width:212px;
		height:63px;
		cursor:pointer;
		margin:10px 0 0 10px;
		background:url(Images/logo.png) left top no-repeat;
		float:left;
	}
	#HeaderDiv a#logo:hover, #HeaderDiv a#logo:focus
	{
		background:url(Images/logo.png) left bottom no-repeat;
	}
	#HeaderDiv #slogan 
	{
		width:223px;
		height:10px;
		float:left;
		margin:53px 0 0 360px;
		background:url(Images/slogan.png) left top no-repeat;
	}

/* Sidebar */
#SidebarContentDiv 
{
	width:821px;
	height:56px;
	background:#be0a1b url(Images/menu_back.png) repeat-x;
	border-left:1px solid #c6c5c4;
}

#SidebarContentDiv ul 
{
	float:right;
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
}
#SidebarContentDiv li 
{
	float: left;
	margin: 0 0.15em;
}
#SidebarContentDiv li a 
{
	height:36px;
	display:block;
	text-decoration:none; 
	text-align:center;
	color:#ffffff;
	padding:20px 10px 0 10px;
	border:none;
}

#SidebarContentDiv li b a 
{
	height:36px;
	float:left;
	padding:1px;
	padding:20px 10px 0 10px;
}

#SidebarContentDiv li:hover
{
	background:url(Images/menu_hover_back.png);
}

#SidebarContentDiv li a:hover, #SidebarContentDiv li a:active
{
	background:url(Images/menu_hover.png) center bottom no-repeat;
	text-decoration:none;
}
	
#MainDiv 
{
	position:relative;
	width:791px;
	padding: 0 15px;
	background-color:#fffff0;
	border:1px solid #dddddd;
	border-top: none;
	padding-bottom:20px;
}

#MainHeaderDiv {
	height:15px;
	background:url(Images/black_athmo_line.png) no-repeat;
	margin: 0 -15px 0 -15px;
}

.imageright,
.imageleft
{
	margin: 0 -15px 10px -15px;
}
	#PageContentDiv .imageright img,
	#PageContentDiv .imageleft img
	{
		border:none;
		background-color:none;
		padding:0;
	}

#FooterDiv 
{
	margin-top: 20px;
	padding-top:5px;
	border-top: 1px solid #888888;
	text-align:center;
}

/* Wiki Styles */
h1,h2,h3 
{
	color:#666666;
	font-weight:normal;
	font-family:georgia, times new roman, serif;
	font-style:italic;
}
h1 
{
	font-size:2.2em;
	line-height:50px;
}
h2 
{
	font-size:2em;
	line-height:40px;
}
h3 
{
	font-size:1.6em;
	line-height:30px;
}
strike 
{
	color:#ff0000;
}
code, pre {
	color:#000000;
	font-family:Courier New,Lucida Console,Monospace;
	margin:0px;
	padding:0px;
}
pre {
	background-color:#ddddd0;
	border:1px dashed #888888;
	padding:11px 8px 11px 8px;
	text-align:left;
	font-size:1.1em;
}
.box 
{
	background-color:#ddddd0;
	border:1px solid #888888;
	padding:11px 8px 8px 8px;
	text-align:center;
	font-size:1.1em;
}

/* Edit Styles */
#FormatUl {
	margin: 0px;
	padding: 0px;
}

#FormatUl li {
	display: inline;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

/* Formatting Button in Edit.aspx */
a.formatlink {
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: solid 1px #214C9A;
	text-indent: -2000px;
	margin-right: 2px;
	float: left;
}

#BoldLink {
	background-image: url(Images/Bold.png);
}
#ItalicLink {
	background-image: url(Images/Italic.png);
}
#UnderlineLink {
	background-image: url(Images/Underline.png);
}
#StrikeLink {
	background-image: url(Images/Strike.png);
}
#H1Link {
	background-image: url(Images/H1.png);
}
#H2Link {
	background-image: url(Images/H2.png);
}
#H3Link {
	background-image: url(Images/H3.png);
}
#H4Link {
	background-image: url(Images/H4.png);
}
#SubLink {
	background-image: url(Images/Sub.png);
}
#SupLink {
	background-image: url(Images/Sup.png);
}
#PageListLink {
	background-image: url(Images/PageLink.png);
}
#FileLink {
	background-image: url(Images/File.png);
}
#LinkLink {
	background-image: url(Images/Link.png);
}
#ImageLink {
	background-image: url(Images/Image.png);
}
#AnchorLink {
	background-image: url(Images/Anchor.png);
}
#CodeLink {
	background-image: url(Images/Code.png);
}
#PreLink {
	background-image: url(Images/Pre.png);
}
#BoxLink {
	background-image: url(Images/Box.png);
}
#BrLink {
	background-image: url(Images/BR.png);
}
#SnippetListLink {
	background-image: url(Images/Snippet.png);
}
#SpecialTagsLink {
	background-image: url(Images/SpecialTags.png);
}
#NoWikiLink {
	background-image: url(Images/NoWiki.png);
}
#CommentLink {
	background-image: url(Images/Comment.png);
}
#EscapeLink {
	background-image: url(Images/Escape.png);
}
.invisible {
	display:none;
}