/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
}

#main{
width: 750px;
margin: 0 auto;
}

a, img{
	border: 0;
}

a:link{
	color: #760000;
	text-decoration: none;
}
a:hover, a:visited{
	text-decoration: underline;
}

#ich {
	float: right;
	padding: 0 10px 0 10px;
}

#ich img{
	border: 1px solid #ccc;
}

h1{
	color: #760000;
	font-size: 15pt;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 10px;
}

h2{
	font-size: 12pt;
	color: #333333;
	margin-top: 7px;
}

#logo {text-align:center;margin-top: 20px;}

#service{
display:inline; height:200px; margin: 30px;}

#kunden{
display:inline; height:200px; margin: 30px;}

#blog{
display:inline; height:200px; margin: 30px;}

#kontakt{
display:inline; height:200px; margin: 30px;}

#menu_service{
	display: none;
	margin-top: 30px;
	padding-left: 25px;
	height: 123px;
	width: 600px;
}

#menu_service #service_consulting{
	display: inline;
	width: 139px;
	height: 123px;
}

#menu_service #service_web{
	display: inline;
	width: 139px;
	height: 123px;
}

#menu_service #service_mobile{
	display: inline;
	width: 139px;
	height: 123px;
}

#menu_service #service_desktop{
	display: inline;
	width: 139px;
	height: 123px;
}

div.popopen{
	display: none;
}

ul{
	margin-left: 20px;
}

.minus{
	background-image: url('../images/minus.png');
	background-repeat: no-repeat;
}

.minus h2{
	margin-left: 15px;
}

.plus{
	background-image: url('../images/plus.png');
	background-repeat: no-repeat;
}

.plus h2{
	margin-left: 15px;
}