/* CSS Glock IT-Consulting GmbH */

h1 {
  
	text-decoration:none;
	font-weight:bold;
	color:#111111;
	font-size:16px;
  font-family:Arial;
}

h2 {
  
	text-decoration:none;
	font-weight:bold;
	color:#111111;
	font-size:14px;
	font-family:Arial;
}

h3 {
 
	font-style:italic;
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
	font-family:Arial;
}

a {
	text-decoration:none;
	font-weight:normal;
	color:#0000CC;
	font-size:12px;
	font-family:Arial;
}
	a:hover, a:focus {
		color: #d20000;
	}
  a.highlight {
	color:#535353;
}


body,td {
	font-family: Arial;
	line-height:16px;
	font-size:12px;
	color: black;
}

img {
border:1px;
height:auto;
float:left;
margin:5px;
}


img:hover, img:focus {
		color:#959595;
	}

ul {
    list-style-type:circle;
    
    }

li {
  line-height:15px;
  color:#111111;
	font-size:12px;
	line-height:16px;
	font-family: Arial;}

p {

	line-height:16px;
  color:#111111;
	font-size:12px;
	font-family: Arial;
}

p.highlight {
	color:#535353;
}

p.label {
  color:#111111;
  }
  
label {
  color:#111111;
  }

body,style {
           background-color:#FFFFFF;
}


/* Klassen */

.textlink {
          text-decoration:underline;
					font-weight:normal;
					color:#111111;
					font-size:12px;
					font-family:Verdana;
}

           
#bereich1{
			
			padding:3px;
			margin:auto;
            text-align:left;
            width:100%;
}


/* Header */
#bereich2 {
			margin-right:10%;
			margin-left:10%;
			width: 80%;
			padding:3px;
			text-align:left;
			float:left;
}
/* Content */
#bereich3 {
			margin-right:10%;
			margin-left:10%;
			width: 80%;
			padding:3px;
			text-align:left;
			float:left;
}

/* Footer */
#bereich4 {
			margin-right:10%;
			margin-left:10%;
			width: 80%;
			padding:3px;
			text-align:left;
			float:left;
}
		




