
/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin-bottom:5px;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}	

body p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 85%;
}

h1 {
	font-size: 2.1em;
	color: #F72F0F;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}

h2 {
	font-size: 1.6em;
	color: #F72F0F;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}

h3 {
	font-size: 1.6em;
	color: #F72F0F;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: 24px;
}

h4 {
	font-size: 1.2em;
	color: #666;
	font-weight: bolder;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 24px;
}

h5 {
	font-size: 1.2em;
	color: #F72F0F;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24px;
}


#wrapper {
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
	
}

#main {
	width: 950px;
	float: left;
}

#header {
	width: 950px;
	height: 150px;
	margin-top: 30px;

	float: left;
}

#navi {
	width: 225px;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
	font-size: 85%;

	/*background-image: url(../images/bg_navi.gif);
	background-repeat: no-repeat;*/
	
	border-left: 1px solid;
	border-color: #d1d3d4;


}

#navi ul {
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	color: #666;

}



#navi ul li  {
	_height: 10px;
	margin-bottom: 2px;
	
}



#navi ul li a {
	background-color: #D1D3D4;
	display: block;
	/*padding: 2px 0 3px 6px;*/
	padding: 2px 0 3px 6px;
	margin: 0 0 1px 0;


}

#navi ul li.current a,
#navi ul li.section a

 {
	background-color: #f72f0f;
}

#navi ul li a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#navi ul li a:hover,
#navi ul li.current a,
#navi ul li.section a {
	color: #fff;
}

#navi ul ul {
	margin-left: 10px;

}

#navi ul li ul li a,
#navi ul li.current ul li a,
#navi ul li.section ul li a
 {
 	color: #666;
 	font-weight: normal;
	background-color: #fff;
	background-image: url(../images/pfeil_grau_02.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
}

#navi ul li.section ul li a,
#navi ul li.current ul li a {
	background-image: url(../images/pfeil_rot_02.gif);	
}

#navi ul li.section ul li a.current,
#navi ul li.section ul li a.section {
		background-image: url(../images/pfeil_rot_02.gif);
		color: #f72f0f;
}

#navi ul li ul li a:hover {
	background-image: url(../images/pfeil_rot_02.gif);
	background-repeat: no-repeat;
	color: #f72f0f;
}



#navi ul li.section ul li ul li a {
	background-image: url(../images/pfeil_grau_01.gif);
	background-repeat: no-repeat;
}


#navi ul li ul li ul li a:hover,
#navi ul li.section ul li ul li a.current
 {
	background-image: url(../images/pfeil_rot_01.gif);	
	color: #f72f0f;
}


#content ul li {
	list-style: disc;
	margin-left: 20px;
	font-size: 85%;
	line-height: 16px;
}

#content {
	width: 465px;
	/*background-color: #f7f7f8;*/
	float: left;
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #666;
	line-height: 16px;
	_width:455px;
}

div.red {
	color: #f72f0f;
	font-size: 85%;
}

#content a {
	color: #F72F0F;
	text-decoration: none;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}

#content p.strong {
	font-weight: bolder;
}

#content p.red {
	font-weight: bolder;
}

#content ul  {
	list-style-type: circle;
	margin-left: 15px;
}

#content ol {
	list-style-type: decimal;
	padding-left: 20px;
}


#right {
	width: 190px;
	float: right;
	background-color: #fff;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	border-left: 1px solid;
	border-color: #d1d3d4;
	border-right: 1px solid;
	border-color: #d1d3d4;



}

#right p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 20px;

}

#right p.strong{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 85%;
	color: #666;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
}

strong {
	font-weight: bolder;
}



#right h1 {
	font-size: 2.8em;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
}


#right h2 {
	font-size: 2.3em;
	color: #666;
	font-weight: normal;
	/*margin-top: 10px;*/
	padding-left: 10px;
	padding-right: 5px;
}



#right h3 {
	font-size: 1.0em;
	color: #F72F0F;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 5px;

}

#right h4 {
	font-size: 1.0em;
	color: #666;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 5px;

}

#right h5 {
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;
}

#right a {
	font-weight: normal;
	color: #666;
	padding-left: 0px;
	text-decoration: none;
}

#right a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: underline;
	padding-left: 0px;
}

#right div.right a {
	color: #F72F0F;
	text-decoration: none;
}

#right div.right a:hover {
	text-decoration: underline;
}

#bottom {
	width: 950px;
	float: left;
	background-color: #fff;

}

#footer {
	width: 920px;
	float: left;
	border-top: 2px solid #f7f7f8;
	font-weight: normal;
	color: #666;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

div.box {
	float:left;
	width: 190px;


}

div.box p {
	color: #666;
	padding-left: 8px;
	padding-right: 10px;
	line-height: 13px;
	border-right: 1px solid;
	border-color: #d1d3d4;

	
}

div.box p a {
	text-decoration: none;
		color: #f72f0f;
	background-image: url(../images/pfeil_rot_01.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
div.box p a:hover {
	text-decoration: underline;
	background-image: url(../images/pfeil_rot_01.gif);
}

/* blog styles */

.blogSummary {
	margin-bottom: 20px;
}
.blogSummary h2 {
	font-size: 130%;
}

#Form_BlogEntryForm input,
#Form_BlogEntryForm textarea,
#PageCommentInterface_Form_PostCommentForm input,
#PageCommentInterface_Form_PostCommentForm textarea {
	width: 400px;
}

label#tagsnote {
	font-size: 80%;
	width: 400px;
}

#Form_BlogEntryForm input#Form_BlogEntryForm_action_postblog,
input#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	width: 100px;
}

ul.archiveMonths,
div.WidgetHolder ul {
	margin-left: 10px;
}
ul.archiveMonths a {
	text-decoration: none;
}

ul#PageComments {
	margin-left: 0px;
	margin-bottom: 20px;
}

ul#PageComments li {
	font-size: 100%;
	padding: 10px;
	list-style: none;
	margin-left: 0px;
}

ul#PageComments li {
	border-top: 1px solid #666;
}

ul#PageComments li.odd {
	background-color: #efefef;
}

ul#PageComments li.even {
	background-color: #fff;
}
p.info {
	font-weight: bold;
	font-size: 70%;
}

ul#PageComments li ul.actionLinks {
	padding-top: 5px;
}
ul#PageComments li ul.actionLinks li {
	border: none;
	padding: 0px 0 0 0;

	
}
ul#PageComments li ul.actionLinks li {
	font-size: 80%;
}