/* Vorschaubox */
.content_vorschaubox {
	float:left;
	width:290px;
	margin-right:9px;
}

.content_vorschau {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 9px;
	position: relative;	
	width:272px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}

.content_vorschau .vorschau_image {
	width:90px;		
	height:150px;
	display:block;
	float:left;
	z-index:0;
}

.content_vorschau .vorschau_content {
	padding:10px;	
	width:159px;
	float:left;
	z-index:0;
	font-size:0.9em;
}

.content_vorschau .vorschau_content_title {
	margin-bottom:5px !important;
	font-weight:bold;
}

.content_vorschau .vorschau_target {
	position:absolute; top:0px; left:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:1;	
}

.content_picture {
	width:132px;
	height:132px;
	overflow:hidden;
	text-align:center;
}

.content_picture .image {
	border: 1px solid #ddd;
	position: relative;	
	width:130px !important;
	height:130px !important;
	width:132px;
	height:132px;
	float:left;
	background:#fff;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.content_picture .image:hover {
	background: #ddd;
}

.galery_box {
	padding: 0;
	margin:10px -15px 0 -15px;
}

.download_box {
	margin: 10px 0;
}

.clear {
	height:0;
	clear:both;
}

a.small_button {
	border:1px solid #ddd;
	background:#f8f8f8;
	padding:1px 4px 0;
	margin-top:3px;
	border-radius: 4px;
	color:#666;
	white-space:nowrap;
	line-height:14px;
	width:100px;
	display:inline-block;
}

a.small_button:hover {
	border:1px solid #bbb;
	background:#f0f0f0;
	text-decoration:none !important;
	color:#444;
}

a.large_button {
    text-decoration:none;
	text-align:left;
	border:1px solid #ddd;
	background:#f8f8f8;
	padding:1px 4px 0;
	margin-top:3px;
	border-radius: 4px;
	color:#666;
	white-space:nowrap;
	line-height:14px;
	width:170px;
	display:inline-block !important;
    display: inline;
}

a.large_button:hover {
	border:1px solid #bbb;
	background:#f0f0f0;
	text-decoration:none !important;
	color:#444;
}



#loginbox_top_overlay {
    display:block;
}

#loginbox_main {
    color:#595959;
    z-index:120;
}

#loginbox_main hr {
    border: 0;
    border-top: 1px solid #d1d1d1;
    margin:0;
}

#loginbox_main a {
    color:#333;
    text-decoration:none;
}

#loginbox_main a.button {
    display:block;
    border-bottom: 1px solid #d1d1d1;
    padding: 3px 0;
}

#loginbox_main a.absatz {
    padding: 3px 0 3px 10px;
}

.cancelbutton {
    background: url("/res2/images/button_extradata.png") no-repeat transparent;
    color: #FFFFFF;
    height: 20px;
    float: right;
    text-align: center;
    text-decoration: none;
    top: -35px;
    width: 127px;
    margin-top: 2px;
}

.form {
	min-width: 650px;
}

.bs-form .formerror .input-group-addon,
.bs-form .formerror .form-control {
    border-color: #a00;
}

.bs-form .formerror .input-group-addon {
    background:#fdd;
}

.bs-form .formerror label {
    color: #a00;
}

.glyphicon-red {
    color:#800;
}
.glyphicon-green {
    color:#080;
}

.dataTables_wrapper {
    border-radius: 5px;
    box-shadow: 2px 2px 6px #666666;
}

#form_navi .nav > li > a {
    padding:5px;
}

#form_navi .nav > li.active > a {
    border-left:2px solid #800;
    border-right:2px solid #800;
    padding:5px 3px;
    background:#eee;
}