/**
 * @author        Gerhard Hausen
 * @email         joel-gerhard@web.de
 *
 * Rechtsanw�lte Hausen Sahm
 * Rechtsgebiete - Timo Sahm
 *
 * HSRgbTS.css
 * Copyright (C) 2014 Gerhard Hausen
**/
#rgbTSImg {
	position: relative;
	left: 68px;
	top: 148px;
	/* width adjusts to height, so there is no need to define one,
	but if you don't want the text beside to move, you have to set
	the width fix */
	width: 327px;
	height: 217px;
	float: left;
}

#fortbildIco {
	position: relative;
	left: 0px;
	top: 2px;
	padding-right: 238px;
	height: 25px;
	width: 50px;
	float: right;
}

#rgbTSPers {
	position: relative;
	top: 148px;
	left: 175px;
	width: 469px;
	line-height: 24px;
	float: left;
}

#rgbTSText {
	position: relative;
	top: 175px;
	left: 68px;
	width: 905px;
	height: 280px;
	font-family: 'PT Sans Caption', Courier, serif;
	float: left;
}

#p1:hover, #p2:hover, #p3:hover, #p4:hover, #p5:hover {
	border-color: #172e57;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #f1f7fa;
}

#T1, #T2, #T3, #T4, #T5 {
	display: none;
	float: left;
}

#pnt1, #pnt2, #pnt3, #pnt4, #pnt5 {
	visibility: hidden;
	float: left;
}

#rgbTab p {
	color: #000000;
}

#rgbList {
	width: 245px;
	height: 233px;
	list-style-type: square;
	color: #3e718e;
	/* background-color: #eaeff4; */
	float: left;
}

#rgbList li {
	position: relative;
	left: 15px;
	line-height: 25px;
}

#rgbList li h2 {
	padding-left: 5px;
	padding-right: 5px;
	outline: none;
}

#rgbList li h2:focus {
	background-color: #eef2f7;
}

#pntCol {
	position: relative;
	left: 6px;
	width: 30px;
	height: 230px;
	line-height: 25px;
	padding-top: 3px;
	list-style-type: none;
	float: left;
}

.subList {
	width: 628px;
	height: 233px;
	color: #3e718e;
	background-color: #f8fafc;
	list-style-type: disc;
	border: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-width: 1.5px;
}

.subList li {
	max-width: 600px;
	position: relative;
	left: 25px;
	line-height: 21px;
}

.subSubList {
	width: 550px;
	margin-left: 1px;
	color: #3e718e;
	list-style-type: circle;
}

#rgbSFList {
	display: none;
}

/** ------------------
Smartphone adjustments
------------------ **/
@media screen and (max-width : 640px) {
	#rgbTSPers {
		position: absolute;
		top: 54px;
		left: 152px;
		width: 220px;
		line-height: 18px;
		float: left;
		font-size: 13px;
	}
	#fortbildIco {
		position: relative;
		left: 0px;
		top: 2px;
		padding-right: 20px;
		height: 18px;
		width: 35px;
		float: right;
	}
	#rgbTSImg {
		position: absolute;
		left: 4px;
		top: 250px;
		width: 327px;
		height: 217px;
		float: left;
	}
	#rgbTSText {
		position: absolute;
		top: 480px;
		left: 8px;
		/* top+height = 1120 */
		height: 640px;
		width: 98%;
		font-size: 15px;
		float: none;
	}
	#rgbTab {
		display: none;
	}
	#rgbSFList {
		position: absolute;
		left: 15px;
		display: block;
		list-style-type: square;
		width: 100%;
		color: #3e718e;
	}
	#sfT1, #sfT2, #sfT3, #sfT4, #sfT5 {
		display: none;
	}
	.subSFList {
		list-style-type: disc;
		width: 100%;
		color: #3e718e;
		height: auto;
		border: none;
		background-color: transparent;
		display: none;
	}
	.subSFList li {
		max-width: 90%;
		position: relative;
		left: 25px;
		line-height: 21px;
	}
	.subSFList li span {
		color: black;
	}
	.lvl1 p {
		color: black;
		margin-top: 5px;
		width: 303px;
		line-height: 25px;
		background-color: #eef2f7;
	}
	.subSubList {
		width: 100%;
		margin-left: 3px;
		color: #3e718e;
		list-style-type: circle;
	}
}

@media screen and (max-width : 400px) {
	#rgbTSText {
		position: absolute;
		top: 480px;
		left: 8px;
		/* top+height = 1470 */
		height: 990px;
		width: 98%;
		font-size: 15px;
		float: none;
	}
}