html, body{
    height:100%;
    margin-bottom:0.01em;
}

body{
    margin:0;
    /*background-color:#ddd;*/
    background:url("/includes/sug/images/layout/body_baggrund.gif");
    background-repeat:repeat-x;
    /*background-position: bottom left;*/
    
}
#buildwith{
    padding:0 5px;
    text-align:right;
    font:normal 9px/22px arial;
    color:#aaa;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ccc;
    background-color:#f5f5f5
}
#printerfriendly{
    text-align: right;
    margin-top:40px;
    font-size:11px;
}
#sitewrapper{
    position:relative;
    width:980px;
    margin:0 auto;
    background-color:#fff;
    border-left:2px solid #a3beca;
    border-right:2px solid #a3beca;
    border-bottom:2px solid #a3beca;
}
#topwrapper{
    position:relative;
    height:162px;
    border-bottom:1px solid #e5e5e5;
	background-color: #6FAECD;
}
#topwrapper {
    /*padding-top:46px;
    padding-left:28px;
	height:18px;*/
}

#logo {
	/*padding-top:46px;
    padding-left:28px;*/
	height:131px;
	background:url("/includes/sug/images/layout/top_grafik.jpg");
    background-repeat:no-repeat;
}

#topmenu {
	/*border:1px solid #f0f;
	clear:both;*/

}


#leftmenu{
    float:left;
    width:190px;
    text-align:left;
    font:bold 11px "trebuchet ms";
	/*border: 1px solid #f0f;*/
	padding:2px 3px 2px 2px;
}

#rightmenu{
    float:right;
    width:190px;
    /*text-align:right;*/
    font:bold 11px "trebuchet ms";
	/*border: 1px solid #f0f;*/
	padding:2px 2px 2px 2px;
}


a img {
	border:none;
}

/* Elementer */
.boxElementWrapperLeft {
	width:190px;
	padding:0;
}

.boxElementWrapperRight {
	width:190px;
	padding:0;
	/*float:right;*/
}

.boxElementTop {
	background:url("/includes/sug/images/layout/element_top.gif");
    background-repeat:no-repeat;
	height:12px;
	width:190px;
}

.boxElementContent {
	background:url("/includes/sug/images/layout/element_midt_repeat.gif");
    background-repeat:repeat-y;
	padding:2px 8px 4px 8px;
}

.boxElementBottom {
	background:url("/includes/sug/images/layout/element_bund.gif");
    background-repeat:no-repeat;
	height:12px;
	width:190px;
	margin-bottom:4px;
}


.boxElementContent div.boxTitle {
	font-size: 15px;
	color: #2383B5;
	margin:0 0 0 0;
}

.boxElementContent a {
	color: #2383B5;
}

.boxElementContent p {
	margin:4px 0 0 0;
}

#venstreMenu {
	margin-top:-6px;
}
#venstreMenu ul {
	list-style:none;
	padding:0;
}
#venstreMenu ul li {
	list-style:none;
	padding-left:12px;
}



#maincontent{
    float:left;
    margin-top:0px;
    width:568px;
    font:normal 12px/18px "trebuchet ms";
    color:#000;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
	padding: 10px 10px 50px 10px;
	/*border:1px solid #f0f;*/
}

#maincontentVide {
	float:left;
    margin-top:0px;
    width:758px;
    font:normal 12px/18px "trebuchet ms";
    color:#000;
    border-left:1px solid #eee;
	padding: 10px 10px 50px 10px;
	/*border:1px solid #f0f;*/
}

#maincontent h1, #maincontentVide h1{
    font-family: "georgia", "trebuchet ms", "verdana";
	text-transform:capitalize;
	font-size:20px;
    color:#2383B5;
}
#maincontent h2, #maincontentVide h2{
    font:normal 16px/30px "georgia", "trebuchet ms", "verdana";
    color:#555;
    /*display:inline;
    margin:0px 0 0 0;*/
	display:block;
    border-bottom:1px solid #e1e1e1
}
#maincontent p, #maincontentVide p{
    margin:0 0 15px 0;
}
#maincontent a, #maincontentVide a{
    /*color:#b1218d;*/
    color:#2383B5;
}
#maincontent a:hover, #maincontentVide a:hover{
    /*color:#fff;
    background-color:#2383B5;*/
}
#maincontent div#doku h2, #maincontentVide div#doku h2 {
    display:block !important;
    color:#555 !important;
    font-weight:bold !important;
    margin-bottom: 5px;
    margin-top: 30px;
    background-color:#eee;
    padding:5px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ddd;
}
#maincontent div#doku h3, #maincontentVide div#doku h3 {
    display:block !important;
    color:#555 !important;
    font:normal 17px georgia !important;
    margin-bottom:5px;
}
#maincontent div#doku h4, #maincontentVide  div#doku h4 {
    display:block !important;
    color:#333 !important;
    font:italic 14px georgia !important;
    margin-bottom:5px;
}
/*
td, th{
    border:1px solid #EFEFEF;
    padding:2px;
}
th{
    text-align:left;
}
*/
div#doku p{
    font:normal 12px/18px "trebuchet ms";

}
div#doku p.codeexample{
    background-color:#eef;
    padding:5px;
    font-family: monospace;
    font-size:12px;
    border:1px solid #dde;
}
div#doku h1 a, div#doku h2 a, div#doku h3 a, div#doku h4 a{
    color:#EC008C !important;
} 

