/* @override http://anwalt-groll.de/css/home.css */

#homelogo {
	width: 240px;
	background: url(../gfx/anwaltskanzlei-groll.gif) no-repeat;
	height: 101px;
	padding: 5px;
}

#homelogo h1{
	display: none;
}

#homelogo:HOVER {
	background: url(../gfx/anwaltskanzlei-groll-a.gif) no-repeat #eee;
	cursor: pointer;
}


#homelogo-ru {
	width: 240px;
	background: url(../gfx/anwaltskanzlei-groll-ru.gif) no-repeat;
	height: 101px;
	padding: 5px;
}

#homelogo-ru h1{
	display: none;
}

#homelogo-ru:HOVER {
	background: url(../gfx/anwaltskanzlei-groll-rua.gif) no-repeat #eee;
	cursor: pointer;
}

.homecont {
	background: #fff;
	height: 430px;
	border-top: 6px solid #DE8A16;
}

.homecont.ru {
	height: 470px;
}


.hometext , .homeicons {
	float: left;
}

.hometext {
	width: 320px;
	padding: 30px 20px 0 40px;

}
* html .hometext {
	width: 380px;

}

.homeweiter {
	padding-left: 50px;
	width: 490px;
}

.hometext h1 {
	margin: 40px 0 10px 0;
	line-height: 16pt;
	font-weight: bold;
	font-size: 13pt;

}


.homeicons {
	padding: 10px 20px 20px 15px;
	
}

.homeicons li{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style-type: none;
	padding: 30px 0px;
	width: 450px;
}

.homeicons.ru li{
	width: 440px;
}


.homeicons li a {
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: #666;
	padding-left: 90px;
}

.homeicon1 {
	background: url(../gfx/homeicon1.gif) no-repeat 0 8px;
}

LI.homeicon1:HOVER {
	background: url(../gfx/homeicon1a.gif) no-repeat 0 8px #eee;
}

.homeicon2 {
	background: url(../gfx/homeicon2.gif) no-repeat 0 8px;
}

LI.homeicon2:HOVER {
	background: url(../gfx/homeicon2a.gif) no-repeat 0 8px #eee;
}

.homeicon3 {
	background: url(../gfx/homeicon3.gif) no-repeat 0 8px;
}

LI.homeicon3:HOVER {
	background: url(../gfx/homeicon3a.gif) no-repeat 0 8px #eee;
}

.homeicons.ru .homeicon3 {
	padding-left: 90px;
}

.homeicons.ru .homeicon3 A{
	padding-left: 0px;
}


.homeicon4 {
	background: url(../gfx/homeicon4.gif) no-repeat 0 8px;
}

LI.homeicon4:HOVER {
	background: url(../gfx/homeicon4a.gif) no-repeat 0 8px #eee;
}


.homeicons.ru .homeicon4 {
	padding-left: 90px;
}

.homeicons.ru .homeicon4 A{
	padding-left: 0px;
}



#footercontainer {
	clear: both;
	padding: 30px 0 0 0;
}
