﻿#content .codeDiv {
	width: 96%;
	margin-bottom: 10px;
	padding: 2%;
	font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #686868;
}

#content div p {
	margin-bottom: 0;
}

#content img {
	margin: 1%;
	max-width: 98%;
}

.divCategory {
    width: 45%;
    height: 100px;
    float: left;
    margin: 1%;
    padding: 1%;
}

#content a {
	text-decoration: underline;
	color: #313131;
}

#content a:hover {
	text-decoration: none;
	color: #DB5600;
}

.errorDiv {
    width: 96%;
    padding: 2%;
    color: #ffffff;
    font-weight: bold;
    border: solid 1px #ffffff;
    background-color: Red;
}

.divSnippetFrontpage {
    width: 96%;
    margin-top: 10px;
    padding: 2%;
    border: dotted 1px #000000;
    background-color: #ffffff;
}

.textbox {
    width: 100%;
}

#content blockquote {
	margin-left: 0;
	padding-left: 0;
	background: url(/images/quote_white.gif) no-repeat right bottom;
}

#content blockquote h2 {
	padding-left: 25px;
	color: #88888A;
	background: url(/images/quote_white.gif) no-repeat left top;
}

#content blockquote p {
	text-align: left;
	line-height: normal;
}

/* ---------------------------------------------------- */
/* Egenskaber for tabel til indsættelse af kommentarer
/* ---------------------------------------------------- */
.blogInsertCommentTable {
    width: 100%;
    border-collapse: collapse;
}

.blogInsertCommentTable td {
    padding: 2px;
    vertical-align: top;
}

.td-left {
    width: 30%;
}

/* ---------------------------------------------------- */
/* Egenskaber for tabel til visning af kommentarer
/* ---------------------------------------------------- */
.blogCommentTable {
    width: 100%;
    border-collapse: collapse;
}

.blogCommentTable td {
    padding: 2%;
    vertical-align: top;
}

.tdCommentName1 {
    text-align: left;
    font-weight: bold;
    border-top: solid 1px #000000;
    background-color: #ffffff;
}

.tdCommentName2 {
    text-align: left;
    font-weight: bold;
    border-top: solid 1px #000000;
    background-color: #eeeeee;
}

.tdCommentDate1 {
    text-align: right;
    font-weight: bold;
    border-top: solid 1px #000000;
    background-color: #ffffff;
}

.tdCommentDate2 {
    text-align: right;
    font-weight: bold;
    border-top: solid 1px #000000;
    background-color: #eeeeee;
}

.tdComment1 {
    text-align: left;
    background-color: #ffffff;
}

.tdComment2 {
    text-align: left;
    background-color: #eeeeee;
}

.tdCommentSpacer {
    height: 2px;
    border-top: solid 1px #000000;
}