/* BLOG */

div.blog_overviewitem{
    margin-bottom:20px;
    margin-top:20px;    
    /*background-color:#f5f5f5;*/
    background-color:#fff;
    /*border-bottom: 1px solid #ccc;*/
    padding:10px;
}
div.blog_overviewitem h1{
    margin:0 0 0px 0 !important;
    font-size:14px !important;
}
div.blog_profilebox{
    border:1px solid #A3BECA;
    padding:5px;
    margin-bottom:10px;
}
div.blog_profilebox div.blog_author_image{
    float:right;
}
div.blog_profilebox div.blog_author_image img{
}
div.blog_profilebox div.blog_author_time{
    float:left;
    width:75%;
}
div.blog_profilebox .clearer{
    clear:both;
}
div.blog_overview_content{
    margin:20px 0;
}
div.blog_overviewitem_bottombar{
    color:#666;
    font-size:10px;
    padding:5px 0;
    border-top:1px solid #A3BECA;
    border-bottom:1px solid #A3BECA;
}
div.blog_overviewitem_bottombar span.divider{
    margin:0 10px 0 10px;
    color:#aaa;
}
div#blogpost_commentform_box{
    border:1px solid #ddd;
    padding:10px;
    margin-top:20px;
    background-color:#f4f4f4;
}
div#blogpost_commentform_box h1, div#blogpost_comments_box h1{
    font-size:14px;
    margin:0;
}
div#blogpost_comments_closed{
    border:1px solid #ddd;
    padding:10px;
    margin-top:20px;
    font-weight:bold;
}
.blogpost_commentform_label{
    font-weight:bold;
}
.blogpost_commentfield{
    margin-bottom:10px;
}
.blogpost_commentform_clear{
}
.blogpost_commentform_buttons{
    margin-top:20px;
    text-align:right;
}
div#blogpost_comments_box{
    border:1px solid #ddd;
    background-color:#f4f4f4;
    padding:10px;
    margin-top:20px;                
}
div#blogpost_comments_box ol{
    list-style-type:none;
    margin:0;
    padding:0;
}
div#blogpost_comments_box ol li{
    margin:0;
    margin-bottom:10px;
}

div#blogpost_commentform_box input, div#blogpost_commentform_box textarea{
    font:normal 11px verdana;
    border:1px solid #aaa;
}
div#blogpost_commentform_box textarea{
    width:100%;
    height:200px;
}

div.blogpost_comment_byline{
    font-weight:bold;
}
li.authorcomment{
    border:3px solid #060;
}
div.blog_useralert_red, div.blog_useralert_green, div.formvalidation_error{
    padding:10px;
    background-color:#600;
    font-weight:bold;
    color:#fff;
    margin-bottom:20px;
}
div.blog_useralert_green{
    background-color:#060;
}
div.blog_useralert_red, div.formvalidation_error{
    background-color:#600;
}
div.blogpost_snippet{
    font-weight:bold;
    margin-bottom:10px;
}
/*
#leftmenu .marginBox{
    font:normal 9px verdana;
    width:80%;
    color:#333333;
    padding:5px;
    background-color:#f5f5f5;
    margin:0 0 10px 0;
    border-right: 1px solid #e5e5e5;
}
#leftmenu .marginBox .boxTitle{
    font-weight: bold;
    background-color:#e5e5e5;
    padding:2px;
}
#leftmenu .marginBox ul{
    list-style-type:none;
    margin:5px;
}
#leftmenu .marginBox ul li{
    line-height:15px;
    font-size:9px;
}
#leftmenu .marginBox a{
    color:#333;
    font-size:9px;
    text-decoration: underline;
}
#leftmenu .marginBox p{
    margin: 10px 0;
}
*/
.blog_authorbox_image{
    text-align:center;
}
p.blog_singlepost_authortime{
    color:#666;
    font-size:11px;
    padding:5px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.blog_author_image img{
    border:1px solid #aaa;
    padding:3px;
    margin-top:10px;
    width:50px;
}

/* INLINE GALLERY */
#thumbs_container{
    width:100%;
    overflow:auto;
    height:120px;
}
#thumbs_container img.thumbnail, img.is_selected, img.not_selected{
    border:1px solid #ddd;
    padding:2px;
}
img.is_selected{
    border:1px solid #EC008C;
}
#gallery_prevnext{
    text-align:center;
    line-height:40px;
}
#gallery_selected_image{
    height:350px;
}
img#current_image{
}

#broedkrumme {
	margin:-4px 0 10px 0;
	color:#2383B5;
}

#broedkrumme a {
	text-decoration:none;
	background-color:transparent;
	color:#2383B5;
}

#broedkrumme a:hover {
	text-decoration:underline;
	background-color:transparent;
	color:#2383B5;
}

#newsBackToArchive a{
	text-decoration:none;
}

.classHidden {
	display:none;
}
