@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic,300italic,300,700italic&subset=latin,latin-ext);



a.red-link{/*Piros link*/
	color:#d62500;
	}

a.btn btn-default{/*Alapértelmezett gomb*/}
a.btn btn-primary{/*Elsődleges gomb*/}
a.btn btn-success{/*Sikeres gomb*/}
a.btn btn-info{/*Információ gomb*/}
a.btn btn-warning{/*Figyelmeztetés gomb*/}
a.btn btn-danger{/*Hiba gomb*/}

img.img-rounded{/*Lekerekített kép stílus*/}
img.img-circle{/*Kerek kép stílus*/}


body.menu_body_class .col-md-6,
body.menu_body_class .col-md-4,
body.menu_body_class .col-md-2,
body.menu_body_class .col-md-8,
body.menu_body_class .col-md-10{
    border:dashed 1px #9d9c99;
}

.text-muted{}
.text-primary{}
.text-success{}
.text-info{}
.text-warning{}
.text-danger{}

.openclose{
	padding:10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background:#421400;
	color:#ffffff;
	display:block;
	text-align:center;
}

.redbold{
	display:block;
    padding:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background:#d2232a;
    color:#fff200;
    text-align:center;
}

.table-ob {/*Menü étlap táblázat*/}
.telefon-doboz{/*telefon doboz*/}













