/* 
Theme Name: netConnecting
Theme URL: http://www.netconnecting.de
Description: Personal Theme of netConnecting.
Author: Marvin Schroeder
Author URI: http://www.netconnecting.de
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong   {
	font-weight: bold;
}
em {
	font-style: italic;
}


/* beginn layout datei */
body   {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana;
}
a:link, a:active, a:visited   {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover   {
	color: #D2FFA6;
	text-decoration: underline;
}
#Page   {
	width: 960px;
	text-align: left;
	margin: 0px 0px 0px -480px;
	left: 50%;
	position: relative;		
	
}
#Head   {
	height: 155px;
	background: url(images/header.jpg) no-repeat;
}
	#HeadWhite   {
		height: 20px;
		width: 540px;
		background-color: #FFFFFF;
		left: 60px;
		top: 135px;
		position: absolute;
	}
	#Logo   {
		left: 819px;
		top: 18px;
		width: 121px;
		height: 54px;
		position: absolute;
	}

#LeftShadow   {
	width: 60px;
	height: 175px;
	background: url(images/left-shadow.jpg) no-repeat top right;
	float: left;
	border-top: 2px solid #FFFFFF;
}
#Content   {
	width: 540px;
	background-color: #FFFFFF;
	float: left;
}
	#InnerContent   {
		padding: 0px 20px 20px 20px;
		line-height: 150%;
		color: #333333;
	}


	.ContentText a:link, .ContentText a:active, .ContentText a:visited   {
		color: #5BB700;
		text-decoration: underline;
		font-weight: bold;
	}
	.ContentText a:hover  {
		color: #66CC00;
		text-decoration: none;
	}

	.ContentText ol   {
		list-style-type: decimal;
	}
	.ContentText ul   {
		list-style-type: disc;
		list-style-position: inside;
	}

	#InnerContent h2   {
		font-size: 11px;
		color: #333333;
		font-weight: normal;
	}
	#InnerContent h2 a:link, #InnerContent h2 a:active, #InnerContent h2 a:visited   {
		color: #999999;
		text-decoration: none;
	}
	#InnerContent h2 a:hover   {
		color: #666666;
		text-decoration: none;
	}

	#InnerContent h1   {
		font-size: 18px;
		font-weight: bold;
		color: #66CC00;
		margin-bottom: 20px;
		letter-spacing: -1px;
	}
	#InnerContent h1 a:link, #InnerContent h1 a:active, #InnerContent h1 a:visited   {
		color: #5BB700;
		text-decoration: none;
	}
	#InnerContent h1 a:hover   {
		color: #66CC00;
	}

	#InnerContent p   {
		margin: 10px 0px 10px 0px;
	}

	

	.Seperator   {
		font-size: 11px;
		color: #999999;
		margin: 20px 0px 20px 0px;
		background: url(images/bg-separator.gif) repeat-x center bottom;
	}


	.Seperator a:link, .Seperator a:active, .Seperator a:visited   {
		color: #999999;
		text-decoration: none;
	}
	.Seperator a:hover   {
		color: #666666;
		text-decoration: none;
	}
#Sidebar   {
	width: 360px;
	background: url(images/right-shadow.jpg) no-repeat;
	float: left;
	border-top: 2px solid #FFFFFF;
}

	#SidebarContent   {
		margin: 10px 0px 0px 10px;
		width: 350px;
	}

		#LeftBar   {
			width: 180px;
			float: left;
			line-height: 200%;
		}

		#RightBar   {
			width: 160px;
			float: left;
			margin-left: 10px;
			
		}

	.BarBox   {
		margin-bottom: 20px;
		line-height: 200%;
	}

	.BarBox .Title   {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -1px;
		background: url(images/bg-bartitle.gif) repeat-x;
		margin-bottom: 10px;
	}

	.BarBox .Title .HideTitle   {
		background: url(images/bg-hidebartitle.gif) repeat-x;
		padding-right: 10px;
		line-height: 100%;
	}

	.BarBox li   {
		border-bottom: 1px solid #444444;
	}

#Footer   {
	font-size: 11px;
	color: #666666;
	margin: 20px 0px 20px 0px;
	text-align: right;
}
#Footer a:link, #Footer a:active, #Footer a:visited   {
	color: #666666;
	text-decoration: underline;
}
#Footer a:hover   {
	color: #999999;
	text-decoration: none;
}


.Comment   {
	color: #333333;
	margin-bottom: 20px;
}
.Comment a:link, .Comment a:active, .Comment a:visited   {
	color: #333333;
	text-decoration: underline;
}
.Comment a:hover   {
	color: #999999;
	text-decoration: none;
}

.AddComment   {
	color: #333333;
}
.AddComment a:link, .AddComment a:active, .AddComment a:visited   {
	color: #333333;
	text-decoration: underline;
}
.AddComment a:hover   {
	color: #999999;
	text-decoration: none;
}

.CommentsTitle   {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.PageTitle   {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.Pagination a:link, .Pagination a:active, .Pagination a:visited   {
	color: #333333;
	text-decoration: underline;
}
.Pagination a:hover   {
	color: #999999;
	text-decoration: none;
}
