/**************************************************************************
Allgemein
**************************************************************************/

body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	/*background-image: url(Images/bg.jpg);*/
	background-repeat: no-repeat;
}

.clear
{
	margin-bottom: 10px;
}

.innerBody
{
	width: 600px;
	padding: 10px;
	margin-left: 25px;
}


hr
{
	height: 0px;
	border: none;
	border-bottom: solid 1px #fff;
}

form
{
	margin: 0;
	padding: 0;
}

.Button
{
	background-color: #333;
	border: solid 1px #666;
	color: #fff
}

.ContactForm
{
	color: #fff;
	width: 130px;
	background-color: #eee;
	border: solid 1px #666;
}

h2
{
	font-size: 16px!important;
	color: #42B5F8;
		font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif!important;
}


/**************************************************************************
Title Bar
**************************************************************************/

#TitleBar
{
	width: 970px;
	position: relative;
	height: 48px;
}

#TitleBar img
{
	position: absolute;
	right: 0px;
	top: 10px;
}

.Title
{
	color: #333;
	font-weight: bolder;
	font-size: 22px;
	text-decoration: none !important;
	position: absolute;
	left: 110px;
	top: 10px;
}

/**************************************************************************
Header Bar
**************************************************************************/

#HeaderBar
{
	border-top: solid 5px #42B5F8;
	height: 42px;
	background-color: #333;
}

#HeaderBar a 
{
	margin-right: 10px;
	color: #42B5F8;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

#HeaderBarNavi
{
	float: left;
	margin-top: 2px
}

#HeaderBarNavi a:hover, #HeaderBarNavi a:active, #HeaderBarNavi a.ActiveItem
{
	background-color: #42B5F8;
	color: #333;
}

/**************************************************************************
SearchBar
**************************************************************************/

#SearchBar 
{
	float: right;
	width: 192px;
	height: 1px;
	text-align: right;
}

.SearchQuery
{
	color: #fff;
	width: 130px;
	background-color: #333;
	border: solid 1px #666;
}

/**************************************************************************
Header
**************************************************************************/

#Header
{
	height: 150px;
	background-image: url(Images/bgright.jpg);
}


#InnerHeader
{
	height: 150px;
	background-image: url(Images/bg.jpg);
	background-repeat: no-repeat;      
}

#Title
{
	font-size: 70px;
	font-family: Courier;
	position: absolute;
	top: 35px;
	left: 100px;
	color: silver
}

/**************************************************************************
TeaserBar
**************************************************************************/

#TeaserBar
{
	width: 200px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}

.TeaserItem
{
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f8f8f8
}

#TeaserBar a:hover
{
	background-color: Transparent! important;
	border: none !important
}

.Statistics
{
	font-size: 11px !important
}

.Statistics li
{
	margin-left: -20px;
}

/**************************************************************************
TeaserBar
**************************************************************************/

.Adbar 
{
	width: 120px;
	height: 600px;
	position: absolute;
	top: 75px;
	left: 895px;
}

/**************************************************************************
Content
**************************************************************************/

#Body
{
	padding: 20px 0px 20px 0px;
	font-weight:normal;
	font-size:13px;
	color: #000;
	line-height: 20px;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

.BodyFixContainer
{
	width: 870px;
}

#Body a
{
	color: #000;
	text-decoration: underline;
}

#Body a:hover
{
	color: #666;
}

.FooterOverviewSummary
{
	border-top: solid 1px #eee;
	margin-top: 20px!important;
	font-size: 11px!important;
	text-align: right;
	margin-bottom: 5px;
}

.BlogPostInnerTitle
{
	color: #333 !important;
}

.BlogPostInnerTitle a
{
	background-color: Transparent !important;
	color: #42B5F8 !important;
	text-decoration: none !important;
}

.BlogPostInnerTitle a:hover
{
	color: #ccc !important;
}

.BlogPostContainer
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif !important;
	font-size: 12px!important;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	line-height: 100%;
}

h1 a, h1 span
{
	text-decoration: none !important;
	color: #42B5F8 !Important;
}

h1 a:hover
{
	background-color: Transparent !important;
	color: #ccc !important
}

.NotificationDeactivated
{
	color: #fff;
	padding: 10px;
	background-color: #333;
	font-weight: bold;
	margin-bottom: 25px
}


/**************************************************************************
Tag-Cloud
**************************************************************************/

#TagCloud
{
	text-align: justify;
	font-size: 11px;
}

#TagCloud a
{
	color: #aaa;
	text-decoration: none!important;
}

#TagCloud a:hover, a.ActiveTag
{
	color: #42B5F8 !important
}

/**************************************************************************
Kommentare
**************************************************************************/

.Comment
{
	background-color: #eee;
	padding: 10px;
	font-size: small;
	line-height: 20px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif !important;
	font-size: 12px !important;

}

.AlternateRow
{
	background-color: #fff;
}

.CommentTitle, .CommentTitle a
{

}

.CommentTitle
{
	margin-bottom: 5px;
}

.AdminComment, a.AdminComment
{
	color: #000!important;
	font-weight: bold !important;
}

.AddCommentMainBox
{
	margin-top: 25px;
	font-size: small;
	color: #555;
}

.AddCommentLeft
{
	width: 280px;
	float: left;
}

.AddCommentLeft input, .AddCommentRight input
{
	width: 270px;
	background-color: #eee;
	border: solid 1px #bbb;
	color: #000
}

.AddCommentRight
{
	width: 280px;
	float: right;
}

.AddCommentBottom textarea
{
	background-color: #eee;
	border: solid 1px #ccc;
	color: #000
}

.AddCommentBottom
{
	clear: both;
}

.CssValidationSummary
{
	padding: 0;
	font-weight: bold;
	margin-bottom: 15px;
}


/**************************************************************************
Footer
**************************************************************************/

.Pager 
{
	clear: both;
	margin-top: 25px;
}

.Pager a
{
}

.Pager a:hover
{
}

#Footer
{
	height: 36px;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

#Footer a
{
	color: #000;
	text-decoration: none;
	margin-left: 15px;
}

#Footer a:hover
{
	text-decoration: underline;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }
