@charset "UTF-8";

/* 3-Spalten/1-Spalte Layout für Seiten mit viel Text */
.supportLeft {
	width:590px;
	float:left;
}

.supportRight {
	width:190px;
	float:right;
}

.supportRight_h2_adjustment {
	margin-top:14px;
}

/* Textbox Style für Support-Anfragen */
.supportbox {
	width:590px;
}

.supportbox .box-body textarea {
	width:578px;
	height:200px;
	margin:0;
	padding:0;
}

.supportbox_small {
	width:390px;
}
.supportbox_mini{
	width:190px;
}


.supp_col1, .supp_col2, .supp_col1b, .supp_col1c, .supp_col1d {
	padding:3px;
	vertical-align:top;
}
.supp_col1 {
	width:91px;
	background-color:#FFF;
	text-align:right;
}
.supp_col2 {
	background-color:#FFC;
	text-align:left;
}
.supp_col1b{
	width:95px;
	background-color:#FFF;
	text-align:right;
}
.supp_col1c {
	width:160px;
	background-color:#FFF;
	text-align:right; 
}
.supp_col1d {
	width:185px;
	background-color:#FFF;
	text-align:right; 
}

.supp_colgroup {
	float:left;
	width:161px;
	vertical-align:middle;
}
.supp_input_wide {
	width:484px;
}

/* Box mit Vorschaubildern */

.picpreview img {
	float:left;
	margin-right:5px;
	border:1px solid transparent;
}
.picpreview a {
	display:block;
}

.picpreview a img {
	border:2px solid #A9C4D9;
}

.picpreview a:hover img {
	border:2px solid #8BA6BB;
}

/* sonstiges */
.iftipp {
	padding-left:10px;
}

#mininavbox {
	height: 245px; 
	width: 190px; 
	position: fixed; 
	bottom: 0px; 
	font-size: 10px;
}

#mininavbox ul {
	padding-left:0px;
	margin:0;
	list-style:none;
}

#mininavbox ul li {
	padding-bottom:2px;
}

.divlikep {
	margin-bottom:12px;
}