/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong{
color:#36b7b7;
font-weight:800;
font-size:15px;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
font-family: Segoe ui, Noto Sans, Calibri;
	font-size:14px;
	width: 100%;
	color:black;
	background-color:rgba(205, 228, 228, 0.22);
}
.wrapper {
	width: 950px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 120px;
	margin-top:25px;
}


.header_logo {

height: 120px;
width: 270px;
float: left;

line-height:35px;
text-align:center;
}
.logo_1 {
width:100%;
font-size: 47px; 
font-weight:800; 
margin: 10px 10px 0 10px;
}
.logo_2 {
width:100%;
font-size: 31px;
font-weight:800; 
margin-left: 10px;
margin-right: 10px;
color:#36b7b7;
}
.logo_3 {
width:100%;
font-size: 17px;
font-weight:800; 
margin-left: 10px;
margin-right: 10px;
line-height:20px;
}
.header_contact {
height: 120px;
width:680px;
float:left;

}
.header_contact_container{
width:400px;
height:75px;
font-size:22px;
font-weight:800; 
color:#36b7b7;
margin-top: 20px;
margin-bottom:20px;
margin-left:150px;
}
.header_contact_info{
vertical-align:top;
display:table-cell;
}
.header_menu {
height:30px;
width:100%;
background:red; 
}
.main_menu {
padding-top:5px;
width:950px;
height:auto;
font-size:14px;
font-weight:700;
color:red;
float:left;
display:block;
text-align: center;


}
.main_menu ul {
padding:3px;
list-style-type: none;
position:relative;

}
.main_menu li{
background-color:#6a1554;
padding: 3px 20px 3px 20px;
margin:5px;
display:inline;
}
.main_menu a{
color:#ffffff;
text-decoration:none;

}
.main_menu ul a:hover{
background-color:#36b7b7;
margin: -3px -20px -3px -20px;
padding: 3px 20px 3px 20px;


}

/* Content
-----------------------------------------------------------------------------*/
.content_container{
float:left;
height:100%;
width:950px;

}
.content_container hr {
background-color:#6a1554;
height:5px;
width: 100%;
border: 0 none;
}

.content {
width:600px;
float:left;
margin:10px 10px 10px 10px;
font-size:14px;
line-height:150%;
text-align:justify;
}

.foto_right{
width:330px;
float:left;

}
.content p::first-letter{
font-size:22px;
font-weight:800;
color:#36b7b7;
}
.content ul {
list-style-type:square;
list-style-position: inside;
margin-left:15px;
}

.content_kontakt{
font-size:18px; 
width:600px;
float:left;
text-align:center;
}
.content_kontakt_address {
font-size:16px; 
line-height:100%;
vertical-align:middle;
text-align:center;
}

.map {
width:300px;
height:410px;
background-color: #36b7b7;
float:left;
}

#map_gabinet {
width:600px;
height:550px;
background-color: #36b7b7;
float:left;
}

#quote {
font-style:italic;
width:600px;
float:left;
margin:10px 10px 10px 10px;
font-size:14px;
line-height:200%;
text-align:center;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 40px;
	width:950px;
	float:left;
	font-size: 10px;
	color: #6a1554;
	line-height:120%;
	text-align:center;
}

.footer hr {
color:#6a1554;
background-color:#6a1554;
height:5px;
width: 100%;
border: 0 none;
}
