.heading {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 16px;
}

.error {
	font-weight: bold;
	font-size: 18px;
	color: red;
}
.info {
    font-weight: bold;
    font-size: 18px;
    color: green;
}

.box-shadow {
	-moz-box-shadow: 0 0 4px 0 #3e4650;
    -webkit-box-shadow:  0 0 4px 0 #3e4650;
    box-shadow:  0 0 4px 0 #3e4650;
}


.vorlage_gallery-left {
    float: left;
    width: 150px;
}

.vorlage_gallery-right {
    float: right;
    width:150px;
}

.vorlage_gallery-left div.colorboxThumb{
    min-height: auto !important;
}

.vorlage_gallery-left img{
    width: 100%;
    height: auto;
}

.vorlage_gallery-left_250 {
    float: left;
    margin-right:30px;
    margin-top:50px;
}

.vorlage_gallery-right_250 {
    float: right;
    margin-left:30px;
    margin-top:50px;
}

.vorlage_gallery-right div.colorboxThumb{
    min-height: auto !important;
}

.vorlage_gallery-right div.colorboxThumb a img{
    width: 100%;
    height: auto;
}

.vorlage_content-left {
    margin-right: 166px;
}

.vorlage_content-right {
    margin-left: 166px;
}

.content {
	min-height:500px;
}

.clearer  {
    clear: both;
}
.check {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    background: url(/images/check.gif) 0px 2px no-repeat;
}
.nocheck {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    color: #999999;
}

#flags .flag {
	float: left;
	margin-left: 4px;
	background-image: url(/images/flags/small/flags.png);
	background-repeat:no-repeat;
	width:16px;
	height:9px;
	border: 1px solid #BBBBBB;

}

.flag.cz { background-position:    0px 0; }
.flag.de { background-position:  -16px 0; }
.flag.dk { background-position:  -32px 0; }
.flag.en { background-position:  -48px 0; }
.flag.es { background-position:  -64px 0; }
.flag.fi { background-position:  -80px 0; }
.flag.fr { background-position:  -96px 0; }
.flag.hr { background-position: -112px 0; }
.flag.hu { background-position: -128px 0; }
.flag.it { background-position: -144px 0; }
.flag.nl { background-position: -160px 0; }
.flag.no { background-position: -176px 0; }
.flag.pl { background-position: -192px 0; }
.flag.ro { background-position: -208px 0; }
.flag.ru { background-position: -224px 0; }
.flag.se { background-position: -240px 0; }
.flag.si { background-position: -256px 0; }
.flag.sk { background-position: -272px 0; }


dl {
	margin-bottom: 18px;
}

dt,dd {
	
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
}

dd.big + dd {
	margin-top: -8px;
}

dl.dd-dense dd {
	margin-bottom: 4px;
}

dl.dd-dense dd.big + dd {
    margin-top: 0px;
}

dl.dt-small dt {
	width: 80px;
}

dl.dt-small dd {
	margin-left: 90px;
}

dl.dt-large dt {
	width: 160px;
}

dl.dt-large dd {
	margin-left: 170px;
}

dl.dl-horizontal-optional.dt-small dd {
	margin-left: 0px;
}


.dl-horizontal dt {
	float: left;
	width: 120px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

table.blog_table { 
    width:100%;
    border-spacing: 0;
    border-collapse: collapse;
}


table.blog_table td img { 
	display:block;
}

table.blog_table td .colTitel {
	padding:0px 10px;
	margin:0px;
}

table.blog_table h2 {
	margin:0px;
	padding:0px;
}

.blog_datetime
{
	background-color:#555;
	color:white;
	padding:8px;
	text-align:center;
}

table.blog_table tr {
cursor:pointer;
	}

table.blog_table tr:hover {
	background-color:#eee;
}
